From 9827a8864ba0df0a4e148b4a7ac3225df7b80728 Mon Sep 17 00:00:00 2001
From: lx <ex_lixiang17@cosl.com.cn>
Date: 星期四, 07 八月 2025 18:09:41 +0800
Subject: [PATCH] upload
---
ErrorAnalysis.UI/FrmMain.Designer.cs | 35 +++++++++++++++++++++++++++++++----
1 files changed, 31 insertions(+), 4 deletions(-)
diff --git a/ErrorAnalysis.UI/FrmMain.Designer.cs b/ErrorAnalysis.UI/FrmMain.Designer.cs
index c074c68..ff9c9d3 100644
--- a/ErrorAnalysis.UI/FrmMain.Designer.cs
+++ b/ErrorAnalysis.UI/FrmMain.Designer.cs
@@ -120,9 +120,11 @@
cmbLithology = new ComboBox();
label16 = new Label();
tpPlan = new TabPage();
+ label7 = new Label();
cmbTargetLoggingIntervalUnit = new ComboBox();
label5 = new Label();
chkAlphaProcessing = new CheckBox();
+ nudYieldCounting = new NumericUpDown();
nudAlphaProcessingWin = new NumericUpDown();
nudDepth = new NumericUpDown();
nudTargetLoggingInterval = new NumericUpDown();
@@ -157,6 +159,7 @@
((System.ComponentModel.ISupportInitialize)nudSw).BeginInit();
((System.ComponentModel.ISupportInitialize)nudPorosity).BeginInit();
tpPlan.SuspendLayout();
+ ((System.ComponentModel.ISupportInitialize)nudYieldCounting).BeginInit();
((System.ComponentModel.ISupportInitialize)nudAlphaProcessingWin).BeginInit();
((System.ComponentModel.ISupportInitialize)nudDepth).BeginInit();
((System.ComponentModel.ISupportInitialize)nudTargetLoggingInterval).BeginInit();
@@ -293,7 +296,7 @@
//
// nudSpeed
//
- nudSpeed.DecimalPlaces = 1;
+ nudSpeed.DecimalPlaces = 2;
nudSpeed.Increment = new decimal(new int[] { 1, 0, 0, 65536 });
nudSpeed.Location = new Point(54, 16);
nudSpeed.Maximum = new decimal(new int[] { 9999999, 0, 0, 0 });
@@ -1095,10 +1098,12 @@
//
// tpPlan
//
+ tpPlan.Controls.Add(label7);
tpPlan.Controls.Add(cmbTargetLoggingIntervalUnit);
tpPlan.Controls.Add(label5);
tpPlan.Controls.Add(chkAlphaProcessing);
tpPlan.Controls.Add(label22);
+ tpPlan.Controls.Add(nudYieldCounting);
tpPlan.Controls.Add(nudAlphaProcessingWin);
tpPlan.Controls.Add(pnlLockPass);
tpPlan.Controls.Add(nudDepth);
@@ -1117,6 +1122,15 @@
tpPlan.TabIndex = 3;
tpPlan.Text = "Plan";
tpPlan.UseVisualStyleBackColor = true;
+ //
+ // label7
+ //
+ label7.AutoSize = true;
+ label7.Location = new Point(457, 102);
+ label7.Name = "label7";
+ label7.Size = new Size(90, 17);
+ label7.TabIndex = 17;
+ label7.Text = "Yield counting";
//
// cmbTargetLoggingIntervalUnit
//
@@ -1140,16 +1154,26 @@
// chkAlphaProcessing
//
chkAlphaProcessing.AutoSize = true;
- chkAlphaProcessing.Location = new Point(421, 69);
+ chkAlphaProcessing.Location = new Point(419, 43);
chkAlphaProcessing.Name = "chkAlphaProcessing";
chkAlphaProcessing.Size = new Size(128, 21);
chkAlphaProcessing.TabIndex = 15;
chkAlphaProcessing.Text = "Alpha processing";
chkAlphaProcessing.UseVisualStyleBackColor = true;
//
+ // nudYieldCounting
+ //
+ nudYieldCounting.DecimalPlaces = 2;
+ nudYieldCounting.Increment = new decimal(new int[] { 100, 0, 0, 0 });
+ nudYieldCounting.Location = new Point(565, 100);
+ nudYieldCounting.Maximum = new decimal(new int[] { 99999999, 0, 0, 0 });
+ nudYieldCounting.Name = "nudYieldCounting";
+ nudYieldCounting.Size = new Size(82, 23);
+ nudYieldCounting.TabIndex = 13;
+ //
// nudAlphaProcessingWin
//
- nudAlphaProcessingWin.Location = new Point(555, 98);
+ nudAlphaProcessingWin.Location = new Point(565, 70);
nudAlphaProcessingWin.Maximum = new decimal(new int[] { 99999999, 0, 0, 0 });
nudAlphaProcessingWin.Name = "nudAlphaProcessingWin";
nudAlphaProcessingWin.Size = new Size(47, 23);
@@ -1175,7 +1199,7 @@
// label54
//
label54.AutoSize = true;
- label54.Location = new Point(391, 100);
+ label54.Location = new Point(389, 72);
label54.Name = "label54";
label54.Size = new Size(158, 17);
label54.TabIndex = 12;
@@ -1267,6 +1291,7 @@
((System.ComponentModel.ISupportInitialize)nudPorosity).EndInit();
tpPlan.ResumeLayout(false);
tpPlan.PerformLayout();
+ ((System.ComponentModel.ISupportInitialize)nudYieldCounting).EndInit();
((System.ComponentModel.ISupportInitialize)nudAlphaProcessingWin).EndInit();
((System.ComponentModel.ISupportInitialize)nudDepth).EndInit();
((System.ComponentModel.ISupportInitialize)nudTargetLoggingInterval).EndInit();
@@ -1378,5 +1403,7 @@
private TableLayoutPanel tableLayoutPanel1;
private ProgressBar pbLoadDB;
private RichTextBox txtAnalysisResult;
+ private Label label7;
+ private NumericUpDown nudYieldCounting;
}
}
--
Gitblit v1.9.3