FrmDisableTray.Designer.cs
12.2 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
namespace OnlineStore.AssemblyLine
{
partial class FrmDisableTray
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
this.group3 = new System.Windows.Forms.GroupBox();
this.lblPro4Warnmsg = new System.Windows.Forms.Label();
this.lblMsg = new System.Windows.Forms.Label();
this.chbProTray = new System.Windows.Forms.CheckBox();
this.lblTrayInfo = new System.Windows.Forms.Label();
this.btnrefresh = new System.Windows.Forms.Button();
this.btnClose = new System.Windows.Forms.Button();
this.dataGridView1 = new System.Windows.Forms.DataGridView();
this.Column_trayNum = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column_DeviceName = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column_datetime = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column_describle = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column_TrayInfo = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column_Del = new System.Windows.Forms.DataGridViewLinkColumn();
this.timer1 = new System.Windows.Forms.Timer(this.components);
this.group3.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
this.SuspendLayout();
//
// group3
//
this.group3.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.group3.Controls.Add(this.lblPro4Warnmsg);
this.group3.Controls.Add(this.lblMsg);
this.group3.Controls.Add(this.chbProTray);
this.group3.Controls.Add(this.lblTrayInfo);
this.group3.Controls.Add(this.btnrefresh);
this.group3.Controls.Add(this.btnClose);
this.group3.Controls.Add(this.dataGridView1);
this.group3.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.group3.Location = new System.Drawing.Point(5, 5);
this.group3.Name = "group3";
this.group3.Size = new System.Drawing.Size(900, 556);
this.group3.TabIndex = 321;
this.group3.TabStop = false;
this.group3.Text = "禁用托盘列表";
this.group3.Enter += new System.EventHandler(this.group3_Enter);
//
// lblPro4Warnmsg
//
this.lblPro4Warnmsg.AutoSize = true;
this.lblPro4Warnmsg.Location = new System.Drawing.Point(6, 443);
this.lblPro4Warnmsg.Name = "lblPro4Warnmsg";
this.lblPro4Warnmsg.Size = new System.Drawing.Size(0, 17);
this.lblPro4Warnmsg.TabIndex = 331;
//
// lblMsg
//
this.lblMsg.AutoSize = true;
this.lblMsg.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
this.lblMsg.Location = new System.Drawing.Point(502, 454);
this.lblMsg.Name = "lblMsg";
this.lblMsg.Size = new System.Drawing.Size(387, 17);
this.lblMsg.TabIndex = 330;
this.lblMsg.Text = "勾选开始处理托盘,禁用的托盘到达出料4后,会等待托盘启用后再放行";
//
// chbProTray
//
this.chbProTray.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.chbProTray.AutoSize = true;
this.chbProTray.Location = new System.Drawing.Point(511, 515);
this.chbProTray.Name = "chbProTray";
this.chbProTray.Size = new System.Drawing.Size(99, 21);
this.chbProTray.TabIndex = 329;
this.chbProTray.Text = "开始处理托盘";
this.chbProTray.UseVisualStyleBackColor = true;
this.chbProTray.CheckedChanged += new System.EventHandler(this.chbProTray_CheckedChanged);
//
// lblTrayInfo
//
this.lblTrayInfo.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.lblTrayInfo.Location = new System.Drawing.Point(6, 475);
this.lblTrayInfo.Name = "lblTrayInfo";
this.lblTrayInfo.Size = new System.Drawing.Size(480, 74);
this.lblTrayInfo.TabIndex = 328;
this.lblTrayInfo.Text = "label1";
//
// btnrefresh
//
this.btnrefresh.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.btnrefresh.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btnrefresh.ForeColor = System.Drawing.Color.Black;
this.btnrefresh.Location = new System.Drawing.Point(643, 507);
this.btnrefresh.Name = "btnrefresh";
this.btnrefresh.Size = new System.Drawing.Size(121, 36);
this.btnrefresh.TabIndex = 327;
this.btnrefresh.Text = "刷新";
this.btnrefresh.UseVisualStyleBackColor = true;
this.btnrefresh.Click += new System.EventHandler(this.btnrefresh_Click);
//
// btnClose
//
this.btnClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.btnClose.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btnClose.ForeColor = System.Drawing.Color.Black;
this.btnClose.Location = new System.Drawing.Point(767, 507);
this.btnClose.Name = "btnClose";
this.btnClose.Size = new System.Drawing.Size(121, 36);
this.btnClose.TabIndex = 326;
this.btnClose.Text = "关闭";
this.btnClose.UseVisualStyleBackColor = true;
this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
//
// dataGridView1
//
this.dataGridView1.AllowUserToAddRows = false;
this.dataGridView1.AllowUserToDeleteRows = false;
this.dataGridView1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.Column_trayNum,
this.Column_DeviceName,
this.Column_datetime,
this.Column_describle,
this.Column_TrayInfo,
this.Column_Del});
this.dataGridView1.Location = new System.Drawing.Point(6, 22);
this.dataGridView1.MultiSelect = false;
this.dataGridView1.Name = "dataGridView1";
this.dataGridView1.RowHeadersWidth = 5;
this.dataGridView1.RowTemplate.Height = 23;
this.dataGridView1.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.dataGridView1.Size = new System.Drawing.Size(887, 414);
this.dataGridView1.TabIndex = 323;
this.dataGridView1.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView1_CellContentClick);
this.dataGridView1.SelectionChanged += new System.EventHandler(this.dataGridView1_SelectionChanged);
//
// Column_trayNum
//
this.Column_trayNum.HeaderText = "托盘编号";
this.Column_trayNum.Name = "Column_trayNum";
this.Column_trayNum.Width = 80;
//
// Column_DeviceName
//
this.Column_DeviceName.HeaderText = "禁用设备";
this.Column_DeviceName.Name = "Column_DeviceName";
//
// Column_datetime
//
this.Column_datetime.HeaderText = "禁用时间";
this.Column_datetime.Name = "Column_datetime";
this.Column_datetime.Width = 150;
//
// Column_describle
//
this.Column_describle.HeaderText = "禁用原因";
this.Column_describle.Name = "Column_describle";
this.Column_describle.Width = 220;
//
// Column_TrayInfo
//
this.Column_TrayInfo.HeaderText = "料盘信息";
this.Column_TrayInfo.Name = "Column_TrayInfo";
this.Column_TrayInfo.Width = 220;
//
// Column_Del
//
this.Column_Del.FillWeight = 60F;
this.Column_Del.HeaderText = "启用";
this.Column_Del.Name = "Column_Del";
this.Column_Del.Resizable = System.Windows.Forms.DataGridViewTriState.True;
this.Column_Del.Text = "启用";
this.Column_Del.ToolTipText = "启用";
this.Column_Del.UseColumnTextForLinkValue = true;
this.Column_Del.Width = 70;
//
// timer1
//
this.timer1.Interval = 1000;
this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
//
// FrmDisableTray
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(910, 565);
this.Controls.Add(this.group3);
this.Name = "FrmDisableTray";
this.Text = "托盘禁用处理";
this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.FrmDisableTray_FormClosed);
this.Load += new System.EventHandler(this.FrmDisableTray_Load);
this.group3.ResumeLayout(false);
this.group3.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.GroupBox group3;
private System.Windows.Forms.DataGridView dataGridView1;
private System.Windows.Forms.Button btnClose;
private System.Windows.Forms.Button btnrefresh;
private System.Windows.Forms.Label lblTrayInfo;
private System.Windows.Forms.CheckBox chbProTray;
private System.Windows.Forms.DataGridViewTextBoxColumn Column_trayNum;
private System.Windows.Forms.DataGridViewTextBoxColumn Column_DeviceName;
private System.Windows.Forms.DataGridViewTextBoxColumn Column_datetime;
private System.Windows.Forms.DataGridViewTextBoxColumn Column_describle;
private System.Windows.Forms.DataGridViewTextBoxColumn Column_TrayInfo;
private System.Windows.Forms.DataGridViewLinkColumn Column_Del;
private System.Windows.Forms.Label lblMsg;
private System.Windows.Forms.Label lblPro4Warnmsg;
private System.Windows.Forms.Timer timer1;
}
}