TrayStopControl.Designer.cs
11.0 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
namespace TheMachine
{
partial class TrayStopControl
{
/// <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 组件设计器生成的代码
/// <summary>
/// 设计器支持所需的方法 - 不要修改
/// 使用代码编辑器修改此方法的内容。
/// </summary>
private void InitializeComponent()
{
this.cylinderButton8 = new TheMachine.CylinderButton();
this.cylinderButton7 = new TheMachine.CylinderButton();
this.cylinderButton6 = new TheMachine.CylinderButton();
this.cylinderButton1 = new TheMachine.CylinderButton();
this.ioControl1 = new TheMachine.IOControl();
this.axisMoveControl1 = new DeviceLibrary.AxisMoveControl();
this.button_save = new System.Windows.Forms.Button();
this.textBox_p3 = new System.Windows.Forms.TextBox();
this.button_p3 = new System.Windows.Forms.Button();
this.button_p1 = new System.Windows.Forms.Button();
this.panel1 = new System.Windows.Forms.Panel();
this.rfidControl1 = new TheMachine.UC.RfidControl();
this.cylinderButton2 = new TheMachine.CylinderButton();
this.panel1.SuspendLayout();
this.SuspendLayout();
//
// cylinderButton8
//
this.cylinderButton8.BackColor = System.Drawing.Color.White;
this.cylinderButton8.DeviceType = "root";
this.cylinderButton8.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.cylinderButton8.IO_HIGH = "MI_Robot_Light";
this.cylinderButton8.IO_LOW = "";
this.cylinderButton8.Location = new System.Drawing.Point(624, 401);
this.cylinderButton8.Name = "cylinderButton8";
this.cylinderButton8.Size = new System.Drawing.Size(181, 38);
this.cylinderButton8.TabIndex = 2;
this.cylinderButton8.Tag = "not";
this.cylinderButton8.Text = "MI_Robot_Light";
this.cylinderButton8.UseVisualStyleBackColor = false;
//
// cylinderButton7
//
this.cylinderButton7.BackColor = System.Drawing.Color.White;
this.cylinderButton7.DeviceType = "root";
this.cylinderButton7.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.cylinderButton7.IO_HIGH = "AMH_Tray_Stop";
this.cylinderButton7.IO_LOW = "";
this.cylinderButton7.Location = new System.Drawing.Point(624, 360);
this.cylinderButton7.Name = "cylinderButton7";
this.cylinderButton7.Size = new System.Drawing.Size(181, 38);
this.cylinderButton7.TabIndex = 3;
this.cylinderButton7.Tag = "not";
this.cylinderButton7.Text = "AMH_Tray_Stop";
this.cylinderButton7.UseVisualStyleBackColor = false;
//
// cylinderButton6
//
this.cylinderButton6.BackColor = System.Drawing.Color.White;
this.cylinderButton6.DeviceType = "root";
this.cylinderButton6.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.cylinderButton6.IO_HIGH = "AMH_Front_Stop";
this.cylinderButton6.IO_LOW = "";
this.cylinderButton6.Location = new System.Drawing.Point(624, 316);
this.cylinderButton6.Name = "cylinderButton6";
this.cylinderButton6.Size = new System.Drawing.Size(181, 38);
this.cylinderButton6.TabIndex = 4;
this.cylinderButton6.Tag = "not";
this.cylinderButton6.Text = "AMH_Front_Stop";
this.cylinderButton6.UseVisualStyleBackColor = false;
//
// cylinderButton1
//
this.cylinderButton1.BackColor = System.Drawing.Color.White;
this.cylinderButton1.DeviceType = "root";
this.cylinderButton1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.cylinderButton1.IO_HIGH = "MI_Location_Up";
this.cylinderButton1.IO_LOW = "MI_Location_Down";
this.cylinderButton1.Location = new System.Drawing.Point(624, 272);
this.cylinderButton1.Name = "cylinderButton1";
this.cylinderButton1.Size = new System.Drawing.Size(181, 38);
this.cylinderButton1.TabIndex = 5;
this.cylinderButton1.Tag = "not";
this.cylinderButton1.Text = "MI_Location_Up";
this.cylinderButton1.UseVisualStyleBackColor = false;
//
// ioControl1
//
this.ioControl1.Location = new System.Drawing.Point(3, 3);
this.ioControl1.Name = "ioControl1";
this.ioControl1.Size = new System.Drawing.Size(936, 239);
this.ioControl1.TabIndex = 1;
this.ioControl1.Tag = "not";
//
// axisMoveControl1
//
this.axisMoveControl1.Location = new System.Drawing.Point(3, 248);
this.axisMoveControl1.Name = "axisMoveControl1";
this.axisMoveControl1.Size = new System.Drawing.Size(558, 402);
this.axisMoveControl1.TabIndex = 6;
this.axisMoveControl1.Tag = "not";
//
// button_save
//
this.button_save.Location = new System.Drawing.Point(767, 569);
this.button_save.Name = "button_save";
this.button_save.Size = new System.Drawing.Size(100, 23);
this.button_save.TabIndex = 7;
this.button_save.Text = "保存";
this.button_save.UseVisualStyleBackColor = true;
this.button_save.Click += new System.EventHandler(this.button1_Click);
//
// textBox_p3
//
this.textBox_p3.Location = new System.Drawing.Point(767, 533);
this.textBox_p3.Name = "textBox_p3";
this.textBox_p3.Size = new System.Drawing.Size(100, 21);
this.textBox_p3.TabIndex = 8;
//
// button_p3
//
this.button_p3.Location = new System.Drawing.Point(590, 531);
this.button_p3.Name = "button_p3";
this.button_p3.Size = new System.Drawing.Size(162, 23);
this.button_p3.TabIndex = 9;
this.button_p3.Text = "压紧轴压紧点P3-8mm";
this.button_p3.UseVisualStyleBackColor = true;
this.button_p3.Click += new System.EventHandler(this.button_p3_Click);
//
// button_p1
//
this.button_p1.Location = new System.Drawing.Point(590, 502);
this.button_p1.Name = "button_p1";
this.button_p1.Size = new System.Drawing.Size(162, 23);
this.button_p1.TabIndex = 9;
this.button_p1.Text = "压紧轴待机点P1";
this.button_p1.UseVisualStyleBackColor = true;
this.button_p1.Click += new System.EventHandler(this.button_p1_Click);
//
// panel1
//
this.panel1.AutoScroll = true;
this.panel1.Controls.Add(this.rfidControl1);
this.panel1.Controls.Add(this.button_p3);
this.panel1.Controls.Add(this.ioControl1);
this.panel1.Controls.Add(this.button_p1);
this.panel1.Controls.Add(this.axisMoveControl1);
this.panel1.Controls.Add(this.textBox_p3);
this.panel1.Controls.Add(this.cylinderButton7);
this.panel1.Controls.Add(this.button_save);
this.panel1.Controls.Add(this.cylinderButton2);
this.panel1.Controls.Add(this.cylinderButton1);
this.panel1.Controls.Add(this.cylinderButton8);
this.panel1.Controls.Add(this.cylinderButton6);
this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel1.Location = new System.Drawing.Point(0, 0);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(1020, 621);
this.panel1.TabIndex = 10;
//
// rfidControl1
//
this.rfidControl1.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.rfidControl1.Location = new System.Drawing.Point(544, 137);
this.rfidControl1.Name = "rfidControl1";
this.rfidControl1.Size = new System.Drawing.Size(208, 105);
this.rfidControl1.TabIndex = 10;
this.rfidControl1.Visible = false;
//
// cylinderButton2
//
this.cylinderButton2.BackColor = System.Drawing.Color.White;
this.cylinderButton2.DeviceType = "root";
this.cylinderButton2.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.cylinderButton2.IO_HIGH = "MI_Reel_Location_Up";
this.cylinderButton2.IO_LOW = "MI_Reel_Location_Down";
this.cylinderButton2.Location = new System.Drawing.Point(624, 445);
this.cylinderButton2.Name = "cylinderButton2";
this.cylinderButton2.Size = new System.Drawing.Size(181, 38);
this.cylinderButton2.TabIndex = 5;
this.cylinderButton2.Tag = "not";
this.cylinderButton2.Text = "MI_Reel_Location_Up";
this.cylinderButton2.UseVisualStyleBackColor = false;
//
// TrayStopControl
//
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
this.Controls.Add(this.panel1);
this.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.Name = "TrayStopControl";
this.Size = new System.Drawing.Size(1020, 621);
this.panel1.ResumeLayout(false);
this.panel1.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private IOControl ioControl1;
private CylinderButton cylinderButton8;
private CylinderButton cylinderButton7;
private CylinderButton cylinderButton6;
private CylinderButton cylinderButton1;
private DeviceLibrary.AxisMoveControl axisMoveControl1;
private System.Windows.Forms.Button button_save;
private System.Windows.Forms.TextBox textBox_p3;
private System.Windows.Forms.Button button_p3;
private System.Windows.Forms.Button button_p1;
private System.Windows.Forms.Panel panel1;
private UC.RfidControl rfidControl1;
private CylinderButton cylinderButton2;
}
}