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

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

?? settingsform.cs

?? 微軟C#讀寫類
?? CS
?? 第 1 頁 / 共 3 頁
字號:
			this.groupBox1.TabIndex = 10;
			this.groupBox1.TabStop = false;
			this.groupBox1.Text = "Tx Flow Control";
			// 
			// label21
			// 
			this.label21.Location = new System.Drawing.Point(8, 161);
			this.label21.Name = "label21";
			this.label21.RightToLeft = System.Windows.Forms.RightToLeft.No;
			this.label21.Size = new System.Drawing.Size(56, 16);
			this.label21.TabIndex = 29;
			this.label21.Text = "TO Mult";
			this.label21.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			this.toolTip.SetToolTip(this.label21, "Timeout multiplier (ms)");
			// 
			// label20
			// 
			this.label20.Location = new System.Drawing.Point(8, 137);
			this.label20.Name = "label20";
			this.label20.RightToLeft = System.Windows.Forms.RightToLeft.No;
			this.label20.Size = new System.Drawing.Size(56, 16);
			this.label20.TabIndex = 28;
			this.label20.Text = "TO Const";
			this.label20.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			this.toolTip.SetToolTip(this.label20, "Timeout constant (ms)");
			// 
			// label19
			// 
			this.label19.Location = new System.Drawing.Point(8, 113);
			this.label19.Name = "label19";
			this.label19.RightToLeft = System.Windows.Forms.RightToLeft.No;
			this.label19.Size = new System.Drawing.Size(56, 16);
			this.label19.TabIndex = 27;
			this.label19.Text = "Q Size";
			this.label19.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			this.toolTip.SetToolTip(this.label19, "Requested size of transmission buffer (0 means use operating system defaults");
			// 
			// numericUpDownTC
			// 
			this.numericUpDownTC.Increment = new System.Decimal(new int[] {
																			  500,
																			  0,
																			  0,
																			  0});
			this.numericUpDownTC.Location = new System.Drawing.Point(72, 136);
			this.numericUpDownTC.Maximum = new System.Decimal(new int[] {
																			60000,
																			0,
																			0,
																			0});
			this.numericUpDownTC.Name = "numericUpDownTC";
			this.numericUpDownTC.Size = new System.Drawing.Size(64, 20);
			this.numericUpDownTC.TabIndex = 22;
			this.toolTip.SetToolTip(this.numericUpDownTC, "Timeout constant (ms)");
			// 
			// numericUpDownTM
			// 
			this.numericUpDownTM.Increment = new System.Decimal(new int[] {
																			  500,
																			  0,
																			  0,
																			  0});
			this.numericUpDownTM.Location = new System.Drawing.Point(72, 160);
			this.numericUpDownTM.Maximum = new System.Decimal(new int[] {
																			60000,
																			0,
																			0,
																			0});
			this.numericUpDownTM.Name = "numericUpDownTM";
			this.numericUpDownTM.Size = new System.Drawing.Size(64, 20);
			this.numericUpDownTM.TabIndex = 20;
			this.toolTip.SetToolTip(this.numericUpDownTM, "Timeout multiplier (ms)");
			// 
			// numericUpDownTxS
			// 
			this.numericUpDownTxS.Increment = new System.Decimal(new int[] {
																			   500,
																			   0,
																			   0,
																			   0});
			this.numericUpDownTxS.Location = new System.Drawing.Point(72, 112);
			this.numericUpDownTxS.Maximum = new System.Decimal(new int[] {
																			 60000,
																			 0,
																			 0,
																			 0});
			this.numericUpDownTxS.Name = "numericUpDownTxS";
			this.numericUpDownTxS.Size = new System.Drawing.Size(64, 20);
			this.numericUpDownTxS.TabIndex = 25;
			this.toolTip.SetToolTip(this.numericUpDownTxS, "Requested size of transmission buffer (0 means use operating system defaults");
			// 
			// checkBoxCheck
			// 
			this.checkBoxCheck.Location = new System.Drawing.Point(8, 192);
			this.checkBoxCheck.Name = "checkBoxCheck";
			this.checkBoxCheck.Size = new System.Drawing.Size(104, 16);
			this.checkBoxCheck.TabIndex = 26;
			this.checkBoxCheck.Text = "Check all sends";
			this.toolTip.SetToolTip(this.checkBoxCheck, "Check the result of all sends (slows performance)");
			// 
			// checkBoxXC
			// 
			this.checkBoxXC.Location = new System.Drawing.Point(8, 88);
			this.checkBoxXC.Name = "checkBoxXC";
			this.checkBoxXC.Size = new System.Drawing.Size(112, 16);
			this.checkBoxXC.TabIndex = 3;
			this.checkBoxXC.Text = "Tx when Rx Xoff";
			this.toolTip.SetToolTip(this.checkBoxXC, "Block transmission when Xoff has been sent (for devices which treat any character" +
				" as Xon)");
			// 
			// checkBoxTxX
			// 
			this.checkBoxTxX.Location = new System.Drawing.Point(8, 64);
			this.checkBoxTxX.Name = "checkBoxTxX";
			this.checkBoxTxX.Size = new System.Drawing.Size(112, 16);
			this.checkBoxTxX.TabIndex = 2;
			this.checkBoxTxX.Text = "Xon / Xoff";
			this.toolTip.SetToolTip(this.checkBoxTxX, "Xon and Xoff codes control transmission");
			// 
			// checkBoxDSR
			// 
			this.checkBoxDSR.Location = new System.Drawing.Point(8, 40);
			this.checkBoxDSR.Name = "checkBoxDSR";
			this.checkBoxDSR.Size = new System.Drawing.Size(112, 16);
			this.checkBoxDSR.TabIndex = 1;
			this.checkBoxDSR.Text = "DSR";
			this.toolTip.SetToolTip(this.checkBoxDSR, "DSR input controls transmission");
			// 
			// checkBoxCTS
			// 
			this.checkBoxCTS.Location = new System.Drawing.Point(8, 16);
			this.checkBoxCTS.Name = "checkBoxCTS";
			this.checkBoxCTS.Size = new System.Drawing.Size(112, 16);
			this.checkBoxCTS.TabIndex = 0;
			this.checkBoxCTS.Text = "CTS";
			this.toolTip.SetToolTip(this.checkBoxCTS, "CTS input controls transmission");
			// 
			// groupBox2
			// 
			this.groupBox2.Controls.AddRange(new System.Windows.Forms.Control[] {
																					this.label24,
																					this.label23,
																					this.label22,
																					this.numericUpDownRxS,
																					this.numericUpDownHW,
																					this.numericUpDownLW,
																					this.checkBoxGD,
																					this.checkBoxRxX,
																					this.label7,
																					this.label6,
																					this.comboBoxDTR,
																					this.comboBoxRTS});
			this.groupBox2.Location = new System.Drawing.Point(148, 88);
			this.groupBox2.Name = "groupBox2";
			this.groupBox2.Size = new System.Drawing.Size(144, 186);
			this.groupBox2.TabIndex = 11;
			this.groupBox2.TabStop = false;
			this.groupBox2.Text = "Rx Flow Control";
			// 
			// label24
			// 
			this.label24.Location = new System.Drawing.Point(8, 161);
			this.label24.Name = "label24";
			this.label24.RightToLeft = System.Windows.Forms.RightToLeft.No;
			this.label24.Size = new System.Drawing.Size(56, 16);
			this.label24.TabIndex = 30;
			this.label24.Text = "L. Water";
			this.label24.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// label23
			// 
			this.label23.Location = new System.Drawing.Point(8, 137);
			this.label23.Name = "label23";
			this.label23.RightToLeft = System.Windows.Forms.RightToLeft.No;
			this.label23.Size = new System.Drawing.Size(56, 16);
			this.label23.TabIndex = 29;
			this.label23.Text = "H. Water";
			this.label23.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// label22
			// 
			this.label22.Location = new System.Drawing.Point(8, 113);
			this.label22.Name = "label22";
			this.label22.RightToLeft = System.Windows.Forms.RightToLeft.No;
			this.label22.Size = new System.Drawing.Size(56, 16);
			this.label22.TabIndex = 28;
			this.label22.Text = "Q Size";
			this.label22.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// numericUpDownRxS
			// 
			this.numericUpDownRxS.Increment = new System.Decimal(new int[] {
																			   500,
																			   0,
																			   0,
																			   0});
			this.numericUpDownRxS.Location = new System.Drawing.Point(72, 112);
			this.numericUpDownRxS.Maximum = new System.Decimal(new int[] {
																			 60000,
																			 0,
																			 0,
																			 0});
			this.numericUpDownRxS.Name = "numericUpDownRxS";
			this.numericUpDownRxS.Size = new System.Drawing.Size(64, 20);
			this.numericUpDownRxS.TabIndex = 20;
			this.toolTip.SetToolTip(this.numericUpDownRxS, "Requested size of reception buffer (0 means use operating system defaults");
			// 
			// numericUpDownHW
			// 
			this.numericUpDownHW.Increment = new System.Decimal(new int[] {
																			  500,
																			  0,
																			  0,
																			  0});
			this.numericUpDownHW.Location = new System.Drawing.Point(72, 136);
			this.numericUpDownHW.Maximum = new System.Decimal(new int[] {
																			60000,
																			0,
																			0,
																			0});
			this.numericUpDownHW.Name = "numericUpDownHW";
			this.numericUpDownHW.Size = new System.Drawing.Size(64, 20);
			this.numericUpDownHW.TabIndex = 19;
			this.toolTip.SetToolTip(this.numericUpDownHW, "Number of free spaces in buffer at which reception is disabled");
			// 
			// numericUpDownLW
			// 
			this.numericUpDownLW.Increment = new System.Decimal(new int[] {
																			  500,
																			  0,
																			  0,
																			  0});
			this.numericUpDownLW.Location = new System.Drawing.Point(72, 160);
			this.numericUpDownLW.Maximum = new System.Decimal(new int[] {
																			60000,
																			0,
																			0,
																			0});
			this.numericUpDownLW.Name = "numericUpDownLW";
			this.numericUpDownLW.Size = new System.Drawing.Size(64, 20);
			this.numericUpDownLW.TabIndex = 18;
			this.toolTip.SetToolTip(this.numericUpDownLW, "number of characters remaining in buffer at which reception is re-enabled");
			// 
			// checkBoxGD
			// 
			this.checkBoxGD.Location = new System.Drawing.Point(8, 88);
			this.checkBoxGD.Name = "checkBoxGD";
			this.checkBoxGD.Size = new System.Drawing.Size(112, 16);
			this.checkBoxGD.TabIndex = 10;
			this.checkBoxGD.Text = "Gate on DSR";
			this.toolTip.SetToolTip(this.checkBoxGD, "Received characters are ignored unless DSR is asserted");
			// 
			// checkBoxRxX
			// 
			this.checkBoxRxX.Location = new System.Drawing.Point(8, 64);
			this.checkBoxRxX.Name = "checkBoxRxX";
			this.checkBoxRxX.Size = new System.Drawing.Size(88, 16);
			this.checkBoxRxX.TabIndex = 9;
			this.checkBoxRxX.Text = "Xon / Xoff";
			this.toolTip.SetToolTip(this.checkBoxRxX, "Xon and Xoff are sent to control reception");
			// 
			// label7
			// 
			this.label7.Location = new System.Drawing.Point(16, 44);
			this.label7.Name = "label7";
			this.label7.Size = new System.Drawing.Size(32, 16);
			this.label7.TabIndex = 8;
			this.label7.Text = "DTR";
			this.label7.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// label6
			// 
			this.label6.Location = new System.Drawing.Point(16, 19);
			this.label6.Name = "label6";
			this.label6.Size = new System.Drawing.Size(32, 16);
			this.label6.TabIndex = 7;
			this.label6.Text = "RTS";
			this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// comboBoxDTR
			// 
			this.comboBoxDTR.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this.comboBoxDTR.Items.AddRange(new object[] {
															 "none",
															 "online",
															 "handshake",
															 "gate"});
			this.comboBoxDTR.Location = new System.Drawing.Point(56, 40);
			this.comboBoxDTR.Name = "comboBoxDTR";
			this.comboBoxDTR.Size = new System.Drawing.Size(80, 21);
			this.comboBoxDTR.TabIndex = 6;
			this.toolTip.SetToolTip(this.comboBoxDTR, "The use to which the DTR output is put");
			// 
			// comboBoxRTS
			// 
			this.comboBoxRTS.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this.comboBoxRTS.Items.AddRange(new object[] {
															 "none",
															 "online",
															 "handshake",
															 "gate"});
			this.comboBoxRTS.Location = new System.Drawing.Point(56, 16);
			this.comboBoxRTS.Name = "comboBoxRTS";
			this.comboBoxRTS.Size = new System.Drawing.Size(80, 21);
			this.comboBoxRTS.TabIndex = 5;
			this.toolTip.SetToolTip(this.comboBoxRTS, "The use to which the RTS output is put");
			// 
			// groupBox3
			// 
			this.groupBox3.Controls.AddRange(new System.Windows.Forms.Control[] {
																					this.label2,
																					this.label11,
																					this.label5,
																					this.label3,
																					this.label4,
																					this.comboBoxPort,
																					this.comboBoxBaud,
																					this.comboBoxDB,
																					this.comboBoxParity,
																					this.comboBoxSB});
			this.groupBox3.Location = new System.Drawing.Point(4, 0);
			this.groupBox3.Name = "groupBox3";
			this.groupBox3.Size = new System.Drawing.Size(288, 88);
			this.groupBox3.TabIndex = 20;
			this.groupBox3.TabStop = false;
			// 
			// label2
			// 
			this.label2.Location = new System.Drawing.Point(145, 18);
			this.label2.Name = "label2";
			this.label2.Size = new System.Drawing.Size(64, 16);
			this.label2.TabIndex = 13;
			this.label2.Text = "Baud";
			this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			this.toolTip.SetToolTip(this.label2, "Baud rate (unsupported rates will throw an exception)");
			this.label2.UseMnemonic = false;
			// 
			// label11
			// 
			this.label11.Location = new System.Drawing.Point(8, 17);
			this.label11.Name = "label11";
			this.label11.Size = new System.Drawing.Size(64, 16);
			this.label11.TabIndex = 12;
			this.label11.Text = "Port";
			this.label11.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			this.toolTip.SetToolTip(this.label11, "Communications port name (\"COM1:\")");
			// 
			// label5
			// 
			this.label5.Location = new System.Drawing.Point(216, 40);
			this.label5.Name = "label5";
			this.label5.Size = new System.Drawing.Size(64, 16);
			this.label5.TabIndex = 11;
			this.label5.Text = "StopBits";
			this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
			this.toolTip.SetToolTip(this.label5, "Number of stop bits added to the frame");
			// 
			// label3

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
男人的j进女人的j一区| 国产精品久久久久精k8| 色狠狠色噜噜噜综合网| 成人毛片老司机大片| 国产精品亚洲人在线观看| 国产综合色产在线精品| 精品午夜久久福利影院| 麻豆一区二区99久久久久| 免费成人你懂的| 久久国产福利国产秒拍| 经典三级在线一区| 国产白丝网站精品污在线入口| 国产中文字幕一区| 国产成人aaa| 99国产欧美另类久久久精品| 91视视频在线直接观看在线看网页在线看 | 日韩一级大片在线观看| 精品欧美一区二区久久 | 久久精品国产99| 国产在线一区二区综合免费视频| 国产一区二区不卡老阿姨| 国产精品影音先锋| 99久久er热在这里只有精品66| 国产91对白在线观看九色| 99在线精品免费| 欧美三级电影一区| 精品av综合导航| 日本一区二区视频在线观看| 综合久久给合久久狠狠狠97色 | 欧美另类videos死尸| 91精品综合久久久久久| 久久久久久亚洲综合| 亚洲欧洲日产国产综合网| 亚洲va国产天堂va久久en| 精品在线观看视频| 色综合婷婷久久| 日韩亚洲欧美成人一区| 国产精品久久久久久户外露出| 亚洲国产sm捆绑调教视频| 紧缚捆绑精品一区二区| 91丨九色丨尤物| 日韩美女视频在线| 国产精品久久综合| 麻豆91在线观看| 91蝌蚪porny九色| 26uuu亚洲综合色欧美| 亚洲午夜视频在线观看| 国产成人三级在线观看| 欧美理论电影在线| 亚洲欧美精品午睡沙发| 国产精品一区一区三区| 欧美乱熟臀69xxxxxx| 国产精品久久久久久户外露出| 免费在线看成人av| 欧美午夜精品免费| 国产精品二区一区二区aⅴ污介绍| 美女在线视频一区| 3d动漫精品啪啪一区二区竹菊| 亚洲精品高清在线| av色综合久久天堂av综合| 精品国产一区a| 视频在线在亚洲| 在线欧美日韩精品| 亚洲欧洲99久久| 国产69精品久久久久777| 欧美成人欧美edvon| 婷婷久久综合九色综合绿巨人| 一本色道久久综合亚洲aⅴ蜜桃 | 五月综合激情网| 日本韩国欧美一区二区三区| 亚洲欧美综合色| 91亚洲精品久久久蜜桃| 日本一区二区不卡视频| 久久9热精品视频| 精品久久久久一区二区国产| 日韩**一区毛片| 日韩免费视频一区二区| 久久av资源站| 久久精品这里都是精品| 国产黄人亚洲片| 中文字幕二三区不卡| 国产999精品久久| 成人免费在线观看入口| eeuss鲁片一区二区三区在线观看 eeuss鲁片一区二区三区在线看 | 国产精品国产自产拍高清av王其| 国产最新精品精品你懂的| 亚洲精品在线免费播放| 国产精品伊人色| 中文字幕av不卡| 色欧美乱欧美15图片| 日精品一区二区三区| 日韩欧美电影一二三| 国产一区二区中文字幕| 国产精品每日更新| 欧美中文字幕不卡| 麻豆国产91在线播放| 亚洲国产精品99久久久久久久久| 99视频超级精品| 丝袜脚交一区二区| 久久精品人人做人人综合 | 国产精品亚洲成人| 国产精品伦理在线| 欧美日韩亚洲综合一区| 精品综合免费视频观看| 国产欧美一区二区精品仙草咪 | 亚洲国产成人va在线观看天堂| 欧美电影在线免费观看| 国产美女娇喘av呻吟久久| 18涩涩午夜精品.www| 日韩一区二区三区观看| 成人av片在线观看| 日产精品久久久久久久性色| 国产人久久人人人人爽| 欧美久久久久免费| 成人app下载| 日韩1区2区3区| 亚洲人成网站色在线观看| 精品88久久久久88久久久| 日本黄色一区二区| 国产v日产∨综合v精品视频| 亚洲成人1区2区| 国产精品白丝在线| 日韩欧美第一区| 欧美另类z0zxhd电影| 99精品国产视频| 国产大陆a不卡| 亚洲一区二区三区小说| 久久九九影视网| 欧美一区二区三区爱爱| 在线免费亚洲电影| 成人97人人超碰人人99| 国产真实乱对白精彩久久| 婷婷开心久久网| 亚洲午夜国产一区99re久久| 一区免费观看视频| 久久久久久久久免费| 欧美一级高清大全免费观看| 91久久精品一区二区| 成人久久18免费网站麻豆| 国产又粗又猛又爽又黄91精品| 亚洲成av人片一区二区梦乃| 一区二区三区在线播放| 亚洲欧洲日韩av| 国产精品成人一区二区艾草| 日本一区二区三区高清不卡| 国产亚洲欧美色| 久久亚洲捆绑美女| 2023国产一二三区日本精品2022| 欧美一区二区视频在线观看2022| 欧美日韩激情一区二区| 欧美日韩一区二区三区在线看 | 日本一区二区在线不卡| 久久久99久久| 国产精品毛片高清在线完整版| 久久久国际精品| 中日韩免费视频中文字幕| 国产精品进线69影院| 亚洲天天做日日做天天谢日日欢| 自拍偷拍亚洲欧美日韩| 一区二区三区在线视频播放| 亚洲一区二区三区视频在线| 亚洲va欧美va天堂v国产综合| 亚洲一二三四在线| 爽爽淫人综合网网站| 六月婷婷色综合| 国产精品亚洲人在线观看| 国产一区在线看| 成人av电影在线| 在线精品视频一区二区三四 | 欧美mv和日韩mv的网站| 久久久久综合网| 综合中文字幕亚洲| 亚洲成人一区二区在线观看| 久久精品国产免费| 国产成人小视频| 欧美揉bbbbb揉bbbbb| 久久亚洲一级片| 一卡二卡三卡日韩欧美| 另类成人小视频在线| 波多野结衣的一区二区三区| 欧美日韩一区视频| 欧美国产精品一区二区三区| 亚洲综合成人在线视频| 国产又粗又猛又爽又黄91精品| 色综合久久88色综合天天6| 日韩一区二区三区免费看 | 国产伦精品一区二区三区免费| 懂色av一区二区三区免费观看| 色综合久久天天综合网| 日韩久久久久久| 亚洲色图20p| 国产美女在线精品| 欧美色男人天堂| 亚洲国产高清在线观看视频| 亚洲小说欧美激情另类| 国产精品一区二区免费不卡| 欧美色精品在线视频| 国产精品不卡一区二区三区| 毛片一区二区三区| 在线免费观看成人短视频|