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

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

?? termform.cs

?? 串口通訊,c#寫的,很有參考價(jià)值,大家不妨可以參考
?? CS
?? 第 1 頁(yè) / 共 2 頁(yè)
字號(hào):
using System;
using System.Drawing;
using System.Collections;
using System.ComponentModel;
using System.Windows.Forms;
using JH.CommBase;

/// <summary>
/// Summary description for Form.
/// </summary>
public class TermForm : System.Windows.Forms.Form
{
	private bool inEscape = false;
	private string esc;
	private string mark;
	private InfoForm info;

	private System.Windows.Forms.TextBox textBoxS;
	private System.Windows.Forms.Button buttonO;
	private System.Windows.Forms.Button buttonStatus;
	private System.Windows.Forms.Button buttonSet;
	private System.Windows.Forms.RichTextBox textBoxR;
	private System.Windows.Forms.Button buttonClr;
	private System.Windows.Forms.GroupBox groupBox1;
	private System.Windows.Forms.RadioButton radioButtonRLSD;
	private System.Windows.Forms.RadioButton radioButtonDSR;
	private System.Windows.Forms.RadioButton radioButtonCTS;
	private System.Windows.Forms.CheckBox checkBoxBK;
	private System.Windows.Forms.CheckBox checkBoxDTR;
	private System.Windows.Forms.CheckBox checkBoxRTS;
	private System.Windows.Forms.ToolTip toolTip;
	private System.Windows.Forms.RadioButton radioButtonRng;
	private System.Windows.Forms.Button buttonImm;
	private System.ComponentModel.IContainer components;

	public TermForm()
	{
		//
		// Required for Windows Form Designer support
		//
		InitializeComponent();

	}

	/// <summary>
	/// Clean up any resources being used.
	/// </summary>
	protected override void Dispose( bool disposing )
	{
		if( disposing )
		{
			BaseTerm.term.Close();
			if (components != null) 
			{
				components.Dispose();
			}
		}
		base.Dispose( disposing );
	}

