亚洲欧美第一页_禁久久精品乱码_粉嫩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一区二区三区免费野_久草精品视频
福利电影一区二区三区| 97精品视频在线观看自产线路二| 国产麻豆午夜三级精品| 成人app下载| 欧美一级国产精品| 亚洲素人一区二区| 国产成人综合在线| 日韩三级精品电影久久久 | 亚洲高清免费观看| 国产成人午夜视频| 日韩免费电影网站| 午夜视频一区在线观看| 91亚洲精品久久久蜜桃| 国产肉丝袜一区二区| 欧美性一区二区| www成人在线观看| 亚洲午夜电影网| 99久久婷婷国产| 中文在线免费一区三区高中清不卡| 日本午夜精品视频在线观看 | 精品国产3级a| 婷婷国产在线综合| 欧美中文字幕一区| 亚洲欧美日韩在线播放| 成人综合婷婷国产精品久久免费| 日韩你懂的在线播放| 日本伊人色综合网| 欧美日韩久久久| 亚洲图片欧美一区| 欧美另类久久久品| 丝袜美腿亚洲一区| 欧美日本一区二区在线观看| 亚洲电影一级黄| 欧美三级视频在线播放| 亚洲高清视频的网址| 欧美亚洲国产一区在线观看网站| 亚洲精品videosex极品| 91美女在线看| 亚洲一区二区偷拍精品| 欧美色手机在线观看| 久久欧美中文字幕| 亚洲毛片av在线| 国产不卡视频一区二区三区| 精品国产一区二区三区不卡| 久久精品国产一区二区三| 精品国产一区二区三区av性色| 麻豆成人av在线| 亚洲精品在线观| 福利电影一区二区三区| 亚洲欧洲国产日本综合| 欧美自拍丝袜亚洲| 丝袜亚洲另类欧美| 精品成人免费观看| av亚洲精华国产精华精华| 亚洲蜜臀av乱码久久精品| 欧美日韩在线亚洲一区蜜芽| 日韩精品一二三四| 久久综合九色欧美综合狠狠| 成人av中文字幕| 国产精品免费久久久久| 国产美女久久久久| 自拍偷自拍亚洲精品播放| 91精品国产品国语在线不卡| 久热成人在线视频| 国产欧美视频在线观看| 欧亚一区二区三区| 免费高清视频精品| 国产精品久久福利| 3d成人h动漫网站入口| 国产精品资源网站| 亚洲高清在线视频| 国产喷白浆一区二区三区| 欧美综合天天夜夜久久| 国产一区视频导航| 一区二区三区国产精华| 26uuu另类欧美| 日本高清不卡aⅴ免费网站| 另类人妖一区二区av| 1区2区3区国产精品| 日韩精品在线网站| 日本乱人伦一区| 国产精品一区二区不卡| 五月天精品一区二区三区| 91网站在线观看视频| 亚洲成人免费在线观看| 国产日韩一级二级三级| 欧美日韩国产成人在线免费| 国产成人av福利| 天天av天天翘天天综合网| 国产精品欧美久久久久一区二区| 正在播放一区二区| 在线观看欧美黄色| 不卡欧美aaaaa| 国产揄拍国内精品对白| 免费视频最近日韩| 偷窥国产亚洲免费视频| 亚洲日本乱码在线观看| 国产午夜亚洲精品理论片色戒| 国产精品欧美综合在线| 精品99999| 日韩一区二区三区免费观看| 欧美日韩在线一区二区| 91免费在线播放| av爱爱亚洲一区| 国产a区久久久| 国产精品91xxx| 久久av老司机精品网站导航| 26uuu精品一区二区三区四区在线| 成人蜜臀av电影| 国内成+人亚洲+欧美+综合在线| 亚洲一区二区欧美激情| 成人欧美一区二区三区在线播放| 久久这里都是精品| 精品久久久久久久久久久久包黑料| 欧美理论电影在线| 欧美另类高清zo欧美| 在线电影国产精品| 7878成人国产在线观看| 欧美一区二区三区婷婷月色| 欧美日韩国产123区| 欧美日韩精品综合在线| 欧美日韩精品一区二区三区蜜桃 | 91视频xxxx| 成人精品免费视频| 一区二区在线观看不卡| 国产精品人妖ts系列视频| 国产精品天干天干在线综合| 国产日韩成人精品| 中文字幕一区三区| 亚洲乱码国产乱码精品精小说 | 久久―日本道色综合久久| 精品日韩av一区二区| 亚洲精品一区二区三区香蕉| 久久精品视频一区| 中文字幕一区二区三区不卡在线 | 五月婷婷综合在线| 青青草原综合久久大伊人精品 | 亚洲综合一二三区| 香蕉影视欧美成人| 激情av综合网| 日日夜夜一区二区| 欧美激情在线看| 18涩涩午夜精品.www| 亚洲免费在线视频一区 二区| 一区二区三区四区中文字幕| 视频一区欧美日韩| 国产一区二区不卡| 色综合咪咪久久| 欧美一区二区视频在线观看2022| 精品国产凹凸成av人网站| 中文字幕一区二区三区在线观看| 一区二区高清视频在线观看| 青草av.久久免费一区| 国产91精品精华液一区二区三区| 色欧美片视频在线观看在线视频| 欧美一区午夜精品| 中文字幕综合网| 久久精品久久久精品美女| 99天天综合性| 91精品婷婷国产综合久久竹菊| 国产无一区二区| 视频在线观看一区| 成人精品免费视频| 日韩视频在线观看一区二区| 亚洲欧美日韩综合aⅴ视频| 精品一区二区久久| 欧美另类高清zo欧美| 亚洲欧美在线视频| 国产一区二区三区香蕉| 欧美日韩1234| 亚洲视频在线观看一区| 精品午夜一区二区三区在线观看| 在线视频你懂得一区二区三区| 久久久亚洲国产美女国产盗摄 | 欧美一区二区三区免费大片| 欧美国产精品v| 色综合久久中文综合久久牛| 久久亚区不卡日本| 五月综合激情日本mⅴ| 色吧成人激情小说| 国产日韩欧美精品一区| 久久精品国产99| 欧美日韩成人高清| 亚洲一区二区美女| 在线视频一区二区免费| 亚洲欧美日韩国产另类专区| 福利一区二区在线| 国产婷婷一区二区| 国产一区二区中文字幕| 日韩精品一区二区三区swag | 欧美性猛交xxxx乱大交退制版| 亚洲国产精品高清| 国产精品一区二区x88av| 欧美一级夜夜爽| 日韩毛片视频在线看| 国产一区二区91| 精品国产a毛片| 久久精品国产成人一区二区三区| 欧美日韩中字一区| 亚洲最大成人综合|