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

? 歡迎來到蟲蟲下載站! | ?? 資源下載 ?? 資源專輯 ?? 關(guān)于我們
? 蟲蟲下載站

?? frmsetrs.cs

?? 交流伺服通訊軟件
?? CS
字號:
using System;
using System.Drawing;
using System.Collections;
using System.ComponentModel;
using System.Windows.Forms;

namespace motorseries
{
	/// <summary>
	/// frmSetRS 的摘要說明。
	/// </summary>
	public class frmSetRS : System.Windows.Forms.Form
	{
		private System.Windows.Forms.GroupBox grpRS;
		private System.Windows.Forms.TextBox textBox6;
		private System.Windows.Forms.TextBox textBox5;
		private System.Windows.Forms.TextBox textBox4;
		private System.Windows.Forms.TextBox textBox3;
		private System.Windows.Forms.TextBox textBox2;
		private System.Windows.Forms.TextBox textBox1;
		private System.Windows.Forms.Label label14;
		private System.Windows.Forms.Label label13;
		private System.Windows.Forms.Label label10;
		private System.Windows.Forms.Label label11;
		private System.Windows.Forms.Label label12;
		private System.Windows.Forms.Label label9;
		private System.Windows.Forms.CheckBox checkBox1;
		private System.Windows.Forms.Button cmdCancel;
		private System.Windows.Forms.Button cmdOk;
		private System.Windows.Forms.Button cmdDetail;
		/// <summary>
		/// 必需的設(shè)計器變量。
		/// </summary>
		private System.ComponentModel.Container components = null;

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

			//
			// TODO: 在 InitializeComponent 調(diào)用后添加任何構(gòu)造函數(shù)代碼
			//
		}

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

		#region Windows 窗體設(shè)計器生成的代碼
		/// <summary>
		/// 設(shè)計器支持所需的方法 - 不要使用代碼編輯器修改
		/// 此方法的內(nèi)容。
		/// </summary>
		private void InitializeComponent()
		{
			this.grpRS = new System.Windows.Forms.GroupBox();
			this.textBox6 = new System.Windows.Forms.TextBox();
			this.textBox5 = new System.Windows.Forms.TextBox();
			this.textBox4 = new System.Windows.Forms.TextBox();
			this.textBox3 = new System.Windows.Forms.TextBox();
			this.textBox2 = new System.Windows.Forms.TextBox();
			this.textBox1 = new System.Windows.Forms.TextBox();
			this.label14 = new System.Windows.Forms.Label();
			this.label13 = new System.Windows.Forms.Label();
			this.label10 = new System.Windows.Forms.Label();
			this.label11 = new System.Windows.Forms.Label();
			this.label12 = new System.Windows.Forms.Label();
			this.label9 = new System.Windows.Forms.Label();
			this.cmdCancel = new System.Windows.Forms.Button();
			this.cmdOk = new System.Windows.Forms.Button();
			this.checkBox1 = new System.Windows.Forms.CheckBox();
			this.cmdDetail = new System.Windows.Forms.Button();
			this.grpRS.SuspendLayout();
			this.SuspendLayout();
			// 
			// grpRS
			// 
			this.grpRS.Controls.Add(this.textBox6);
			this.grpRS.Controls.Add(this.textBox5);
			this.grpRS.Controls.Add(this.textBox4);
			this.grpRS.Controls.Add(this.textBox3);
			this.grpRS.Controls.Add(this.textBox2);
			this.grpRS.Controls.Add(this.textBox1);
			this.grpRS.Controls.Add(this.label14);
			this.grpRS.Controls.Add(this.label13);
			this.grpRS.Controls.Add(this.label10);
			this.grpRS.Controls.Add(this.label11);
			this.grpRS.Controls.Add(this.label12);
			this.grpRS.Controls.Add(this.label9);
			this.grpRS.Location = new System.Drawing.Point(8, 144);
			this.grpRS.Name = "grpRS";
			this.grpRS.Size = new System.Drawing.Size(232, 232);
			this.grpRS.TabIndex = 8;
			this.grpRS.TabStop = false;
			this.grpRS.Text = "詳細信息";
			// 
			// textBox6
			// 
			this.textBox6.Location = new System.Drawing.Point(104, 192);
			this.textBox6.Name = "textBox6";
			this.textBox6.TabIndex = 15;
			this.textBox6.Text = "";
			// 
			// textBox5
			// 
			this.textBox5.Location = new System.Drawing.Point(104, 160);
			this.textBox5.Name = "textBox5";
			this.textBox5.TabIndex = 14;
			this.textBox5.Text = "";
			// 
			// textBox4
			// 
			this.textBox4.Location = new System.Drawing.Point(104, 128);
			this.textBox4.Name = "textBox4";
			this.textBox4.TabIndex = 13;
			this.textBox4.Text = "";
			// 
			// textBox3
			// 
			this.textBox3.Location = new System.Drawing.Point(104, 96);
			this.textBox3.Name = "textBox3";
			this.textBox3.TabIndex = 12;
			this.textBox3.Text = "";
			// 
			// textBox2
			// 
			this.textBox2.Location = new System.Drawing.Point(104, 64);
			this.textBox2.Name = "textBox2";
			this.textBox2.TabIndex = 11;
			this.textBox2.Text = "";
			// 
			// textBox1
			// 
			this.textBox1.Location = new System.Drawing.Point(104, 32);
			this.textBox1.Name = "textBox1";
			this.textBox1.TabIndex = 10;
			this.textBox1.Text = "";
			// 
			// label14
			// 
			this.label14.Location = new System.Drawing.Point(16, 192);
			this.label14.Name = "label14";
			this.label14.Size = new System.Drawing.Size(72, 23);
			this.label14.TabIndex = 9;
			this.label14.Text = "有效標志";
			// 
			// label13
			// 
			this.label13.Location = new System.Drawing.Point(16, 160);
			this.label13.Name = "label13";
			this.label13.Size = new System.Drawing.Size(72, 23);
			this.label13.TabIndex = 8;
			this.label13.Text = "取反標志";
			// 
			// label10
			// 
			this.label10.Location = new System.Drawing.Point(16, 128);
			this.label10.Name = "label10";
			this.label10.Size = new System.Drawing.Size(72, 23);
			this.label10.TabIndex = 7;
			this.label10.Text = "單位";
			// 
			// label11
			// 
			this.label11.Location = new System.Drawing.Point(16, 96);
			this.label11.Name = "label11";
			this.label11.Size = new System.Drawing.Size(72, 23);
			this.label11.TabIndex = 6;
			this.label11.Text = "說明";
			// 
			// label12
			// 
			this.label12.Location = new System.Drawing.Point(16, 64);
			this.label12.Name = "label12";
			this.label12.Size = new System.Drawing.Size(72, 23);
			this.label12.TabIndex = 5;
			this.label12.Text = "名稱";
			// 
			// label9
			// 
			this.label9.Location = new System.Drawing.Point(16, 32);
			this.label9.Name = "label9";
			this.label9.Size = new System.Drawing.Size(72, 23);
			this.label9.TabIndex = 1;
			this.label9.Text = "標識";
			// 
			// cmdCancel
			// 
			this.cmdCancel.Location = new System.Drawing.Point(144, 88);
			this.cmdCancel.Name = "cmdCancel";
			this.cmdCancel.Size = new System.Drawing.Size(75, 32);
			this.cmdCancel.TabIndex = 14;
			this.cmdCancel.Text = "取消";
			// 
			// cmdOk
			// 
			this.cmdOk.Location = new System.Drawing.Point(24, 88);
			this.cmdOk.Name = "cmdOk";
			this.cmdOk.Size = new System.Drawing.Size(88, 32);
			this.cmdOk.TabIndex = 13;
			this.cmdOk.Text = "確定";
			this.cmdOk.Click += new System.EventHandler(this.cmdOk_Click);
			// 
			// checkBox1
			// 
			this.checkBox1.Font = new System.Drawing.Font("宋體", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
			this.checkBox1.Location = new System.Drawing.Point(24, 24);
			this.checkBox1.Name = "checkBox1";
			this.checkBox1.Size = new System.Drawing.Size(200, 40);
			this.checkBox1.TabIndex = 15;
			// 
			// cmdDetail
			// 
			this.cmdDetail.Location = new System.Drawing.Point(240, 88);
			this.cmdDetail.Name = "cmdDetail";
			this.cmdDetail.Size = new System.Drawing.Size(75, 32);
			this.cmdDetail.TabIndex = 16;
			this.cmdDetail.Text = "詳細>>";
			// 
			// frmSetRS
			// 
			this.AutoScaleBaseSize = new System.Drawing.Size(6, 14);
			this.ClientSize = new System.Drawing.Size(392, 397);
			this.Controls.Add(this.cmdDetail);
			this.Controls.Add(this.checkBox1);
			this.Controls.Add(this.cmdCancel);
			this.Controls.Add(this.cmdOk);
			this.Controls.Add(this.grpRS);
			this.Name = "frmSetRS";
			this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
			this.Text = "遙信參數(shù)設(shè)置";
			this.grpRS.ResumeLayout(false);
			this.ResumeLayout(false);

		}
		#endregion

		private void cmdOk_Click(object sender, System.EventArgs e)
		{
		
		}
	}
}

