?? ts調試者.designer.cs
字號:
this.groupBox4.Location = new System.Drawing.Point(13, 502);
this.groupBox4.Name = "groupBox4";
this.groupBox4.Size = new System.Drawing.Size(840, 136);
this.groupBox4.TabIndex = 2;
this.groupBox4.TabStop = false;
this.groupBox4.Text = "發送";
//
// butfsq發送清空
//
this.butfsq發送清空.Location = new System.Drawing.Point(747, 47);
this.butfsq發送清空.Name = "butfsq發送清空";
this.butfsq發送清空.Size = new System.Drawing.Size(75, 23);
this.butfsq發送清空.TabIndex = 2;
this.butfsq發送清空.Text = "清空";
this.butfsq發送清空.UseVisualStyleBackColor = true;
this.butfsq發送清空.Click += new System.EventHandler(this.butfsq發送清空_Click);
//
// richfs發送
//
this.richfs發送.ContextMenuStrip = this.contextMenuStrip1;
this.richfs發送.HideSelection = false;
this.richfs發送.Location = new System.Drawing.Point(5, 18);
this.richfs發送.Name = "richfs發送";
this.richfs發送.Size = new System.Drawing.Size(730, 86);
this.richfs發送.TabIndex = 5;
this.richfs發送.Text = "";
//
// textZq周期
//
this.textZq周期.Location = new System.Drawing.Point(138, 110);
this.textZq周期.Name = "textZq周期";
this.textZq周期.Size = new System.Drawing.Size(44, 21);
this.textZq周期.TabIndex = 4;
this.textZq周期.Text = "1000";
this.textZq周期.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// label8
//
this.label8.AutoSize = true;
this.label8.Location = new System.Drawing.Point(184, 115);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(113, 12);
this.label8.TabIndex = 3;
this.label8.Text = "毫秒(1000毫秒=1秒)";
//
// label7
//
this.label7.AutoSize = true;
this.label7.Location = new System.Drawing.Point(80, 115);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(59, 12);
this.label7.TabIndex = 3;
this.label7.Text = "發送周期:";
//
// butfs發送
//
this.butfs發送.Location = new System.Drawing.Point(746, 18);
this.butfs發送.Name = "butfs發送";
this.butfs發送.Size = new System.Drawing.Size(75, 23);
this.butfs發送.TabIndex = 2;
this.butfs發送.Text = "發送";
this.butfs發送.UseVisualStyleBackColor = true;
this.butfs發送.Click += new System.EventHandler(this.butfs發送_Click);
//
// checkfs16進制發送
//
this.checkfs16進制發送.AutoSize = true;
this.checkfs16進制發送.Location = new System.Drawing.Point(747, 82);
this.checkfs16進制發送.Name = "checkfs16進制發送";
this.checkfs16進制發送.Size = new System.Drawing.Size(84, 16);
this.checkfs16進制發送.TabIndex = 1;
this.checkfs16進制發送.Text = "發送16進制";
this.checkfs16進制發送.UseVisualStyleBackColor = true;
//
// checkzd自動發送
//
this.checkzd自動發送.AutoSize = true;
this.checkzd自動發送.Location = new System.Drawing.Point(7, 114);
this.checkzd自動發送.Name = "checkzd自動發送";
this.checkzd自動發送.Size = new System.Drawing.Size(72, 16);
this.checkzd自動發送.TabIndex = 1;
this.checkzd自動發送.Text = "自動發送";
this.checkzd自動發送.UseVisualStyleBackColor = true;
this.checkzd自動發送.CheckedChanged += new System.EventHandler(this.checkzd自動發送_CheckedChanged);
//
// statusStrip1
//
this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.toolStripStatusLabel1,
this.toolStripStatusLabel2,
this.toolStripStatusLabel4});
this.statusStrip1.Location = new System.Drawing.Point(0, 641);
this.statusStrip1.Name = "statusStrip1";
this.statusStrip1.Size = new System.Drawing.Size(872, 22);
this.statusStrip1.SizingGrip = false;
this.statusStrip1.Stretch = false;
this.statusStrip1.TabIndex = 3;
this.statusStrip1.Text = "statusStrip1";
//
// toolStripStatusLabel1
//
this.toolStripStatusLabel1.AutoSize = false;
this.toolStripStatusLabel1.Name = "toolStripStatusLabel1";
this.toolStripStatusLabel1.Size = new System.Drawing.Size(35, 17);
this.toolStripStatusLabel1.Text = "狀態:";
//
// toolStripStatusLabel2
//
this.toolStripStatusLabel2.AutoSize = false;
this.toolStripStatusLabel2.Name = "toolStripStatusLabel2";
this.toolStripStatusLabel2.Size = new System.Drawing.Size(543, 17);
this.toolStripStatusLabel2.Text = "串口關閉!";
this.toolStripStatusLabel2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// toolStripStatusLabel4
//
this.toolStripStatusLabel4.AutoSize = false;
this.toolStripStatusLabel4.Name = "toolStripStatusLabel4";
this.toolStripStatusLabel4.Size = new System.Drawing.Size(280, 17);
this.toolStripStatusLabel4.Text = "作者:八號書生 QQ:8167052 E_mail:lzweb@163.com";
this.toolStripStatusLabel4.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// timer1
//
this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
//
// timer2
//
this.timer2.Enabled = true;
this.timer2.Interval = 500;
this.timer2.Tick += new System.EventHandler(this.timer2_Tick);
//
// TS調試者
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(872, 663);
this.Controls.Add(this.statusStrip1);
this.Controls.Add(this.groupBox4);
this.Controls.Add(this.groupBox3);
this.Controls.Add(this.groupBox2);
this.Controls.Add(this.groupBox1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.MaximizeBox = false;
this.Name = "TS調試者";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "串口調試者 ---八號書生";
this.Load += new System.EventHandler(this.TS調試者_Load);
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.TS調試者_FormClosing);
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.groupBox2.ResumeLayout(false);
this.groupBox2.PerformLayout();
this.contextMenuStrip1.ResumeLayout(false);
this.groupBox3.ResumeLayout(false);
this.groupBox3.PerformLayout();
this.groupBox4.ResumeLayout(false);
this.groupBox4.PerformLayout();
this.statusStrip1.ResumeLayout(false);
this.statusStrip1.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.ComboBox commz名字;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Button but打開;
private System.Windows.Forms.Label labzt狀態;
private System.Windows.Forms.ComboBox comtz停止位;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.ComboBox comsj數據位;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.ComboBox comjy校驗位;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.ComboBox combt波特率;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.GroupBox groupBox2;
private System.Windows.Forms.RichTextBox richjsq接收區;
private System.Windows.Forms.Button butjs接收區清空;
private System.Windows.Forms.CheckBox checkjsxhxs接收區新行顯示;
private System.Windows.Forms.CheckBox checkjs16xs接收區16進制顯示;
private System.Windows.Forms.CheckBox checkjszfxs接收區字符顯示;
private System.Windows.Forms.GroupBox groupBox3;
private System.Windows.Forms.RichTextBox richfsq發送區;
private System.Windows.Forms.Button butfs發送區清空;
private System.Windows.Forms.CheckBox checkfsxhxs發送區新行顯示;
private System.Windows.Forms.CheckBox checkfs16xs發送區16進制顯示;
private System.Windows.Forms.CheckBox checkfszfxs發送區字符顯示;
private System.Windows.Forms.GroupBox groupBox4;
private System.Windows.Forms.TextBox textZq周期;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.Button butfs發送;
private System.Windows.Forms.CheckBox checkzd自動發送;
private System.Windows.Forms.StatusStrip statusStrip1;
private System.Windows.Forms.RichTextBox richfs發送;
private System.Windows.Forms.Button butfsq發送清空;
private System.Windows.Forms.CheckBox checkfs16進制發送;
private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel1;
private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel2;
private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel4;
private System.Windows.Forms.Timer timer1;
private System.Windows.Forms.TextBox textBox1;
private System.Windows.Forms.Timer timer2;
private System.Windows.Forms.ContextMenuStrip contextMenuStrip1;
private System.Windows.Forms.ToolStripMenuItem 復制;
private System.Windows.Forms.ToolStripMenuItem 粘貼;
private System.Windows.Forms.ToolStripMenuItem 剪切;
private System.Windows.Forms.ToolStripMenuItem 刪除;
private System.Windows.Forms.ToolStripMenuItem 全選;
private System.Windows.Forms.ToolStripMenuItem 撤銷;
}
}
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -