📄 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发送.DetectUrls = false;
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 + -