	#region Windows Form Designer generated code
		/// <summary>
		/// Required method for Designer support - do not modify
		/// the contents of this method with the code editor.
		/// </summary>
		private void InitializeComponent()
		{
			this.components = new System.ComponentModel.Container();
			this.textBoxS = new System.Windows.Forms.TextBox();
			this.buttonO = new System.Windows.Forms.Button();
			this.buttonStatus = new System.Windows.Forms.Button();
			this.buttonSet = new System.Windows.Forms.Button();
			this.textBoxR = new System.Windows.Forms.RichTextBox();
			this.buttonClr = new System.Windows.Forms.Button();
			this.groupBox1 = new System.Windows.Forms.GroupBox();
			this.radioButtonRng = new System.Windows.Forms.RadioButton();
			this.checkBoxBK = new System.Windows.Forms.CheckBox();
			this.checkBoxDTR = new System.Windows.Forms.CheckBox();
			this.checkBoxRTS = new System.Windows.Forms.CheckBox();
			this.radioButtonRLSD = new System.Windows.Forms.RadioButton();
			this.radioButtonDSR = new System.Windows.Forms.RadioButton();
			this.radioButtonCTS = new System.Windows.Forms.RadioButton();
			this.toolTip = new System.Windows.Forms.ToolTip(this.components);
			this.buttonImm = new System.Windows.Forms.Button();
			this.groupBox1.SuspendLayout();
			this.SuspendLayout();
			// 
			// textBoxS
			// 
			this.textBoxS.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
				| System.Windows.Forms.AnchorStyles.Right)));
			this.textBoxS.BackColor = System.Drawing.Color.White;
			this.textBoxS.CausesValidation = false;
			this.textBoxS.Font = new System.Drawing.Font("Courier New", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
			this.textBoxS.Location = new System.Drawing.Point(8, 8);
			this.textBoxS.Name = "textBoxS";
			this.textBoxS.ReadOnly = true;
			this.textBoxS.Size = new System.Drawing.Size(328, 22);
			this.textBoxS.TabIndex = 0;
			this.textBoxS.TabStop = false;
			this.textBoxS.Text = "";
			this.toolTip.SetToolTip(this.textBoxS, "Type character to send, or type \'<\' then ASCII control name or number 0..255, the" +
				"n \'>\' to send. Type \'<\' twice for that character");
			// 
			// buttonO
			// 
			this.buttonO.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
			this.buttonO.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
			this.buttonO.Location = new System.Drawing.Point(8, 224);
			this.buttonO.Name = "buttonO";
			this.buttonO.TabIndex = 3;
			this.buttonO.TabStop = false;
			this.buttonO.Tag = "0";
			this.buttonO.Text = "Offline";
			this.toolTip.SetToolTip(this.buttonO, "Press to change between Offline and Online");
			this.buttonO.Click += new System.EventHandler(this.buttonO_Click);
			// 
			// buttonStatus
			// 
			this.buttonStatus.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
			this.buttonStatus.Enabled = false;
			this.buttonStatus.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
			this.buttonStatus.Location = new System.Drawing.Point(344, 224);
			this.buttonStatus.Name = "buttonStatus";
			this.buttonStatus.TabIndex = 11;
			this.buttonStatus.TabStop = false;
			this.buttonStatus.Text = "Status";
			this.toolTip.SetToolTip(this.buttonStatus, "Press to show the status of the transmission and reception queues");
			this.buttonStatus.Click += new System.EventHandler(this.buttonStatus_Click);
			// 
			// buttonSet
			// 
			this.buttonSet.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
			this.buttonSet.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
			this.buttonSet.Location = new System.Drawing.Point(8, 192);
			this.buttonSet.Name = "buttonSet";
			this.buttonSet.TabIndex = 12;
			this.buttonSet.TabStop = false;
			this.buttonSet.Text = "Settings";
			this.toolTip.SetToolTip(this.buttonSet, "Press to show the settings dialog");
			this.buttonSet.Click += new System.EventHandler(this.buttonSet_Click);
			// 
			// textBoxR
			// 
			this.textBoxR.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
				| System.Windows.Forms.AnchorStyles.Left) 
				| System.Windows.Forms.AnchorStyles.Right)));
			this.textBoxR.BackColor = System.Drawing.Color.LightGray;
			this.textBoxR.DetectUrls = false;
			this.textBoxR.Font = new System.Drawing.Font("Courier New", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
			this.textBoxR.HideSelection = false;
			this.textBoxR.Location = new System.Drawing.Point(8, 38);
			this.textBoxR.Name = "textBoxR";
			this.textBoxR.ReadOnly = true;
			this.textBoxR.ShowSelectionMargin = true;
			this.textBoxR.Size = new System.Drawing.Size(410, 144);
			this.textBoxR.TabIndex = 13;
			this.textBoxR.Text = "";
			// 
			// buttonClr
			// 
			this.buttonClr.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
			this.buttonClr.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
			this.buttonClr.Location = new System.Drawing.Point(344, 192);
			this.buttonClr.Name = "buttonClr";
			this.buttonClr.TabIndex = 14;
			this.buttonClr.TabStop = false;
			this.buttonClr.Text = "Clear";
			this.toolTip.SetToolTip(this.buttonClr, "Press to clear the send and receive text boxes");
			this.buttonClr.Click += new System.EventHandler(this.buttonClr_Click);
			// 
			// groupBox1
			// 
			this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
			this.groupBox1.Controls.Add(this.radioButtonRng);
			this.groupBox1.Controls.Add(this.checkBoxBK);
			this.groupBox1.Controls.Add(this.checkBoxDTR);
			this.groupBox1.Controls.Add(this.checkBoxRTS);
			this.groupBox1.Controls.Add(this.radioButtonRLSD);
			this.groupBox1.Controls.Add(this.radioButtonDSR);
			this.groupBox1.Controls.Add(this.radioButtonCTS);
			this.groupBox1.Location = new System.Drawing.Point(90, 187);
			this.groupBox1.Name = "groupBox1";
			this.groupBox1.Size = new System.Drawing.Size(248, 61);
			this.groupBox1.TabIndex = 15;
			this.groupBox1.TabStop = false;
			// 
			// radioButtonRng
			// 
			this.radioButtonRng.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
			this.radioButtonRng.AutoCheck = false;
			this.radioButtonRng.Enabled = false;
			this.radioButtonRng.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
			this.radioButtonRng.Location = new System.Drawing.Point(184, 13);
			this.radioButtonRng.Name = "radioButtonRng";
			this.radioButtonRng.Size = new System.Drawing.Size(56, 19);
			this.radioButtonRng.TabIndex = 15;
			this.radioButtonRng.Text = "Ring";
			this.toolTip.SetToolTip(this.radioButtonRng, "Ringing detection input");
			// 
			// checkBoxBK
			// 
			this.checkBoxBK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
			this.checkBoxBK.Enabled = false;
			this.checkBoxBK.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
			this.checkBoxBK.Location = new System.Drawing.Point(160, 37);
			this.checkBoxBK.Name = "checkBoxBK";
			this.checkBoxBK.Size = new System.Drawing.Size(56, 16);
			this.checkBoxBK.TabIndex = 14;
			this.checkBoxBK.Tag = "2";
			this.checkBoxBK.Text = "Break";
			this.toolTip.SetToolTip(this.checkBoxBK, "Break condition on transmission output");
			this.checkBoxBK.CheckedChanged += new System.EventHandler(this.checkBox_CheckedChanged);
			// 
			// checkBoxDTR
			// 
			this.checkBoxDTR.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
			this.checkBoxDTR.Enabled = false;
			this.checkBoxDTR.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
			this.checkBoxDTR.Location = new System.Drawing.Point(96, 37);
			this.checkBoxDTR.Name = "checkBoxDTR";
			this.checkBoxDTR.Size = new System.Drawing.Size(56, 16);
			this.checkBoxDTR.TabIndex = 13;
			this.checkBoxDTR.Tag = "1";
			this.checkBoxDTR.Text = "DTR";
			this.toolTip.SetToolTip(this.checkBoxDTR, "Data Terminal Ready output");
			this.checkBoxDTR.CheckedChanged += new System.EventHandler(this.checkBox_CheckedChanged);
			// 
			// checkBoxRTS
			// 
			this.checkBoxRTS.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
			this.checkBoxRTS.Enabled = false;
			this.checkBoxRTS.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
			this.checkBoxRTS.Location = new System.Drawing.Point(32, 37);
			this.checkBoxRTS.Name = "checkBoxRTS";
			this.checkBoxRTS.Size = new System.Drawing.Size(56, 16);
			this.checkBoxRTS.TabIndex = 12;
			this.checkBoxRTS.Tag = "0";
			this.checkBoxRTS.Text = "RTS";
			this.toolTip.SetToolTip(this.checkBoxRTS, "Request To Send output");
			this.checkBoxRTS.CheckedChanged += new System.EventHandler(this.checkBox_CheckedChanged);
			// 
			// radioButtonRLSD
			// 
			this.radioButtonRLSD.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
			this.radioButtonRLSD.AutoCheck = false;
			this.radioButtonRLSD.Enabled = false;
			this.radioButtonRLSD.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
			this.radioButtonRLSD.Location = new System.Drawing.Point(123, 13);
			this.radioButtonRLSD.Name = "radioButtonRLSD";
			this.radioButtonRLSD.Size = new System.Drawing.Size(56, 19);
			this.radioButtonRLSD.TabIndex = 10;
			this.radioButtonRLSD.Text = "RLSD";
			this.toolTip.SetToolTip(this.radioButtonRLSD, "Receive Line Signal Detect input");
			// 
			// radioButtonDSR
			// 
			this.radioButtonDSR.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
			this.radioButtonDSR.AutoCheck = false;
			this.radioButtonDSR.Enabled = false;
			this.radioButtonDSR.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
			this.radioButtonDSR.Location = new System.Drawing.Point(67, 13);
			this.radioButtonDSR.Name = "radioButtonDSR";
			this.radioButtonDSR.Size = new System.Drawing.Size(56, 19);
			this.radioButtonDSR.TabIndex = 9;
			this.radioButtonDSR.Text = "DSR";
			this.toolTip.SetToolTip(this.radioButtonDSR, "Data Set Ready input");
			// 
			// radioButtonCTS
			// 
			this.radioButtonCTS.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
			this.radioButtonCTS.AutoCheck = false;
			this.radioButtonCTS.Enabled = false;
			this.radioButtonCTS.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
			this.radioButtonCTS.Location = new System.Drawing.Point(11, 13);
			this.radioButtonCTS.Name = "radioButtonCTS";
			this.radioButtonCTS.Size = new System.Drawing.Size(56, 19);
			this.radioButtonCTS.TabIndex = 8;
			this.radioButtonCTS.Text = "CTS";
			this.toolTip.SetToolTip(this.radioButtonCTS, "Clear To Send input");
			// 
			// buttonImm
			// 
			this.buttonImm.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
			this.buttonImm.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
			this.buttonImm.Location = new System.Drawing.Point(344, 8);
			this.buttonImm.Name = "buttonImm";
			this.buttonImm.TabIndex = 16;
			this.buttonImm.Tag = "0";
			this.buttonImm.Text = "Queued";
			this.toolTip.SetToolTip(this.buttonImm, "Press to change between Queued and Immediate transmission.");
			this.buttonImm.Click += new System.EventHandler(this.buttonImm_Click);
			// 
			// TermForm
			// 
			this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
			this.ClientSize = new System.Drawing.Size(426, 254);
			this.Controls.Add(this.buttonImm);
			this.Controls.Add(this.groupBox1);
			this.Controls.Add(this.buttonClr);
			this.Controls.Add(this.textBoxR);
			this.Controls.Add(this.buttonSet);
			this.Controls.Add(this.buttonStatus);
			this.Controls.Add(this.buttonO);
			this.Controls.Add(this.textBoxS);

?? 快捷鍵說(shuō)明

復(fù)制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號(hào) Ctrl + =
減小字號(hào) Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
亚洲欧美综合另类在线卡通| 久久精品国产99| 亚洲精品免费在线观看| 亚洲国产高清在线观看视频| 26uuu久久综合| 精品国产免费一区二区三区香蕉| 日韩一区二区免费视频| 91精品国产免费| 91精品午夜视频| 欧美一级理论片| 日韩一本二本av| 久久综合国产精品| 久久精品一区二区| 国产午夜精品理论片a级大结局| 国产色综合久久| 亚洲免费在线看| 午夜日韩在线观看| 九色|91porny| 国产**成人网毛片九色| 色香蕉成人二区免费| 欧美精品亚洲一区二区在线播放| 日韩色在线观看| 日本一区二区免费在线| 18成人在线观看| 依依成人精品视频| 日本欧美一区二区三区| 韩国成人福利片在线播放| 成人少妇影院yyyy| 欧美视频在线一区二区三区| 日韩你懂的电影在线观看| 国产香蕉久久精品综合网| 亚洲欧美一区二区三区极速播放| 丝袜美腿亚洲综合| 国产麻豆精品theporn| 99re成人在线| 欧美一级搡bbbb搡bbbb| 欧美激情一区二区三区四区| 亚洲午夜久久久| 韩国毛片一区二区三区| 一本色道综合亚洲| 精品久久久久久无| 亚洲色图19p| 久久精品国产成人一区二区三区| 99久久精品情趣| 日韩小视频在线观看专区| 国产精品乱码久久久久久| 午夜精彩视频在线观看不卡| 国产精品自拍一区| 欧美视频第二页| 久久久久久久久岛国免费| 亚洲国产日韩a在线播放性色| 国产乱一区二区| 欧美日韩性生活| 中文字幕中文字幕在线一区 | 久久久国产午夜精品| 亚洲女厕所小便bbb| 国产在线视频一区二区| 欧美在线观看一二区| 久久久亚洲高清| 日本欧美肥老太交大片| 色婷婷亚洲精品| 国产欧美一区二区精品秋霞影院 | 偷拍与自拍一区| 99久久精品情趣| 久久综合九色综合97婷婷女人 | 国产精品私人自拍| 日本成人在线不卡视频| 99re成人精品视频| 国产亚洲女人久久久久毛片| 日本成人中文字幕在线视频| 91成人在线精品| 国产精品剧情在线亚洲| 韩国一区二区三区| 欧美一级视频精品观看| 亚洲高清中文字幕| 93久久精品日日躁夜夜躁欧美| 久久久久久久久97黄色工厂| 日本成人中文字幕在线视频| 欧美性xxxxx极品少妇| 中文字幕在线视频一区| 免费不卡在线视频| 欧美日本一区二区在线观看| 亚洲摸摸操操av| 色综合视频在线观看| 国产精品毛片a∨一区二区三区 | 亚洲视频 欧洲视频| 亚洲免费观看高清完整版在线观看熊| 亚洲午夜久久久| 欧亚洲嫩模精品一区三区| 久久久久亚洲蜜桃| 久久国产生活片100| 91精品麻豆日日躁夜夜躁| 亚洲欧美电影院| 一本色道久久综合亚洲91| 一区在线播放视频| 99久久免费精品| 亚洲欧美影音先锋| 99精品国产99久久久久久白柏| 国产精品乱人伦| 99久久精品国产一区| 国产精品久久二区二区| 成人性视频免费网站| 亚洲国产精华液网站w| 成人晚上爱看视频| 一区二区中文视频| 色婷婷综合久久久中文字幕| 亚洲美女在线一区| 在线观看亚洲a| 午夜电影网一区| 4438x亚洲最大成人网| 免费看日韩a级影片| 欧美成人免费网站| 国模娜娜一区二区三区| 欧美经典三级视频一区二区三区| 成人在线综合网| 亚洲欧洲精品一区二区三区不卡| 91在线porny国产在线看| 一区二区视频免费在线观看| 欧美亚洲一区二区在线观看| 偷窥少妇高潮呻吟av久久免费| 欧美一级午夜免费电影| 韩国在线一区二区| 中文字幕av不卡| 欧亚洲嫩模精品一区三区| 天堂精品中文字幕在线| 精品精品国产高清一毛片一天堂| 国产揄拍国内精品对白| 国产精品乱码人人做人人爱 | 久久久www成人免费无遮挡大片| 国产乱码一区二区三区| 中文字幕日韩精品一区| 欧美日韩高清影院| 久久不见久久见中文字幕免费| 国产女人水真多18毛片18精品视频| av网站一区二区三区| 婷婷久久综合九色综合绿巨人| 精品国产不卡一区二区三区| 福利电影一区二区| 亚洲一二三四区| 亚洲精品一区二区三区在线观看| 国产69精品一区二区亚洲孕妇| 亚洲免费av高清| 精品盗摄一区二区三区| 99re8在线精品视频免费播放| 天天色综合天天| 国产精品伦一区二区三级视频| 欧美日本精品一区二区三区| 国产成人福利片| 天天影视色香欲综合网老头| 国产精品女同一区二区三区| 这里是久久伊人| 成人h动漫精品| 麻豆免费精品视频| 一区二区三区四区在线免费观看| 日韩一区二区三区视频| 99在线热播精品免费| 免费看欧美女人艹b| 亚洲视频一二区| 久久久欧美精品sm网站| 欧美日韩一级片在线观看| 国产·精品毛片| 日本vs亚洲vs韩国一区三区| |精品福利一区二区三区| 精品少妇一区二区三区免费观看| 色呦呦一区二区三区| 国产一区二区三区高清播放| 亚洲国产日韩在线一区模特| 国产精品免费视频网站| 日韩一区二区三区精品视频| 91福利精品视频| 9l国产精品久久久久麻豆| 激情久久五月天| 午夜av一区二区| 亚洲欧美日韩人成在线播放| 久久久精品国产免大香伊| 91麻豆精品国产91久久久久久 | 欧美日韩国产精品自在自线| 成人福利在线看| 黑人精品欧美一区二区蜜桃| 亚洲成av人影院| 一区二区三区四区av| 国产日本一区二区| 久久在线免费观看| 亚洲精品一线二线三线 | 香蕉久久夜色精品国产使用方法| 国产精品成人一区二区三区夜夜夜| 精品国产免费一区二区三区四区| 欧美日韩另类一区| 色香蕉成人二区免费| 91一区二区三区在线播放| 粉嫩aⅴ一区二区三区四区五区| 国内精品写真在线观看| 日本成人中文字幕| 日韩成人午夜精品| 日韩电影在线观看一区| 亚洲一区国产视频| 一区二区三区 在线观看视频| 亚洲啪啪综合av一区二区三区| 国产精品高潮呻吟久久| 欧美韩国日本不卡|