frm_Main.designer.cs
18.8 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
namespace HHWCS.View
{
partial class Frm_Main
{
/// <summary>
/// 必需的设计器变量。
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// 清理所有正在使用的资源。
/// </summary>
/// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows 窗体设计器生成的代码
/// <summary>
/// 设计器支持所需的方法 - 不要
/// 使用代码编辑器修改此方法的内容。
/// </summary>
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
this.menu_Main = new System.Windows.Forms.MenuStrip();
this.menu_1 = new System.Windows.Forms.ToolStripMenuItem();
this.退出ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.设备管理EToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.设备信息ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.oPC地址查询ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.menu_4 = new System.Windows.Forms.ToolStripMenuItem();
this.menu_402 = new System.Windows.Forms.ToolStripMenuItem();
this.menu_5 = new System.Windows.Forms.ToolStripMenuItem();
this.menu_501 = new System.Windows.Forms.ToolStripMenuItem();
this.menu_502 = new System.Windows.Forms.ToolStripMenuItem();
this.oPC测试ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.windowsMenu = new System.Windows.Forms.ToolStripMenuItem();
this.cascadeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.tileVerticalToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.tileHorizontalToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.closeAllToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.arrangeIconsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.statusStrip = new System.Windows.Forms.StatusStrip();
this.lab_Status1 = new System.Windows.Forms.ToolStripStatusLabel();
this.lab_Status2 = new System.Windows.Forms.ToolStripStatusLabel();
this.lab_Status3 = new System.Windows.Forms.ToolStripStatusLabel();
this.toolTip = new System.Windows.Forms.ToolTip(this.components);
this.tabControl1 = new System.Windows.Forms.TabControl();
this.tabPage1 = new System.Windows.Forms.TabPage();
this.panel1 = new System.Windows.Forms.Panel();
this.tabPage2 = new System.Windows.Forms.TabPage();
this.splitContainer1 = new System.Windows.Forms.SplitContainer();
this.lEDToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.menu_Main.SuspendLayout();
this.statusStrip.SuspendLayout();
this.tabControl1.SuspendLayout();
this.tabPage1.SuspendLayout();
this.tabPage2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
this.splitContainer1.SuspendLayout();
this.SuspendLayout();
//
// menu_Main
//
this.menu_Main.ImageScalingSize = new System.Drawing.Size(20, 20);
this.menu_Main.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.menu_1,
this.设备管理EToolStripMenuItem,
this.menu_4,
this.menu_5,
this.windowsMenu});
this.menu_Main.Location = new System.Drawing.Point(0, 0);
this.menu_Main.MdiWindowListItem = this.windowsMenu;
this.menu_Main.Name = "menu_Main";
this.menu_Main.Padding = new System.Windows.Forms.Padding(8, 2, 0, 2);
this.menu_Main.Size = new System.Drawing.Size(1231, 28);
this.menu_Main.TabIndex = 0;
this.menu_Main.Text = "MenuStrip";
//
// menu_1
//
this.menu_1.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.退出ToolStripMenuItem});
this.menu_1.Name = "menu_1";
this.menu_1.Size = new System.Drawing.Size(72, 24);
this.menu_1.Text = "系统(&A)";
//
// 退出ToolStripMenuItem
//
this.退出ToolStripMenuItem.Name = "退出ToolStripMenuItem";
this.退出ToolStripMenuItem.Size = new System.Drawing.Size(114, 26);
this.退出ToolStripMenuItem.Text = "退出";
//
// 设备管理EToolStripMenuItem
//
this.设备管理EToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.设备信息ToolStripMenuItem,
this.oPC地址查询ToolStripMenuItem,
this.lEDToolStripMenuItem});
this.设备管理EToolStripMenuItem.Name = "设备管理EToolStripMenuItem";
this.设备管理EToolStripMenuItem.Size = new System.Drawing.Size(99, 24);
this.设备管理EToolStripMenuItem.Text = "设备管理(&E)";
//
// 设备信息ToolStripMenuItem
//
this.设备信息ToolStripMenuItem.Name = "设备信息ToolStripMenuItem";
this.设备信息ToolStripMenuItem.Size = new System.Drawing.Size(181, 26);
this.设备信息ToolStripMenuItem.Text = "设备信息";
//
// oPC地址查询ToolStripMenuItem
//
this.oPC地址查询ToolStripMenuItem.Name = "oPC地址查询ToolStripMenuItem";
this.oPC地址查询ToolStripMenuItem.Size = new System.Drawing.Size(181, 26);
this.oPC地址查询ToolStripMenuItem.Text = "OPC地址查询";
//
// menu_4
//
this.menu_4.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.menu_402});
this.menu_4.Name = "menu_4";
this.menu_4.Size = new System.Drawing.Size(102, 24);
this.menu_4.Text = "任务管理(&D)";
//
// menu_402
//
this.menu_402.Name = "menu_402";
this.menu_402.Size = new System.Drawing.Size(181, 26);
this.menu_402.Text = "查看任务明细";
this.menu_402.Click += new System.EventHandler(this.menu_402_Click);
//
// menu_5
//
this.menu_5.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.menu_501,
this.menu_502,
this.oPC测试ToolStripMenuItem});
this.menu_5.Name = "menu_5";
this.menu_5.Size = new System.Drawing.Size(84, 24);
this.menu_5.Text = "控制台(&E)";
//
// menu_501
//
this.menu_501.Name = "menu_501";
this.menu_501.Size = new System.Drawing.Size(181, 26);
this.menu_501.Text = "打开控制台";
this.menu_501.Click += new System.EventHandler(this.menu_501_Click);
//
// menu_502
//
this.menu_502.Name = "menu_502";
this.menu_502.Size = new System.Drawing.Size(181, 26);
this.menu_502.Text = "隐藏控制台";
this.menu_502.Click += new System.EventHandler(this.menu_502_Click);
//
// oPC测试ToolStripMenuItem
//
this.oPC测试ToolStripMenuItem.Name = "oPC测试ToolStripMenuItem";
this.oPC测试ToolStripMenuItem.Size = new System.Drawing.Size(181, 26);
this.oPC测试ToolStripMenuItem.Text = "OPC测试";
//
// windowsMenu
//
this.windowsMenu.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.cascadeToolStripMenuItem,
this.tileVerticalToolStripMenuItem,
this.tileHorizontalToolStripMenuItem,
this.closeAllToolStripMenuItem,
this.arrangeIconsToolStripMenuItem});
this.windowsMenu.Name = "windowsMenu";
this.windowsMenu.Size = new System.Drawing.Size(76, 24);
this.windowsMenu.Text = "窗口(&W)";
//
// cascadeToolStripMenuItem
//
this.cascadeToolStripMenuItem.Name = "cascadeToolStripMenuItem";
this.cascadeToolStripMenuItem.Size = new System.Drawing.Size(166, 26);
this.cascadeToolStripMenuItem.Text = "层叠(&C)";
this.cascadeToolStripMenuItem.Click += new System.EventHandler(this.CascadeToolStripMenuItem_Click);
//
// tileVerticalToolStripMenuItem
//
this.tileVerticalToolStripMenuItem.Name = "tileVerticalToolStripMenuItem";
this.tileVerticalToolStripMenuItem.Size = new System.Drawing.Size(166, 26);
this.tileVerticalToolStripMenuItem.Text = "垂直平铺(&V)";
this.tileVerticalToolStripMenuItem.Click += new System.EventHandler(this.TileVerticalToolStripMenuItem_Click);
//
// tileHorizontalToolStripMenuItem
//
this.tileHorizontalToolStripMenuItem.Name = "tileHorizontalToolStripMenuItem";
this.tileHorizontalToolStripMenuItem.Size = new System.Drawing.Size(166, 26);
this.tileHorizontalToolStripMenuItem.Text = "水平平铺(&H)";
this.tileHorizontalToolStripMenuItem.Click += new System.EventHandler(this.TileHorizontalToolStripMenuItem_Click);
//
// closeAllToolStripMenuItem
//
this.closeAllToolStripMenuItem.Name = "closeAllToolStripMenuItem";
this.closeAllToolStripMenuItem.Size = new System.Drawing.Size(166, 26);
this.closeAllToolStripMenuItem.Text = "全部关闭(&L)";
this.closeAllToolStripMenuItem.Click += new System.EventHandler(this.CloseAllToolStripMenuItem_Click);
//
// arrangeIconsToolStripMenuItem
//
this.arrangeIconsToolStripMenuItem.Name = "arrangeIconsToolStripMenuItem";
this.arrangeIconsToolStripMenuItem.Size = new System.Drawing.Size(166, 26);
this.arrangeIconsToolStripMenuItem.Text = "排列图标(&A)";
this.arrangeIconsToolStripMenuItem.Click += new System.EventHandler(this.ArrangeIconsToolStripMenuItem_Click);
//
// statusStrip
//
this.statusStrip.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(65)))), ((int)(((byte)(65)))), ((int)(((byte)(82)))));
this.statusStrip.ImageScalingSize = new System.Drawing.Size(20, 20);
this.statusStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.lab_Status1,
this.lab_Status2,
this.lab_Status3});
this.statusStrip.Location = new System.Drawing.Point(0, 632);
this.statusStrip.Name = "statusStrip";
this.statusStrip.Padding = new System.Windows.Forms.Padding(1, 0, 19, 0);
this.statusStrip.Size = new System.Drawing.Size(1231, 25);
this.statusStrip.TabIndex = 2;
this.statusStrip.Text = "StatusStrip";
//
// lab_Status1
//
this.lab_Status1.ForeColor = System.Drawing.SystemColors.ButtonFace;
this.lab_Status1.Name = "lab_Status1";
this.lab_Status1.Size = new System.Drawing.Size(39, 20);
this.lab_Status1.Text = "状态";
//
// lab_Status2
//
this.lab_Status2.ForeColor = System.Drawing.SystemColors.ButtonFace;
this.lab_Status2.Name = "lab_Status2";
this.lab_Status2.Size = new System.Drawing.Size(48, 20);
this.lab_Status2.Text = "状态2";
//
// lab_Status3
//
this.lab_Status3.ForeColor = System.Drawing.SystemColors.ButtonFace;
this.lab_Status3.Name = "lab_Status3";
this.lab_Status3.Size = new System.Drawing.Size(48, 20);
this.lab_Status3.Text = "状态3";
//
// tabControl1
//
this.tabControl1.Controls.Add(this.tabPage1);
this.tabControl1.Controls.Add(this.tabPage2);
this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
this.tabControl1.Location = new System.Drawing.Point(0, 28);
this.tabControl1.Name = "tabControl1";
this.tabControl1.SelectedIndex = 0;
this.tabControl1.Size = new System.Drawing.Size(1231, 604);
this.tabControl1.TabIndex = 4;
//
// tabPage1
//
this.tabPage1.Controls.Add(this.panel1);
this.tabPage1.Location = new System.Drawing.Point(4, 25);
this.tabPage1.Name = "tabPage1";
this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
this.tabPage1.Size = new System.Drawing.Size(1223, 575);
this.tabPage1.TabIndex = 0;
this.tabPage1.Text = "调度总览";
this.tabPage1.UseVisualStyleBackColor = true;
//
// panel1
//
this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel1.Location = new System.Drawing.Point(3, 3);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(1217, 569);
this.panel1.TabIndex = 0;
//
// tabPage2
//
this.tabPage2.Controls.Add(this.splitContainer1);
this.tabPage2.Location = new System.Drawing.Point(4, 25);
this.tabPage2.Name = "tabPage2";
this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
this.tabPage2.Size = new System.Drawing.Size(1223, 575);
this.tabPage2.TabIndex = 1;
this.tabPage2.Text = "监控";
this.tabPage2.UseVisualStyleBackColor = true;
//
// splitContainer1
//
this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
this.splitContainer1.Location = new System.Drawing.Point(3, 3);
this.splitContainer1.Name = "splitContainer1";
this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
this.splitContainer1.Size = new System.Drawing.Size(1217, 569);
this.splitContainer1.SplitterDistance = 323;
this.splitContainer1.TabIndex = 0;
//
// lEDToolStripMenuItem
//
this.lEDToolStripMenuItem.Name = "lEDToolStripMenuItem";
this.lEDToolStripMenuItem.Size = new System.Drawing.Size(181, 26);
this.lEDToolStripMenuItem.Text = "LED";
this.lEDToolStripMenuItem.Click += new System.EventHandler(this.lEDToolStripMenuItem_Click);
//
// Frm_Main
//
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(76)))), ((int)(((byte)(86)))), ((int)(((byte)(104)))));
this.ClientSize = new System.Drawing.Size(1231, 657);
this.Controls.Add(this.tabControl1);
this.Controls.Add(this.statusStrip);
this.Controls.Add(this.menu_Main);
this.IsMdiContainer = true;
this.MainMenuStrip = this.menu_Main;
this.Margin = new System.Windows.Forms.Padding(4);
this.Name = "Frm_Main";
this.Text = "华恒WCS控制系统";
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frm_Main_FormClosing);
this.Load += new System.EventHandler(this.frm_Main_Load);
this.menu_Main.ResumeLayout(false);
this.menu_Main.PerformLayout();
this.statusStrip.ResumeLayout(false);
this.statusStrip.PerformLayout();
this.tabControl1.ResumeLayout(false);
this.tabPage1.ResumeLayout(false);
this.tabPage2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
this.splitContainer1.ResumeLayout(false);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.MenuStrip menu_Main;
private System.Windows.Forms.StatusStrip statusStrip;
private System.Windows.Forms.ToolStripStatusLabel lab_Status1;
private System.Windows.Forms.ToolStripMenuItem tileHorizontalToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem windowsMenu;
private System.Windows.Forms.ToolStripMenuItem cascadeToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem tileVerticalToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem closeAllToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem arrangeIconsToolStripMenuItem;
private System.Windows.Forms.ToolTip toolTip;
private System.Windows.Forms.ToolStripMenuItem menu_1;
private System.Windows.Forms.ToolStripMenuItem menu_4;
private System.Windows.Forms.ToolStripMenuItem menu_402;
private System.Windows.Forms.ToolStripMenuItem menu_5;
private System.Windows.Forms.ToolStripStatusLabel lab_Status2;
private System.Windows.Forms.ToolStripStatusLabel lab_Status3;
private System.Windows.Forms.ToolStripMenuItem 退出ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem menu_501;
private System.Windows.Forms.ToolStripMenuItem menu_502;
private System.Windows.Forms.ToolStripMenuItem 设备管理EToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 设备信息ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem oPC地址查询ToolStripMenuItem;
private System.Windows.Forms.TabControl tabControl1;
private System.Windows.Forms.TabPage tabPage1;
private System.Windows.Forms.TabPage tabPage2;
private System.Windows.Forms.SplitContainer splitContainer1;
private System.Windows.Forms.ToolStripMenuItem oPC测试ToolStripMenuItem;
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.ToolStripMenuItem lEDToolStripMenuItem;
}
}