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

? 歡迎來到蟲蟲下載站! | ?? 資源下載 ?? 資源專輯 ?? 關于我們
? 蟲蟲下載站

?? form1.cs

?? [SMS SDK V1.7 測試說明] 1)“接口庫”為SDK庫包其中: Release —— 發布的穩定庫 Debug —— 為調試庫 2)“演示代碼”為測試代碼目錄。
?? CS
?? 第 1 頁 / 共 2 頁
字號:
using System;
using System.Drawing;
using System.Collections;
using System.ComponentModel;
using System.Windows.Forms;
using System.Data;

namespace TestForCSharp
{
	/// <summary>
	/// Form1 的摘要說明。
	/// </summary>
	public class TestGSM : System.Windows.Forms.Form
	{
		internal System.Windows.Forms.GroupBox GroupBox1;
		internal System.Windows.Forms.Label Label11;
		internal System.Windows.Forms.Label Label10;
		internal System.Windows.Forms.Label Label9;
		internal System.Windows.Forms.TextBox Baud;
		internal System.Windows.Forms.Label Label8;
		internal System.Windows.Forms.TextBox Device;
		internal System.Windows.Forms.Label Label3;
		internal System.Windows.Forms.TextBox cwxx;
		internal System.Windows.Forms.Button Button2;
		internal System.Windows.Forms.Label Label2;
		internal System.Windows.Forms.TextBox sqhm;
		internal System.Windows.Forms.TextBox jqhm;
		internal System.Windows.Forms.Button Button1;
		internal System.Windows.Forms.GroupBox GroupBox3;
		internal System.Windows.Forms.Button Button5;
		internal System.Windows.Forms.Label Label7;
		internal System.Windows.Forms.TextBox jsnr;
		internal System.Windows.Forms.Label Label6;
		internal System.Windows.Forms.Button Button4;
		internal System.Windows.Forms.GroupBox GroupBox2;
		internal System.Windows.Forms.Button Button3;
		internal System.Windows.Forms.TextBox fsnr;
		internal System.Windows.Forms.TextBox jshm;
		internal System.Windows.Forms.Label Label5;
		internal System.Windows.Forms.Label Label4;
		internal System.Windows.Forms.Label Label1;
		internal System.Windows.Forms.Label Label12;
		/// <summary>
		/// 必需的設計器變量。
		/// </summary>
		private System.ComponentModel.Container components = null;

		public TestGSM()
		{
			//
			// Windows 窗體設計器支持所必需的
			//
			InitializeComponent();

			//
			// TODO: 在 InitializeComponent 調用后添加任何構造函數代碼
			//
		}

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

