From 72312a054b41a07444dfad91dd25ed8e09404a1f Mon Sep 17 00:00:00 2001 From: biss Date: Fri, 12 Jun 2026 16:37:04 +0800 Subject: [PATCH] =?UTF-8?q?=E7=AA=97=E4=BD=93=E8=AE=BE=E8=AE=A1=E7=BB=93?= =?UTF-8?q?=E6=9D=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Forms/ManualInputForm.Designer.cs | 20 ++++++++++---------- Forms/ManualInputForm.resx | 18 ++++++++++++++++++ 2 files changed, 28 insertions(+), 10 deletions(-) diff --git a/Forms/ManualInputForm.Designer.cs b/Forms/ManualInputForm.Designer.cs index 8a9825b..1bfbdf9 100644 --- a/Forms/ManualInputForm.Designer.cs +++ b/Forms/ManualInputForm.Designer.cs @@ -40,7 +40,7 @@ HeightDifference = new DataGridViewTextBoxColumn(); Distance = new DataGridViewTextBoxColumn(); btnOK = new Button(); - button2 = new Button(); + btnCancel = new Button(); GroupKnown.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)dgvKnownInput).BeginInit(); GroupObservation.SuspendLayout(); @@ -149,21 +149,21 @@ btnOK.UseVisualStyleBackColor = true; btnOK.UseWaitCursor = true; // - // button2 + // btnCancel // - button2.Location = new Point(651, 485); - button2.Name = "button2"; - button2.Size = new Size(112, 34); - button2.TabIndex = 4; - button2.Text = "button2"; - button2.UseVisualStyleBackColor = true; + btnCancel.Location = new Point(651, 485); + btnCancel.Name = "btnCancel"; + btnCancel.Size = new Size(112, 34); + btnCancel.TabIndex = 4; + btnCancel.Text = "取消"; + btnCancel.UseVisualStyleBackColor = true; // // ManualInputForm // AutoScaleDimensions = new SizeF(11F, 24F); AutoScaleMode = AutoScaleMode.Font; ClientSize = new Size(1278, 556); - Controls.Add(button2); + Controls.Add(btnCancel); Controls.Add(btnOK); Controls.Add(GroupObservation); Controls.Add(GroupKnown); @@ -192,6 +192,6 @@ private DataGridViewTextBoxColumn HeightDifference; private DataGridViewTextBoxColumn Distance; private Button btnOK; - private Button button2; + private Button btnCancel; } } \ No newline at end of file diff --git a/Forms/ManualInputForm.resx b/Forms/ManualInputForm.resx index abb5946..d44c581 100644 --- a/Forms/ManualInputForm.resx +++ b/Forms/ManualInputForm.resx @@ -123,6 +123,24 @@ True + + True + + + True + + + True + + + True + + + True + + + True + True