This commit is contained in:
2026-06-11 07:33:13 +08:00 Unverified
parent 1313ddafb0
commit 251f54142a
9 changed files with 468 additions and 7 deletions
+2
View File
@@ -50,6 +50,7 @@
button2.TabIndex = 1;
button2.Text = "手动输入";
button2.UseVisualStyleBackColor = true;
button2.Click += button2_Click;
//
// DataInputForm
//
@@ -58,6 +59,7 @@
ClientSize = new Size(288, 218);
Controls.Add(button2);
Controls.Add(DataFromFiles);
MaximizeBox = false;
Name = "DataInputForm";
Text = "数据输入";
ResumeLayout(false);