		#region Windows Form Designer generated code
		/// <summary>
		/// 設計器支持所需的方法 - 不要使用代碼編輯器修改
		/// 此方法的內容。
		/// </summary>
		private void InitializeComponent()
		{
			this.GroupBox1 = new System.Windows.Forms.GroupBox();
			this.Label11 = new System.Windows.Forms.Label();
			this.Label10 = new System.Windows.Forms.Label();
			this.Label9 = new System.Windows.Forms.Label();
			this.Baud = new System.Windows.Forms.TextBox();
			this.Label8 = new System.Windows.Forms.Label();
			this.Device = new System.Windows.Forms.TextBox();
			this.Label3 = new System.Windows.Forms.Label();
			this.cwxx = new System.Windows.Forms.TextBox();
			this.Button2 = new System.Windows.Forms.Button();
			this.Label2 = new System.Windows.Forms.Label();
			this.sqhm = new System.Windows.Forms.TextBox();
			this.jqhm = new System.Windows.Forms.TextBox();
			this.Button1 = new System.Windows.Forms.Button();
			this.GroupBox3 = new System.Windows.Forms.GroupBox();
			this.Button5 = new System.Windows.Forms.Button();
			this.Label7 = new System.Windows.Forms.Label();
			this.jsnr = new System.Windows.Forms.TextBox();
			this.Label6 = new System.Windows.Forms.Label();
			this.Button4 = new System.Windows.Forms.Button();
			this.GroupBox2 = new System.Windows.Forms.GroupBox();
			this.Button3 = new System.Windows.Forms.Button();
			this.fsnr = new System.Windows.Forms.TextBox();
			this.jshm = new System.Windows.Forms.TextBox();
			this.Label5 = new System.Windows.Forms.Label();
			this.Label4 = new System.Windows.Forms.Label();
			this.Label1 = new System.Windows.Forms.Label();
			this.Label12 = new System.Windows.Forms.Label();
			this.GroupBox1.SuspendLayout();
			this.GroupBox3.SuspendLayout();
			this.GroupBox2.SuspendLayout();
			this.SuspendLayout();
			// 
			// GroupBox1
			// 
			this.GroupBox1.Controls.AddRange(new System.Windows.Forms.Control[] {
																					this.Label11,
																					this.Label10,
																					this.Label9,
																					this.Baud,
																					this.Label8,
																					this.Device,
																					this.Label3,
																					this.cwxx,
																					this.Button2,
																					this.Label2,
																					this.sqhm,
																					this.jqhm,
																					this.Button1});
			this.GroupBox1.Location = new System.Drawing.Point(16, 48);
			this.GroupBox1.Name = "GroupBox1";
			this.GroupBox1.Size = new System.Drawing.Size(592, 168);
			this.GroupBox1.TabIndex = 2;
			this.GroupBox1.TabStop = false;
			this.GroupBox1.Text = "系統信息";
			// 
			// Label11
			// 
			this.Label11.BackColor = System.Drawing.Color.AliceBlue;
			this.Label11.ForeColor = System.Drawing.Color.Black;
			this.Label11.Location = new System.Drawing.Point(408, 24);
			this.Label11.Name = "Label11";
			this.Label11.Size = new System.Drawing.Size(176, 24);
			this.Label11.TabIndex = 14;
			this.Label11.Text = "*若不指定系統會自動檢測。";
			// 
			// Label10
			// 
			this.Label10.BackColor = System.Drawing.Color.AliceBlue;
			this.Label10.ForeColor = System.Drawing.Color.Black;
			this.Label10.Location = new System.Drawing.Point(408, 56);
			this.Label10.Name = "Label10";
			this.Label10.Size = new System.Drawing.Size(176, 24);
			this.Label10.TabIndex = 13;
			this.Label10.Text = "*發送給廠商生成授權號碼。";
			// 
			// Label9
			// 
			this.Label9.Location = new System.Drawing.Point(280, 32);
			this.Label9.Name = "Label9";
			this.Label9.Size = new System.Drawing.Size(48, 16);
			this.Label9.TabIndex = 12;
			this.Label9.Text = "波特率";
			// 
			// Baud
			// 
			this.Baud.Location = new System.Drawing.Point(328, 24);
			this.Baud.Name = "Baud";
			this.Baud.Size = new System.Drawing.Size(72, 21);
			this.Baud.TabIndex = 11;
			this.Baud.Text = "";
			// 
			// Label8
			// 
			this.Label8.Location = new System.Drawing.Point(112, 32);
			this.Label8.Name = "Label8";
			this.Label8.Size = new System.Drawing.Size(32, 23);
			this.Label8.TabIndex = 10;
			this.Label8.Text = "端口";
			// 
			// Device
			// 
			this.Device.Location = new System.Drawing.Point(152, 24);
			this.Device.Name = "Device";
			this.Device.Size = new System.Drawing.Size(80, 21);
			this.Device.TabIndex = 8;
			this.Device.Text = "";
			// 
			// Label3
			// 
			this.Label3.BackColor = System.Drawing.Color.AliceBlue;
			this.Label3.ForeColor = System.Drawing.Color.Black;
			this.Label3.Location = new System.Drawing.Point(408, 88);
			this.Label3.Name = "Label3";
			this.Label3.Size = new System.Drawing.Size(176, 24);
			this.Label3.TabIndex = 6;
			this.Label3.Text = "*由廠商根據機器號碼產生。";
			// 
			// cwxx
			// 
			this.cwxx.Location = new System.Drawing.Point(112, 120);
			this.cwxx.Multiline = true;
			this.cwxx.Name = "cwxx";
			this.cwxx.Size = new System.Drawing.Size(472, 40);
			this.cwxx.TabIndex = 5;
			this.cwxx.Text = "";
			// 
			// Button2
			// 
			this.Button2.Location = new System.Drawing.Point(24, 120);
			this.Button2.Name = "Button2";
			this.Button2.TabIndex = 4;
			this.Button2.Text = "錯誤信息";
			// 
			// Label2
			// 
			this.Label2.Location = new System.Drawing.Point(40, 96);
			this.Label2.Name = "Label2";
			this.Label2.Size = new System.Drawing.Size(56, 16);
			this.Label2.TabIndex = 3;
			this.Label2.Text = "授權號碼";
			// 
			// sqhm
			// 
			this.sqhm.Location = new System.Drawing.Point(112, 88);
			this.sqhm.Name = "sqhm";
			this.sqhm.Size = new System.Drawing.Size(288, 21);
			this.sqhm.TabIndex = 2;
			this.sqhm.Text = "RIWT-DGFI-CFWW-GIWQ";
			// 
			// jqhm
			// 
			this.jqhm.Location = new System.Drawing.Point(112, 56);
			this.jqhm.Name = "jqhm";
			this.jqhm.Size = new System.Drawing.Size(288, 21);
			this.jqhm.TabIndex = 1;
			this.jqhm.Text = "";
			// 
			// Button1
			// 
			this.Button1.Location = new System.Drawing.Point(24, 56);
			this.Button1.Name = "Button1";
			this.Button1.TabIndex = 0;
			this.Button1.Text = "機器號碼";
			this.Button1.Click += new System.EventHandler(this.Button1_Click);
			// 
			// GroupBox3
			// 
			this.GroupBox3.Controls.AddRange(new System.Windows.Forms.Control[] {

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
一级日本不卡的影视| 国产亚洲短视频| av在线播放一区二区三区| 国产在线一区二区| 日本亚洲视频在线| 久久精品免费观看| 久久精工是国产品牌吗| 国内精品伊人久久久久av一坑 | 国产精品福利在线播放| 国产亚洲一区二区三区四区| 国产精品久久精品日日| 亚洲欧美日韩一区| 一区二区三区四区高清精品免费观看 | 亚洲欧美日韩国产手机在线| 亚洲男人的天堂在线观看| 亚洲一区二区三区三| 午夜日韩在线观看| 久久国产综合精品| 国产91露脸合集magnet | 欧美在线free| 在线成人av网站| 精品国产一区二区亚洲人成毛片| 久久久99精品免费观看不卡| 亚洲人精品午夜| 日本大胆欧美人术艺术动态| 国产成人在线视频网址| 91成人在线观看喷潮| 日韩一区二区麻豆国产| 国产精品剧情在线亚洲| 五月婷婷久久丁香| 国产电影一区二区三区| 欧洲精品中文字幕| 国产蜜臀97一区二区三区| 夜夜精品视频一区二区| 久久9热精品视频| 色综合久久综合网欧美综合网 | 国产精品乱人伦中文| 亚洲自拍偷拍欧美| 国产乱码精品一区二区三| 欧美亚洲综合色| 国产亚洲综合色| 日韩成人免费在线| 99re热视频精品| 26uuu国产电影一区二区| 亚洲欧美乱综合| 国产成人免费高清| 91精品啪在线观看国产60岁| 亚洲特黄一级片| 激情成人综合网| 国产欧美综合色| 无吗不卡中文字幕| 色婷婷综合视频在线观看| 久久久久88色偷偷免费| 五月激情综合网| 91麻豆swag| 国产精品黄色在线观看| 国产自产2019最新不卡| 日韩欧美中文字幕制服| 五月综合激情日本mⅴ| av网站免费线看精品| 久久精品视频在线看| 久久国产综合精品| 欧美一二三区在线观看| 丝袜诱惑亚洲看片| 欧美日韩一卡二卡三卡| 一区二区三区在线视频免费观看| 国产精品亚洲视频| 久久久久国产精品厨房| 国产一区在线看| 久久影院视频免费| 国产美女一区二区三区| 久久久不卡影院| 国产一区二区三区久久悠悠色av| 精品国产乱码久久久久久图片 | 亚洲午夜在线视频| 欧美性色黄大片| 亚洲综合色噜噜狠狠| 欧美亚洲综合久久| 亚洲国产精品久久久男人的天堂| 欧美亚洲尤物久久| 五月婷婷综合网| 欧美一级黄色大片| 国产一区二区三区四区五区入口 | 另类的小说在线视频另类成人小视频在线| 在线区一区二视频| 午夜欧美在线一二页| 欧美日韩一级黄| 麻豆精品在线视频| 久久伊人中文字幕| 成人免费va视频| 亚洲资源中文字幕| 欧美成人a在线| 成人晚上爱看视频| 亚洲黄色小视频| 欧美一区二区三区免费观看视频| 男女男精品视频| 国产人成一区二区三区影院| 99九九99九九九视频精品| 亚洲福利电影网| 欧美精品一区二区三区高清aⅴ| 国产 日韩 欧美大片| 亚洲特级片在线| 日韩免费一区二区三区在线播放| 国产在线精品国自产拍免费| 中文无字幕一区二区三区| 欧美制服丝袜第一页| 激情久久五月天| 亚洲制服丝袜一区| 国产午夜精品福利| 欧美视频一区在线| 国产精品综合一区二区三区| 一区二区三区在线视频观看| 欧美mv日韩mv国产网站app| 高清国产一区二区| 日韩精品一区第一页| 欧美国产1区2区| 欧美一级高清大全免费观看| www.亚洲在线| 久久精工是国产品牌吗| 亚洲欧美色一区| 亚洲精品在线三区| 欧美色图在线观看| 国产suv精品一区二区三区| 日韩精品三区四区| 亚洲美女区一区| 国产亚洲成aⅴ人片在线观看| 欧美丰满美乳xxx高潮www| 95精品视频在线| 粉嫩久久99精品久久久久久夜| 天堂一区二区在线| 亚洲最快最全在线视频| 欧美激情资源网| 久久只精品国产| 日韩视频免费观看高清完整版在线观看 | 久久99精品国产麻豆婷婷| 亚洲国产日韩精品| 一区二区三区免费在线观看| 国产欧美一区二区在线| 久久亚洲影视婷婷| 日韩精品资源二区在线| 777午夜精品免费视频| 欧美性受xxxx| 欧美午夜精品一区二区蜜桃 | 欧美色视频在线观看| 91一区二区在线| 91在线视频18| 91香蕉视频污| 色哟哟国产精品免费观看| 91香蕉视频mp4| 91免费国产视频网站| 91免费观看在线| 日本大香伊一区二区三区| 日本韩国一区二区| 在线亚洲欧美专区二区| 在线观看av不卡| 中文字幕第一页久久| 久久久久99精品国产片| 欧美激情一区二区三区全黄 | 91丨九色丨国产丨porny| 成人中文字幕合集| 99精品桃花视频在线观看| 99久久99久久免费精品蜜臀| 91免费在线看| 欧美日本国产视频| 日韩欧美国产系列| 久久午夜羞羞影院免费观看| 国产片一区二区| 亚洲三级电影全部在线观看高清| 一区二区三区在线观看动漫| 亚洲大型综合色站| 蜜桃视频在线观看一区二区| 国产一区二区精品久久99| av一二三不卡影片| 欧美日韩在线三级| 精品少妇一区二区三区日产乱码| 久久久久9999亚洲精品| 亚洲欧美日韩国产综合| 日韩影视精彩在线| 国产成人h网站| 欧美无人高清视频在线观看| 欧美成人猛片aaaaaaa| 中文字幕av免费专区久久| 亚洲国产一区二区视频| 麻豆国产欧美日韩综合精品二区| 国产麻豆视频一区| 欧美午夜不卡在线观看免费| 欧美mv和日韩mv的网站| 亚洲乱码国产乱码精品精98午夜| 首页综合国产亚洲丝袜| 成人免费观看男女羞羞视频| 91麻豆精品国产91久久久资源速度| 久久久久久久久久久99999| 一区二区免费看| 国产成人综合在线播放| 欧美日韩视频不卡| 国产精品欧美久久久久无广告 | 欧美经典三级视频一区二区三区| 依依成人综合视频| 成人午夜激情片| 精品国产三级电影在线观看|