最后功能
This commit is contained in:
Generated
+4
-3
@@ -102,6 +102,7 @@
|
||||
button2.TabIndex = 4;
|
||||
button2.Text = "查看结果";
|
||||
button2.UseVisualStyleBackColor = true;
|
||||
button2.Click += button2_Click;
|
||||
//
|
||||
// button3
|
||||
//
|
||||
@@ -162,7 +163,7 @@
|
||||
//
|
||||
数据输入ToolStripMenuItem.DropDownItems.AddRange(new ToolStripItem[] { 从文件ToolStripMenuItem, 手动输入ToolStripMenuItem });
|
||||
数据输入ToolStripMenuItem.Name = "数据输入ToolStripMenuItem";
|
||||
数据输入ToolStripMenuItem.Size = new Size(270, 34);
|
||||
数据输入ToolStripMenuItem.Size = new Size(218, 34);
|
||||
数据输入ToolStripMenuItem.Text = "数据输入";
|
||||
//
|
||||
// 从文件ToolStripMenuItem
|
||||
@@ -182,14 +183,14 @@
|
||||
// 删除当前数据ToolStripMenuItem
|
||||
//
|
||||
删除当前数据ToolStripMenuItem.Name = "删除当前数据ToolStripMenuItem";
|
||||
删除当前数据ToolStripMenuItem.Size = new Size(270, 34);
|
||||
删除当前数据ToolStripMenuItem.Size = new Size(218, 34);
|
||||
删除当前数据ToolStripMenuItem.Text = "删除当前数据";
|
||||
删除当前数据ToolStripMenuItem.Click += 删除当前数据ToolStripMenuItem_Click;
|
||||
//
|
||||
// 数据检查ToolStripMenuItem
|
||||
//
|
||||
数据检查ToolStripMenuItem.Name = "数据检查ToolStripMenuItem";
|
||||
数据检查ToolStripMenuItem.Size = new Size(270, 34);
|
||||
数据检查ToolStripMenuItem.Size = new Size(218, 34);
|
||||
数据检查ToolStripMenuItem.Text = "数据检查";
|
||||
数据检查ToolStripMenuItem.Click += 数据检查ToolStripMenuItem_Click;
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user