lx
2025-11-24 e5a570db2036a6b155c2ddc289b42bd050b9ad3c
ErrorAnalysis.UI/FrmMain.Designer.cs
@@ -129,10 +129,10 @@
            nudDepth = new NumericUpDown();
            nudTargetLoggingInterval = new NumericUpDown();
            label54 = new Label();
            txtToolType = new TextBox();
            label53 = new Label();
            label52 = new Label();
            pbLoadDB = new ProgressBar();
            cmbToolType = new ComboBox();
            ((System.ComponentModel.ISupportInitialize)nudSoPrecisionRequired).BeginInit();
            pnlLockPass.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)nudPass).BeginInit();
@@ -1099,6 +1099,7 @@
            // 
            // tpPlan
            // 
            tpPlan.Controls.Add(cmbToolType);
            tpPlan.Controls.Add(label7);
            tpPlan.Controls.Add(cmbTargetLoggingIntervalUnit);
            tpPlan.Controls.Add(label5);
@@ -1111,7 +1112,6 @@
            tpPlan.Controls.Add(nudTargetLoggingInterval);
            tpPlan.Controls.Add(nudSoPrecisionRequired);
            tpPlan.Controls.Add(label54);
            tpPlan.Controls.Add(txtToolType);
            tpPlan.Controls.Add(label53);
            tpPlan.Controls.Add(label52);
            tpPlan.Controls.Add(label21);
@@ -1207,14 +1207,6 @@
            label54.TabIndex = 12;
            label54.Text = "Alpha-processing window";
            // 
            // txtToolType
            //
            txtToolType.Location = new Point(185, 15);
            txtToolType.Name = "txtToolType";
            txtToolType.ReadOnly = true;
            txtToolType.Size = new Size(88, 23);
            txtToolType.TabIndex = 24;
            //
            // label53
            // 
            label53.AutoSize = true;
@@ -1241,6 +1233,16 @@
            pbLoadDB.Size = new Size(75, 23);
            pbLoadDB.TabIndex = 8;
            pbLoadDB.Visible = false;
            //
            // cmbToolType
            //
            cmbToolType.DropDownStyle = ComboBoxStyle.DropDownList;
            cmbToolType.FormattingEnabled = true;
            cmbToolType.Items.AddRange(new object[] { "RET", "SMRT" });
            cmbToolType.Location = new Point(183, 12);
            cmbToolType.Name = "cmbToolType";
            cmbToolType.Size = new Size(104, 25);
            cmbToolType.TabIndex = 32;
            // 
            // FrmMain
            // 
@@ -1388,7 +1390,6 @@
        private NumericUpDown nudGasDensity;
        private Label label51;
        private Label label50;
        private TextBox txtToolType;
        private Label label52;
        private NumericUpDown nudDepth;
        private Label label53;
@@ -1407,5 +1408,6 @@
        private RichTextBox txtAnalysisResult;
        private Label label7;
        private NumericUpDown nudYieldCounting;
        private ComboBox cmbToolType;
    }
}