|
@@ -37,6 +37,9 @@
|
37
|
37
|
this.buttonRefresh = new System.Windows.Forms.Button();
|
38
|
38
|
this.btnResetUserdata = new System.Windows.Forms.Button();
|
39
|
39
|
this.btnClosedThis = new System.Windows.Forms.Button();
|
|
40
|
+ this.btnLoadFromExcel = new System.Windows.Forms.Button();
|
|
41
|
+ this.InfoEditorTip = new System.Windows.Forms.RichTextBox();
|
|
42
|
+ this.btnClearAll = new System.Windows.Forms.Button();
|
40
|
43
|
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
|
41
|
44
|
this.contextMenuStrip1.SuspendLayout();
|
42
|
45
|
this.SuspendLayout();
|
|
@@ -76,7 +79,7 @@
|
76
|
79
|
// buttonDeleteSelect
|
77
|
80
|
//
|
78
|
81
|
this.buttonDeleteSelect.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
79
|
|
- this.buttonDeleteSelect.Location = new System.Drawing.Point(174, 76);
|
|
82
|
+ this.buttonDeleteSelect.Location = new System.Drawing.Point(174, 34);
|
80
|
83
|
this.buttonDeleteSelect.Name = "buttonDeleteSelect";
|
81
|
84
|
this.buttonDeleteSelect.Size = new System.Drawing.Size(75, 30);
|
82
|
85
|
this.buttonDeleteSelect.TabIndex = 3;
|
|
@@ -87,7 +90,7 @@
|
87
|
90
|
// buttonAddCmd
|
88
|
91
|
//
|
89
|
92
|
this.buttonAddCmd.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
90
|
|
- this.buttonAddCmd.Location = new System.Drawing.Point(12, 76);
|
|
93
|
+ this.buttonAddCmd.Location = new System.Drawing.Point(12, 34);
|
91
|
94
|
this.buttonAddCmd.Name = "buttonAddCmd";
|
92
|
95
|
this.buttonAddCmd.Size = new System.Drawing.Size(75, 30);
|
93
|
96
|
this.buttonAddCmd.TabIndex = 4;
|
|
@@ -98,7 +101,7 @@
|
98
|
101
|
// buttonRefresh
|
99
|
102
|
//
|
100
|
103
|
this.buttonRefresh.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
101
|
|
- this.buttonRefresh.Location = new System.Drawing.Point(93, 76);
|
|
104
|
+ this.buttonRefresh.Location = new System.Drawing.Point(93, 34);
|
102
|
105
|
this.buttonRefresh.Name = "buttonRefresh";
|
103
|
106
|
this.buttonRefresh.Size = new System.Drawing.Size(75, 30);
|
104
|
107
|
this.buttonRefresh.TabIndex = 5;
|
|
@@ -108,8 +111,9 @@
|
108
|
111
|
//
|
109
|
112
|
// btnResetUserdata
|
110
|
113
|
//
|
|
114
|
+ this.btnResetUserdata.DialogResult = System.Windows.Forms.DialogResult.Cancel;
|
111
|
115
|
this.btnResetUserdata.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
112
|
|
- this.btnResetUserdata.Location = new System.Drawing.Point(255, 76);
|
|
116
|
+ this.btnResetUserdata.Location = new System.Drawing.Point(255, 34);
|
113
|
117
|
this.btnResetUserdata.Name = "btnResetUserdata";
|
114
|
118
|
this.btnResetUserdata.Size = new System.Drawing.Size(111, 30);
|
115
|
119
|
this.btnResetUserdata.TabIndex = 6;
|
|
@@ -119,8 +123,9 @@
|
119
|
123
|
//
|
120
|
124
|
// btnClosedThis
|
121
|
125
|
//
|
|
126
|
+ this.btnClosedThis.DialogResult = System.Windows.Forms.DialogResult.Cancel;
|
122
|
127
|
this.btnClosedThis.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
123
|
|
- this.btnClosedThis.Location = new System.Drawing.Point(372, 76);
|
|
128
|
+ this.btnClosedThis.Location = new System.Drawing.Point(495, 34);
|
124
|
129
|
this.btnClosedThis.Name = "btnClosedThis";
|
125
|
130
|
this.btnClosedThis.Size = new System.Drawing.Size(75, 30);
|
126
|
131
|
this.btnClosedThis.TabIndex = 8;
|
|
@@ -128,12 +133,51 @@
|
128
|
133
|
this.btnClosedThis.UseVisualStyleBackColor = true;
|
129
|
134
|
this.btnClosedThis.Click += new System.EventHandler(this.btnClosedThis_Click);
|
130
|
135
|
//
|
|
136
|
+ // btnLoadFromExcel
|
|
137
|
+ //
|
|
138
|
+ this.btnLoadFromExcel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
|
|
139
|
+ this.btnLoadFromExcel.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
140
|
+ this.btnLoadFromExcel.Location = new System.Drawing.Point(372, 34);
|
|
141
|
+ this.btnLoadFromExcel.Name = "btnLoadFromExcel";
|
|
142
|
+ this.btnLoadFromExcel.Size = new System.Drawing.Size(117, 30);
|
|
143
|
+ this.btnLoadFromExcel.TabIndex = 9;
|
|
144
|
+ this.btnLoadFromExcel.Text = "从Excel导入";
|
|
145
|
+ this.btnLoadFromExcel.UseVisualStyleBackColor = true;
|
|
146
|
+ this.btnLoadFromExcel.Click += new System.EventHandler(this.btnLoadFromExcel_Click);
|
|
147
|
+ //
|
|
148
|
+ // InfoEditorTip
|
|
149
|
+ //
|
|
150
|
+ this.InfoEditorTip.BackColor = System.Drawing.SystemColors.Window;
|
|
151
|
+ this.InfoEditorTip.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
152
|
+ this.InfoEditorTip.ForeColor = System.Drawing.Color.Red;
|
|
153
|
+ this.InfoEditorTip.Location = new System.Drawing.Point(12, 94);
|
|
154
|
+ this.InfoEditorTip.Name = "InfoEditorTip";
|
|
155
|
+ this.InfoEditorTip.ReadOnly = true;
|
|
156
|
+ this.InfoEditorTip.Size = new System.Drawing.Size(1217, 90);
|
|
157
|
+ this.InfoEditorTip.TabIndex = 10;
|
|
158
|
+ this.InfoEditorTip.Text = "";
|
|
159
|
+ //
|
|
160
|
+ // btnClearAll
|
|
161
|
+ //
|
|
162
|
+ this.btnClearAll.DialogResult = System.Windows.Forms.DialogResult.Cancel;
|
|
163
|
+ this.btnClearAll.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
164
|
+ this.btnClearAll.Location = new System.Drawing.Point(576, 34);
|
|
165
|
+ this.btnClearAll.Name = "btnClearAll";
|
|
166
|
+ this.btnClearAll.Size = new System.Drawing.Size(75, 30);
|
|
167
|
+ this.btnClearAll.TabIndex = 11;
|
|
168
|
+ this.btnClearAll.Text = "清空数据";
|
|
169
|
+ this.btnClearAll.UseVisualStyleBackColor = true;
|
|
170
|
+ this.btnClearAll.Click += new System.EventHandler(this.btnClearAll_Click);
|
|
171
|
+ //
|
131
|
172
|
// InfoEditor
|
132
|
173
|
//
|
133
|
174
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
134
|
175
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
135
|
176
|
this.CancelButton = this.btnClosedThis;
|
136
|
177
|
this.ClientSize = new System.Drawing.Size(1241, 761);
|
|
178
|
+ this.Controls.Add(this.btnClearAll);
|
|
179
|
+ this.Controls.Add(this.InfoEditorTip);
|
|
180
|
+ this.Controls.Add(this.btnLoadFromExcel);
|
137
|
181
|
this.Controls.Add(this.btnClosedThis);
|
138
|
182
|
this.Controls.Add(this.btnResetUserdata);
|
139
|
183
|
this.Controls.Add(this.buttonRefresh);
|
|
@@ -141,6 +185,7 @@
|
141
|
185
|
this.Controls.Add(this.buttonDeleteSelect);
|
142
|
186
|
this.Controls.Add(this.dataGridView1);
|
143
|
187
|
this.Name = "InfoEditor";
|
|
188
|
+ this.ShowInTaskbar = false;
|
144
|
189
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
|
145
|
190
|
this.Text = "InfoEditor";
|
146
|
191
|
this.Load += new System.EventHandler(this.InfoEditor_Load);
|
|
@@ -160,5 +205,8 @@
|
160
|
205
|
private System.Windows.Forms.Button buttonRefresh;
|
161
|
206
|
private System.Windows.Forms.Button btnResetUserdata;
|
162
|
207
|
private System.Windows.Forms.Button btnClosedThis;
|
|
208
|
+ private System.Windows.Forms.Button btnLoadFromExcel;
|
|
209
|
+ private System.Windows.Forms.RichTextBox InfoEditorTip;
|
|
210
|
+ private System.Windows.Forms.Button btnClearAll;
|
163
|
211
|
}
|
164
|
212
|
}
|