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

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

?? termform.cs

?? 微軟C#讀寫類
?? CS
?? 第 1 頁 / 共 2 頁
字號:
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 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.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.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 Queued and Immediate transmission.");
			this.buttonO.Click += new System.EventHandler(this.buttonO_Click);
			// 
			// buttonStatus
			// 
			this.buttonStatus.Anchor = (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.buttonStatus.Click += new System.EventHandler(this.buttonStatus_Click);
			// 
			// buttonSet
			// 
			this.buttonSet.Anchor = (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.buttonSet.Click += new System.EventHandler(this.buttonSet_Click);
			// 
			// textBoxR
			// 
			this.textBoxR.Anchor = (((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.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.buttonClr.Click += new System.EventHandler(this.buttonClr_Click);
			// 
			// groupBox1
			// 
			this.groupBox1.Anchor = (System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left);
			this.groupBox1.Controls.AddRange(new System.Windows.Forms.Control[] {
																					this.radioButtonRng,
																					this.checkBoxBK,
																					this.checkBoxDTR,
																					this.checkBoxRTS,
																					this.radioButtonRLSD,
																					this.radioButtonDSR,
																					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.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";
			// 
			// checkBoxBK
			// 
			this.checkBoxBK.Anchor = (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.checkBoxBK.CheckedChanged += new System.EventHandler(this.checkBox_CheckedChanged);
			// 
			// checkBoxDTR
			// 
			this.checkBoxDTR.Anchor = (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.checkBoxDTR.CheckedChanged += new System.EventHandler(this.checkBox_CheckedChanged);
			// 
			// checkBoxRTS
			// 
			this.checkBoxRTS.Anchor = (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.checkBoxRTS.CheckedChanged += new System.EventHandler(this.checkBox_CheckedChanged);
			// 
			// radioButtonRLSD
			// 
			this.radioButtonRLSD.Anchor = (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";
			// 
			// radioButtonDSR
			// 
			this.radioButtonDSR.Anchor = (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";
			// 
			// radioButtonCTS
			// 
			this.radioButtonCTS.Anchor = (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";
			// 
			// buttonImm
			// 
			this.buttonImm.Anchor = (System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right);

?? 快捷鍵說明

復(fù)制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
国产精品自拍毛片| 亚洲男人电影天堂| 欧美aaaaaa午夜精品| 欧美综合一区二区| 亚洲精品中文在线影院| 久久精品免费看| 日韩三级中文字幕| 日本中文字幕一区二区有限公司| 欧美日韩一区二区在线观看| 亚洲美女偷拍久久| 在线免费精品视频| 亚洲成人免费影院| 制服丝袜在线91| 日韩电影免费在线| 日韩视频免费直播| 久久se精品一区二区| 欧美日韩免费视频| 视频一区二区三区入口| 欧美一卡二卡三卡四卡| 美女网站视频久久| 日韩免费在线观看| 国产精品综合网| 亚洲国产精品高清| 色琪琪一区二区三区亚洲区| 樱桃国产成人精品视频| 欧美日韩综合一区| 久久99精品一区二区三区三区| 欧美zozozo| 国产美女娇喘av呻吟久久 | 国产精品77777| 亚洲国产精品精华液2区45| a4yy欧美一区二区三区| 亚洲一区二区欧美| 日韩欧美在线网站| 久久99国产乱子伦精品免费| 91麻豆精品国产91久久久更新时间 | 国产精品丝袜91| 91久久精品一区二区三区| 天堂成人免费av电影一区| 91精品国产麻豆| 粉嫩在线一区二区三区视频| 亚洲三级免费电影| 日韩无一区二区| 不卡区在线中文字幕| 石原莉奈在线亚洲二区| 久久欧美中文字幕| 色综合久久综合网97色综合| 日产国产欧美视频一区精品 | 裸体在线国模精品偷拍| 国产精品久久三区| 3d动漫精品啪啪1区2区免费| 成人精品一区二区三区中文字幕| 亚洲高清免费观看| 久久久精品黄色| 欧美日韩国产区一| 成人午夜精品在线| 免费成人在线观看视频| 亚洲欧美日韩国产一区二区三区| 欧美精品xxxxbbbb| k8久久久一区二区三区| 久久成人av少妇免费| 艳妇臀荡乳欲伦亚洲一区| 精品欧美黑人一区二区三区| 91福利国产精品| 国产99久久久国产精品潘金| 精品一区二区三区在线观看 | 国产精品白丝av| 极品少妇一区二区三区精品视频 | 国产99精品国产| 激情综合色综合久久| 久久精品免费看| 看片的网站亚洲| 九九国产精品视频| 另类小说图片综合网| 蜜桃久久久久久久| 精品在线播放午夜| 激情深爱一区二区| 国产一区二区久久| 国产福利精品导航| 成人污污视频在线观看| 高清成人免费视频| 国产iv一区二区三区| 大白屁股一区二区视频| 丁香五精品蜜臀久久久久99网站| 国产成人激情av| 国产河南妇女毛片精品久久久| 国产精选一区二区三区| 高清久久久久久| 一本久久a久久精品亚洲| 色女孩综合影院| 欧美美女网站色| 精品美女一区二区| 日本一区二区成人| 亚洲精品自拍动漫在线| 日韩成人一区二区| 国产一区二区网址| zzijzzij亚洲日本少妇熟睡| 91麻豆免费观看| 欧美另类变人与禽xxxxx| 日韩欧美国产综合一区| 国产欧美视频一区二区| 成人欧美一区二区三区小说| 亚洲人成伊人成综合网小说| 亚洲电影一区二区三区| 免费观看91视频大全| 成人综合在线观看| 在线观看91视频| 2023国产精品自拍| 亚洲三级理论片| 伦理电影国产精品| 99re视频这里只有精品| 欧美精品精品一区| 久久蜜桃av一区二区天堂| 日韩一区在线免费观看| 视频一区视频二区中文字幕| 国产九色sp调教91| 欧美亚洲日本一区| 国产偷v国产偷v亚洲高清| 一区二区激情视频| 国产一区二区福利| 欧美色精品在线视频| 亚洲国产精品ⅴa在线观看| 亚洲一区二区三区自拍| 国产麻豆精品视频| 欧美久久久久中文字幕| 国产精品视频一二三区| 麻豆国产精品官网| 欧美视频在线观看一区二区| 国产性做久久久久久| 肉丝袜脚交视频一区二区| 成人永久看片免费视频天堂| 3751色影院一区二区三区| 国产亚洲一本大道中文在线| 丝袜美腿成人在线| 99精品欧美一区二区三区小说| 91麻豆精品国产无毒不卡在线观看| 国产精品美女久久久久久久网站| 日本在线不卡一区| 欧美视频在线播放| 亚洲婷婷综合色高清在线| 国产一区二区三区在线观看精品| 欧美日韩精品一二三区| 亚洲狼人国产精品| 99这里只有久久精品视频| 久久久久99精品国产片| 免费人成精品欧美精品| 在线观看欧美日本| 亚洲欧洲av一区二区三区久久| 国产一区久久久| 欧美一级艳片视频免费观看| 亚洲午夜激情网站| 91麻豆国产香蕉久久精品| 国产日韩欧美精品一区| 免费美女久久99| 欧美一区二区大片| 日韩国产精品91| 51精品视频一区二区三区| 亚洲高清免费在线| 欧美色综合网站| 亚洲香肠在线观看| 在线精品亚洲一区二区不卡| 自拍偷在线精品自拍偷无码专区| 成人污视频在线观看| 久久久国产午夜精品| 国产福利精品导航| 欧美国产激情二区三区| av成人老司机| 亚洲日本成人在线观看| 色欧美乱欧美15图片| 亚洲黄色性网站| 欧美综合一区二区三区| 亚洲一区在线观看网站| 欧美午夜电影一区| 视频一区欧美日韩| 亚洲精品一区二区三区福利| 国产剧情一区二区| 国产精品免费久久| 欧洲日韩一区二区三区| 日本午夜精品一区二区三区电影| 欧美成人a∨高清免费观看| 国产麻豆视频一区| 综合激情成人伊人| 欧美日韩国产小视频在线观看| 蜜桃av噜噜一区| 国产亚洲欧美激情| 91丝袜美腿高跟国产极品老师 | 图片区日韩欧美亚洲| 日韩一区二区三区三四区视频在线观看 | 日本aⅴ亚洲精品中文乱码| 日韩欧美成人一区二区| 国产成人av电影在线播放| 亚洲免费视频中文字幕| 91精品婷婷国产综合久久性色 | 日韩一区二区三区av| 国产一区视频导航| 亚洲精品高清在线| 精品国产免费一区二区三区四区 | 激情成人午夜视频| 1区2区3区欧美| 欧美一级电影网站|