From e0279fe6db39d1071ef04ad0080b887cb6a0d335 Mon Sep 17 00:00:00 2001
From: lx <ex_lixiang17@cosl.com.cn>
Date: 星期一, 04 八月 2025 17:27:47 +0800
Subject: [PATCH] upload
---
ErrorAnalysis.UI/FrmMain.Designer.cs | 29 +++++++++++++++--------------
1 files changed, 15 insertions(+), 14 deletions(-)
diff --git a/ErrorAnalysis.UI/FrmMain.Designer.cs b/ErrorAnalysis.UI/FrmMain.Designer.cs
index f1d1136..c074c68 100644
--- a/ErrorAnalysis.UI/FrmMain.Designer.cs
+++ b/ErrorAnalysis.UI/FrmMain.Designer.cs
@@ -49,10 +49,10 @@
rdoLockSpeed = new RadioButton();
rdoLockPass = new RadioButton();
gbResult = new GroupBox();
+ txtAnalysisResult = new RichTextBox();
tableLayoutPanel1 = new TableLayoutPanel();
pnlCOPic = new Panel();
pnlErrorRatioPic = new Panel();
- txtAnalysisResult = new TextBox();
btnReport = new Button();
label24 = new Label();
txtDataPath = new TextBox();
@@ -346,14 +346,26 @@
// gbResult
//
gbResult.Anchor = AnchorStyles.Top | AnchorStyles.Bottom | AnchorStyles.Left | AnchorStyles.Right;
- gbResult.Controls.Add(tableLayoutPanel1);
gbResult.Controls.Add(txtAnalysisResult);
+ gbResult.Controls.Add(tableLayoutPanel1);
gbResult.Location = new Point(17, 364);
gbResult.Name = "gbResult";
gbResult.Size = new Size(851, 210);
gbResult.TabIndex = 3;
gbResult.TabStop = false;
gbResult.Text = "Result";
+ //
+ // txtAnalysisResult
+ //
+ txtAnalysisResult.Anchor = AnchorStyles.Top | AnchorStyles.Bottom | AnchorStyles.Right;
+ txtAnalysisResult.BackColor = SystemColors.Control;
+ txtAnalysisResult.BorderStyle = BorderStyle.FixedSingle;
+ txtAnalysisResult.Location = new Point(526, 22);
+ txtAnalysisResult.Name = "txtAnalysisResult";
+ txtAnalysisResult.ReadOnly = true;
+ txtAnalysisResult.Size = new Size(324, 182);
+ txtAnalysisResult.TabIndex = 3;
+ txtAnalysisResult.Text = "";
//
// tableLayoutPanel1
//
@@ -385,16 +397,6 @@
pnlErrorRatioPic.Name = "pnlErrorRatioPic";
pnlErrorRatioPic.Size = new Size(254, 176);
pnlErrorRatioPic.TabIndex = 3;
- //
- // txtAnalysisResult
- //
- txtAnalysisResult.Anchor = AnchorStyles.Top | AnchorStyles.Bottom | AnchorStyles.Right;
- txtAnalysisResult.Location = new Point(529, 22);
- txtAnalysisResult.Multiline = true;
- txtAnalysisResult.Name = "txtAnalysisResult";
- txtAnalysisResult.ReadOnly = true;
- txtAnalysisResult.Size = new Size(317, 182);
- txtAnalysisResult.TabIndex = 1;
//
// btnReport
//
@@ -1242,7 +1244,6 @@
panel1.ResumeLayout(false);
panel1.PerformLayout();
gbResult.ResumeLayout(false);
- gbResult.PerformLayout();
tableLayoutPanel1.ResumeLayout(false);
tabEditInfo.ResumeLayout(false);
tpBorehole.ResumeLayout(false);
@@ -1372,10 +1373,10 @@
private Label label5;
private ComboBox cmbTargetLoggingIntervalUnit;
private NumericUpDown nudTargetLoggingInterval;
- private TextBox txtAnalysisResult;
private Panel pnlErrorRatioPic;
private Panel pnlCOPic;
private TableLayoutPanel tableLayoutPanel1;
private ProgressBar pbLoadDB;
+ private RichTextBox txtAnalysisResult;
}
}
--
Gitblit v1.9.3