?? ts調(diào)試者.designer.cs
字號:
?namespace 調(diào)試者
{
partial class TS調(diào)試者
{
/// <summary>
/// 必需的設(shè)計器變量。
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// 清理所有正在使用的資源。
/// </summary>
/// <param name="disposing">如果應(yīng)釋放托管資源,為 true;否則為 false。</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows 窗體設(shè)計器生成的代碼
/// <summary>
/// 設(shè)計器支持所需的方法 - 不要
/// 使用代碼編輯器修改此方法的內(nèi)容。
/// </summary>
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.textBox1 = new System.Windows.Forms.TextBox();
this.but打開 = new System.Windows.Forms.Button();
this.labzt狀態(tài) = new System.Windows.Forms.Label();
this.comtz停止位 = new System.Windows.Forms.ComboBox();
this.label5 = new System.Windows.Forms.Label();
this.comsj數(shù)據(jù)位 = new System.Windows.Forms.ComboBox();
this.label4 = new System.Windows.Forms.Label();
this.comjy校驗位 = new System.Windows.Forms.ComboBox();
this.label3 = new System.Windows.Forms.Label();
this.combt波特率 = new System.Windows.Forms.ComboBox();
this.label2 = new System.Windows.Forms.Label();
this.commz名字 = new System.Windows.Forms.ComboBox();
this.label1 = new System.Windows.Forms.Label();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.butjs接收區(qū)清空 = new System.Windows.Forms.Button();
this.checkjsxhxs接收區(qū)新行顯示 = new System.Windows.Forms.CheckBox();
this.checkjszfxs接收區(qū)字符顯示 = new System.Windows.Forms.CheckBox();
this.checkjs16xs接收區(qū)16進制顯示 = new System.Windows.Forms.CheckBox();
this.richjsq接收區(qū) = new System.Windows.Forms.RichTextBox();
this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
this.復(fù)制 = new System.Windows.Forms.ToolStripMenuItem();
this.粘貼 = new System.Windows.Forms.ToolStripMenuItem();
this.剪切 = new System.Windows.Forms.ToolStripMenuItem();
this.刪除 = new System.Windows.Forms.ToolStripMenuItem();
this.全選 = new System.Windows.Forms.ToolStripMenuItem();
this.撤銷 = new System.Windows.Forms.ToolStripMenuItem();
this.groupBox3 = new System.Windows.Forms.GroupBox();
this.butfs發(fā)送區(qū)清空 = new System.Windows.Forms.Button();
this.richfsq發(fā)送區(qū) = new System.Windows.Forms.RichTextBox();
this.checkfsxhxs發(fā)送區(qū)新行顯示 = new System.Windows.Forms.CheckBox();
this.checkfs16xs發(fā)送區(qū)16進制顯示 = new System.Windows.Forms.CheckBox();
this.checkfszfxs發(fā)送區(qū)字符顯示 = new System.Windows.Forms.CheckBox();
this.groupBox4 = new System.Windows.Forms.GroupBox();
this.butfsq發(fā)送清空 = new System.Windows.Forms.Button();
this.richfs發(fā)送 = new System.Windows.Forms.RichTextBox();
this.textZq周期 = new System.Windows.Forms.TextBox();
this.label8 = new System.Windows.Forms.Label();
this.label7 = new System.Windows.Forms.Label();
this.butfs發(fā)送 = new System.Windows.Forms.Button();
this.checkfs16進制發(fā)送 = new System.Windows.Forms.CheckBox();
this.checkzd自動發(fā)送 = new System.Windows.Forms.CheckBox();
this.statusStrip1 = new System.Windows.Forms.StatusStrip();
this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel();
this.toolStripStatusLabel2 = new System.Windows.Forms.ToolStripStatusLabel();
this.toolStripStatusLabel4 = new System.Windows.Forms.ToolStripStatusLabel();
this.timer1 = new System.Windows.Forms.Timer(this.components);
this.timer2 = new System.Windows.Forms.Timer(this.components);
this.groupBox1.SuspendLayout();
this.groupBox2.SuspendLayout();
this.contextMenuStrip1.SuspendLayout();
this.groupBox3.SuspendLayout();
this.groupBox4.SuspendLayout();
this.statusStrip1.SuspendLayout();
this.SuspendLayout();
//
// groupBox1
//
this.groupBox1.Controls.Add(this.textBox1);
this.groupBox1.Controls.Add(this.but打開);
this.groupBox1.Controls.Add(this.labzt狀態(tài));
this.groupBox1.Controls.Add(this.comtz停止位);
this.groupBox1.Controls.Add(this.label5);
this.groupBox1.Controls.Add(this.comsj數(shù)據(jù)位);
this.groupBox1.Controls.Add(this.label4);
this.groupBox1.Controls.Add(this.comjy校驗位);
this.groupBox1.Controls.Add(this.label3);
this.groupBox1.Controls.Add(this.combt波特率);
this.groupBox1.Controls.Add(this.label2);
this.groupBox1.Controls.Add(this.commz名字);
this.groupBox1.Controls.Add(this.label1);
this.groupBox1.Location = new System.Drawing.Point(12, 6);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(840, 41);
this.groupBox1.TabIndex = 0;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "設(shè)置區(qū)";
//
// textBox1
//
this.textBox1.Location = new System.Drawing.Point(650, 14);
this.textBox1.Name = "textBox1";
this.textBox1.ReadOnly = true;
this.textBox1.Size = new System.Drawing.Size(183, 21);
this.textBox1.TabIndex = 4;
//
// but打開
//
this.but打開.Location = new System.Drawing.Point(548, 10);
this.but打開.Name = "but打開";
this.but打開.Size = new System.Drawing.Size(43, 27);
this.but打開.TabIndex = 2;
this.but打開.Text = "打開";
this.but打開.UseVisualStyleBackColor = true;
this.but打開.Click += new System.EventHandler(this.but打開_Click);
//
// labzt狀態(tài)
//
this.labzt狀態(tài).AutoSize = true;
this.labzt狀態(tài).BackColor = System.Drawing.Color.Blue;
this.labzt狀態(tài).Location = new System.Drawing.Point(613, 18);
this.labzt狀態(tài).Name = "labzt狀態(tài)";
this.labzt狀態(tài).Size = new System.Drawing.Size(17, 12);
this.labzt狀態(tài).TabIndex = 3;
this.labzt狀態(tài).Text = " ";
//
// comtz停止位
//
this.comtz停止位.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.comtz停止位.FormattingEnabled = true;
this.comtz停止位.Location = new System.Drawing.Point(493, 14);
this.comtz停止位.Name = "comtz停止位";
this.comtz停止位.Size = new System.Drawing.Size(45, 20);
this.comtz停止位.TabIndex = 3;
this.comtz停止位.SelectedIndexChanged += new System.EventHandler(this.commz名字_SelectedIndexChanged);
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(445, 19);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(47, 12);
this.label5.TabIndex = 1;
this.label5.Text = "停止位:";
//
// comsj數(shù)據(jù)位
//
this.comsj數(shù)據(jù)位.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.comsj數(shù)據(jù)位.FormattingEnabled = true;
this.comsj數(shù)據(jù)位.Location = new System.Drawing.Point(404, 14);
this.comsj數(shù)據(jù)位.Name = "comsj數(shù)據(jù)位";
this.comsj數(shù)據(jù)位.Size = new System.Drawing.Size(37, 20);
this.comsj數(shù)據(jù)位.TabIndex = 3;
this.comsj數(shù)據(jù)位.SelectedIndexChanged += new System.EventHandler(this.commz名字_SelectedIndexChanged);
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(359, 19);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(47, 12);
this.label4.TabIndex = 1;
this.label4.Text = "數(shù)據(jù)位:";
//
// comjy校驗位
//
this.comjy校驗位.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.comjy校驗位.FormattingEnabled = true;
this.comjy校驗位.Location = new System.Drawing.Point(282, 14);
this.comjy校驗位.Name = "comjy校驗位";
this.comjy校驗位.Size = new System.Drawing.Size(71, 20);
this.comjy校驗位.TabIndex = 3;
this.comjy校驗位.SelectedIndexChanged += new System.EventHandler(this.commz名字_SelectedIndexChanged);
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(237, 19);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(47, 12);
this.label3.TabIndex = 1;
this.label3.Text = "校驗位:";
//
// combt波特率
//
this.combt波特率.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.combt波特率.FormattingEnabled = true;
this.combt波特率.Location = new System.Drawing.Point(166, 14);
this.combt波特率.Name = "combt波特率";
this.combt波特率.Size = new System.Drawing.Size(65, 20);
this.combt波特率.TabIndex = 3;
this.combt波特率.SelectedIndexChanged += new System.EventHandler(this.commz名字_SelectedIndexChanged);
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(119, 19);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(47, 12);
this.label2.TabIndex = 1;
this.label2.Text = "波特率:";
//
// commz名字
//
this.commz名字.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.commz名字.FormattingEnabled = true;
this.commz名字.Location = new System.Drawing.Point(53, 14);
this.commz名字.Name = "commz名字";
this.commz名字.Size = new System.Drawing.Size(59, 20);
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -