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

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

?? termform.cs

?? 用C#語(yǔ)言編寫(xiě)
?? 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一区二区三区免费野_久草精品视频
亚洲视频一区在线观看| 欧美三级韩国三级日本一级| www.日韩在线| 欧美综合天天夜夜久久| 日韩一卡二卡三卡四卡| 国产无人区一区二区三区| 亚洲免费在线观看| 久久精品久久综合| 成人免费观看男女羞羞视频| 欧美色图一区二区三区| 精品国产乱码久久久久久免费| 中文字幕在线不卡一区二区三区| 亚洲一区在线免费观看| 黄网站免费久久| 欧美亚洲自拍偷拍| 精品久久久久久亚洲综合网| 亚洲色图欧美在线| 久久99久久99| 色综合久久久久久久久| 精品欧美一区二区三区精品久久 | 成人小视频在线| 欧美熟乱第一页| 国产欧美中文在线| 日本欧美一区二区在线观看| www.亚洲在线| 精品欧美乱码久久久久久1区2区| 亚洲精品国产精华液| 国产乱人伦偷精品视频免下载| 欧美三级乱人伦电影| 国产精品天天看| 另类成人小视频在线| 99精品一区二区| 精品av综合导航| 亚洲18影院在线观看| 成人激情午夜影院| 精品电影一区二区| 亚洲成人午夜电影| 91啪亚洲精品| 国产日韩欧美精品一区| 日本亚洲电影天堂| 欧美在线观看你懂的| 国产精品美日韩| 精品一区二区三区免费播放| 欧美精品久久99| 一区二区三区精品在线| 成人免费毛片嘿嘿连载视频| 精品成人在线观看| 蜜桃一区二区三区四区| 欧美日韩国产一级| 一区二区三区四区高清精品免费观看 | 成人国产精品免费网站| 精品免费日韩av| 天天免费综合色| 在线免费视频一区二区| 日韩一区中文字幕| 成人午夜电影网站| 国产日韩高清在线| 国产精品996| 久久新电视剧免费观看| 久久精品国产99国产| 欧美一区二区私人影院日本| 午夜欧美一区二区三区在线播放 | 日韩—二三区免费观看av| 色www精品视频在线观看| 中文字幕一区视频| av高清不卡在线| 中文字幕一区二区在线观看| 成人免费av网站| 欧美国产激情一区二区三区蜜月| 国产美女精品在线| 欧美精品一区二区三区久久久| 蜜臀久久久久久久| 日韩三级av在线播放| 免费视频一区二区| 欧美一级黄色录像| 久久精品国产**网站演员| 日韩视频免费观看高清完整版 | 日韩片之四级片| 久久99久久99小草精品免视看| 日韩免费一区二区| 国模冰冰炮一区二区| 亚洲精品一区二区三区福利| 精品一区二区三区欧美| 国产三级精品视频| 成人av电影免费观看| 亚洲欧美日韩电影| 在线观看视频一区| 午夜精品123| 日韩午夜在线观看视频| 国产一区二区三区四| 国产目拍亚洲精品99久久精品| 白白色 亚洲乱淫| 亚洲综合一区在线| 正在播放一区二区| 狠狠色综合播放一区二区| 国产欧美精品在线观看| 91丨porny丨首页| 亚洲国产另类av| 欧美成人a∨高清免费观看| 国产福利一区在线| 亚洲同性同志一二三专区| 欧美少妇bbb| 美国十次综合导航| 国产精品视频观看| 精品污污网站免费看| 久久成人免费日本黄色| 国产精品麻豆视频| 欧美视频日韩视频| 国产精品一线二线三线| 亚洲精品菠萝久久久久久久| 日韩视频永久免费| av中文字幕在线不卡| 日韩精品电影一区亚洲| 国产亚洲视频系列| 色久优优欧美色久优优| 久久精品国产成人一区二区三区| 国产精品久久三| 在线电影欧美成精品| 高清成人免费视频| 舔着乳尖日韩一区| 国产欧美久久久精品影院| 欧美日韩国产片| 国产.精品.日韩.另类.中文.在线.播放| 怡红院av一区二区三区| 精品成a人在线观看| 欧美丝袜丝交足nylons| 国产成人午夜视频| 午夜精品一区二区三区三上悠亚| 国产欧美视频一区二区三区| 欧美日韩极品在线观看一区| 国产黄色91视频| 三级不卡在线观看| 国产精品色婷婷| 日韩欧美色电影| 色狠狠综合天天综合综合| 国产aⅴ精品一区二区三区色成熟| 午夜精品福利久久久| 亚洲欧美在线aaa| 26uuu精品一区二区三区四区在线| 欧洲精品在线观看| 成人丝袜视频网| 精品在线亚洲视频| 欧美一区二区三区精品| 91精品国产综合久久精品| 国产成人精品免费视频网站| 亚州成人在线电影| 亚洲欧美影音先锋| 久久久影视传媒| 制服丝袜激情欧洲亚洲| 日本精品视频一区二区| 成人h精品动漫一区二区三区| 蜜桃一区二区三区四区| 亚洲成人免费在线| 国产宾馆实践打屁股91| 青青草97国产精品免费观看| 一区二区三区美女| 亚洲婷婷综合久久一本伊一区| 欧美精品一区二区三区一线天视频 | 欧美日韩亚洲综合一区| 成人99免费视频| 国产精品影视在线| 精一区二区三区| 免费成人你懂的| 日本不卡高清视频| 天天色 色综合| 一区二区三区不卡视频在线观看| 国产精品亲子乱子伦xxxx裸| 欧美精品一区二区三区在线播放 | 国产一区二区三区四区五区入口| 精品日韩一区二区三区免费视频| 91小视频在线观看| 国产精品99久久久久久似苏梦涵 | 欧美日本一区二区三区| 91首页免费视频| www.av精品| www.欧美.com| 成人在线视频首页| 福利电影一区二区三区| 国产高清不卡一区| 国产91精品露脸国语对白| 岛国精品在线观看| 成人污污视频在线观看| eeuss影院一区二区三区| 岛国精品一区二区| 成人免费va视频| 91免费观看在线| 日本韩国精品在线| 欧美日韩一级视频| 欧美精品在线一区二区| 91精品国产综合久久国产大片| 欧美一区二区三区在线观看| 日韩欧美国产1| 欧美成人一级视频| 久久久久久久久久久电影| 久久女同精品一区二区| 国产精品欧美一级免费| 亚洲免费高清视频在线| 亚洲成人1区2区| 麻豆成人免费电影| 国产乱码精品一区二区三区忘忧草|