📄 form1.designer.cs
字号:
namespace shiyan
{
partial class Form1
{
/// <summary>
/// 必需的设计器变量。
/// </summary>
private System.ComponentModel.IContainer components = null;
//static JustinIO.CommPort ss_port = new JustinIO.CommPort();
/// <summary>
/// 清理所有正在使用的资源。
/// </summary>
/// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows 窗体设计器生成的代码
/// <summary>
/// 设计器支持所需的方法 - 不要
/// 使用代码编辑器修改此方法的内容。
/// </summary>
private void InitializeComponent()
{
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.Dis1 = new System.Windows.Forms.Label();
this.COMbutt = new System.Windows.Forms.Button();
this.label5 = new System.Windows.Forms.Label();
this.HandCOM = new System.Windows.Forms.ComboBox();
this.label4 = new System.Windows.Forms.Label();
this.StopCOM = new System.Windows.Forms.ComboBox();
this.label3 = new System.Windows.Forms.Label();
this.DataCOM = new System.Windows.Forms.ComboBox();
this.label2 = new System.Windows.Forms.Label();
this.BaudCOM = new System.Windows.Forms.ComboBox();
this.label1 = new System.Windows.Forms.Label();
this.ProtCOM = new System.Windows.Forms.ComboBox();
this.textBox1 = new System.Windows.Forms.TextBox();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.button1 = new System.Windows.Forms.Button();
this.ReJs = new System.Windows.Forms.TextBox();
this.SeJs = new System.Windows.Forms.TextBox();
this.label8 = new System.Windows.Forms.Label();
this.label6 = new System.Windows.Forms.Label();
this.groupBox3 = new System.Windows.Forms.GroupBox();
this.groupBox4 = new System.Windows.Forms.GroupBox();
this.label9 = new System.Windows.Forms.Label();
this.numericUpDown1 = new System.Windows.Forms.NumericUpDown();
this.checkBox2 = new System.Windows.Forms.CheckBox();
this.checkBox1 = new System.Windows.Forms.CheckBox();
this.button5 = new System.Windows.Forms.Button();
this.button4 = new System.Windows.Forms.Button();
this.ClearSend = new System.Windows.Forms.Button();
this.butSend = new System.Windows.Forms.Button();
this.textBox2 = new System.Windows.Forms.TextBox();
this.label7 = new System.Windows.Forms.Label();
this.checkBox3 = new System.Windows.Forms.CheckBox();
this.button6 = new System.Windows.Forms.Button();
this.ClearRev = new System.Windows.Forms.Button();
this.button8 = new System.Windows.Forms.Button();
this.button9 = new System.Windows.Forms.Button();
this.button10 = new System.Windows.Forms.Button();
this.groupBox1.SuspendLayout();
this.groupBox2.SuspendLayout();
this.groupBox3.SuspendLayout();
this.groupBox4.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).BeginInit();
this.SuspendLayout();
//
// groupBox1
//
this.groupBox1.Controls.Add(this.Dis1);
this.groupBox1.Controls.Add(this.COMbutt);
this.groupBox1.Controls.Add(this.label5);
this.groupBox1.Controls.Add(this.HandCOM);
this.groupBox1.Controls.Add(this.label4);
this.groupBox1.Controls.Add(this.StopCOM);
this.groupBox1.Controls.Add(this.label3);
this.groupBox1.Controls.Add(this.DataCOM);
this.groupBox1.Controls.Add(this.label2);
this.groupBox1.Controls.Add(this.BaudCOM);
this.groupBox1.Controls.Add(this.label1);
this.groupBox1.Controls.Add(this.ProtCOM);
this.groupBox1.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
this.groupBox1.Location = new System.Drawing.Point(5, 5);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(121, 159);
this.groupBox1.TabIndex = 0;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "串口设置";
//
// Dis1
//
this.Dis1.AutoSize = true;
this.Dis1.ForeColor = System.Drawing.Color.Red;
this.Dis1.Location = new System.Drawing.Point(90, 137);
this.Dis1.Name = "Dis1";
this.Dis1.Size = new System.Drawing.Size(23, 12);
this.Dis1.TabIndex = 1;
this.Dis1.Text = "ERR";
this.Dis1.Visible = false;
//
// COMbutt
//
this.COMbutt.Location = new System.Drawing.Point(6, 130);
this.COMbutt.Name = "COMbutt";
this.COMbutt.Size = new System.Drawing.Size(78, 25);
this.COMbutt.TabIndex = 1;
this.COMbutt.Text = "打开串口";
this.COMbutt.UseVisualStyleBackColor = true;
this.COMbutt.Click += new System.EventHandler(this.COMbutt_Click);
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(7, 107);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(41, 12);
this.label5.TabIndex = 9;
this.label5.Text = "效验位";
//
// HandCOM
//
this.HandCOM.Enabled = false;
this.HandCOM.FormattingEnabled = true;
this.HandCOM.Items.AddRange(new object[] {
"None",
"Odd",
"Even",
"Space"});
this.HandCOM.Location = new System.Drawing.Point(52, 104);
this.HandCOM.Name = "HandCOM";
this.HandCOM.Size = new System.Drawing.Size(63, 20);
this.HandCOM.TabIndex = 8;
this.HandCOM.Text = "None";
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(7, 86);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(41, 12);
this.label4.TabIndex = 7;
this.label4.Text = "停止位";
//
// StopCOM
//
this.StopCOM.Enabled = false;
this.StopCOM.FormattingEnabled = true;
this.StopCOM.Items.AddRange(new object[] {
"1",
"1.5",
"2"});
this.StopCOM.Location = new System.Drawing.Point(52, 83);
this.StopCOM.Name = "StopCOM";
this.StopCOM.Size = new System.Drawing.Size(63, 20);
this.StopCOM.TabIndex = 6;
this.StopCOM.Text = "1";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(7, 65);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(41, 12);
this.label3.TabIndex = 5;
this.label3.Text = "数据位";
//
// DataCOM
//
this.DataCOM.Enabled = false;
this.DataCOM.FormattingEnabled = true;
this.DataCOM.Items.AddRange(new object[] {
"4",
"5",
"6",
"8"});
this.DataCOM.Location = new System.Drawing.Point(52, 62);
this.DataCOM.Name = "DataCOM";
this.DataCOM.Size = new System.Drawing.Size(63, 20);
this.DataCOM.TabIndex = 4;
this.DataCOM.Text = "8";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(7, 44);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(41, 12);
this.label2.TabIndex = 3;
this.label2.Text = "波特率";
//
// BaudCOM
//
this.BaudCOM.FormattingEnabled = true;
this.BaudCOM.Items.AddRange(new object[] {
"300",
"600",
"900",
"1200",
"2400",
"4800",
"9600",
"14400",
"19200",
"38400",
"56000",
"57600",
"115200"});
this.BaudCOM.Location = new System.Drawing.Point(52, 41);
this.BaudCOM.Name = "BaudCOM";
this.BaudCOM.Size = new System.Drawing.Size(63, 20);
this.BaudCOM.TabIndex = 2;
this.BaudCOM.Text = "9600";
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(7, 23);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(41, 12);
this.label1.TabIndex = 1;
this.label1.Text = "端口号";
//
// ProtCOM
//
this.ProtCOM.FormattingEnabled = true;
this.ProtCOM.Location = new System.Drawing.Point(52, 20);
this.ProtCOM.Name = "ProtCOM";
this.ProtCOM.Size = new System.Drawing.Size(63, 20);
this.ProtCOM.TabIndex = 1;
this.ProtCOM.SelectedIndexChanged += new System.EventHandler(this.ProtCOM_SelectedIndexChanged);
//
// textBox1
//
this.textBox1.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
this.textBox1.Location = new System.Drawing.Point(6, 20);
this.textBox1.Multiline = true;
this.textBox1.Name = "textBox1";
this.textBox1.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
this.textBox1.Size = new System.Drawing.Size(326, 78);
this.textBox1.TabIndex = 1;
this.textBox1.Text = "发送区\r\nHTTP://PANKUI85841@163.COM";
//
// groupBox2
//
this.groupBox2.Controls.Add(this.button1);
this.groupBox2.Controls.Add(this.ReJs);
this.groupBox2.Controls.Add(this.SeJs);
this.groupBox2.Controls.Add(this.label8);
this.groupBox2.Controls.Add(this.label6);
this.groupBox2.Location = new System.Drawing.Point(5, 164);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(121, 66);
this.groupBox2.TabIndex = 2;
this.groupBox2.TabStop = false;
this.groupBox2.Text = "计数";
//
// button1
//
this.button1.Location = new System.Drawing.Point(88, 13);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(25, 48);
this.button1.TabIndex = 4;
this.button1.Text = "清\r\n空";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// ReJs
//
this.ReJs.Location = new System.Drawing.Point(32, 39);
this.ReJs.Multiline = true;
this.ReJs.Name = "ReJs";
this.ReJs.Size = new System.Drawing.Size(50, 17);
this.ReJs.TabIndex = 3;
this.ReJs.Text = "0";
//
// SeJs
//
this.SeJs.Location = new System.Drawing.Point(32, 15);
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -