xxxx18一60岁hd中国/日韩女同互慰一区二区/西西人体扒开双腿无遮挡/日韩欧美黄色一级片 - 色护士精品影院www

資源簡介

c#實現的,連接短信貓池的串口程序,封裝了at指令集,能夠實現短息發送與接收功能。vs2013測試通過。

資源截圖

代碼片段和文件信息

using?System;
using?System.Collections.Generic;
using?System.ComponentModel;
using?System.Data;
using?System.Drawing;
using?System.Text;
using?System.Windows.Forms;

namespace?短信貓
{
????public?partial?class?Form1?:?Form
????{
????????public?Form2?f2;
????????Form3?f3;
????????Form4?f4;
????????Form5?f5;
????????Form6?f6;
????????Form7?f7;

????????public?Form1()
????????{
????????????InitializeComponent();

????????????//菜單窗體
????????????f2?=?new?Form2();
????????????f2.TopLevel?=?false;
????????????f2.FormBorderstyle?=?FormBorderstyle.None;
????????????f2.Parent?=?this.splitContainer1.Panel1;
????????????f2.Show();
????????????f2.F2Event?+=?new?Form2.F2EventHandler(f2_F2Event);?????????//綁定Form2事件

????????????//首頁窗體
????????????f3?=?new?Form3();
????????????f3.TopLevel?=?false;
????????????f3.FormBorderstyle?=?FormBorderstyle.None;
????????????f3.Parent?=?this.splitContainer1.Panel2;
????????????f3.Show();
????????????f3.BringToFront();

????????????//發送短信窗體
????????????f4?=?new?Form4();
????????????f4.TopLevel?=?false;
????????????f4.FormBorderstyle?=?FormBorderstyle.None;
????????????f4.Parent?=?this.splitContainer1.Panel2;
????????????f4.Show();

????????????//讀取短信窗體
????????????f5?=?new?Form5();
????????????f5.TopLevel?=?false;
????????????f5.FormBorderstyle?=?FormBorderstyle.None;
????????????f5.Parent?=?this.splitContainer1.Panel2;
????????????f5.Show();

????????????//設備管理窗體
????????????f6?=?new?Form6();
????????????f6.TopLevel?=?false;
????????????f6.FormBorderstyle?=?FormBorderstyle.None;
????????????f6.Parent?=?this.splitContainer1.Panel2;
????????????f6.Show();

????????????//幫助窗體
????????????f7?=?new?Form7();
????????????f7.TopLevel?=?false;
????????????f7.FormBorderstyle?=?FormBorderstyle.None;
????????????f7.Parent?=?this.splitContainer1.Panel2;
????????????f7.Show();
????????}

????????private?void?Form1_Load(object?sender?EventArgs?e)
????????{

????????}

????????void?f2_F2Event(object?sender?GSMEventArgs?e)
????????{
????????????switch?(e.Message)
????????????{
????????????????case?“首頁“:
????????????????????f3.BringToFront();??????????//首頁窗體移至最前
????????????????????break;

????????????????case?“發送短信“:
????????????????????f4.BringToFront();??????????//發送短信窗體移至最前
????????????????????break;

????????????????case?“讀取短信“:
????????????????????f5.BringToFront();??????????//讀取短信窗體移至最前
????????????????????break;

????????????????case?“設備管理“:
????????????????????f6.BringToFront();??????????//設備管理窗體移至最前
????????????????????break;

????????????????case?“幫助“:
????????????????????f7.BringToFront();??????????//幫助窗體移至最前
????????????????????break;

????????????????default:?break;

????????????}
????????}
????}

????//
????public?class?GSMEventArgs?:?EventArgs
????{
????????///?
????????///?構造函數
????????///?

????????public?GSMEventArgs()
????????{

????????}

????????///?

????????///?構造函數
????????///?

?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----

?????文件???????1053??2010-11-20?21:03??sms?moderm\短信貓\app.config

?????文件???????8522??2010-11-18?17:27??sms?moderm\短信貓\AT.ico

?????文件???????3418??2010-11-23?13:59??sms?moderm\短信貓\Form1.cs

?????文件???????5159??2010-11-20?10:02??sms?moderm\短信貓\Form1.Designer.cs

?????文件??????60543??2010-11-20?10:02??sms?moderm\短信貓\Form1.resx

?????文件????????999??2010-11-20?11:33??sms?moderm\短信貓\Form2.cs

?????文件???????6088??2010-11-19?16:17??sms?moderm\短信貓\Form2.Designer.cs

?????文件???????5814??2010-11-19?16:17??sms?moderm\短信貓\Form2.resx

?????文件????????426??2010-11-20?11:35??sms?moderm\短信貓\Form3.cs

?????文件???????3300??2010-11-20?11:30??sms?moderm\短信貓\Form3.Designer.cs

?????文件??????80947??2010-11-20?11:30??sms?moderm\短信貓\Form3.resx

?????文件???????8919??2010-11-23?17:01??sms?moderm\短信貓\Form4.cs

?????文件??????11291??2010-11-23?17:01??sms?moderm\短信貓\Form4.Designer.cs

?????文件???????5814??2010-11-23?17:01??sms?moderm\短信貓\Form4.resx

?????文件???????4196??2010-11-24?18:28??sms?moderm\短信貓\Form5.cs

?????文件???????5208??2010-11-23?10:40??sms?moderm\短信貓\Form5.Designer.cs

?????文件???????5814??2010-11-23?10:40??sms?moderm\短信貓\Form5.resx

?????文件???????5035??2014-11-11?11:16??sms?moderm\短信貓\Form6.cs

?????文件???????6870??2010-11-20?20:15??sms?moderm\短信貓\Form6.Designer.cs

?????文件???????5814??2010-11-20?20:15??sms?moderm\短信貓\Form6.resx

?????文件????????339??2010-11-20?09:43??sms?moderm\短信貓\Form7.cs

?????文件???????3358??2010-11-20?09:43??sms?moderm\短信貓\Form7.Designer.cs

?????文件???????5814??2010-11-20?09:43??sms?moderm\短信貓\Form7.resx

?????文件???????2418??2010-11-23?17:04??sms?moderm\短信貓\Form8.cs

?????文件???????9625??2010-11-23?17:01??sms?moderm\短信貓\Form8.Designer.cs

?????文件???????5814??2010-11-23?17:01??sms?moderm\短信貓\Form8.resx

?????文件???????1440??2010-11-21?12:17??sms?moderm\短信貓\Form9.cs

?????文件???????6350??2010-11-21?12:17??sms?moderm\短信貓\Form9.Designer.cs

?????文件??????18904??2010-11-21?12:17??sms?moderm\短信貓\Form9.resx

?????文件??????32365??2014-11-11?11:25??sms?moderm\短信貓\GSMModem.cs

............此處省略18個文件信息

評論

共有 條評論