25111102 删除激活窗口
This commit is contained in:
92
SLC1-N/Electricity.Designer.cs
generated
92
SLC1-N/Electricity.Designer.cs
generated
@@ -30,7 +30,10 @@
|
||||
{
|
||||
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Electricity));
|
||||
this.tabPage3 = new System.Windows.Forms.TabPage();
|
||||
this.label17 = new System.Windows.Forms.Label();
|
||||
this.chk_ch4saoma = new System.Windows.Forms.CheckBox();
|
||||
this.tb_ContinueTestCount = new Sunny.UI.UITextBox();
|
||||
this.chk_ContinueTest = 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();
|
||||
@@ -125,9 +128,6 @@
|
||||
this.label89 = new System.Windows.Forms.Label();
|
||||
this.SendText = new System.Windows.Forms.TextBox();
|
||||
this.uiTabControlMenu1 = new Sunny.UI.UITabControlMenu();
|
||||
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();
|
||||
@@ -159,6 +159,16 @@
|
||||
this.tabPage3.TabIndex = 2;
|
||||
this.tabPage3.Text = "仪器参数设置";
|
||||
//
|
||||
// label17
|
||||
//
|
||||
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_ch4saoma
|
||||
//
|
||||
this.chk_ch4saoma.AutoSize = true;
|
||||
@@ -170,8 +180,40 @@
|
||||
this.chk_ch4saoma.TabIndex = 480;
|
||||
this.chk_ch4saoma.Text = "通道4扫码";
|
||||
this.chk_ch4saoma.UseVisualStyleBackColor = false;
|
||||
this.chk_ch4saoma.Visible = false;
|
||||
this.chk_ch4saoma.CheckedChanged += new System.EventHandler(this.chk_ch4saoma_CheckedChanged);
|
||||
//
|
||||
// tb_ContinueTestCount
|
||||
//
|
||||
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);
|
||||
//
|
||||
// chk_ch3saoma
|
||||
//
|
||||
this.chk_ch3saoma.AutoSize = true;
|
||||
@@ -183,6 +225,7 @@
|
||||
this.chk_ch3saoma.TabIndex = 479;
|
||||
this.chk_ch3saoma.Text = "通道3扫码";
|
||||
this.chk_ch3saoma.UseVisualStyleBackColor = false;
|
||||
this.chk_ch3saoma.Visible = false;
|
||||
this.chk_ch3saoma.CheckedChanged += new System.EventHandler(this.chk_ch3saoma_CheckedChanged);
|
||||
//
|
||||
// chk_ch2saoma
|
||||
@@ -196,6 +239,7 @@
|
||||
this.chk_ch2saoma.TabIndex = 478;
|
||||
this.chk_ch2saoma.Text = "通道2扫码";
|
||||
this.chk_ch2saoma.UseVisualStyleBackColor = false;
|
||||
this.chk_ch2saoma.Visible = false;
|
||||
this.chk_ch2saoma.CheckedChanged += new System.EventHandler(this.checkBox2_CheckedChanged);
|
||||
//
|
||||
// chk_ch1saoma
|
||||
@@ -209,6 +253,7 @@
|
||||
this.chk_ch1saoma.TabIndex = 477;
|
||||
this.chk_ch1saoma.Text = "通道1扫码";
|
||||
this.chk_ch1saoma.UseVisualStyleBackColor = false;
|
||||
this.chk_ch1saoma.Visible = false;
|
||||
this.chk_ch1saoma.CheckedChanged += new System.EventHandler(this.checkBox1_CheckedChanged);
|
||||
//
|
||||
// radioButton2
|
||||
@@ -1531,47 +1576,6 @@
|
||||
this.uiTabControlMenu1.TabSelectedForeColor = System.Drawing.Color.Black;
|
||||
this.uiTabControlMenu1.TabUnSelectedForeColor = System.Drawing.Color.Black;
|
||||
//
|
||||
// label17
|
||||
//
|
||||
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 = "次数:";
|
||||
//
|
||||
// tb_ContinueTestCount
|
||||
//
|
||||
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
|
||||
//
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
||||
|
||||
Reference in New Issue
Block a user