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

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

?? settingsform.cs

?? 用C#語言編寫
?? CS
?? 第 1 頁 / 共 3 頁
字號:
			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.Add(this.label24);
			this.groupBox2.Controls.Add(this.label23);
			this.groupBox2.Controls.Add(this.label22);
			this.groupBox2.Controls.Add(this.numericUpDownRxS);
			this.groupBox2.Controls.Add(this.numericUpDownHW);
			this.groupBox2.Controls.Add(this.numericUpDownLW);
			this.groupBox2.Controls.Add(this.checkBoxGD);
			this.groupBox2.Controls.Add(this.checkBoxRxX);
			this.groupBox2.Controls.Add(this.label7);
			this.groupBox2.Controls.Add(this.label6);
			this.groupBox2.Controls.Add(this.comboBoxDTR);
			this.groupBox2.Controls.Add(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;
			this.toolTip.SetToolTip(this.label24, "Number of characters remaining in buffer at which reception is re-enabled");
			// 
			// 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;
			this.toolTip.SetToolTip(this.label23, "Number of free spaces in buffer at which reception is disabled");
			// 
			// 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;
			this.toolTip.SetToolTip(this.label22, "Requested size of reception buffer (0 means use operating system defaults)");
			// 
			// 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;
			this.toolTip.SetToolTip(this.label7, "The use to which the DTR output is put");
			// 
			// 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;
			this.toolTip.SetToolTip(this.label6, "The use to which the RTS output is put");
			// 
			// 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.Add(this.label2);
			this.groupBox3.Controls.Add(this.label11);
			this.groupBox3.Controls.Add(this.label5);
			this.groupBox3.Controls.Add(this.label3);
			this.groupBox3.Controls.Add(this.label4);
			this.groupBox3.Controls.Add(this.comboBoxPort);
			this.groupBox3.Controls.Add(this.comboBoxBaud);
			this.groupBox3.Controls.Add(this.comboBoxDB);
			this.groupBox3.Controls.Add(this.comboBoxParity);
			this.groupBox3.Controls.Add(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
			// 
			this.label3.Location = new System.Drawing.Point(112, 40);
			this.label3.Name = "label3";
			this.label3.Size = new System.Drawing.Size(64, 16);
			this.label3.TabIndex = 10;
			this.label3.Text = "Parity";
			this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
			this.toolTip.SetToolTip(this.label3, "Parity scheme (except for [none] adds a bit to the frame)");
			// 
			// label4
			// 

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
日韩精品一区二区三区蜜臀| 欧美久久久一区| ...xxx性欧美| 北岛玲一区二区三区四区| 国产精品久久久久久久第一福利| 色美美综合视频| 日本不卡视频在线观看| 国产亚洲欧洲一区高清在线观看| 91免费观看国产| 日本sm残虐另类| 国产精品嫩草影院av蜜臀| 在线视频一区二区免费| 麻豆精品久久久| 中文字幕一区二区三区四区不卡| 91.麻豆视频| 成人app下载| 日本午夜一区二区| 国产欧美日韩卡一| 欧美麻豆精品久久久久久| 国产福利精品一区| 亚洲国产综合人成综合网站| 久久伊人蜜桃av一区二区| 在线免费观看成人短视频| 极品少妇一区二区| 一区二区欧美精品| 久久久.com| 欧美精品日韩一区| 99热精品一区二区| 精品在线播放午夜| 亚洲午夜激情av| 中文子幕无线码一区tr| 欧美一区二区三区小说| 色综合久久六月婷婷中文字幕| 国内不卡的二区三区中文字幕| 亚洲国产一区二区在线播放| 国产精品入口麻豆九色| 欧美不卡激情三级在线观看| 91久久国产最好的精华液| 国产精品一区二区x88av| 午夜激情一区二区| 亚洲免费在线观看| 国产欧美一区二区在线| 日韩亚洲欧美中文三级| 欧美日韩精品欧美日韩精品一综合| 成人免费三级在线| 韩国精品主播一区二区在线观看| 天天色 色综合| 亚洲狼人国产精品| 国产精品电影一区二区| 久久久久国产精品麻豆ai换脸| 欧美一级片在线看| 欧美日韩亚洲国产综合| 色噜噜狠狠色综合欧洲selulu| 成人av在线资源| 国产精品一品视频| 狠狠色综合色综合网络| 蜜臀久久99精品久久久画质超高清| 亚洲永久免费av| 一区二区视频免费在线观看| 中文字幕综合网| 国产精品美女久久久久久2018 | 5566中文字幕一区二区电影| 色吊一区二区三区| 91麻豆产精品久久久久久| 成人成人成人在线视频| 国产成人午夜电影网| 国产一区欧美二区| 激情综合网av| 国产一区美女在线| 国产一区二区精品久久91| 精品制服美女久久| 国产在线播精品第三| 久久99深爱久久99精品| 国产一区二区在线观看免费| 国产一区二区电影| 处破女av一区二区| 成人午夜在线播放| 97se亚洲国产综合自在线不卡 | 欧美精品三级在线观看| 欧美一区二区三区免费观看视频 | 日韩免费在线观看| 久久综合色8888| 欧美激情一区不卡| 国产精品福利一区| 亚洲国产综合视频在线观看| 日本免费在线视频不卡一不卡二| 久草在线在线精品观看| 国内精品国产三级国产a久久 | 国产亚洲精久久久久久| 国产欧美日韩视频在线观看| 自拍偷拍亚洲激情| 亚洲成人久久影院| 麻豆一区二区三区| 国产成人自拍高清视频在线免费播放| 成+人+亚洲+综合天堂| 91在线视频网址| 欧美日韩精品一区二区天天拍小说 | 久久久国产午夜精品| 国产精品二三区| 亚洲国产wwwccc36天堂| 麻豆精品新av中文字幕| 懂色av一区二区夜夜嗨| 色婷婷激情综合| 欧美一区二区福利视频| 国产视频一区不卡| 亚洲精品第1页| 蜜桃视频一区二区| 丁香六月久久综合狠狠色| 91麻豆免费观看| 欧美丰满一区二区免费视频| 久久久亚洲午夜电影| 国产精品久久久久久久久果冻传媒 | 欧美xxxx老人做受| 欧美激情一区二区三区在线| 亚洲二区在线观看| 国产成人av在线影院| 欧美性大战久久| 国产欧美日韩在线观看| 午夜欧美2019年伦理 | 日韩情涩欧美日韩视频| 中文字幕在线不卡视频| 日韩电影在线免费看| 成人做爰69片免费看网站| 69成人精品免费视频| 国产精品毛片久久久久久久| 日韩高清不卡一区| av福利精品导航| 日韩精品自拍偷拍| 成人欧美一区二区三区黑人麻豆| 欧美a级一区二区| 91免费看视频| 久久久久久久久一| 日韩成人午夜精品| 91网页版在线| 久久久不卡网国产精品二区| 五月激情综合婷婷| 99久精品国产| 国产欧美一区二区三区鸳鸯浴 | 色综合天天综合在线视频| 日韩精品一区二区三区视频在线观看| 亚洲男同性视频| 国产成人在线视频网站| 欧美一区二区三区影视| 亚洲一区在线观看免费 | 懂色av一区二区三区蜜臀 | 一区二区三区四区乱视频| 国产成人av网站| 精品欧美黑人一区二区三区| 亚洲成人自拍偷拍| 91小视频在线免费看| 国产欧美综合在线| 国产精品综合一区二区三区| 91精品婷婷国产综合久久 | 91老司机福利 在线| 国产欧美日韩精品a在线观看| 久久精品久久综合| 欧美一区二区三区在线看| 性感美女极品91精品| www.欧美日韩| 国产日韩影视精品| 九色综合狠狠综合久久| 在线综合+亚洲+欧美中文字幕| 一区二区三区在线播| 91美女片黄在线观看| 亚洲色图欧美在线| 99国产精品久| 亚洲丝袜另类动漫二区| eeuss鲁片一区二区三区| 国产日韩欧美麻豆| 国产盗摄精品一区二区三区在线 | 麻豆精品在线观看| 91精品国产欧美一区二区18| 首页欧美精品中文字幕| 欧美区在线观看| 日韩黄色免费电影| 56国语精品自产拍在线观看| 男男成人高潮片免费网站| 在线播放日韩导航| 奇米色777欧美一区二区| 91麻豆精品久久久久蜜臀| 视频在线观看一区| 91精品午夜视频| 狠狠久久亚洲欧美| 亚洲精品一区二区三区精华液| 极品美女销魂一区二区三区免费| 日韩一二三区不卡| 国产一区美女在线| 久久美女艺术照精彩视频福利播放 | 国产中文字幕精品| 久久久www成人免费无遮挡大片| 国产乱码精品一区二区三| 国产人成亚洲第一网站在线播放| 北条麻妃国产九九精品视频| 亚洲免费观看在线视频| 欧美色图在线观看| 日本午夜一本久久久综合| 久久嫩草精品久久久久| jizz一区二区| 亚洲成av人在线观看| 精品国产乱码久久久久久图片|