?? 快捷鍵說明

復(fù)制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
国产三级久久久| 国产精品一品二品| 亚洲国产日韩在线一区模特| 中文字幕一区二区三区色视频| 国产亚洲精品福利| 国产日产欧产精品推荐色| 久久久精品人体av艺术| 国产欧美一区二区三区在线老狼| 久久免费午夜影院| 久久精品在线免费观看| 中文字幕精品在线不卡| 中文字幕在线观看一区| 亚洲天堂av老司机| 亚洲人一二三区| 一区二区三区精品在线| 午夜精品福利视频网站| 免费三级欧美电影| 韩国av一区二区| caoporn国产精品| www.亚洲精品| 欧美丝袜丝交足nylons图片| 欧美区一区二区三区| 日韩三级在线观看| 国产肉丝袜一区二区| 国产精品嫩草久久久久| 一区二区三区不卡视频在线观看 | 日韩欧美成人激情| 久久久久久久久久美女| 国产成都精品91一区二区三| 国产精品1区二区.| 91免费看视频| 欧美乱熟臀69xxxxxx| 精品国产一区二区国模嫣然| 日本一区二区三区视频视频| 亚洲欧美另类综合偷拍| 五月激情综合网| 国产麻豆精品在线| 一本在线高清不卡dvd| 日韩一区二区中文字幕| 国产精品天美传媒沈樵| 亚洲一区二区精品视频| 国产综合成人久久大片91| 成人精品视频一区二区三区| 欧美日韩精品综合在线| 久久精品一区二区三区不卡| 夜夜夜精品看看| 国产乱码精品一区二区三区忘忧草 | 日本美女视频一区二区| 国产69精品一区二区亚洲孕妇| 日本精品免费观看高清观看| 日韩欧美国产三级电影视频| 国产精品盗摄一区二区三区| 日本网站在线观看一区二区三区| 成人性视频免费网站| 欧美日韩国产精品自在自线| 国产欧美日韩亚州综合| 午夜精品成人在线视频| 成人午夜视频网站| 91精品欧美久久久久久动漫 | 亚洲国产精品天堂| 国产毛片精品一区| 在线成人午夜影院| 亚洲人成亚洲人成在线观看图片| 激情久久五月天| 欧美色区777第一页| 国产亚洲va综合人人澡精品| 亚洲高清久久久| 91欧美一区二区| 久久久精品天堂| 日韩av不卡一区二区| 色综合天天综合网天天狠天天| 精品国产一区二区三区久久久蜜月| 一区二区三区中文免费| 国产精品88888| 日韩精品一区二区三区在线| 一区二区三区中文字幕在线观看| 国产精品综合在线视频| 日韩欧美在线综合网| 亚洲资源在线观看| 91免费看`日韩一区二区| 久久久久久久精| 久久99久久99| 在线播放视频一区| 亚洲一区在线观看网站| 91年精品国产| 中文字幕中文字幕在线一区 | 欧美男生操女生| 亚洲激情在线播放| av网站一区二区三区| 久久久国际精品| 国产一区二区三区最好精华液| 91精品婷婷国产综合久久性色| 亚洲成在人线免费| 91黄色免费看| 亚洲一区二区影院| 色婷婷综合久久久| 亚洲久本草在线中文字幕| www.色精品| 亚洲欧美日韩国产另类专区| 成人综合婷婷国产精品久久蜜臀| 国产日韩欧美麻豆| 成人激情黄色小说| 国产精品久久久久婷婷二区次| 国产999精品久久久久久绿帽| 亚洲精品一区二区三区蜜桃下载 | 亚洲欧洲一区二区三区| www.色精品| 亚洲精品写真福利| 色噜噜狠狠成人中文综合| 亚洲免费高清视频在线| 色哟哟国产精品免费观看| 亚洲精品国产第一综合99久久| 色一区在线观看| 亚洲国产wwwccc36天堂| 678五月天丁香亚洲综合网| 日韩国产欧美在线观看| 日韩一区二区三区四区| 精彩视频一区二区三区| 久久精品水蜜桃av综合天堂| 丁香婷婷综合网| 亚洲视频在线观看三级| 欧美在线|欧美| 日本va欧美va精品| 久久精品视频在线看| 波多野结衣在线aⅴ中文字幕不卡| 日韩一区在线免费观看| 欧美亚洲图片小说| 老汉av免费一区二区三区| 久久久久久久综合| 91最新地址在线播放| 亚洲成av人片在线观看| 欧美mv和日韩mv的网站| 丁香激情综合国产| 夜夜夜精品看看| 欧美变态口味重另类| 国产99久久久精品| 亚洲高清免费观看高清完整版在线观看 | 高清av一区二区| 亚洲激情图片qvod| 日韩一区二区三区高清免费看看 | 欧美精品 日韩| 国产在线不卡一卡二卡三卡四卡| 国产精品久久一级| 欧美久久久一区| 国产裸体歌舞团一区二区| 亚洲精品高清在线| 精品国产一区二区亚洲人成毛片| www.成人网.com| 日本不卡一二三区黄网| 国产精品色在线| 欧美一级国产精品| 91在线免费看| 久久精品国产亚洲a| 亚洲视频一区在线观看| 精品国产乱码久久久久久闺蜜| 91在线视频在线| 裸体一区二区三区| 亚洲视频小说图片| 亚洲精品在线电影| 欧美日韩成人综合在线一区二区| 国产一区二区三区久久悠悠色av| 一区二区三区国产精华| 欧美成人一区二区| 91成人免费在线视频| 国产激情91久久精品导航| 日本欧美肥老太交大片| 一区二区在线免费| 国产精品视频一二三| 精品电影一区二区| 欧美三片在线视频观看| 99在线精品观看| 狠狠色丁香婷婷综合| 日韩精品三区四区| 一区二区三区四区不卡在线 | 欧美日韩国产精选| 91色porny蝌蚪| 国产suv精品一区二区6| 麻豆免费看一区二区三区| 亚洲三级小视频| 国产精品免费观看视频| 精品免费视频一区二区| 欧美日韩精品免费观看视频| 99国产精品99久久久久久| 国产在线看一区| 免费精品视频在线| 亚洲大片免费看| 亚洲综合视频在线| 国产精品国产三级国产aⅴ中文 | 欧美xxxx老人做受| 91精品国产色综合久久| 欧美日韩亚州综合| 91美女视频网站| 99在线视频精品| 99久久综合狠狠综合久久| 国产精品99久久久久久久vr| 韩国精品一区二区| 精品无人码麻豆乱码1区2区| 九九热在线视频观看这里只有精品| 亚洲国产综合视频在线观看| 亚洲久草在线视频|