亚洲欧美第一页_禁久久精品乱码_粉嫩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一区二区三区免费野_久草精品视频
麻豆成人91精品二区三区| 色天天综合久久久久综合片| 国产成人免费av在线| 欧美视频在线不卡| 国产精品女主播在线观看| 琪琪久久久久日韩精品| 91麻豆swag| 中文成人av在线| 国产一区二区三区美女| 欧美蜜桃一区二区三区| 国产精品久久久久久久久搜平片| 另类小说综合欧美亚洲| 在线一区二区三区| 国产精品久久久久影院老司 | 日韩午夜在线影院| 亚洲欧美另类图片小说| 国产ts人妖一区二区| 欧美一级夜夜爽| 午夜av一区二区三区| 一本一本久久a久久精品综合麻豆| 久久久蜜臀国产一区二区| 日本不卡视频在线| 欧美日韩国产在线播放网站| 亚洲色欲色欲www在线观看| 成人理论电影网| 国产午夜久久久久| 国产激情偷乱视频一区二区三区| 日韩欧美国产成人一区二区| 男男视频亚洲欧美| 欧美一区二区三区男人的天堂| 日韩国产高清影视| 日韩午夜中文字幕| 精品中文av资源站在线观看| 日韩欧美精品三级| 国内一区二区在线| 久久久不卡网国产精品一区| 国产精一品亚洲二区在线视频| 欧美成人高清电影在线| 国产一区二区三区久久悠悠色av| 久久蜜桃av一区精品变态类天堂 | 日本高清成人免费播放| 亚洲精品中文字幕乱码三区 | 久久综合久色欧美综合狠狠| 麻豆国产欧美日韩综合精品二区| 日韩亚洲欧美综合| 国产美女精品人人做人人爽| 中文字幕免费观看一区| 91首页免费视频| 午夜精品一区在线观看| 日韩免费观看2025年上映的电影| 精品一区二区三区影院在线午夜 | 成人免费视频免费观看| 1区2区3区欧美| 欧美日韩视频第一区| 日韩电影在线一区| 久久先锋影音av鲁色资源| 成人av在线一区二区| 亚洲国产成人av| ww亚洲ww在线观看国产| 99re这里都是精品| 奇米四色…亚洲| 中文在线资源观看网站视频免费不卡| www.亚洲精品| 日韩电影在线一区二区三区| 久久久久高清精品| 欧美主播一区二区三区美女| 九色综合狠狠综合久久| 一区二区三区在线视频观看58| 91麻豆精品国产无毒不卡在线观看| 精品在线亚洲视频| 一区二区三区高清| 精品国产乱码久久久久久久久| 色综合久久中文字幕| 久久成人av少妇免费| 中文字幕一区二区三区在线播放 | 久久精品国产免费看久久精品| 国产精品丝袜久久久久久app| 欧美色老头old∨ideo| 国产盗摄视频一区二区三区| 亚洲成人av电影在线| 国产日本欧美一区二区| 欧美一区二区网站| 一本一道久久a久久精品| 激情都市一区二区| 亚洲成人免费在线| 亚洲欧洲精品一区二区三区不卡| 日韩一区二区电影| 日本高清不卡aⅴ免费网站| 成人夜色视频网站在线观看| 开心九九激情九九欧美日韩精美视频电影 | 精品少妇一区二区三区免费观看| 91玉足脚交白嫩脚丫在线播放| 韩国av一区二区三区在线观看| 亚洲国产毛片aaaaa无费看| 中文字幕一区二区三区在线观看| 久久综合久久鬼色中文字| 欧美一级片免费看| 欧美日本免费一区二区三区| 色乱码一区二区三区88| 成人97人人超碰人人99| 国产精品一区二区在线观看网站| 蜜桃av一区二区在线观看| 亚洲成人动漫精品| 午夜日韩在线电影| 亚洲福利电影网| 亚洲国产另类av| 亚洲一区二区三区免费视频| 亚洲精品视频观看| 亚洲一区二区三区中文字幕| 亚洲视频狠狠干| 亚洲美女屁股眼交3| 亚洲欧美偷拍卡通变态| 亚洲精品视频观看| 亚洲一二三四区| 亚洲成av人在线观看| 亚洲一区二区三区中文字幕在线| 亚洲一卡二卡三卡四卡无卡久久 | 中文字幕第一区二区| 国产天堂亚洲国产碰碰| 国产女人18水真多18精品一级做 | 337p亚洲精品色噜噜| 91精品国产综合久久久蜜臀粉嫩 | 欧美日韩成人激情| 91精品蜜臀在线一区尤物| 欧美一级理论片| 2020日本不卡一区二区视频| 精品久久久久久久人人人人传媒| 日韩精品专区在线影院重磅| 久久在线观看免费| 中文字幕一区二区三区在线播放| 亚洲婷婷在线视频| 亚洲成人激情av| 青青草一区二区三区| 国产在线视频不卡二| 懂色av一区二区三区蜜臀| 91视频一区二区三区| 91麻豆精品国产91久久久资源速度| 欧美一级高清片在线观看| 亚洲精品一区二区精华| 国产精品欧美经典| 天堂成人免费av电影一区| 久久爱另类一区二区小说| 成人动漫av在线| 欧美日韩亚洲综合一区二区三区| 欧美一卡2卡3卡4卡| 国产精品丝袜91| 日韩二区三区在线观看| 国产毛片精品视频| 欧美亚洲愉拍一区二区| 欧美大白屁股肥臀xxxxxx| 国产精品久久久久四虎| 日韩精品高清不卡| 99天天综合性| 日韩三级视频中文字幕| ㊣最新国产の精品bt伙计久久| 日日摸夜夜添夜夜添精品视频| 国产永久精品大片wwwapp| 欧美亚洲一区三区| 国产亚洲欧洲一区高清在线观看| 亚洲综合一区二区三区| 激情国产一区二区| 欧美人妇做爰xxxⅹ性高电影| 国产午夜亚洲精品理论片色戒| 亚洲444eee在线观看| 成人福利视频网站| 日韩午夜激情电影| 亚洲综合成人网| 国产精品456露脸| 欧美一区在线视频| 亚洲一二三四区| 91视频国产观看| 国产日韩欧美在线一区| 蜜臀av在线播放一区二区三区| 99re免费视频精品全部| 欧美经典三级视频一区二区三区| 男女男精品网站| 欧美剧情片在线观看| 一区二区日韩电影| av网站免费线看精品| 精品国产伦一区二区三区免费| 午夜久久久久久久久久一区二区| 色综合久久天天| 国产精品毛片a∨一区二区三区| 国产主播一区二区三区| 欧美一级久久久| 免费日本视频一区| 884aa四虎影成人精品一区| 亚洲国产精品自拍| 欧美三级电影网站| 亚洲国产成人91porn| 91性感美女视频| 亚洲欧美乱综合| 欧美怡红院视频| 亚洲综合丝袜美腿| 欧洲色大大久久| 亚洲综合免费观看高清完整版在线 | 91精品国产91热久久久做人人| 亚洲一区在线观看免费| 欧美亚洲动漫另类| 亚洲成人一二三|