亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

? 歡迎來(lái)到蟲(chóng)蟲(chóng)下載站! | ?? 資源下載 ?? 資源專(zhuān)輯 ?? 關(guān)于我們
? 蟲(chóng)蟲(chóng)下載站

?? form1.cs

?? 短消息二次開(kāi)發(fā)接口以動(dòng)態(tài)連接庫(kù)的形式提供
?? CS
?? 第 1 頁(yè) / 共 2 頁(yè)
字號(hào):
using System;
using System.Drawing;
using System.Collections;
using System.ComponentModel;
using System.Windows.Forms;
using System.Data;
using Sindasoft.GsmModem;

namespace GsmModemDemo
{
	/// <summary>
	/// Form1 的摘要說(shuō)明。
	/// </summary>
	public class Form1 : System.Windows.Forms.Form
	{
        delegate void SetTextCallback(string text);

        private System.Windows.Forms.Label label1;
		private System.Windows.Forms.Button button1;

		private System.Windows.Forms.TextBox cmdBox;
		private System.Windows.Forms.Label label3;
		/// <summary>
		/// 必需的設(shè)計(jì)器變量。
		/// </summary>
		private System.ComponentModel.Container components = null;
		private System.Windows.Forms.TextBox backBox;
		private System.Windows.Forms.CheckBox rChk;
		private System.Windows.Forms.CheckBox nChk;
		private System.Windows.Forms.Button button2;
		private System.Windows.Forms.Button button3;
		private System.Windows.Forms.CheckBox eofChk;
		private System.Windows.Forms.Label label4;
		private System.Windows.Forms.Button button4;
		private System.Windows.Forms.TextBox smsBox;
		private System.Windows.Forms.Button button5;
		private System.Windows.Forms.Label label5;
		private System.Windows.Forms.Label label6;
		private System.Windows.Forms.Button linkBtn;
		private System.Windows.Forms.TextBox indexBox;
		private System.Windows.Forms.Button button6;
		private System.Windows.Forms.Button button7;
		private System.Windows.Forms.Button button8;
		private System.Windows.Forms.Label label7;
		private System.Windows.Forms.NumericUpDown numBox;
//		private System.IO.Ports.SerialPort commPort = new SerialPort();

		private GsmModemClass myModem = new GsmModemClass();
		private System.Windows.Forms.TextBox phoneBox;
		private System.Windows.Forms.Button button9;
		private System.Windows.Forms.Button button10;
		private System.Windows.Forms.ComboBox comboBox1;
		private System.Windows.Forms.StatusBar statusBar1;
		private System.Windows.Forms.StatusBarPanel statusBarPanel1;
		private System.Windows.Forms.StatusBarPanel statusBarPanel3;
		private System.Windows.Forms.StatusBarPanel linkStat;
		private System.Windows.Forms.StatusBarPanel centerNo;
		private System.Windows.Forms.Label label2;
        private System.Windows.Forms.Button button11;
        private CheckBox ReportBox;
		private System.Collections.Hashtable exeCmdList = new Hashtable();

		public Form1()
		{
			//
			// Windows 窗體設(shè)計(jì)器支持所必需的
			//
			InitializeComponent();
      
			//
			// TODO: 在 InitializeComponent 調(diào)用后添加任何構(gòu)造函數(shù)代碼
			//
			this.comboBox1.SelectedIndex = 0;
			myModem.OnNewSms +=new GsmModemClass.NewSmsEvent(myModem_OnReceivedSms);
			myModem.OnCommandFinish +=new GsmModemClass.CommandFinishEvent(myModem_OnCommandFinish);
		}

		/// <summary>
		/// 清理所有正在使用的資源。
		/// </summary>
		protected override void Dispose( bool disposing )
		{
			if (myModem.IsConnected)
				myModem.DisconnectModem();
			if( disposing )
			{
				if (components != null) 
				{
					components.Dispose();
				}
			}
			base.Dispose( disposing );
		}

		#region Windows 窗體設(shè)計(jì)器生成的代碼
		/// <summary>
		/// 設(shè)計(jì)器支持所需的方法 - 不要使用代碼編輯器修改
		/// 此方法的內(nèi)容。
		/// </summary>
		private void InitializeComponent()
		{
            this.cmdBox = new System.Windows.Forms.TextBox();
            this.label1 = new System.Windows.Forms.Label();
            this.button1 = new System.Windows.Forms.Button();
            this.label3 = new System.Windows.Forms.Label();
            this.backBox = new System.Windows.Forms.TextBox();
            this.rChk = new System.Windows.Forms.CheckBox();
            this.nChk = new System.Windows.Forms.CheckBox();
            this.button2 = new System.Windows.Forms.Button();
            this.button3 = new System.Windows.Forms.Button();
            this.eofChk = new System.Windows.Forms.CheckBox();
            this.label4 = new System.Windows.Forms.Label();
            this.smsBox = new System.Windows.Forms.TextBox();
            this.button4 = new System.Windows.Forms.Button();
            this.button5 = new System.Windows.Forms.Button();
            this.label5 = new System.Windows.Forms.Label();
            this.indexBox = new System.Windows.Forms.TextBox();
            this.label6 = new System.Windows.Forms.Label();
            this.phoneBox = new System.Windows.Forms.TextBox();
            this.linkBtn = new System.Windows.Forms.Button();
            this.button6 = new System.Windows.Forms.Button();
            this.button7 = new System.Windows.Forms.Button();
            this.button8 = new System.Windows.Forms.Button();
            this.label7 = new System.Windows.Forms.Label();
            this.numBox = new System.Windows.Forms.NumericUpDown();
            this.button9 = new System.Windows.Forms.Button();
            this.button10 = new System.Windows.Forms.Button();
            this.comboBox1 = new System.Windows.Forms.ComboBox();
            this.statusBar1 = new System.Windows.Forms.StatusBar();
            this.statusBarPanel1 = new System.Windows.Forms.StatusBarPanel();
            this.linkStat = new System.Windows.Forms.StatusBarPanel();
            this.statusBarPanel3 = new System.Windows.Forms.StatusBarPanel();
            this.centerNo = new System.Windows.Forms.StatusBarPanel();
            this.label2 = new System.Windows.Forms.Label();
            this.button11 = new System.Windows.Forms.Button();
            this.ReportBox = new System.Windows.Forms.CheckBox();
            ((System.ComponentModel.ISupportInitialize)(this.numBox)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.statusBarPanel1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.linkStat)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.statusBarPanel3)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.centerNo)).BeginInit();
            this.SuspendLayout();
            // 
            // cmdBox
            // 
            this.cmdBox.Location = new System.Drawing.Point(24, 56);
            this.cmdBox.Name = "cmdBox";
            this.cmdBox.Size = new System.Drawing.Size(264, 21);
            this.cmdBox.TabIndex = 0;
            this.cmdBox.Text = "at";
            // 
            // label1
            // 
            this.label1.Location = new System.Drawing.Point(24, 40);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(100, 16);
            this.label1.TabIndex = 1;
            this.label1.Text = "AT指令:";
            // 
            // button1
            // 
            this.button1.Location = new System.Drawing.Point(296, 56);
            this.button1.Name = "button1";
            this.button1.Size = new System.Drawing.Size(64, 23);
            this.button1.TabIndex = 2;
            this.button1.Text = "同步執(zhí)行";
            this.button1.Click += new System.EventHandler(this.button1_Click);
            // 
            // label3
            // 
            this.label3.Location = new System.Drawing.Point(16, 160);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(56, 23);
            this.label3.TabIndex = 5;
            this.label3.Text = "信息欄:";
            // 
            // backBox
            // 
            this.backBox.Location = new System.Drawing.Point(16, 184);
            this.backBox.Multiline = true;
            this.backBox.Name = "backBox";
            this.backBox.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
            this.backBox.Size = new System.Drawing.Size(376, 152);
            this.backBox.TabIndex = 7;
            // 
            // rChk
            // 
            this.rChk.Checked = true;
            this.rChk.CheckState = System.Windows.Forms.CheckState.Checked;
            this.rChk.Location = new System.Drawing.Point(136, 32);
            this.rChk.Name = "rChk";
            this.rChk.Size = new System.Drawing.Size(64, 24);
            this.rChk.TabIndex = 8;
            this.rChk.Text = "回車(chē)\\r";
            // 
            // nChk
            // 
            this.nChk.Location = new System.Drawing.Point(200, 32);
            this.nChk.Name = "nChk";
            this.nChk.Size = new System.Drawing.Size(64, 24);
            this.nChk.TabIndex = 9;
            this.nChk.Text = "換行\(zhòng)\n";
            // 
            // button2
            // 
            this.button2.Location = new System.Drawing.Point(240, 128);
            this.button2.Name = "button2";
            this.button2.Size = new System.Drawing.Size(56, 23);
            this.button2.TabIndex = 10;
            this.button2.Text = "刪除";
            this.button2.Click += new System.EventHandler(this.button2_Click);
            // 
            // button3
            // 
            this.button3.Location = new System.Drawing.Point(176, 160);
            this.button3.Name = "button3";
            this.button3.Size = new System.Drawing.Size(120, 23);
            this.button3.TabIndex = 11;
            this.button3.Text = "清除信息欄";
            this.button3.Click += new System.EventHandler(this.button3_Click);
            // 
            // eofChk
            // 
            this.eofChk.Location = new System.Drawing.Point(272, 32);
            this.eofChk.Name = "eofChk";
            this.eofChk.Size = new System.Drawing.Size(80, 24);
            this.eofChk.TabIndex = 12;
            this.eofChk.Text = "ctrl+z";
            // 
            // label4
            // 
            this.label4.Location = new System.Drawing.Point(136, 80);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(80, 16);
            this.label4.TabIndex = 13;
            this.label4.Text = "短信內(nèi)容:";
            // 
            // smsBox
            // 
            this.smsBox.Location = new System.Drawing.Point(136, 96);
            this.smsBox.Name = "smsBox";
            this.smsBox.Size = new System.Drawing.Size(152, 21);
            this.smsBox.TabIndex = 14;
            this.smsBox.Text = "這是一條測(cè)試短信";
            // 
            // button4
            // 
            this.button4.Location = new System.Drawing.Point(296, 96);
            this.button4.Name = "button4";
            this.button4.Size = new System.Drawing.Size(64, 23);
            this.button4.TabIndex = 15;
            this.button4.Text = "同步發(fā)送";
            this.button4.Click += new System.EventHandler(this.button4_Click);
            // 
            // button5
            // 
            this.button5.Location = new System.Drawing.Point(176, 128);
            this.button5.Name = "button5";
            this.button5.Size = new System.Drawing.Size(56, 23);
            this.button5.TabIndex = 16;
            this.button5.Text = "讀取";
            this.button5.Click += new System.EventHandler(this.button5_Click);
            // 
            // label5
            // 
            this.label5.Location = new System.Drawing.Point(24, 128);
            this.label5.Name = "label5";
            this.label5.Size = new System.Drawing.Size(72, 23);
            this.label5.TabIndex = 17;
            this.label5.Text = "短信序號(hào):";
            // 
            // indexBox
            // 
            this.indexBox.Location = new System.Drawing.Point(96, 128);
            this.indexBox.Name = "indexBox";
            this.indexBox.Size = new System.Drawing.Size(64, 21);
            this.indexBox.TabIndex = 18;
            this.indexBox.Text = "1";
            // 
            // label6
            // 
            this.label6.Location = new System.Drawing.Point(24, 80);
            this.label6.Name = "label6";
            this.label6.Size = new System.Drawing.Size(96, 16);
            this.label6.TabIndex = 19;
            this.label6.Text = "接收方號(hào)碼:";
            // 
            // phoneBox
            // 
            this.phoneBox.Location = new System.Drawing.Point(24, 96);
            this.phoneBox.Name = "phoneBox";
            this.phoneBox.Size = new System.Drawing.Size(100, 21);
            this.phoneBox.TabIndex = 20;
            this.phoneBox.Text = "13935993594";
            // 
            // linkBtn
            // 
            this.linkBtn.Location = new System.Drawing.Point(328, 4);
            this.linkBtn.Name = "linkBtn";
            this.linkBtn.Size = new System.Drawing.Size(64, 23);
            this.linkBtn.TabIndex = 22;
            this.linkBtn.Text = "連接";
            this.linkBtn.Click += new System.EventHandler(this.linkBtn_Click);
            // 
            // button6
            // 
            this.button6.Location = new System.Drawing.Point(312, 160);
            this.button6.Name = "button6";
            this.button6.Size = new System.Drawing.Size(75, 23);
            this.button6.TabIndex = 23;
            this.button6.Text = "button6";
            this.button6.Click += new System.EventHandler(this.button6_Click);
            // 
            // button7
            // 
            this.button7.Location = new System.Drawing.Point(368, 56);
            this.button7.Name = "button7";
            this.button7.Size = new System.Drawing.Size(64, 23);
            this.button7.TabIndex = 24;
            this.button7.Text = "異步執(zhí)行";
            this.button7.Click += new System.EventHandler(this.button7_Click);
            // 
            // button8
            // 
            this.button8.Location = new System.Drawing.Point(368, 96);
            this.button8.Name = "button8";
            this.button8.Size = new System.Drawing.Size(64, 23);
            this.button8.TabIndex = 25;
            this.button8.Text = "異步發(fā)送";
            this.button8.Click += new System.EventHandler(this.button8_Click);
            // 
            // label7
            // 
            this.label7.Location = new System.Drawing.Point(352, 32);
            this.label7.Name = "label7";
            this.label7.Size = new System.Drawing.Size(64, 16);
            this.label7.TabIndex = 26;
            this.label7.Text = "執(zhí)行次數(shù)";
            // 
            // numBox
            // 
            this.numBox.Location = new System.Drawing.Point(416, 32);
            this.numBox.Maximum = new decimal(new int[] {
            1000,
            0,
            0,
            0});
            this.numBox.Minimum = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.numBox.Name = "numBox";
            this.numBox.Size = new System.Drawing.Size(40, 21);
            this.numBox.TabIndex = 27;
            this.numBox.Value = new decimal(new int[] {
            1,
            0,
            0,
            0});
            // 
            // button9
            // 
            this.button9.Location = new System.Drawing.Point(304, 128);
            this.button9.Name = "button9";
            this.button9.Size = new System.Drawing.Size(56, 23);
            this.button9.TabIndex = 28;
            this.button9.Text = "發(fā)送";
            this.button9.Click += new System.EventHandler(this.button9_Click);
            // 
            // button10
            // 
            this.button10.Location = new System.Drawing.Point(408, 184);
            this.button10.Name = "button10";
            this.button10.Size = new System.Drawing.Size(56, 23);
            this.button10.TabIndex = 29;
            this.button10.Text = "電話本";
            this.button10.Click += new System.EventHandler(this.button10_Click);
            // 
            // comboBox1
            // 
            this.comboBox1.Items.AddRange(new object[] {
            "9600",
            "19200",

?? 快捷鍵說(shuō)明

復(fù)制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號(hào) Ctrl + =
減小字號(hào) Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
亚洲精品自拍动漫在线| 国产米奇在线777精品观看| 国产精品乱人伦| 久久久久久久久久久久久女国产乱| 欧美精品久久99| 欧美精品一级二级| 欧美美女一区二区三区| 欧美亚洲日本一区| 欧美亚洲日本国产| 欧美三级三级三级| 欧美乱妇一区二区三区不卡视频| 欧美日韩一区视频| 91精品国产综合久久婷婷香蕉| 精品视频一区二区三区免费| 欧美日韩激情一区| 这里只有精品视频在线观看| 日韩欧美你懂的| 欧美成人高清电影在线| 久久美女高清视频| 国产精品丝袜久久久久久app| 国产精品麻豆网站| 一区二区三区中文字幕| 亚洲第一会所有码转帖| 日本欧美一区二区| 久草精品在线观看| 国产91丝袜在线18| 91网站最新地址| 欧美午夜精品久久久| 欧美一区二区性放荡片| 久久你懂得1024| 国产精品国产成人国产三级| 一区二区在线免费| 美腿丝袜亚洲色图| 国产一本一道久久香蕉| 成人福利视频网站| 欧美在线观看一区| 精品乱码亚洲一区二区不卡| 久久久亚洲国产美女国产盗摄| 欧美国产一区二区在线观看| 亚洲丝袜另类动漫二区| 亚洲国产日韩综合久久精品| 久久99国产精品久久99果冻传媒| 国产福利电影一区二区三区| 色天天综合色天天久久| 欧美一级免费观看| 国产精品国产三级国产普通话99| 亚洲黄色片在线观看| 免费不卡在线观看| 99久久精品免费| 6080国产精品一区二区| 亚洲国产精品精华液ab| 亚洲一区二区欧美| 国产精品一区专区| 欧美色图12p| 欧美激情在线看| 无码av免费一区二区三区试看| 精品一区二区三区av| 在线日韩国产精品| 国产丝袜欧美中文另类| 亚洲高清免费观看高清完整版在线观看| 国模少妇一区二区三区| 色8久久精品久久久久久蜜| 精品国产1区二区| 亚洲高清视频在线| 高清在线不卡av| 欧美一区二区三区在线看| 国产精品久久久久久久久搜平片| 秋霞影院一区二区| 一本久道中文字幕精品亚洲嫩| 久久综合九色综合欧美亚洲| 亚洲福利视频导航| av不卡一区二区三区| 久久综合九色欧美综合狠狠| 天堂在线亚洲视频| 色婷婷综合中文久久一本| 久久久久久久久久久99999| 日日摸夜夜添夜夜添精品视频 | 天天色天天爱天天射综合| 成人性生交大片免费看中文| 日韩精品专区在线影院重磅| 亚洲国产一区二区三区 | 欧美日韩久久久久久| 国产精品国产精品国产专区不蜜| 捆绑调教一区二区三区| 欧美日韩一本到| 亚洲欧美日韩国产综合在线 | 正在播放亚洲一区| 亚洲精品免费在线| 99在线热播精品免费| 久久久国产精品不卡| 蜜桃av噜噜一区二区三区小说| 欧美色中文字幕| 一区二区在线免费观看| 91原创在线视频| 国产精品免费久久| 国产成人在线视频网站| 国产婷婷色一区二区三区在线| 精品中文字幕一区二区| 777久久久精品| 亚洲电影你懂得| 欧洲一区在线观看| 一区二区三区av电影| 91亚洲大成网污www| 亚洲天堂免费在线观看视频| 97久久精品人人做人人爽| 国产精品久久久久久久久免费相片 | 91福利在线看| 洋洋成人永久网站入口| 日本高清成人免费播放| 亚洲色图制服诱惑| 欧美在线观看一区二区| 亚洲国产精品久久久男人的天堂| 欧美亚洲一区三区| 视频一区在线播放| 欧美精品久久99久久在免费线| 日韩激情在线观看| 欧美不卡一区二区| 国产精品99久久久久久久vr| 国产欧美一区二区在线观看| 成人福利视频在线看| 亚洲欧美日韩中文播放 | 色综合久久九月婷婷色综合| 亚洲欧美另类图片小说| 欧美视频三区在线播放| 日韩精品一二三四| www国产精品av| 成人教育av在线| 一区二区三区影院| 4438x亚洲最大成人网| 韩国欧美国产一区| 欧美国产成人在线| 日本道精品一区二区三区| 婷婷六月综合亚洲| 久久亚洲综合av| 波多野结衣中文字幕一区| 亚洲一区在线视频观看| 91精品国产91综合久久蜜臀| 国产精品影视在线| 亚洲精品成人少妇| 日韩一区二区三区免费观看| 国产大陆亚洲精品国产| 一区二区三区中文免费| 日韩视频在线观看一区二区| 国产成人自拍在线| 亚洲一二三级电影| 26uuu久久综合| 色一区在线观看| 麻豆成人久久精品二区三区小说| 国产精品免费久久| 欧美一区欧美二区| 成人免费观看视频| 日韩专区中文字幕一区二区| 久久日韩精品一区二区五区| 色一情一乱一乱一91av| 久久99精品国产麻豆婷婷| 亚洲视频免费在线| 精品久久久三级丝袜| 色视频成人在线观看免| 国产在线播放一区三区四| 伊人婷婷欧美激情| 久久婷婷国产综合国色天香| 欧美日韩三级在线| 懂色av一区二区夜夜嗨| 日韩精品欧美精品| 中文字幕一区二区不卡| 日韩三级电影网址| 欧美亚洲一区二区三区四区| 国产麻豆欧美日韩一区| 午夜精品福利一区二区蜜股av | 日韩高清不卡在线| 国产精品精品国产色婷婷| 日韩美女在线视频| 欧美视频中文字幕| 成年人网站91| 精品亚洲成av人在线观看| 亚洲成人激情av| 1区2区3区精品视频| 久久综合色一综合色88| 91精品在线麻豆| 欧美图片一区二区三区| av激情亚洲男人天堂| 国产一区二区影院| 视频一区二区欧美| 亚洲一区二区三区爽爽爽爽爽 | 五月开心婷婷久久| 亚洲精品国产品国语在线app| 国产亚洲欧美色| 日韩午夜激情视频| 欧美精品视频www在线观看| 91欧美一区二区| 99久久精品99国产精品| 成人一区二区三区视频在线观看| 久草这里只有精品视频| 免费美女久久99| 丝袜脚交一区二区| 五月婷婷激情综合| 亚洲成人精品影院| 亚洲成av人综合在线观看| 亚洲另类在线视频| 亚洲另类中文字|