25103101 加了连续测试及次数,验证ok。

This commit is contained in:
moxiliang
2025-10-31 17:03:15 +08:00
parent deecfd3acb
commit 465daa14c4
23 changed files with 604 additions and 279 deletions

View File

@@ -30,6 +30,8 @@
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Electricity));
this.tabPage3 = new System.Windows.Forms.TabPage();
this.chk_ch4saoma = new System.Windows.Forms.CheckBox();
this.chk_ch3saoma = new System.Windows.Forms.CheckBox();
this.chk_ch2saoma = new System.Windows.Forms.CheckBox();
this.chk_ch1saoma = new System.Windows.Forms.CheckBox();
this.radioButton2 = new System.Windows.Forms.RadioButton();
@@ -123,8 +125,9 @@
this.label89 = new System.Windows.Forms.Label();
this.SendText = new System.Windows.Forms.TextBox();
this.uiTabControlMenu1 = new Sunny.UI.UITabControlMenu();
this.chk_ch4saoma = new System.Windows.Forms.CheckBox();
this.chk_ch3saoma = new System.Windows.Forms.CheckBox();
this.label17 = new System.Windows.Forms.Label();
this.tb_ContinueTestCount = new Sunny.UI.UITextBox();
this.chk_ContinueTest = new System.Windows.Forms.CheckBox();
this.tabPage3.SuspendLayout();
this.uiGroupBox2.SuspendLayout();
this.uiGroupBox1.SuspendLayout();
@@ -137,7 +140,10 @@
// tabPage3
//
this.tabPage3.BackColor = System.Drawing.Color.LightBlue;
this.tabPage3.Controls.Add(this.label17);
this.tabPage3.Controls.Add(this.chk_ch4saoma);
this.tabPage3.Controls.Add(this.tb_ContinueTestCount);
this.tabPage3.Controls.Add(this.chk_ContinueTest);
this.tabPage3.Controls.Add(this.chk_ch3saoma);
this.tabPage3.Controls.Add(this.chk_ch2saoma);
this.tabPage3.Controls.Add(this.chk_ch1saoma);
@@ -153,6 +159,32 @@
this.tabPage3.TabIndex = 2;
this.tabPage3.Text = "仪器参数设置";
//
// chk_ch4saoma
//
this.chk_ch4saoma.AutoSize = true;
this.chk_ch4saoma.BackColor = System.Drawing.Color.LightBlue;
this.chk_ch4saoma.Font = new System.Drawing.Font("宋体", 18F);
this.chk_ch4saoma.Location = new System.Drawing.Point(803, 617);
this.chk_ch4saoma.Name = "chk_ch4saoma";
this.chk_ch4saoma.Size = new System.Drawing.Size(137, 28);
this.chk_ch4saoma.TabIndex = 480;
this.chk_ch4saoma.Text = "通道4扫码";
this.chk_ch4saoma.UseVisualStyleBackColor = false;
this.chk_ch4saoma.CheckedChanged += new System.EventHandler(this.chk_ch4saoma_CheckedChanged);
//
// chk_ch3saoma
//
this.chk_ch3saoma.AutoSize = true;
this.chk_ch3saoma.BackColor = System.Drawing.Color.LightBlue;
this.chk_ch3saoma.Font = new System.Drawing.Font("宋体", 18F);
this.chk_ch3saoma.Location = new System.Drawing.Point(803, 579);
this.chk_ch3saoma.Name = "chk_ch3saoma";
this.chk_ch3saoma.Size = new System.Drawing.Size(137, 28);
this.chk_ch3saoma.TabIndex = 479;
this.chk_ch3saoma.Text = "通道3扫码";
this.chk_ch3saoma.UseVisualStyleBackColor = false;
this.chk_ch3saoma.CheckedChanged += new System.EventHandler(this.chk_ch3saoma_CheckedChanged);
//
// chk_ch2saoma
//
this.chk_ch2saoma.AutoSize = true;
@@ -182,7 +214,7 @@
// radioButton2
//
this.radioButton2.AutoSize = true;
this.radioButton2.Location = new System.Drawing.Point(646, 465);
this.radioButton2.Location = new System.Drawing.Point(646, 483);
this.radioButton2.Name = "radioButton2";
this.radioButton2.Size = new System.Drawing.Size(89, 20);
this.radioButton2.TabIndex = 250;
@@ -195,7 +227,7 @@
// radioButton1
//
this.radioButton1.AutoSize = true;
this.radioButton1.Location = new System.Drawing.Point(536, 465);
this.radioButton1.Location = new System.Drawing.Point(536, 483);
this.radioButton1.Name = "radioButton1";
this.radioButton1.Size = new System.Drawing.Size(89, 20);
this.radioButton1.TabIndex = 249;
@@ -1499,31 +1531,46 @@
this.uiTabControlMenu1.TabSelectedForeColor = System.Drawing.Color.Black;
this.uiTabControlMenu1.TabUnSelectedForeColor = System.Drawing.Color.Black;
//
// chk_ch4saoma
// label17
//
this.chk_ch4saoma.AutoSize = true;
this.chk_ch4saoma.BackColor = System.Drawing.Color.LightBlue;
this.chk_ch4saoma.Font = new System.Drawing.Font("宋体", 18F);
this.chk_ch4saoma.Location = new System.Drawing.Point(803, 617);
this.chk_ch4saoma.Name = "chk_ch4saoma";
this.chk_ch4saoma.Size = new System.Drawing.Size(137, 28);
this.chk_ch4saoma.TabIndex = 480;
this.chk_ch4saoma.Text = "通道4扫码";
this.chk_ch4saoma.UseVisualStyleBackColor = false;
this.chk_ch4saoma.CheckedChanged += new System.EventHandler(this.chk_ch4saoma_CheckedChanged);
this.label17.AutoSize = true;
this.label17.Font = new System.Drawing.Font("宋体", 15F);
this.label17.Location = new System.Drawing.Point(584, 569);
this.label17.Name = "label17";
this.label17.Size = new System.Drawing.Size(59, 20);
this.label17.TabIndex = 485;
this.label17.Text = "次数:";
//
// chk_ch3saoma
// tb_ContinueTestCount
//
this.chk_ch3saoma.AutoSize = true;
this.chk_ch3saoma.BackColor = System.Drawing.Color.LightBlue;
this.chk_ch3saoma.Font = new System.Drawing.Font("宋体", 18F);
this.chk_ch3saoma.Location = new System.Drawing.Point(803, 579);
this.chk_ch3saoma.Name = "chk_ch3saoma";
this.chk_ch3saoma.Size = new System.Drawing.Size(137, 28);
this.chk_ch3saoma.TabIndex = 479;
this.chk_ch3saoma.Text = "通道3扫码";
this.chk_ch3saoma.UseVisualStyleBackColor = false;
this.chk_ch3saoma.CheckedChanged += new System.EventHandler(this.chk_ch3saoma_CheckedChanged);
this.tb_ContinueTestCount.ButtonSymbol = 61761;
this.tb_ContinueTestCount.Cursor = System.Windows.Forms.Cursors.IBeam;
this.tb_ContinueTestCount.FillColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255)))));
this.tb_ContinueTestCount.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.tb_ContinueTestCount.Location = new System.Drawing.Point(646, 565);
this.tb_ContinueTestCount.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.tb_ContinueTestCount.Maximum = 2147483647D;
this.tb_ContinueTestCount.Minimum = -2147483648D;
this.tb_ContinueTestCount.MinimumSize = new System.Drawing.Size(1, 16);
this.tb_ContinueTestCount.Name = "tb_ContinueTestCount";
this.tb_ContinueTestCount.Size = new System.Drawing.Size(80, 29);
this.tb_ContinueTestCount.Style = Sunny.UI.UIStyle.Custom;
this.tb_ContinueTestCount.TabIndex = 483;
this.tb_ContinueTestCount.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
this.tb_ContinueTestCount.TextChanged += new System.EventHandler(this.tb_ContinueTestCount_TextChanged);
//
// chk_ContinueTest
//
this.chk_ContinueTest.AutoSize = true;
this.chk_ContinueTest.BackColor = System.Drawing.Color.LightBlue;
this.chk_ContinueTest.Font = new System.Drawing.Font("宋体", 15F);
this.chk_ContinueTest.Location = new System.Drawing.Point(586, 533);
this.chk_ContinueTest.Name = "chk_ContinueTest";
this.chk_ContinueTest.Size = new System.Drawing.Size(108, 24);
this.chk_ContinueTest.TabIndex = 484;
this.chk_ContinueTest.Text = "连续测试";
this.chk_ContinueTest.UseVisualStyleBackColor = false;
this.chk_ContinueTest.CheckedChanged += new System.EventHandler(this.chk_ContinueTest_CheckedChanged);
//
// Electricity
//
@@ -1650,5 +1697,8 @@
private System.Windows.Forms.Label label10;
private System.Windows.Forms.CheckBox chk_ch4saoma;
private System.Windows.Forms.CheckBox chk_ch3saoma;
private System.Windows.Forms.Label label17;
private Sunny.UI.UITextBox tb_ContinueTestCount;
private System.Windows.Forms.CheckBox chk_ContinueTest;
}
}