From e5a570db2036a6b155c2ddc289b42bd050b9ad3c Mon Sep 17 00:00:00 2001
From: lx <ex_lixiang17@cosl.com.cn>
Date: 星期一, 24 十一月 2025 13:49:16 +0800
Subject: [PATCH] update 1.4
---
ErrorAnalysis.UI/FrmMain.Designer.cs | 24 +++++++++++++-----------
1 files changed, 13 insertions(+), 11 deletions(-)
diff --git a/ErrorAnalysis.UI/FrmMain.Designer.cs b/ErrorAnalysis.UI/FrmMain.Designer.cs
index c6be3c7..56f6c77 100644
--- a/ErrorAnalysis.UI/FrmMain.Designer.cs
+++ b/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;
}
}
--
Gitblit v1.9.3