创建得辉达定制分支

This commit is contained in:
moxiliang
2025-06-21 10:00:45 +08:00
parent dcd9b20fb0
commit c189711a92
145 changed files with 96629 additions and 5073 deletions

View File

@@ -56,6 +56,7 @@
this.PortBtnBreak = new System.Windows.Forms.Button();
this.CodePort = new System.IO.Ports.SerialPort(this.components);
this.label9 = new System.Windows.Forms.Label();
this.CeckScanning = new System.Windows.Forms.CheckBox();
this.SuspendLayout();
//
// Baudrate
@@ -73,6 +74,7 @@
this.Baudrate.Name = "Baudrate";
this.Baudrate.Size = new System.Drawing.Size(137, 24);
this.Baudrate.TabIndex = 68;
this.Baudrate.SelectedIndexChanged += new System.EventHandler(this.Baudrate_SelectedIndexChanged);
//
// PortNum
//
@@ -82,6 +84,7 @@
this.PortNum.Name = "PortNum";
this.PortNum.Size = new System.Drawing.Size(137, 24);
this.PortNum.TabIndex = 67;
this.PortNum.SelectedIndexChanged += new System.EventHandler(this.PortNum_SelectedIndexChanged);
//
// label1
//
@@ -92,6 +95,7 @@
this.label1.Size = new System.Drawing.Size(87, 16);
this.label1.TabIndex = 65;
this.label1.Text = "仪器端口号";
this.label1.Click += new System.EventHandler(this.label1_Click);
//
// label2
//
@@ -102,6 +106,7 @@
this.label2.Size = new System.Drawing.Size(55, 16);
this.label2.TabIndex = 66;
this.label2.Text = "波特率";
this.label2.Click += new System.EventHandler(this.label2_Click);
//
// BtnCon1
//
@@ -144,6 +149,7 @@
this.label3.Size = new System.Drawing.Size(87, 16);
this.label3.TabIndex = 75;
this.label3.Text = "串口状态:";
this.label3.Click += new System.EventHandler(this.label3_Click);
//
// label6
//
@@ -154,6 +160,7 @@
this.label6.Size = new System.Drawing.Size(69, 19);
this.label6.TabIndex = 74;
this.label6.Text = "label6";
this.label6.Click += new System.EventHandler(this.label6_Click);
//
// label4
//
@@ -164,6 +171,7 @@
this.label4.Size = new System.Drawing.Size(87, 16);
this.label4.TabIndex = 77;
this.label4.Text = "通讯状态:";
this.label4.Click += new System.EventHandler(this.label4_Click);
//
// label5
//
@@ -174,6 +182,7 @@
this.label5.Size = new System.Drawing.Size(69, 19);
this.label5.TabIndex = 76;
this.label5.Text = "label5";
this.label5.Click += new System.EventHandler(this.label5_Click);
//
// ReceiveText
//
@@ -210,6 +219,7 @@
this.CodePort1.Name = "CodePort1";
this.CodePort1.Size = new System.Drawing.Size(137, 24);
this.CodePort1.TabIndex = 80;
this.CodePort1.SelectedIndexChanged += new System.EventHandler(this.CodePort1_SelectedIndexChanged);
//
// CodeBaud1
//
@@ -221,6 +231,7 @@
this.CodeBaud1.Name = "CodeBaud1";
this.CodeBaud1.Size = new System.Drawing.Size(137, 24);
this.CodeBaud1.TabIndex = 81;
this.CodeBaud1.SelectedIndexChanged += new System.EventHandler(this.CodeBaud1_SelectedIndexChanged);
//
// label7
//
@@ -231,12 +242,13 @@
this.label7.Size = new System.Drawing.Size(87, 16);
this.label7.TabIndex = 82;
this.label7.Text = "串口状态:";
this.label7.Click += new System.EventHandler(this.label7_Click);
//
// label8
//
this.label8.AutoSize = true;
this.label8.Font = new System.Drawing.Font("宋体", 12F);
this.label8.Location = new System.Drawing.Point(248, 206);
this.label8.Location = new System.Drawing.Point(454, 264);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(87, 16);
this.label8.TabIndex = 83;
@@ -252,12 +264,13 @@
this.CodeIsComm1.Size = new System.Drawing.Size(69, 19);
this.CodeIsComm1.TabIndex = 84;
this.CodeIsComm1.Text = "label9";
this.CodeIsComm1.Click += new System.EventHandler(this.CodeIsComm1_Click);
//
// label10
//
this.label10.AutoSize = true;
this.label10.Font = new System.Drawing.Font("宋体", 14F);
this.label10.Location = new System.Drawing.Point(247, 231);
this.label10.Location = new System.Drawing.Point(453, 289);
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(79, 19);
this.label10.TabIndex = 85;
@@ -299,18 +312,31 @@
// label9
//
this.label9.AutoSize = true;
this.label9.Location = new System.Drawing.Point(213, 22);
this.label9.Location = new System.Drawing.Point(222, 22);
this.label9.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(103, 16);
this.label9.TabIndex = 89;
this.label9.Text = "扫码枪端口号";
this.label9.Click += new System.EventHandler(this.label9_Click);
//
// CeckScanning
//
this.CeckScanning.AutoSize = true;
this.CeckScanning.Location = new System.Drawing.Point(216, 220);
this.CeckScanning.Name = "CeckScanning";
this.CeckScanning.Size = new System.Drawing.Size(170, 20);
this.CeckScanning.TabIndex = 90;
this.CeckScanning.Text = "是否使用串口扫码枪";
this.CeckScanning.UseVisualStyleBackColor = true;
this.CeckScanning.CheckedChanged += new System.EventHandler(this.CeckScanning_CheckedChanged);
//
// PortSetting
//
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(400, 410);
this.ClientSize = new System.Drawing.Size(396, 479);
this.Controls.Add(this.CeckScanning);
this.Controls.Add(this.label9);
this.Controls.Add(this.PortBtnBreak);
this.Controls.Add(this.PortBtnRefresh);
@@ -338,7 +364,6 @@
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Margin = new System.Windows.Forms.Padding(4);
this.Name = "PortSetting";
this.Text = "PortSetting";
this.Load += new System.EventHandler(this.PortSetting_Load);
this.ResumeLayout(false);
this.PerformLayout();
@@ -372,5 +397,6 @@
private System.Windows.Forms.Button PortBtnBreak;
private System.IO.Ports.SerialPort CodePort;
private System.Windows.Forms.Label label9;
private System.Windows.Forms.CheckBox CeckScanning;
}
}