Skip to content
切换导航条
切换导航条
当前项目
正在载入...
登录
孙克
/
RC30-AutoInOutStore
转到一个项目
切换导航栏
切换导航栏固定状态
项目
群组
代码片段
帮助
项目
活动
版本库
流水线
图表
问题
0
合并请求
0
维基
网络
创建新的问题
作业
提交
问题看板
文件
提交
网络
比较
分支
标签
Commit d8246416
由
几米阳光
编写于
2019-01-25 13:07:28 +0800
浏览文件
选项
浏览文件
标签
下载
电子邮件补丁
差异文件
中英文切换界面调整
1 个父辈
8faa17ac
显示空白字符变更
内嵌
并排
正在显示
14 个修改的文件
包含
1139 行增加
和
525 行删除
doc/设备IP地址分配.xlsx
source/ACSingleStore/FrmIOStatus.Designer.cs
source/ACSingleStore/FrmStoreBox.Designer.cs
source/ACSingleStore/FrmStoreBox.cs
source/ACSingleStore/Properties/Resource.en-US.resx
source/ACSingleStore/Properties/Resource.zh-CN.resx
source/DeviceLibrary/PanasonicServo/ACServerManager.cs
source/DeviceLibrary/ResourceControl.cs
source/DeviceLibrary/acSingleStore/AC_SA_BoxBean.cs
source/DeviceLibrary/acSingleStore/AutomaticBaiting.cs
source/DeviceLibrary/store/InOrOutStoreParam.cs
source/DeviceLibrary/store/model/FixtureCodeInfo.cs
source/LoadCVSLibrary/storeConfig/config/AUTO_SA_Config.cs
source/UserFromControl/IOStatusControl.Designer.cs
doc/设备IP地址分配.xlsx
查看文件 @
d824641
此文件类型无法预览
source/ACSingleStore/FrmIOStatus.Designer.cs
查看文件 @
d824641
...
...
@@ -465,7 +465,7 @@
this
.
cmbWriteIO
.
FormattingEnabled
=
true
;
this
.
cmbWriteIO
.
Location
=
new
System
.
Drawing
.
Point
(
113
,
74
);
this
.
cmbWriteIO
.
Name
=
"cmbWriteIO"
;
this
.
cmbWriteIO
.
Size
=
new
System
.
Drawing
.
Size
(
2
37
,
24
);
this
.
cmbWriteIO
.
Size
=
new
System
.
Drawing
.
Size
(
2
82
,
24
);
this
.
cmbWriteIO
.
TabIndex
=
234
;
this
.
cmbWriteIO
.
ValueMember
=
"ProName"
;
this
.
cmbWriteIO
.
DrawItem
+=
new
System
.
Windows
.
Forms
.
DrawItemEventHandler
(
this
.
cmbWriteIO_DrawItem
);
...
...
source/ACSingleStore/FrmStoreBox.Designer.cs
查看文件 @
d824641
...
...
@@ -347,7 +347,7 @@
this
.
groupBox5
.
Font
=
new
System
.
Drawing
.
Font
(
"微软雅黑"
,
9F
,
System
.
Drawing
.
FontStyle
.
Regular
,
System
.
Drawing
.
GraphicsUnit
.
Point
,
((
byte
)(
134
)));
this
.
groupBox5
.
Location
=
new
System
.
Drawing
.
Point
(
6
,
2
);
this
.
groupBox5
.
Name
=
"groupBox5"
;
this
.
groupBox5
.
Size
=
new
System
.
Drawing
.
Size
(
6
85
,
422
);
this
.
groupBox5
.
Size
=
new
System
.
Drawing
.
Size
(
6
41
,
455
);
this
.
groupBox5
.
TabIndex
=
216
;
this
.
groupBox5
.
TabStop
=
false
;
this
.
groupBox5
.
Text
=
"伺服运动"
;
...
...
@@ -857,21 +857,21 @@
//
// txtAxisValue
//
this
.
txtAxisValue
.
Font
=
new
System
.
Drawing
.
Font
(
"
宋体
"
,
9F
,
System
.
Drawing
.
FontStyle
.
Regular
,
System
.
Drawing
.
GraphicsUnit
.
Point
,
((
byte
)(
134
)));
this
.
txtAxisValue
.
Font
=
new
System
.
Drawing
.
Font
(
"
微软雅黑
"
,
9F
,
System
.
Drawing
.
FontStyle
.
Regular
,
System
.
Drawing
.
GraphicsUnit
.
Point
,
((
byte
)(
134
)));
this
.
txtAxisValue
.
Location
=
new
System
.
Drawing
.
Point
(
127
,
73
);
this
.
txtAxisValue
.
MaxLength
=
10
;
this
.
txtAxisValue
.
Name
=
"txtAxisValue"
;
this
.
txtAxisValue
.
Size
=
new
System
.
Drawing
.
Size
(
87
,
2
1
);
this
.
txtAxisValue
.
Size
=
new
System
.
Drawing
.
Size
(
87
,
2
3
);
this
.
txtAxisValue
.
TabIndex
=
242
;
this
.
txtAxisValue
.
Text
=
"0"
;
//
// txtAxisDeviceName
//
this
.
txtAxisDeviceName
.
Font
=
new
System
.
Drawing
.
Font
(
"
宋体
"
,
9F
,
System
.
Drawing
.
FontStyle
.
Regular
,
System
.
Drawing
.
GraphicsUnit
.
Point
,
((
byte
)(
134
)));
this
.
txtAxisDeviceName
.
Font
=
new
System
.
Drawing
.
Font
(
"
微软雅黑
"
,
9F
,
System
.
Drawing
.
FontStyle
.
Regular
,
System
.
Drawing
.
GraphicsUnit
.
Point
,
((
byte
)(
134
)));
this
.
txtAxisDeviceName
.
Location
=
new
System
.
Drawing
.
Point
(
127
,
46
);
this
.
txtAxisDeviceName
.
MaxLength
=
10
;
this
.
txtAxisDeviceName
.
Name
=
"txtAxisDeviceName"
;
this
.
txtAxisDeviceName
.
Size
=
new
System
.
Drawing
.
Size
(
87
,
2
1
);
this
.
txtAxisDeviceName
.
Size
=
new
System
.
Drawing
.
Size
(
87
,
2
3
);
this
.
txtAxisDeviceName
.
TabIndex
=
241
;
this
.
txtAxisDeviceName
.
Text
=
"0"
;
//
...
...
@@ -902,11 +902,11 @@
this
.
cmbAxisList
.
DisplayMember
=
"ProName"
;
this
.
cmbAxisList
.
DrawMode
=
System
.
Windows
.
Forms
.
DrawMode
.
OwnerDrawVariable
;
this
.
cmbAxisList
.
DropDownStyle
=
System
.
Windows
.
Forms
.
ComboBoxStyle
.
DropDownList
;
this
.
cmbAxisList
.
Font
=
new
System
.
Drawing
.
Font
(
"
宋体
"
,
9F
,
System
.
Drawing
.
FontStyle
.
Regular
,
System
.
Drawing
.
GraphicsUnit
.
Point
,
((
byte
)(
134
)));
this
.
cmbAxisList
.
Font
=
new
System
.
Drawing
.
Font
(
"
微软雅黑
"
,
9F
,
System
.
Drawing
.
FontStyle
.
Regular
,
System
.
Drawing
.
GraphicsUnit
.
Point
,
((
byte
)(
134
)));
this
.
cmbAxisList
.
FormattingEnabled
=
true
;
this
.
cmbAxisList
.
Location
=
new
System
.
Drawing
.
Point
(
127
,
18
);
this
.
cmbAxisList
.
Name
=
"cmbAxisList"
;
this
.
cmbAxisList
.
Size
=
new
System
.
Drawing
.
Size
(
220
,
2
2
);
this
.
cmbAxisList
.
Size
=
new
System
.
Drawing
.
Size
(
220
,
2
4
);
this
.
cmbAxisList
.
TabIndex
=
234
;
this
.
cmbAxisList
.
ValueMember
=
"ProName"
;
this
.
cmbAxisList
.
DrawItem
+=
new
System
.
Windows
.
Forms
.
DrawItemEventHandler
(
this
.
cmbAxisList_DrawItem
);
...
...
@@ -929,9 +929,9 @@
|
System
.
Windows
.
Forms
.
AnchorStyles
.
Left
)
|
System
.
Windows
.
Forms
.
AnchorStyles
.
Right
)));
this
.
richTextBox1
.
Font
=
new
System
.
Drawing
.
Font
(
"微软雅黑"
,
9F
,
System
.
Drawing
.
FontStyle
.
Regular
,
System
.
Drawing
.
GraphicsUnit
.
Point
,
((
byte
)(
134
)));
this
.
richTextBox1
.
Location
=
new
System
.
Drawing
.
Point
(
8
,
5
);
this
.
richTextBox1
.
Location
=
new
System
.
Drawing
.
Point
(
11
,
5
);
this
.
richTextBox1
.
Name
=
"richTextBox1"
;
this
.
richTextBox1
.
Size
=
new
System
.
Drawing
.
Size
(
6
24
,
402
);
this
.
richTextBox1
.
Size
=
new
System
.
Drawing
.
Size
(
6
34
,
444
);
this
.
richTextBox1
.
TabIndex
=
256
;
this
.
richTextBox1
.
Text
=
""
;
//
...
...
@@ -968,7 +968,7 @@
this
.
groupBox1
.
Font
=
new
System
.
Drawing
.
Font
(
"微软雅黑"
,
9F
,
System
.
Drawing
.
FontStyle
.
Regular
,
System
.
Drawing
.
GraphicsUnit
.
Point
,
((
byte
)(
134
)));
this
.
groupBox1
.
Location
=
new
System
.
Drawing
.
Point
(
8
,
199
);
this
.
groupBox1
.
Name
=
"groupBox1"
;
this
.
groupBox1
.
Size
=
new
System
.
Drawing
.
Size
(
596
,
228
);
this
.
groupBox1
.
Size
=
new
System
.
Drawing
.
Size
(
640
,
261
);
this
.
groupBox1
.
TabIndex
=
217
;
this
.
groupBox1
.
TabStop
=
false
;
this
.
groupBox1
.
Text
=
"伺服状态"
;
...
...
@@ -978,7 +978,7 @@
this
.
lblAxisStatus
.
AutoSize
=
true
;
this
.
lblAxisStatus
.
Font
=
new
System
.
Drawing
.
Font
(
"微软雅黑"
,
9F
,
System
.
Drawing
.
FontStyle
.
Regular
,
System
.
Drawing
.
GraphicsUnit
.
Point
,
((
byte
)(
134
)));
this
.
lblAxisStatus
.
ForeColor
=
System
.
Drawing
.
Color
.
Green
;
this
.
lblAxisStatus
.
Location
=
new
System
.
Drawing
.
Point
(
222
,
198
);
this
.
lblAxisStatus
.
Location
=
new
System
.
Drawing
.
Point
(
309
,
197
);
this
.
lblAxisStatus
.
Name
=
"lblAxisStatus"
;
this
.
lblAxisStatus
.
Size
=
new
System
.
Drawing
.
Size
(
152
,
17
);
this
.
lblAxisStatus
.
TabIndex
=
280
;
...
...
@@ -990,10 +990,10 @@
this
.
button3
.
Cursor
=
System
.
Windows
.
Forms
.
Cursors
.
Default
;
this
.
button3
.
Font
=
new
System
.
Drawing
.
Font
(
"微软雅黑"
,
9F
,
System
.
Drawing
.
FontStyle
.
Regular
,
System
.
Drawing
.
GraphicsUnit
.
Point
,
((
byte
)(
134
)));
this
.
button3
.
ForeColor
=
System
.
Drawing
.
SystemColors
.
ControlText
;
this
.
button3
.
Location
=
new
System
.
Drawing
.
Point
(
1
20
,
190
);
this
.
button3
.
Location
=
new
System
.
Drawing
.
Point
(
1
37
,
189
);
this
.
button3
.
Name
=
"button3"
;
this
.
button3
.
RightToLeft
=
System
.
Windows
.
Forms
.
RightToLeft
.
No
;
this
.
button3
.
Size
=
new
System
.
Drawing
.
Size
(
90
,
33
);
this
.
button3
.
Size
=
new
System
.
Drawing
.
Size
(
169
,
33
);
this
.
button3
.
TabIndex
=
279
;
this
.
button3
.
Text
=
"读取位置"
;
this
.
button3
.
UseVisualStyleBackColor
=
true
;
...
...
@@ -1004,39 +1004,39 @@
this
.
axis_5_Alarm
.
IOName
=
""
;
this
.
axis_5_Alarm
.
IOValue
=
0
;
this
.
axis_5_Alarm
.
isCanClick
=
false
;
this
.
axis_5_Alarm
.
Location
=
new
System
.
Drawing
.
Point
(
4
4
7
,
54
);
this
.
axis_5_Alarm
.
Location
=
new
System
.
Drawing
.
Point
(
4
5
7
,
54
);
this
.
axis_5_Alarm
.
Name
=
"axis_5_Alarm"
;
this
.
axis_5_Alarm
.
Size
=
new
System
.
Drawing
.
Size
(
43
,
39
);
this
.
axis_5_Alarm
.
TabIndex
=
271
;
//
// txtBatchTarget
//
this
.
txtBatchTarget
.
Location
=
new
System
.
Drawing
.
Point
(
4
2
4
,
156
);
this
.
txtBatchTarget
.
Location
=
new
System
.
Drawing
.
Point
(
4
3
4
,
156
);
this
.
txtBatchTarget
.
Name
=
"txtBatchTarget"
;
this
.
txtBatchTarget
.
ReadOnly
=
true
;
this
.
txtBatchTarget
.
Size
=
new
System
.
Drawing
.
Size
(
8
7
,
23
);
this
.
txtBatchTarget
.
Size
=
new
System
.
Drawing
.
Size
(
9
7
,
23
);
this
.
txtBatchTarget
.
TabIndex
=
270
;
//
// lblCountPulse5
//
this
.
lblCountPulse5
.
Location
=
new
System
.
Drawing
.
Point
(
4
2
4
,
129
);
this
.
lblCountPulse5
.
Location
=
new
System
.
Drawing
.
Point
(
4
3
4
,
129
);
this
.
lblCountPulse5
.
Name
=
"lblCountPulse5"
;
this
.
lblCountPulse5
.
ReadOnly
=
true
;
this
.
lblCountPulse5
.
Size
=
new
System
.
Drawing
.
Size
(
8
7
,
23
);
this
.
lblCountPulse5
.
Size
=
new
System
.
Drawing
.
Size
(
9
7
,
23
);
this
.
lblCountPulse5
.
TabIndex
=
269
;
//
// lblOutPulse5
//
this
.
lblOutPulse5
.
Location
=
new
System
.
Drawing
.
Point
(
4
2
4
,
102
);
this
.
lblOutPulse5
.
Location
=
new
System
.
Drawing
.
Point
(
4
3
4
,
102
);
this
.
lblOutPulse5
.
Name
=
"lblOutPulse5"
;
this
.
lblOutPulse5
.
ReadOnly
=
true
;
this
.
lblOutPulse5
.
Size
=
new
System
.
Drawing
.
Size
(
8
7
,
23
);
this
.
lblOutPulse5
.
Size
=
new
System
.
Drawing
.
Size
(
9
7
,
23
);
this
.
lblOutPulse5
.
TabIndex
=
268
;
//
// label20
//
this
.
label20
.
ImageAlign
=
System
.
Drawing
.
ContentAlignment
.
MiddleRight
;
this
.
label20
.
Location
=
new
System
.
Drawing
.
Point
(
4
2
1
,
14
);
this
.
label20
.
Location
=
new
System
.
Drawing
.
Point
(
4
3
1
,
14
);
this
.
label20
.
Name
=
"label20"
;
this
.
label20
.
Size
=
new
System
.
Drawing
.
Size
(
102
,
43
);
this
.
label20
.
TabIndex
=
267
;
...
...
@@ -1048,7 +1048,7 @@
this
.
axis_1_Alarm
.
IOName
=
""
;
this
.
axis_1_Alarm
.
IOValue
=
0
;
this
.
axis_1_Alarm
.
isCanClick
=
false
;
this
.
axis_1_Alarm
.
Location
=
new
System
.
Drawing
.
Point
(
1
4
5
,
54
);
this
.
axis_1_Alarm
.
Location
=
new
System
.
Drawing
.
Point
(
1
5
5
,
54
);
this
.
axis_1_Alarm
.
Name
=
"axis_1_Alarm"
;
this
.
axis_1_Alarm
.
Size
=
new
System
.
Drawing
.
Size
(
43
,
39
);
this
.
axis_1_Alarm
.
TabIndex
=
264
;
...
...
@@ -1058,7 +1058,7 @@
this
.
axis_3_Alarm
.
IOName
=
""
;
this
.
axis_3_Alarm
.
IOValue
=
0
;
this
.
axis_3_Alarm
.
isCanClick
=
false
;
this
.
axis_3_Alarm
.
Location
=
new
System
.
Drawing
.
Point
(
3
4
7
,
54
);
this
.
axis_3_Alarm
.
Location
=
new
System
.
Drawing
.
Point
(
3
5
7
,
54
);
this
.
axis_3_Alarm
.
Name
=
"axis_3_Alarm"
;
this
.
axis_3_Alarm
.
Size
=
new
System
.
Drawing
.
Size
(
43
,
39
);
this
.
axis_3_Alarm
.
TabIndex
=
266
;
...
...
@@ -1068,7 +1068,7 @@
this
.
axis_2_Alarm
.
IOName
=
""
;
this
.
axis_2_Alarm
.
IOValue
=
0
;
this
.
axis_2_Alarm
.
isCanClick
=
false
;
this
.
axis_2_Alarm
.
Location
=
new
System
.
Drawing
.
Point
(
2
4
2
,
54
);
this
.
axis_2_Alarm
.
Location
=
new
System
.
Drawing
.
Point
(
2
5
2
,
54
);
this
.
axis_2_Alarm
.
Name
=
"axis_2_Alarm"
;
this
.
axis_2_Alarm
.
Size
=
new
System
.
Drawing
.
Size
(
43
,
39
);
this
.
axis_2_Alarm
.
TabIndex
=
265
;
...
...
@@ -1076,99 +1076,99 @@
// label38
//
this
.
label38
.
ImageAlign
=
System
.
Drawing
.
ContentAlignment
.
MiddleRight
;
this
.
label38
.
Location
=
new
System
.
Drawing
.
Point
(
15
,
54
);
this
.
label38
.
Location
=
new
System
.
Drawing
.
Point
(
6
,
54
);
this
.
label38
.
Name
=
"label38"
;
this
.
label38
.
Size
=
new
System
.
Drawing
.
Size
(
96
,
17
);
this
.
label38
.
Size
=
new
System
.
Drawing
.
Size
(
115
,
17
);
this
.
label38
.
TabIndex
=
263
;
this
.
label38
.
Text
=
"ALM:"
;
this
.
label38
.
TextAlign
=
System
.
Drawing
.
ContentAlignment
.
MiddleRight
;
//
// txtMiddleTarget
//
this
.
txtMiddleTarget
.
Location
=
new
System
.
Drawing
.
Point
(
1
2
3
,
156
);
this
.
txtMiddleTarget
.
Location
=
new
System
.
Drawing
.
Point
(
1
3
3
,
156
);
this
.
txtMiddleTarget
.
Name
=
"txtMiddleTarget"
;
this
.
txtMiddleTarget
.
ReadOnly
=
true
;
this
.
txtMiddleTarget
.
Size
=
new
System
.
Drawing
.
Size
(
8
7
,
23
);
this
.
txtMiddleTarget
.
Size
=
new
System
.
Drawing
.
Size
(
9
7
,
23
);
this
.
txtMiddleTarget
.
TabIndex
=
262
;
//
// txtInoutTarget
//
this
.
txtInoutTarget
.
Location
=
new
System
.
Drawing
.
Point
(
3
2
4
,
156
);
this
.
txtInoutTarget
.
Location
=
new
System
.
Drawing
.
Point
(
3
3
4
,
156
);
this
.
txtInoutTarget
.
Name
=
"txtInoutTarget"
;
this
.
txtInoutTarget
.
ReadOnly
=
true
;
this
.
txtInoutTarget
.
Size
=
new
System
.
Drawing
.
Size
(
8
7
,
23
);
this
.
txtInoutTarget
.
Size
=
new
System
.
Drawing
.
Size
(
9
7
,
23
);
this
.
txtInoutTarget
.
TabIndex
=
260
;
//
// txtUpdownTarget
//
this
.
txtUpdownTarget
.
Location
=
new
System
.
Drawing
.
Point
(
2
2
4
,
156
);
this
.
txtUpdownTarget
.
Location
=
new
System
.
Drawing
.
Point
(
2
3
4
,
156
);
this
.
txtUpdownTarget
.
Name
=
"txtUpdownTarget"
;
this
.
txtUpdownTarget
.
ReadOnly
=
true
;
this
.
txtUpdownTarget
.
Size
=
new
System
.
Drawing
.
Size
(
8
7
,
23
);
this
.
txtUpdownTarget
.
Size
=
new
System
.
Drawing
.
Size
(
9
7
,
23
);
this
.
txtUpdownTarget
.
TabIndex
=
259
;
//
// label12
//
this
.
label12
.
Font
=
new
System
.
Drawing
.
Font
(
"微软雅黑"
,
9F
,
System
.
Drawing
.
FontStyle
.
Regular
,
System
.
Drawing
.
GraphicsUnit
.
Point
,
((
byte
)(
134
)));
this
.
label12
.
Location
=
new
System
.
Drawing
.
Point
(
15
,
159
);
this
.
label12
.
Location
=
new
System
.
Drawing
.
Point
(
6
,
159
);
this
.
label12
.
Name
=
"label12"
;
this
.
label12
.
Size
=
new
System
.
Drawing
.
Size
(
96
,
17
);
this
.
label12
.
Size
=
new
System
.
Drawing
.
Size
(
115
,
17
);
this
.
label12
.
TabIndex
=
258
;
this
.
label12
.
Text
=
"出入库目标值:"
;
this
.
label12
.
TextAlign
=
System
.
Drawing
.
ContentAlignment
.
MiddleRight
;
//
// lblCountPulse1
//
this
.
lblCountPulse1
.
Location
=
new
System
.
Drawing
.
Point
(
1
2
3
,
129
);
this
.
lblCountPulse1
.
Location
=
new
System
.
Drawing
.
Point
(
1
3
3
,
129
);
this
.
lblCountPulse1
.
Name
=
"lblCountPulse1"
;
this
.
lblCountPulse1
.
ReadOnly
=
true
;
this
.
lblCountPulse1
.
Size
=
new
System
.
Drawing
.
Size
(
8
7
,
23
);
this
.
lblCountPulse1
.
Size
=
new
System
.
Drawing
.
Size
(
9
7
,
23
);
this
.
lblCountPulse1
.
TabIndex
=
257
;
//
// lblOutPulse1
//
this
.
lblOutPulse1
.
Location
=
new
System
.
Drawing
.
Point
(
1
2
3
,
102
);
this
.
lblOutPulse1
.
Location
=
new
System
.
Drawing
.
Point
(
1
3
3
,
102
);
this
.
lblOutPulse1
.
Name
=
"lblOutPulse1"
;
this
.
lblOutPulse1
.
ReadOnly
=
true
;
this
.
lblOutPulse1
.
Size
=
new
System
.
Drawing
.
Size
(
8
7
,
23
);
this
.
lblOutPulse1
.
Size
=
new
System
.
Drawing
.
Size
(
9
7
,
23
);
this
.
lblOutPulse1
.
TabIndex
=
256
;
//
// lblCountPulse3
//
this
.
lblCountPulse3
.
Location
=
new
System
.
Drawing
.
Point
(
3
2
4
,
129
);
this
.
lblCountPulse3
.
Location
=
new
System
.
Drawing
.
Point
(
3
3
4
,
129
);
this
.
lblCountPulse3
.
Name
=
"lblCountPulse3"
;
this
.
lblCountPulse3
.
ReadOnly
=
true
;
this
.
lblCountPulse3
.
Size
=
new
System
.
Drawing
.
Size
(
8
7
,
23
);
this
.
lblCountPulse3
.
Size
=
new
System
.
Drawing
.
Size
(
9
7
,
23
);
this
.
lblCountPulse3
.
TabIndex
=
178
;
//
// lblOutPulse3
//
this
.
lblOutPulse3
.
Location
=
new
System
.
Drawing
.
Point
(
3
2
4
,
102
);
this
.
lblOutPulse3
.
Location
=
new
System
.
Drawing
.
Point
(
3
3
4
,
102
);
this
.
lblOutPulse3
.
Name
=
"lblOutPulse3"
;
this
.
lblOutPulse3
.
ReadOnly
=
true
;
this
.
lblOutPulse3
.
Size
=
new
System
.
Drawing
.
Size
(
8
7
,
23
);
this
.
lblOutPulse3
.
Size
=
new
System
.
Drawing
.
Size
(
9
7
,
23
);
this
.
lblOutPulse3
.
TabIndex
=
177
;
//
// lblCountPulse2
//
this
.
lblCountPulse2
.
Location
=
new
System
.
Drawing
.
Point
(
2
2
5
,
129
);
this
.
lblCountPulse2
.
Location
=
new
System
.
Drawing
.
Point
(
2
3
5
,
129
);
this
.
lblCountPulse2
.
Name
=
"lblCountPulse2"
;
this
.
lblCountPulse2
.
ReadOnly
=
true
;
this
.
lblCountPulse2
.
Size
=
new
System
.
Drawing
.
Size
(
8
7
,
23
);
this
.
lblCountPulse2
.
Size
=
new
System
.
Drawing
.
Size
(
9
7
,
23
);
this
.
lblCountPulse2
.
TabIndex
=
176
;
//
// lblOutPulse2
//
this
.
lblOutPulse2
.
Location
=
new
System
.
Drawing
.
Point
(
2
2
4
,
102
);
this
.
lblOutPulse2
.
Location
=
new
System
.
Drawing
.
Point
(
2
3
4
,
102
);
this
.
lblOutPulse2
.
Name
=
"lblOutPulse2"
;
this
.
lblOutPulse2
.
ReadOnly
=
true
;
this
.
lblOutPulse2
.
Size
=
new
System
.
Drawing
.
Size
(
8
7
,
23
);
this
.
lblOutPulse2
.
Size
=
new
System
.
Drawing
.
Size
(
9
7
,
23
);
this
.
lblOutPulse2
.
TabIndex
=
175
;
//
// label4
//
this
.
label4
.
ImageAlign
=
System
.
Drawing
.
ContentAlignment
.
MiddleRight
;
this
.
label4
.
Location
=
new
System
.
Drawing
.
Point
(
3
2
1
,
14
);
this
.
label4
.
Location
=
new
System
.
Drawing
.
Point
(
3
3
1
,
14
);
this
.
label4
.
Name
=
"label4"
;
this
.
label4
.
Size
=
new
System
.
Drawing
.
Size
(
93
,
43
);
this
.
label4
.
TabIndex
=
100
;
...
...
@@ -1178,7 +1178,7 @@
// label3
//
this
.
label3
.
ImageAlign
=
System
.
Drawing
.
ContentAlignment
.
MiddleRight
;
this
.
label3
.
Location
=
new
System
.
Drawing
.
Point
(
2
2
2
,
14
);
this
.
label3
.
Location
=
new
System
.
Drawing
.
Point
(
2
3
2
,
14
);
this
.
label3
.
Name
=
"label3"
;
this
.
label3
.
Size
=
new
System
.
Drawing
.
Size
(
93
,
43
);
this
.
label3
.
TabIndex
=
99
;
...
...
@@ -1188,7 +1188,7 @@
// label1
//
this
.
label1
.
ImageAlign
=
System
.
Drawing
.
ContentAlignment
.
MiddleRight
;
this
.
label1
.
Location
=
new
System
.
Drawing
.
Point
(
1
2
4
,
14
);
this
.
label1
.
Location
=
new
System
.
Drawing
.
Point
(
1
3
4
,
14
);
this
.
label1
.
Name
=
"label1"
;
this
.
label1
.
Size
=
new
System
.
Drawing
.
Size
(
93
,
43
);
this
.
label1
.
TabIndex
=
97
;
...
...
@@ -1198,9 +1198,9 @@
// label43
//
this
.
label43
.
Font
=
new
System
.
Drawing
.
Font
(
"微软雅黑"
,
9F
,
System
.
Drawing
.
FontStyle
.
Regular
,
System
.
Drawing
.
GraphicsUnit
.
Point
,
((
byte
)(
134
)));
this
.
label43
.
Location
=
new
System
.
Drawing
.
Point
(
15
,
104
);
this
.
label43
.
Location
=
new
System
.
Drawing
.
Point
(
6
,
104
);
this
.
label43
.
Name
=
"label43"
;
this
.
label43
.
Size
=
new
System
.
Drawing
.
Size
(
96
,
17
);
this
.
label43
.
Size
=
new
System
.
Drawing
.
Size
(
115
,
17
);
this
.
label43
.
TabIndex
=
23
;
this
.
label43
.
Text
=
"输出脉冲值:"
;
this
.
label43
.
TextAlign
=
System
.
Drawing
.
ContentAlignment
.
MiddleRight
;
...
...
@@ -1208,16 +1208,19 @@
// label42
//
this
.
label42
.
Font
=
new
System
.
Drawing
.
Font
(
"微软雅黑"
,
9F
,
System
.
Drawing
.
FontStyle
.
Regular
,
System
.
Drawing
.
GraphicsUnit
.
Point
,
((
byte
)(
134
)));
this
.
label42
.
Location
=
new
System
.
Drawing
.
Point
(
15
,
130
);
this
.
label42
.
Location
=
new
System
.
Drawing
.
Point
(
6
,
130
);
this
.
label42
.
Name
=
"label42"
;
this
.
label42
.
Size
=
new
System
.
Drawing
.
Size
(
96
,
17
);
this
.
label42
.
Size
=
new
System
.
Drawing
.
Size
(
115
,
17
);
this
.
label42
.
TabIndex
=
24
;
this
.
label42
.
Text
=
"编码器计数:"
;
this
.
label42
.
TextAlign
=
System
.
Drawing
.
ContentAlignment
.
MiddleRight
;
//
// groupBox2
//
this
.
groupBox2
.
Anchor
=
((
System
.
Windows
.
Forms
.
AnchorStyles
)(((
System
.
Windows
.
Forms
.
AnchorStyles
.
Top
|
System
.
Windows
.
Forms
.
AnchorStyles
.
Bottom
)
|
System
.
Windows
.
Forms
.
AnchorStyles
.
Left
)));
this
.
groupBox2
.
Controls
.
Add
(
this
.
btnSave
);
this
.
groupBox2
.
Controls
.
Add
(
this
.
btnClearLog
);
this
.
groupBox2
.
Controls
.
Add
(
this
.
txtInoutP4
);
this
.
groupBox2
.
Controls
.
Add
(
this
.
btnInOutP4
);
this
.
groupBox2
.
Controls
.
Add
(
this
.
txtUpdownP8
);
...
...
@@ -1257,9 +1260,9 @@
this
.
groupBox2
.
Controls
.
Add
(
this
.
btnUpDownP6
);
this
.
groupBox2
.
Controls
.
Add
(
this
.
btnUpDownP3
);
this
.
groupBox2
.
Controls
.
Add
(
this
.
btnUpDownP4
);
this
.
groupBox2
.
Location
=
new
System
.
Drawing
.
Point
(
7
,
1
55
);
this
.
groupBox2
.
Location
=
new
System
.
Drawing
.
Point
(
7
,
1
46
);
this
.
groupBox2
.
Name
=
"groupBox2"
;
this
.
groupBox2
.
Size
=
new
System
.
Drawing
.
Size
(
573
,
5
83
);
this
.
groupBox2
.
Size
=
new
System
.
Drawing
.
Size
(
573
,
5
71
);
this
.
groupBox2
.
TabIndex
=
100
;
this
.
groupBox2
.
TabStop
=
false
;
this
.
groupBox2
.
Text
=
"出入库操作"
;
...
...
@@ -1267,9 +1270,9 @@
// btnSave
//
this
.
btnSave
.
Font
=
new
System
.
Drawing
.
Font
(
"微软雅黑"
,
9F
,
System
.
Drawing
.
FontStyle
.
Regular
,
System
.
Drawing
.
GraphicsUnit
.
Point
,
((
byte
)(
134
)));
this
.
btnSave
.
Location
=
new
System
.
Drawing
.
Point
(
75
,
89
);
this
.
btnSave
.
Location
=
new
System
.
Drawing
.
Point
(
96
,
76
);
this
.
btnSave
.
Name
=
"btnSave"
;
this
.
btnSave
.
Size
=
new
System
.
Drawing
.
Size
(
2
9
7
,
38
);
this
.
btnSave
.
Size
=
new
System
.
Drawing
.
Size
(
2
5
7
,
38
);
this
.
btnSave
.
TabIndex
=
279
;
this
.
btnSave
.
Text
=
"保存为模拟入库库位"
;
this
.
btnSave
.
UseVisualStyleBackColor
=
true
;
...
...
@@ -1282,7 +1285,7 @@
this
.
txtInoutP4
.
Cursor
=
System
.
Windows
.
Forms
.
Cursors
.
IBeam
;
this
.
txtInoutP4
.
Font
=
new
System
.
Drawing
.
Font
(
"微软雅黑"
,
9F
,
System
.
Drawing
.
FontStyle
.
Regular
,
System
.
Drawing
.
GraphicsUnit
.
Point
,
((
byte
)(
134
)));
this
.
txtInoutP4
.
ForeColor
=
System
.
Drawing
.
SystemColors
.
WindowText
;
this
.
txtInoutP4
.
Location
=
new
System
.
Drawing
.
Point
(
464
,
3
83
);
this
.
txtInoutP4
.
Location
=
new
System
.
Drawing
.
Point
(
464
,
3
60
);
this
.
txtInoutP4
.
MaxLength
=
0
;
this
.
txtInoutP4
.
Name
=
"txtInoutP4"
;
this
.
txtInoutP4
.
RightToLeft
=
System
.
Windows
.
Forms
.
RightToLeft
.
No
;
...
...
@@ -1298,13 +1301,12 @@
this
.
btnInOutP4
.
Font
=
new
System
.
Drawing
.
Font
(
"微软雅黑"
,
9F
,
System
.
Drawing
.
FontStyle
.
Regular
,
System
.
Drawing
.
GraphicsUnit
.
Point
,
((
byte
)(
134
)));
this
.
btnInOutP4
.
ForeColor
=
System
.
Drawing
.
Color
.
Green
;
this
.
btnInOutP4
.
ImageAlign
=
System
.
Drawing
.
ContentAlignment
.
MiddleLeft
;
this
.
btnInOutP4
.
Location
=
new
System
.
Drawing
.
Point
(
288
,
3
78
);
this
.
btnInOutP4
.
Location
=
new
System
.
Drawing
.
Point
(
288
,
3
55
);
this
.
btnInOutP4
.
Name
=
"btnInOutP4"
;
this
.
btnInOutP4
.
RightToLeft
=
System
.
Windows
.
Forms
.
RightToLeft
.
No
;
this
.
btnInOutP4
.
Size
=
new
System
.
Drawing
.
Size
(
174
,
32
);
this
.
btnInOutP4
.
TabIndex
=
277
;
this
.
btnInOutP4
.
Text
=
"进出轴仓门出料点P4:"
;
this
.
btnInOutP4
.
TextAlign
=
System
.
Drawing
.
ContentAlignment
.
MiddleLeft
;
this
.
btnInOutP4
.
UseVisualStyleBackColor
=
true
;
this
.
btnInOutP4
.
Click
+=
new
System
.
EventHandler
(
this
.
btnInOutP4_Click
);
//
...
...
@@ -1315,7 +1317,7 @@
this
.
txtUpdownP8
.
Cursor
=
System
.
Windows
.
Forms
.
Cursors
.
IBeam
;
this
.
txtUpdownP8
.
Font
=
new
System
.
Drawing
.
Font
(
"微软雅黑"
,
9F
,
System
.
Drawing
.
FontStyle
.
Regular
,
System
.
Drawing
.
GraphicsUnit
.
Point
,
((
byte
)(
134
)));
this
.
txtUpdownP8
.
ForeColor
=
System
.
Drawing
.
SystemColors
.
WindowText
;
this
.
txtUpdownP8
.
Location
=
new
System
.
Drawing
.
Point
(
187
,
2
69
);
this
.
txtUpdownP8
.
Location
=
new
System
.
Drawing
.
Point
(
187
,
2
46
);
this
.
txtUpdownP8
.
MaxLength
=
0
;
this
.
txtUpdownP8
.
Name
=
"txtUpdownP8"
;
this
.
txtUpdownP8
.
RightToLeft
=
System
.
Windows
.
Forms
.
RightToLeft
.
No
;
...
...
@@ -1326,7 +1328,7 @@
// btnBatchOutTest
//
this
.
btnBatchOutTest
.
Font
=
new
System
.
Drawing
.
Font
(
"微软雅黑"
,
9F
,
System
.
Drawing
.
FontStyle
.
Regular
,
System
.
Drawing
.
GraphicsUnit
.
Point
,
((
byte
)(
134
)));
this
.
btnBatchOutTest
.
Location
=
new
System
.
Drawing
.
Point
(
378
,
89
);
this
.
btnBatchOutTest
.
Location
=
new
System
.
Drawing
.
Point
(
378
,
76
);
this
.
btnBatchOutTest
.
Name
=
"btnBatchOutTest"
;
this
.
btnBatchOutTest
.
Size
=
new
System
.
Drawing
.
Size
(
157
,
38
);
this
.
btnBatchOutTest
.
TabIndex
=
228
;
...
...
@@ -1342,13 +1344,12 @@
this
.
btnUpdownP8
.
Font
=
new
System
.
Drawing
.
Font
(
"微软雅黑"
,
9F
,
System
.
Drawing
.
FontStyle
.
Regular
,
System
.
Drawing
.
GraphicsUnit
.
Point
,
((
byte
)(
134
)));
this
.
btnUpdownP8
.
ForeColor
=
System
.
Drawing
.
Color
.
FromArgb
(((
int
)(((
byte
)(
192
)))),
((
int
)(((
byte
)(
64
)))),
((
int
)(((
byte
)(
0
)))));
this
.
btnUpdownP8
.
ImageAlign
=
System
.
Drawing
.
ContentAlignment
.
MiddleLeft
;
this
.
btnUpdownP8
.
Location
=
new
System
.
Drawing
.
Point
(
12
,
2
64
);
this
.
btnUpdownP8
.
Location
=
new
System
.
Drawing
.
Point
(
12
,
2
41
);
this
.
btnUpdownP8
.
Name
=
"btnUpdownP8"
;
this
.
btnUpdownP8
.
RightToLeft
=
System
.
Windows
.
Forms
.
RightToLeft
.
No
;
this
.
btnUpdownP8
.
Size
=
new
System
.
Drawing
.
Size
(
174
,
32
);
this
.
btnUpdownP8
.
TabIndex
=
275
;
this
.
btnUpdownP8
.
Text
=
"升降轴出库低点P8:"
;
this
.
btnUpdownP8
.
TextAlign
=
System
.
Drawing
.
ContentAlignment
.
MiddleLeft
;
this
.
btnUpdownP8
.
UseVisualStyleBackColor
=
true
;
this
.
btnUpdownP8
.
Click
+=
new
System
.
EventHandler
(
this
.
btnUpDownP8_Click
);
//
...
...
@@ -1359,7 +1360,7 @@
this
.
txtUpdownP2
.
Cursor
=
System
.
Windows
.
Forms
.
Cursors
.
IBeam
;
this
.
txtUpdownP2
.
Font
=
new
System
.
Drawing
.
Font
(
"微软雅黑"
,
9F
,
System
.
Drawing
.
FontStyle
.
Regular
,
System
.
Drawing
.
GraphicsUnit
.
Point
,
((
byte
)(
134
)));
this
.
txtUpdownP2
.
ForeColor
=
System
.
Drawing
.
SystemColors
.
WindowText
;
this
.
txtUpdownP2
.
Location
=
new
System
.
Drawing
.
Point
(
187
,
2
31
);
this
.
txtUpdownP2
.
Location
=
new
System
.
Drawing
.
Point
(
187
,
2
08
);
this
.
txtUpdownP2
.
MaxLength
=
0
;
this
.
txtUpdownP2
.
Name
=
"txtUpdownP2"
;
this
.
txtUpdownP2
.
RightToLeft
=
System
.
Windows
.
Forms
.
RightToLeft
.
No
;
...
...
@@ -1375,13 +1376,12 @@
this
.
btnUpdownP2
.
Font
=
new
System
.
Drawing
.
Font
(
"微软雅黑"
,
9F
,
System
.
Drawing
.
FontStyle
.
Regular
,
System
.
Drawing
.
GraphicsUnit
.
Point
,
((
byte
)(
134
)));
this
.
btnUpdownP2
.
ForeColor
=
System
.
Drawing
.
Color
.
FromArgb
(((
int
)(((
byte
)(
192
)))),
((
int
)(((
byte
)(
64
)))),
((
int
)(((
byte
)(
0
)))));
this
.
btnUpdownP2
.
ImageAlign
=
System
.
Drawing
.
ContentAlignment
.
MiddleLeft
;
this
.
btnUpdownP2
.
Location
=
new
System
.
Drawing
.
Point
(
12
,
2
26
);
this
.
btnUpdownP2
.
Location
=
new
System
.
Drawing
.
Point
(
12
,
2
03
);
this
.
btnUpdownP2
.
Name
=
"btnUpdownP2"
;
this
.
btnUpdownP2
.
RightToLeft
=
System
.
Windows
.
Forms
.
RightToLeft
.
No
;
this
.
btnUpdownP2
.
Size
=
new
System
.
Drawing
.
Size
(
174
,
32
);
this
.
btnUpdownP2
.
TabIndex
=
273
;
this
.
btnUpdownP2
.
Text
=
"升降轴出库高点P2:"
;
this
.
btnUpdownP2
.
TextAlign
=
System
.
Drawing
.
ContentAlignment
.
MiddleLeft
;
this
.
btnUpdownP2
.
UseVisualStyleBackColor
=
true
;
this
.
btnUpdownP2
.
Click
+=
new
System
.
EventHandler
(
this
.
btnUpDownP2_Click
);
//
...
...
@@ -1392,7 +1392,7 @@
this
.
txtUpDownDoor
.
Cursor
=
System
.
Windows
.
Forms
.
Cursors
.
IBeam
;
this
.
txtUpDownDoor
.
Font
=
new
System
.
Drawing
.
Font
(
"微软雅黑"
,
9F
,
System
.
Drawing
.
FontStyle
.
Regular
,
System
.
Drawing
.
GraphicsUnit
.
Point
,
((
byte
)(
134
)));
this
.
txtUpDownDoor
.
ForeColor
=
System
.
Drawing
.
SystemColors
.
WindowText
;
this
.
txtUpDownDoor
.
Location
=
new
System
.
Drawing
.
Point
(
187
,
1
93
);
this
.
txtUpDownDoor
.
Location
=
new
System
.
Drawing
.
Point
(
187
,
1
70
);
this
.
txtUpDownDoor
.
MaxLength
=
0
;
this
.
txtUpDownDoor
.
Name
=
"txtUpDownDoor"
;
this
.
txtUpDownDoor
.
RightToLeft
=
System
.
Windows
.
Forms
.
RightToLeft
.
No
;
...
...
@@ -1408,20 +1408,19 @@
this
.
btnUpDownDoor
.
Font
=
new
System
.
Drawing
.
Font
(
"微软雅黑"
,
9F
,
System
.
Drawing
.
FontStyle
.
Regular
,
System
.
Drawing
.
GraphicsUnit
.
Point
,
((
byte
)(
134
)));
this
.
btnUpDownDoor
.
ForeColor
=
System
.
Drawing
.
Color
.
FromArgb
(((
int
)(((
byte
)(
192
)))),
((
int
)(((
byte
)(
64
)))),
((
int
)(((
byte
)(
0
)))));
this
.
btnUpDownDoor
.
ImageAlign
=
System
.
Drawing
.
ContentAlignment
.
MiddleLeft
;
this
.
btnUpDownDoor
.
Location
=
new
System
.
Drawing
.
Point
(
12
,
1
88
);
this
.
btnUpDownDoor
.
Location
=
new
System
.
Drawing
.
Point
(
12
,
1
65
);
this
.
btnUpDownDoor
.
Name
=
"btnUpDownDoor"
;
this
.
btnUpDownDoor
.
RightToLeft
=
System
.
Windows
.
Forms
.
RightToLeft
.
No
;
this
.
btnUpDownDoor
.
Size
=
new
System
.
Drawing
.
Size
(
174
,
32
);
this
.
btnUpDownDoor
.
TabIndex
=
271
;
this
.
btnUpDownDoor
.
Text
=
"升降轴仓门位置P7:"
;
this
.
btnUpDownDoor
.
TextAlign
=
System
.
Drawing
.
ContentAlignment
.
MiddleLeft
;
this
.
btnUpDownDoor
.
UseVisualStyleBackColor
=
true
;
this
.
btnUpDownDoor
.
Click
+=
new
System
.
EventHandler
(
this
.
btnUpDownDoor_Click
);
//
// btnSavePosition
//
this
.
btnSavePosition
.
Font
=
new
System
.
Drawing
.
Font
(
"微软雅黑"
,
9F
,
System
.
Drawing
.
FontStyle
.
Regular
,
System
.
Drawing
.
GraphicsUnit
.
Point
,
((
byte
)(
134
)));
this
.
btnSavePosition
.
Location
=
new
System
.
Drawing
.
Point
(
364
,
4
79
);
this
.
btnSavePosition
.
Location
=
new
System
.
Drawing
.
Point
(
364
,
4
56
);
this
.
btnSavePosition
.
Name
=
"btnSavePosition"
;
this
.
btnSavePosition
.
Size
=
new
System
.
Drawing
.
Size
(
151
,
38
);
this
.
btnSavePosition
.
TabIndex
=
217
;
...
...
@@ -1436,7 +1435,7 @@
this
.
txtComP1
.
Cursor
=
System
.
Windows
.
Forms
.
Cursors
.
IBeam
;
this
.
txtComP1
.
Font
=
new
System
.
Drawing
.
Font
(
"微软雅黑"
,
9F
,
System
.
Drawing
.
FontStyle
.
Regular
,
System
.
Drawing
.
GraphicsUnit
.
Point
,
((
byte
)(
134
)));
this
.
txtComP1
.
ForeColor
=
System
.
Drawing
.
SystemColors
.
WindowText
;
this
.
txtComP1
.
Location
=
new
System
.
Drawing
.
Point
(
187
,
420
);
this
.
txtComP1
.
Location
=
new
System
.
Drawing
.
Point
(
187
,
397
);
this
.
txtComP1
.
MaxLength
=
0
;
this
.
txtComP1
.
Name
=
"txtComP1"
;
this
.
txtComP1
.
RightToLeft
=
System
.
Windows
.
Forms
.
RightToLeft
.
No
;
...
...
@@ -1451,7 +1450,7 @@
this
.
txtInOutP2
.
Cursor
=
System
.
Windows
.
Forms
.
Cursors
.
IBeam
;
this
.
txtInOutP2
.
Font
=
new
System
.
Drawing
.
Font
(
"微软雅黑"
,
9F
,
System
.
Drawing
.
FontStyle
.
Regular
,
System
.
Drawing
.
GraphicsUnit
.
Point
,
((
byte
)(
134
)));
this
.
txtInOutP2
.
ForeColor
=
System
.
Drawing
.
SystemColors
.
WindowText
;
this
.
txtInOutP2
.
Location
=
new
System
.
Drawing
.
Point
(
187
,
3
83
);
this
.
txtInOutP2
.
Location
=
new
System
.
Drawing
.
Point
(
187
,
3
60
);
this
.
txtInOutP2
.
MaxLength
=
0
;
this
.
txtInOutP2
.
Name
=
"txtInOutP2"
;
this
.
txtInOutP2
.
RightToLeft
=
System
.
Windows
.
Forms
.
RightToLeft
.
No
;
...
...
@@ -1466,7 +1465,7 @@
this
.
txtInOutP1
.
Cursor
=
System
.
Windows
.
Forms
.
Cursors
.
IBeam
;
this
.
txtInOutP1
.
Font
=
new
System
.
Drawing
.
Font
(
"微软雅黑"
,
9F
,
System
.
Drawing
.
FontStyle
.
Regular
,
System
.
Drawing
.
GraphicsUnit
.
Point
,
((
byte
)(
134
)));
this
.
txtInOutP1
.
ForeColor
=
System
.
Drawing
.
SystemColors
.
WindowText
;
this
.
txtInOutP1
.
Location
=
new
System
.
Drawing
.
Point
(
187
,
3
45
);
this
.
txtInOutP1
.
Location
=
new
System
.
Drawing
.
Point
(
187
,
3
22
);
this
.
txtInOutP1
.
MaxLength
=
0
;
this
.
txtInOutP1
.
Name
=
"txtInOutP1"
;
this
.
txtInOutP1
.
RightToLeft
=
System
.
Windows
.
Forms
.
RightToLeft
.
No
;
...
...
@@ -1481,7 +1480,7 @@
this
.
txtMiddleP1
.
Cursor
=
System
.
Windows
.
Forms
.
Cursors
.
IBeam
;
this
.
txtMiddleP1
.
Font
=
new
System
.
Drawing
.
Font
(
"微软雅黑"
,
9F
,
System
.
Drawing
.
FontStyle
.
Regular
,
System
.
Drawing
.
GraphicsUnit
.
Point
,
((
byte
)(
134
)));
this
.
txtMiddleP1
.
ForeColor
=
System
.
Drawing
.
SystemColors
.
WindowText
;
this
.
txtMiddleP1
.
Location
=
new
System
.
Drawing
.
Point
(
187
,
307
);
this
.
txtMiddleP1
.
Location
=
new
System
.
Drawing
.
Point
(
187
,
284
);
this
.
txtMiddleP1
.
MaxLength
=
0
;
this
.
txtMiddleP1
.
Name
=
"txtMiddleP1"
;
this
.
txtMiddleP1
.
RightToLeft
=
System
.
Windows
.
Forms
.
RightToLeft
.
No
;
...
...
@@ -1496,7 +1495,7 @@
this
.
txtUpDownP1
.
Cursor
=
System
.
Windows
.
Forms
.
Cursors
.
IBeam
;
this
.
txtUpDownP1
.
Font
=
new
System
.
Drawing
.
Font
(
"微软雅黑"
,
9F
,
System
.
Drawing
.
FontStyle
.
Regular
,
System
.
Drawing
.
GraphicsUnit
.
Point
,
((
byte
)(
134
)));
this
.
txtUpDownP1
.
ForeColor
=
System
.
Drawing
.
SystemColors
.
WindowText
;
this
.
txtUpDownP1
.
Location
=
new
System
.
Drawing
.
Point
(
187
,
1
56
);
this
.
txtUpDownP1
.
Location
=
new
System
.
Drawing
.
Point
(
187
,
1
33
);
this
.
txtUpDownP1
.
MaxLength
=
0
;
this
.
txtUpDownP1
.
Name
=
"txtUpDownP1"
;
this
.
txtUpDownP1
.
RightToLeft
=
System
.
Windows
.
Forms
.
RightToLeft
.
No
;
...
...
@@ -1511,7 +1510,7 @@
this
.
txtComP3
.
Cursor
=
System
.
Windows
.
Forms
.
Cursors
.
IBeam
;
this
.
txtComP3
.
Font
=
new
System
.
Drawing
.
Font
(
"微软雅黑"
,
9F
,
System
.
Drawing
.
FontStyle
.
Regular
,
System
.
Drawing
.
GraphicsUnit
.
Point
,
((
byte
)(
134
)));
this
.
txtComP3
.
ForeColor
=
System
.
Drawing
.
SystemColors
.
WindowText
;
this
.
txtComP3
.
Location
=
new
System
.
Drawing
.
Point
(
464
,
420
);
this
.
txtComP3
.
Location
=
new
System
.
Drawing
.
Point
(
464
,
397
);
this
.
txtComP3
.
MaxLength
=
0
;
this
.
txtComP3
.
Name
=
"txtComP3"
;
this
.
txtComP3
.
RightToLeft
=
System
.
Windows
.
Forms
.
RightToLeft
.
No
;
...
...
@@ -1526,7 +1525,7 @@
this
.
txtComP2
.
Cursor
=
System
.
Windows
.
Forms
.
Cursors
.
IBeam
;
this
.
txtComP2
.
Font
=
new
System
.
Drawing
.
Font
(
"微软雅黑"
,
9F
,
System
.
Drawing
.
FontStyle
.
Regular
,
System
.
Drawing
.
GraphicsUnit
.
Point
,
((
byte
)(
134
)));
this
.
txtComP2
.
ForeColor
=
System
.
Drawing
.
SystemColors
.
WindowText
;
this
.
txtComP2
.
Location
=
new
System
.
Drawing
.
Point
(
187
,
4
59
);
this
.
txtComP2
.
Location
=
new
System
.
Drawing
.
Point
(
187
,
4
36
);
this
.
txtComP2
.
MaxLength
=
0
;
this
.
txtComP2
.
Name
=
"txtComP2"
;
this
.
txtComP2
.
RightToLeft
=
System
.
Windows
.
Forms
.
RightToLeft
.
No
;
...
...
@@ -1541,7 +1540,7 @@
this
.
txtInOutP3
.
Cursor
=
System
.
Windows
.
Forms
.
Cursors
.
IBeam
;
this
.
txtInOutP3
.
Font
=
new
System
.
Drawing
.
Font
(
"微软雅黑"
,
9F
,
System
.
Drawing
.
FontStyle
.
Regular
,
System
.
Drawing
.
GraphicsUnit
.
Point
,
((
byte
)(
134
)));
this
.
txtInOutP3
.
ForeColor
=
System
.
Drawing
.
SystemColors
.
WindowText
;
this
.
txtInOutP3
.
Location
=
new
System
.
Drawing
.
Point
(
464
,
3
45
);
this
.
txtInOutP3
.
Location
=
new
System
.
Drawing
.
Point
(
464
,
3
22
);
this
.
txtInOutP3
.
MaxLength
=
0
;
this
.
txtInOutP3
.
Name
=
"txtInOutP3"
;
this
.
txtInOutP3
.
RightToLeft
=
System
.
Windows
.
Forms
.
RightToLeft
.
No
;
...
...
@@ -1556,7 +1555,7 @@
this
.
txtMiddleP2
.
Cursor
=
System
.
Windows
.
Forms
.
Cursors
.
IBeam
;
this
.
txtMiddleP2
.
Font
=
new
System
.
Drawing
.
Font
(
"微软雅黑"
,
9F
,
System
.
Drawing
.
FontStyle
.
Regular
,
System
.
Drawing
.
GraphicsUnit
.
Point
,
((
byte
)(
134
)));
this
.
txtMiddleP2
.
ForeColor
=
System
.
Drawing
.
SystemColors
.
WindowText
;
this
.
txtMiddleP2
.
Location
=
new
System
.
Drawing
.
Point
(
464
,
307
);
this
.
txtMiddleP2
.
Location
=
new
System
.
Drawing
.
Point
(
464
,
284
);
this
.
txtMiddleP2
.
MaxLength
=
0
;
this
.
txtMiddleP2
.
Name
=
"txtMiddleP2"
;
this
.
txtMiddleP2
.
RightToLeft
=
System
.
Windows
.
Forms
.
RightToLeft
.
No
;
...
...
@@ -1571,7 +1570,7 @@
this
.
txtUpDownP5
.
Cursor
=
System
.
Windows
.
Forms
.
Cursors
.
IBeam
;
this
.
txtUpDownP5
.
Font
=
new
System
.
Drawing
.
Font
(
"微软雅黑"
,
9F
,
System
.
Drawing
.
FontStyle
.
Regular
,
System
.
Drawing
.
GraphicsUnit
.
Point
,
((
byte
)(
134
)));
this
.
txtUpDownP5
.
ForeColor
=
System
.
Drawing
.
SystemColors
.
WindowText
;
this
.
txtUpDownP5
.
Location
=
new
System
.
Drawing
.
Point
(
464
,
2
31
);
this
.
txtUpDownP5
.
Location
=
new
System
.
Drawing
.
Point
(
464
,
2
08
);
this
.
txtUpDownP5
.
MaxLength
=
0
;
this
.
txtUpDownP5
.
Name
=
"txtUpDownP5"
;
this
.
txtUpDownP5
.
RightToLeft
=
System
.
Windows
.
Forms
.
RightToLeft
.
No
;
...
...
@@ -1586,7 +1585,7 @@
this
.
txtUpDownP6
.
Cursor
=
System
.
Windows
.
Forms
.
Cursors
.
IBeam
;
this
.
txtUpDownP6
.
Font
=
new
System
.
Drawing
.
Font
(
"微软雅黑"
,
9F
,
System
.
Drawing
.
FontStyle
.
Regular
,
System
.
Drawing
.
GraphicsUnit
.
Point
,
((
byte
)(
134
)));
this
.
txtUpDownP6
.
ForeColor
=
System
.
Drawing
.
SystemColors
.
WindowText
;
this
.
txtUpDownP6
.
Location
=
new
System
.
Drawing
.
Point
(
464
,
2
69
);
this
.
txtUpDownP6
.
Location
=
new
System
.
Drawing
.
Point
(
464
,
2
46
);
this
.
txtUpDownP6
.
MaxLength
=
0
;
this
.
txtUpDownP6
.
Name
=
"txtUpDownP6"
;
this
.
txtUpDownP6
.
RightToLeft
=
System
.
Windows
.
Forms
.
RightToLeft
.
No
;
...
...
@@ -1602,7 +1601,7 @@
this
.
cmbPosition
.
Items
.
AddRange
(
new
object
[]
{
"料仓0"
,
"料仓1"
});
this
.
cmbPosition
.
Location
=
new
System
.
Drawing
.
Point
(
164
,
33
);
this
.
cmbPosition
.
Location
=
new
System
.
Drawing
.
Point
(
164
,
27
);
this
.
cmbPosition
.
Name
=
"cmbPosition"
;
this
.
cmbPosition
.
Size
=
new
System
.
Drawing
.
Size
(
189
,
28
);
this
.
cmbPosition
.
TabIndex
=
174
;
...
...
@@ -1613,7 +1612,7 @@
this
.
label21
.
Cursor
=
System
.
Windows
.
Forms
.
Cursors
.
Default
;
this
.
label21
.
Font
=
new
System
.
Drawing
.
Font
(
"微软雅黑"
,
9F
,
System
.
Drawing
.
FontStyle
.
Regular
,
System
.
Drawing
.
GraphicsUnit
.
Point
,
((
byte
)(
134
)));
this
.
label21
.
ForeColor
=
System
.
Drawing
.
SystemColors
.
ControlText
;
this
.
label21
.
Location
=
new
System
.
Drawing
.
Point
(
11
,
33
);
this
.
label21
.
Location
=
new
System
.
Drawing
.
Point
(
11
,
27
);
this
.
label21
.
Name
=
"label21"
;
this
.
label21
.
RightToLeft
=
System
.
Windows
.
Forms
.
RightToLeft
.
No
;
this
.
label21
.
Size
=
new
System
.
Drawing
.
Size
(
147
,
28
);
...
...
@@ -1628,7 +1627,7 @@
this
.
txtUpDownP3
.
Cursor
=
System
.
Windows
.
Forms
.
Cursors
.
IBeam
;
this
.
txtUpDownP3
.
Font
=
new
System
.
Drawing
.
Font
(
"微软雅黑"
,
9F
,
System
.
Drawing
.
FontStyle
.
Regular
,
System
.
Drawing
.
GraphicsUnit
.
Point
,
((
byte
)(
134
)));
this
.
txtUpDownP3
.
ForeColor
=
System
.
Drawing
.
SystemColors
.
WindowText
;
this
.
txtUpDownP3
.
Location
=
new
System
.
Drawing
.
Point
(
464
,
1
56
);
this
.
txtUpDownP3
.
Location
=
new
System
.
Drawing
.
Point
(
464
,
1
33
);
this
.
txtUpDownP3
.
MaxLength
=
0
;
this
.
txtUpDownP3
.
Name
=
"txtUpDownP3"
;
this
.
txtUpDownP3
.
RightToLeft
=
System
.
Windows
.
Forms
.
RightToLeft
.
No
;
...
...
@@ -1639,7 +1638,7 @@
// btnOutStore
//
this
.
btnOutStore
.
Font
=
new
System
.
Drawing
.
Font
(
"微软雅黑"
,
9F
,
System
.
Drawing
.
FontStyle
.
Regular
,
System
.
Drawing
.
GraphicsUnit
.
Point
,
((
byte
)(
134
)));
this
.
btnOutStore
.
Location
=
new
System
.
Drawing
.
Point
(
378
,
33
);
this
.
btnOutStore
.
Location
=
new
System
.
Drawing
.
Point
(
378
,
27
);
this
.
btnOutStore
.
Name
=
"btnOutStore"
;
this
.
btnOutStore
.
Size
=
new
System
.
Drawing
.
Size
(
157
,
38
);
this
.
btnOutStore
.
TabIndex
=
101
;
...
...
@@ -1654,7 +1653,7 @@
this
.
txtUpDownP4
.
Cursor
=
System
.
Windows
.
Forms
.
Cursors
.
IBeam
;
this
.
txtUpDownP4
.
Font
=
new
System
.
Drawing
.
Font
(
"微软雅黑"
,
9F
,
System
.
Drawing
.
FontStyle
.
Regular
,
System
.
Drawing
.
GraphicsUnit
.
Point
,
((
byte
)(
134
)));
this
.
txtUpDownP4
.
ForeColor
=
System
.
Drawing
.
SystemColors
.
WindowText
;
this
.
txtUpDownP4
.
Location
=
new
System
.
Drawing
.
Point
(
464
,
1
93
);
this
.
txtUpDownP4
.
Location
=
new
System
.
Drawing
.
Point
(
464
,
1
70
);
this
.
txtUpDownP4
.
MaxLength
=
0
;
this
.
txtUpDownP4
.
Name
=
"txtUpDownP4"
;
this
.
txtUpDownP4
.
RightToLeft
=
System
.
Windows
.
Forms
.
RightToLeft
.
No
;
...
...
@@ -1670,13 +1669,12 @@
this
.
btnComP1
.
Font
=
new
System
.
Drawing
.
Font
(
"微软雅黑"
,
9F
,
System
.
Drawing
.
FontStyle
.
Regular
,
System
.
Drawing
.
GraphicsUnit
.
Point
,
((
byte
)(
134
)));
this
.
btnComP1
.
ForeColor
=
System
.
Drawing
.
Color
.
Purple
;
this
.
btnComP1
.
ImageAlign
=
System
.
Drawing
.
ContentAlignment
.
MiddleLeft
;
this
.
btnComP1
.
Location
=
new
System
.
Drawing
.
Point
(
12
,
415
);
this
.
btnComP1
.
Location
=
new
System
.
Drawing
.
Point
(
12
,
392
);
this
.
btnComP1
.
Name
=
"btnComP1"
;
this
.
btnComP1
.
RightToLeft
=
System
.
Windows
.
Forms
.
RightToLeft
.
No
;
this
.
btnComP1
.
Size
=
new
System
.
Drawing
.
Size
(
174
,
32
);
this
.
btnComP1
.
TabIndex
=
213
;
this
.
btnComP1
.
Text
=
"压紧轴待机点P1:"
;
this
.
btnComP1
.
TextAlign
=
System
.
Drawing
.
ContentAlignment
.
MiddleLeft
;
this
.
btnComP1
.
UseVisualStyleBackColor
=
true
;
this
.
btnComP1
.
Click
+=
new
System
.
EventHandler
(
this
.
btnComP1_Click
);
//
...
...
@@ -1688,13 +1686,12 @@
this
.
btnInOutP2
.
Font
=
new
System
.
Drawing
.
Font
(
"微软雅黑"
,
9F
,
System
.
Drawing
.
FontStyle
.
Regular
,
System
.
Drawing
.
GraphicsUnit
.
Point
,
((
byte
)(
134
)));
this
.
btnInOutP2
.
ForeColor
=
System
.
Drawing
.
Color
.
Green
;
this
.
btnInOutP2
.
ImageAlign
=
System
.
Drawing
.
ContentAlignment
.
MiddleLeft
;
this
.
btnInOutP2
.
Location
=
new
System
.
Drawing
.
Point
(
12
,
3
78
);
this
.
btnInOutP2
.
Location
=
new
System
.
Drawing
.
Point
(
12
,
3
55
);
this
.
btnInOutP2
.
Name
=
"btnInOutP2"
;
this
.
btnInOutP2
.
RightToLeft
=
System
.
Windows
.
Forms
.
RightToLeft
.
No
;
this
.
btnInOutP2
.
Size
=
new
System
.
Drawing
.
Size
(
174
,
32
);
this
.
btnInOutP2
.
TabIndex
=
211
;
this
.
btnInOutP2
.
Text
=
"进出轴吸盘取料点P2:"
;
this
.
btnInOutP2
.
TextAlign
=
System
.
Drawing
.
ContentAlignment
.
MiddleLeft
;
this
.
btnInOutP2
.
UseVisualStyleBackColor
=
true
;
this
.
btnInOutP2
.
Click
+=
new
System
.
EventHandler
(
this
.
btnInOutP2_Click
);
//
...
...
@@ -1706,13 +1703,12 @@
this
.
btnInOutP1
.
Font
=
new
System
.
Drawing
.
Font
(
"微软雅黑"
,
9F
,
System
.
Drawing
.
FontStyle
.
Regular
,
System
.
Drawing
.
GraphicsUnit
.
Point
,
((
byte
)(
134
)));
this
.
btnInOutP1
.
ForeColor
=
System
.
Drawing
.
Color
.
Green
;
this
.
btnInOutP1
.
ImageAlign
=
System
.
Drawing
.
ContentAlignment
.
MiddleLeft
;
this
.
btnInOutP1
.
Location
=
new
System
.
Drawing
.
Point
(
12
,
3
40
);
this
.
btnInOutP1
.
Location
=
new
System
.
Drawing
.
Point
(
12
,
3
17
);
this
.
btnInOutP1
.
Name
=
"btnInOutP1"
;
this
.
btnInOutP1
.
RightToLeft
=
System
.
Windows
.
Forms
.
RightToLeft
.
No
;
this
.
btnInOutP1
.
Size
=
new
System
.
Drawing
.
Size
(
174
,
32
);
this
.
btnInOutP1
.
TabIndex
=
209
;
this
.
btnInOutP1
.
Text
=
"进出轴待机点P1:"
;
this
.
btnInOutP1
.
TextAlign
=
System
.
Drawing
.
ContentAlignment
.
MiddleLeft
;
this
.
btnInOutP1
.
UseVisualStyleBackColor
=
true
;
this
.
btnInOutP1
.
Click
+=
new
System
.
EventHandler
(
this
.
btnInOutP1_Click
);
//
...
...
@@ -1724,13 +1720,12 @@
this
.
btnMiddleP1
.
Font
=
new
System
.
Drawing
.
Font
(
"微软雅黑"
,
9F
,
System
.
Drawing
.
FontStyle
.
Regular
,
System
.
Drawing
.
GraphicsUnit
.
Point
,
((
byte
)(
134
)));
this
.
btnMiddleP1
.
ForeColor
=
System
.
Drawing
.
Color
.
FromArgb
(((
int
)(((
byte
)(
0
)))),
((
int
)(((
byte
)(
0
)))),
((
int
)(((
byte
)(
192
)))));
this
.
btnMiddleP1
.
ImageAlign
=
System
.
Drawing
.
ContentAlignment
.
MiddleLeft
;
this
.
btnMiddleP1
.
Location
=
new
System
.
Drawing
.
Point
(
12
,
302
);
this
.
btnMiddleP1
.
Location
=
new
System
.
Drawing
.
Point
(
12
,
279
);
this
.
btnMiddleP1
.
Name
=
"btnMiddleP1"
;
this
.
btnMiddleP1
.
RightToLeft
=
System
.
Windows
.
Forms
.
RightToLeft
.
No
;
this
.
btnMiddleP1
.
Size
=
new
System
.
Drawing
.
Size
(
174
,
32
);
this
.
btnMiddleP1
.
TabIndex
=
207
;
this
.
btnMiddleP1
.
Text
=
"旋转轴待机点P1:"
;
this
.
btnMiddleP1
.
TextAlign
=
System
.
Drawing
.
ContentAlignment
.
MiddleLeft
;
this
.
btnMiddleP1
.
UseVisualStyleBackColor
=
true
;
this
.
btnMiddleP1
.
Click
+=
new
System
.
EventHandler
(
this
.
btnMiddleP1_Click
);
//
...
...
@@ -1742,13 +1737,12 @@
this
.
btnUpDownP1
.
Font
=
new
System
.
Drawing
.
Font
(
"微软雅黑"
,
9F
,
System
.
Drawing
.
FontStyle
.
Regular
,
System
.
Drawing
.
GraphicsUnit
.
Point
,
((
byte
)(
134
)));
this
.
btnUpDownP1
.
ForeColor
=
System
.
Drawing
.
Color
.
FromArgb
(((
int
)(((
byte
)(
192
)))),
((
int
)(((
byte
)(
64
)))),
((
int
)(((
byte
)(
0
)))));
this
.
btnUpDownP1
.
ImageAlign
=
System
.
Drawing
.
ContentAlignment
.
MiddleLeft
;
this
.
btnUpDownP1
.
Location
=
new
System
.
Drawing
.
Point
(
12
,
1
51
);
this
.
btnUpDownP1
.
Location
=
new
System
.
Drawing
.
Point
(
12
,
1
28
);
this
.
btnUpDownP1
.
Name
=
"btnUpDownP1"
;
this
.
btnUpDownP1
.
RightToLeft
=
System
.
Windows
.
Forms
.
RightToLeft
.
No
;
this
.
btnUpDownP1
.
Size
=
new
System
.
Drawing
.
Size
(
174
,
32
);
this
.
btnUpDownP1
.
TabIndex
=
199
;
this
.
btnUpDownP1
.
Text
=
"升降轴入料点P1:"
;
this
.
btnUpDownP1
.
TextAlign
=
System
.
Drawing
.
ContentAlignment
.
MiddleLeft
;
this
.
btnUpDownP1
.
UseVisualStyleBackColor
=
true
;
this
.
btnUpDownP1
.
Click
+=
new
System
.
EventHandler
(
this
.
btnUpDownP1_Click
);
//
...
...
@@ -1759,13 +1753,12 @@
this
.
btnComP3
.
Cursor
=
System
.
Windows
.
Forms
.
Cursors
.
Default
;
this
.
btnComP3
.
Font
=
new
System
.
Drawing
.
Font
(
"微软雅黑"
,
9F
,
System
.
Drawing
.
FontStyle
.
Regular
,
System
.
Drawing
.
GraphicsUnit
.
Point
,
((
byte
)(
134
)));
this
.
btnComP3
.
ForeColor
=
System
.
Drawing
.
Color
.
Purple
;
this
.
btnComP3
.
Location
=
new
System
.
Drawing
.
Point
(
287
,
415
);
this
.
btnComP3
.
Location
=
new
System
.
Drawing
.
Point
(
287
,
392
);
this
.
btnComP3
.
Name
=
"btnComP3"
;
this
.
btnComP3
.
RightToLeft
=
System
.
Windows
.
Forms
.
RightToLeft
.
No
;
this
.
btnComP3
.
Size
=
new
System
.
Drawing
.
Size
(
174
,
32
);
this
.
btnComP3
.
TabIndex
=
197
;
this
.
btnComP3
.
Text
=
"压紧轴压紧前点P3:"
;
this
.
btnComP3
.
TextAlign
=
System
.
Drawing
.
ContentAlignment
.
MiddleLeft
;
this
.
btnComP3
.
UseVisualStyleBackColor
=
true
;
this
.
btnComP3
.
Click
+=
new
System
.
EventHandler
(
this
.
btnComP3_Click
);
//
...
...
@@ -1776,13 +1769,12 @@
this
.
btnComP2
.
Cursor
=
System
.
Windows
.
Forms
.
Cursors
.
Default
;
this
.
btnComP2
.
Font
=
new
System
.
Drawing
.
Font
(
"微软雅黑"
,
9F
,
System
.
Drawing
.
FontStyle
.
Regular
,
System
.
Drawing
.
GraphicsUnit
.
Point
,
((
byte
)(
134
)));
this
.
btnComP2
.
ForeColor
=
System
.
Drawing
.
Color
.
Purple
;
this
.
btnComP2
.
Location
=
new
System
.
Drawing
.
Point
(
11
,
4
54
);
this
.
btnComP2
.
Location
=
new
System
.
Drawing
.
Point
(
11
,
4
31
);
this
.
btnComP2
.
Name
=
"btnComP2"
;
this
.
btnComP2
.
RightToLeft
=
System
.
Windows
.
Forms
.
RightToLeft
.
No
;
this
.
btnComP2
.
Size
=
new
System
.
Drawing
.
Size
(
174
,
32
);
this
.
btnComP2
.
TabIndex
=
195
;
this
.
btnComP2
.
Text
=
"压紧轴压紧点P2:"
;
this
.
btnComP2
.
TextAlign
=
System
.
Drawing
.
ContentAlignment
.
MiddleLeft
;
this
.
btnComP2
.
UseVisualStyleBackColor
=
true
;
this
.
btnComP2
.
Click
+=
new
System
.
EventHandler
(
this
.
btnComP2_Click
);
//
...
...
@@ -1793,13 +1785,12 @@
this
.
btnInOutP3
.
Cursor
=
System
.
Windows
.
Forms
.
Cursors
.
Default
;
this
.
btnInOutP3
.
Font
=
new
System
.
Drawing
.
Font
(
"微软雅黑"
,
9F
,
System
.
Drawing
.
FontStyle
.
Regular
,
System
.
Drawing
.
GraphicsUnit
.
Point
,
((
byte
)(
134
)));
this
.
btnInOutP3
.
ForeColor
=
System
.
Drawing
.
Color
.
Green
;
this
.
btnInOutP3
.
Location
=
new
System
.
Drawing
.
Point
(
287
,
3
40
);
this
.
btnInOutP3
.
Location
=
new
System
.
Drawing
.
Point
(
287
,
3
17
);
this
.
btnInOutP3
.
Name
=
"btnInOutP3"
;
this
.
btnInOutP3
.
RightToLeft
=
System
.
Windows
.
Forms
.
RightToLeft
.
No
;
this
.
btnInOutP3
.
Size
=
new
System
.
Drawing
.
Size
(
174
,
32
);
this
.
btnInOutP3
.
TabIndex
=
193
;
this
.
btnInOutP3
.
Text
=
"进出轴库位取料点P3:"
;
this
.
btnInOutP3
.
TextAlign
=
System
.
Drawing
.
ContentAlignment
.
MiddleLeft
;
this
.
btnInOutP3
.
UseVisualStyleBackColor
=
true
;
this
.
btnInOutP3
.
Click
+=
new
System
.
EventHandler
(
this
.
btnInOutP3_Click
);
//
...
...
@@ -1810,13 +1801,12 @@
this
.
btnMiddleP2
.
Cursor
=
System
.
Windows
.
Forms
.
Cursors
.
Default
;
this
.
btnMiddleP2
.
Font
=
new
System
.
Drawing
.
Font
(
"微软雅黑"
,
9F
,
System
.
Drawing
.
FontStyle
.
Regular
,
System
.
Drawing
.
GraphicsUnit
.
Point
,
((
byte
)(
134
)));
this
.
btnMiddleP2
.
ForeColor
=
System
.
Drawing
.
Color
.
FromArgb
(((
int
)(((
byte
)(
0
)))),
((
int
)(((
byte
)(
0
)))),
((
int
)(((
byte
)(
192
)))));
this
.
btnMiddleP2
.
Location
=
new
System
.
Drawing
.
Point
(
287
,
302
);
this
.
btnMiddleP2
.
Location
=
new
System
.
Drawing
.
Point
(
287
,
279
);
this
.
btnMiddleP2
.
Name
=
"btnMiddleP2"
;
this
.
btnMiddleP2
.
RightToLeft
=
System
.
Windows
.
Forms
.
RightToLeft
.
No
;
this
.
btnMiddleP2
.
Size
=
new
System
.
Drawing
.
Size
(
174
,
32
);
this
.
btnMiddleP2
.
TabIndex
=
191
;
this
.
btnMiddleP2
.
Text
=
"旋转轴库位点P2:"
;
this
.
btnMiddleP2
.
TextAlign
=
System
.
Drawing
.
ContentAlignment
.
MiddleLeft
;
this
.
btnMiddleP2
.
UseVisualStyleBackColor
=
true
;
this
.
btnMiddleP2
.
Click
+=
new
System
.
EventHandler
(
this
.
btnMiddleP2_Click
);
//
...
...
@@ -1827,13 +1817,12 @@
this
.
btnUpDownP5
.
Cursor
=
System
.
Windows
.
Forms
.
Cursors
.
Default
;
this
.
btnUpDownP5
.
Font
=
new
System
.
Drawing
.
Font
(
"微软雅黑"
,
9F
,
System
.
Drawing
.
FontStyle
.
Regular
,
System
.
Drawing
.
GraphicsUnit
.
Point
,
((
byte
)(
134
)));
this
.
btnUpDownP5
.
ForeColor
=
System
.
Drawing
.
Color
.
FromArgb
(((
int
)(((
byte
)(
192
)))),
((
int
)(((
byte
)(
64
)))),
((
int
)(((
byte
)(
0
)))));
this
.
btnUpDownP5
.
Location
=
new
System
.
Drawing
.
Point
(
287
,
2
26
);
this
.
btnUpDownP5
.
Location
=
new
System
.
Drawing
.
Point
(
287
,
2
03
);
this
.
btnUpDownP5
.
Name
=
"btnUpDownP5"
;
this
.
btnUpDownP5
.
RightToLeft
=
System
.
Windows
.
Forms
.
RightToLeft
.
No
;
this
.
btnUpDownP5
.
Size
=
new
System
.
Drawing
.
Size
(
174
,
32
);
this
.
btnUpDownP5
.
TabIndex
=
187
;
this
.
btnUpDownP5
.
Text
=
"升降轴出料前点P5:"
;
this
.
btnUpDownP5
.
TextAlign
=
System
.
Drawing
.
ContentAlignment
.
MiddleLeft
;
this
.
btnUpDownP5
.
UseVisualStyleBackColor
=
true
;
this
.
btnUpDownP5
.
Click
+=
new
System
.
EventHandler
(
this
.
btnUpDownP5_Click
);
//
...
...
@@ -1844,13 +1833,12 @@
this
.
btnUpDownP6
.
Cursor
=
System
.
Windows
.
Forms
.
Cursors
.
Default
;
this
.
btnUpDownP6
.
Font
=
new
System
.
Drawing
.
Font
(
"微软雅黑"
,
9F
,
System
.
Drawing
.
FontStyle
.
Regular
,
System
.
Drawing
.
GraphicsUnit
.
Point
,
((
byte
)(
134
)));
this
.
btnUpDownP6
.
ForeColor
=
System
.
Drawing
.
Color
.
FromArgb
(((
int
)(((
byte
)(
192
)))),
((
int
)(((
byte
)(
64
)))),
((
int
)(((
byte
)(
0
)))));
this
.
btnUpDownP6
.
Location
=
new
System
.
Drawing
.
Point
(
287
,
2
64
);
this
.
btnUpDownP6
.
Location
=
new
System
.
Drawing
.
Point
(
287
,
2
41
);
this
.
btnUpDownP6
.
Name
=
"btnUpDownP6"
;
this
.
btnUpDownP6
.
RightToLeft
=
System
.
Windows
.
Forms
.
RightToLeft
.
No
;
this
.
btnUpDownP6
.
Size
=
new
System
.
Drawing
.
Size
(
174
,
32
);
this
.
btnUpDownP6
.
TabIndex
=
189
;
this
.
btnUpDownP6
.
Text
=
"升降轴出料缓冲点P6:"
;
this
.
btnUpDownP6
.
TextAlign
=
System
.
Drawing
.
ContentAlignment
.
MiddleLeft
;
this
.
btnUpDownP6
.
UseVisualStyleBackColor
=
true
;
this
.
btnUpDownP6
.
Click
+=
new
System
.
EventHandler
(
this
.
btnUpDownP6_Click
);
//
...
...
@@ -1861,13 +1849,12 @@
this
.
btnUpDownP3
.
Cursor
=
System
.
Windows
.
Forms
.
Cursors
.
Default
;
this
.
btnUpDownP3
.
Font
=
new
System
.
Drawing
.
Font
(
"微软雅黑"
,
9F
,
System
.
Drawing
.
FontStyle
.
Regular
,
System
.
Drawing
.
GraphicsUnit
.
Point
,
((
byte
)(
134
)));
this
.
btnUpDownP3
.
ForeColor
=
System
.
Drawing
.
Color
.
FromArgb
(((
int
)(((
byte
)(
192
)))),
((
int
)(((
byte
)(
64
)))),
((
int
)(((
byte
)(
0
)))));
this
.
btnUpDownP3
.
Location
=
new
System
.
Drawing
.
Point
(
287
,
1
51
);
this
.
btnUpDownP3
.
Location
=
new
System
.
Drawing
.
Point
(
287
,
1
28
);
this
.
btnUpDownP3
.
Name
=
"btnUpDownP3"
;
this
.
btnUpDownP3
.
RightToLeft
=
System
.
Windows
.
Forms
.
RightToLeft
.
No
;
this
.
btnUpDownP3
.
Size
=
new
System
.
Drawing
.
Size
(
174
,
32
);
this
.
btnUpDownP3
.
TabIndex
=
161
;
this
.
btnUpDownP3
.
Text
=
"升降轴入料前点P3:"
;
this
.
btnUpDownP3
.
TextAlign
=
System
.
Drawing
.
ContentAlignment
.
MiddleLeft
;
this
.
btnUpDownP3
.
UseVisualStyleBackColor
=
true
;
this
.
btnUpDownP3
.
Click
+=
new
System
.
EventHandler
(
this
.
btnUpDownP3_Click
);
//
...
...
@@ -1878,22 +1865,21 @@
this
.
btnUpDownP4
.
Cursor
=
System
.
Windows
.
Forms
.
Cursors
.
Default
;
this
.
btnUpDownP4
.
Font
=
new
System
.
Drawing
.
Font
(
"微软雅黑"
,
9F
,
System
.
Drawing
.
FontStyle
.
Regular
,
System
.
Drawing
.
GraphicsUnit
.
Point
,
((
byte
)(
134
)));
this
.
btnUpDownP4
.
ForeColor
=
System
.
Drawing
.
Color
.
FromArgb
(((
int
)(((
byte
)(
192
)))),
((
int
)(((
byte
)(
64
)))),
((
int
)(((
byte
)(
0
)))));
this
.
btnUpDownP4
.
Location
=
new
System
.
Drawing
.
Point
(
287
,
1
88
);
this
.
btnUpDownP4
.
Location
=
new
System
.
Drawing
.
Point
(
287
,
1
65
);
this
.
btnUpDownP4
.
Name
=
"btnUpDownP4"
;
this
.
btnUpDownP4
.
RightToLeft
=
System
.
Windows
.
Forms
.
RightToLeft
.
No
;
this
.
btnUpDownP4
.
Size
=
new
System
.
Drawing
.
Size
(
174
,
32
);
this
.
btnUpDownP4
.
TabIndex
=
165
;
this
.
btnUpDownP4
.
Text
=
"升降轴入料缓冲点P4:"
;
this
.
btnUpDownP4
.
TextAlign
=
System
.
Drawing
.
ContentAlignment
.
MiddleLeft
;
this
.
btnUpDownP4
.
UseVisualStyleBackColor
=
true
;
this
.
btnUpDownP4
.
Click
+=
new
System
.
EventHandler
(
this
.
btnUpDownP4_Click
);
//
// btnClearLog
//
this
.
btnClearLog
.
Font
=
new
System
.
Drawing
.
Font
(
"微软雅黑"
,
9F
,
System
.
Drawing
.
FontStyle
.
Regular
,
System
.
Drawing
.
GraphicsUnit
.
Point
,
((
byte
)(
134
)));
this
.
btnClearLog
.
Location
=
new
System
.
Drawing
.
Point
(
503
,
426
);
this
.
btnClearLog
.
Location
=
new
System
.
Drawing
.
Point
(
364
,
500
);
this
.
btnClearLog
.
Name
=
"btnClearLog"
;
this
.
btnClearLog
.
Size
=
new
System
.
Drawing
.
Size
(
1
05
,
38
);
this
.
btnClearLog
.
Size
=
new
System
.
Drawing
.
Size
(
1
51
,
38
);
this
.
btnClearLog
.
TabIndex
=
224
;
this
.
btnClearLog
.
Text
=
"清理日志"
;
this
.
btnClearLog
.
UseVisualStyleBackColor
=
true
;
...
...
@@ -1978,7 +1964,7 @@
this
.
语言
});
this
.
menuStrip1
.
Location
=
new
System
.
Drawing
.
Point
(
0
,
0
);
this
.
menuStrip1
.
Name
=
"menuStrip1"
;
this
.
menuStrip1
.
Size
=
new
System
.
Drawing
.
Size
(
1
320
,
29
);
this
.
menuStrip1
.
Size
=
new
System
.
Drawing
.
Size
(
1
264
,
29
);
this
.
menuStrip1
.
TabIndex
=
257
;
this
.
menuStrip1
.
Text
=
"menuStrip1"
;
//
...
...
@@ -2093,7 +2079,7 @@
this
.
批量上下轴
OFFToolStripMenuItem
});
this
.
iO
状态查看
ToolStripMenuItem
.
Name
=
"iO状态查看ToolStripMenuItem"
;
this
.
iO
状态查看
ToolStripMenuItem
.
Size
=
new
System
.
Drawing
.
Size
(
104
,
25
);
this
.
iO
状态查看
ToolStripMenuItem
.
Text
=
"IO状态
查看
"
;
this
.
iO
状态查看
ToolStripMenuItem
.
Text
=
"IO状态
调试
"
;
//
// 查看IOToolStripMenuItem
//
...
...
@@ -2319,7 +2305,7 @@
this
.
groupBox3
.
Controls
.
Add
(
this
.
lblWarnMsg
);
this
.
groupBox3
.
Location
=
new
System
.
Drawing
.
Point
(
7
,
32
);
this
.
groupBox3
.
Name
=
"groupBox3"
;
this
.
groupBox3
.
Size
=
new
System
.
Drawing
.
Size
(
573
,
11
7
);
this
.
groupBox3
.
Size
=
new
System
.
Drawing
.
Size
(
573
,
11
1
);
this
.
groupBox3
.
TabIndex
=
268
;
this
.
groupBox3
.
TabStop
=
false
;
this
.
groupBox3
.
Text
=
"设备状态"
;
...
...
@@ -2392,7 +2378,7 @@
this
.
groupBox4
.
Font
=
new
System
.
Drawing
.
Font
(
"微软雅黑"
,
9F
,
System
.
Drawing
.
FontStyle
.
Regular
,
System
.
Drawing
.
GraphicsUnit
.
Point
,
((
byte
)(
134
)));
this
.
groupBox4
.
Location
=
new
System
.
Drawing
.
Point
(
8
,
4
);
this
.
groupBox4
.
Name
=
"groupBox4"
;
this
.
groupBox4
.
Size
=
new
System
.
Drawing
.
Size
(
596
,
194
);
this
.
groupBox4
.
Size
=
new
System
.
Drawing
.
Size
(
640
,
194
);
this
.
groupBox4
.
TabIndex
=
271
;
this
.
groupBox4
.
TabStop
=
false
;
this
.
groupBox4
.
Text
=
"压紧轴"
;
...
...
@@ -2410,9 +2396,9 @@
//
// btnRelMove
//
this
.
btnRelMove
.
Location
=
new
System
.
Drawing
.
Point
(
3
19
,
52
);
this
.
btnRelMove
.
Location
=
new
System
.
Drawing
.
Point
(
3
51
,
52
);
this
.
btnRelMove
.
Name
=
"btnRelMove"
;
this
.
btnRelMove
.
Size
=
new
System
.
Drawing
.
Size
(
1
00
,
33
);
this
.
btnRelMove
.
Size
=
new
System
.
Drawing
.
Size
(
1
33
,
33
);
this
.
btnRelMove
.
TabIndex
=
96
;
this
.
btnRelMove
.
Text
=
"相对运动"
;
this
.
btnRelMove
.
UseVisualStyleBackColor
=
true
;
...
...
@@ -2421,7 +2407,7 @@
// txtAddr
//
this
.
txtAddr
.
Enabled
=
false
;
this
.
txtAddr
.
Location
=
new
System
.
Drawing
.
Point
(
28
6
,
22
);
this
.
txtAddr
.
Location
=
new
System
.
Drawing
.
Point
(
31
6
,
22
);
this
.
txtAddr
.
Name
=
"txtAddr"
;
this
.
txtAddr
.
Size
=
new
System
.
Drawing
.
Size
(
25
,
23
);
this
.
txtAddr
.
TabIndex
=
95
;
...
...
@@ -2431,16 +2417,16 @@
//
this
.
label18
.
Location
=
new
System
.
Drawing
.
Point
(
211
,
25
);
this
.
label18
.
Name
=
"label18"
;
this
.
label18
.
Size
=
new
System
.
Drawing
.
Size
(
72
,
17
);
this
.
label18
.
Size
=
new
System
.
Drawing
.
Size
(
103
,
17
);
this
.
label18
.
TabIndex
=
94
;
this
.
label18
.
Text
=
"地址"
;
this
.
label18
.
TextAlign
=
System
.
Drawing
.
ContentAlignment
.
MiddleRight
;
//
// btnGetPosition
//
this
.
btnGetPosition
.
Location
=
new
System
.
Drawing
.
Point
(
4
24
,
52
);
this
.
btnGetPosition
.
Location
=
new
System
.
Drawing
.
Point
(
4
87
,
52
);
this
.
btnGetPosition
.
Name
=
"btnGetPosition"
;
this
.
btnGetPosition
.
Size
=
new
System
.
Drawing
.
Size
(
1
00
,
33
);
this
.
btnGetPosition
.
Size
=
new
System
.
Drawing
.
Size
(
1
33
,
33
);
this
.
btnGetPosition
.
TabIndex
=
93
;
this
.
btnGetPosition
.
Text
=
"查询位置"
;
this
.
btnGetPosition
.
UseVisualStyleBackColor
=
true
;
...
...
@@ -2453,16 +2439,16 @@
this
.
cmbHomeType
.
Items
.
AddRange
(
new
object
[]
{
"0=reverse direction"
,
"1=forward direction"
});
this
.
cmbHomeType
.
Location
=
new
System
.
Drawing
.
Point
(
1
04
,
126
);
this
.
cmbHomeType
.
Location
=
new
System
.
Drawing
.
Point
(
1
84
,
127
);
this
.
cmbHomeType
.
Name
=
"cmbHomeType"
;
this
.
cmbHomeType
.
Size
=
new
System
.
Drawing
.
Size
(
1
03
,
25
);
this
.
cmbHomeType
.
Size
=
new
System
.
Drawing
.
Size
(
1
59
,
25
);
this
.
cmbHomeType
.
TabIndex
=
92
;
//
// label13
//
this
.
label13
.
Location
=
new
System
.
Drawing
.
Point
(
5
,
130
);
this
.
label13
.
Name
=
"label13"
;
this
.
label13
.
Size
=
new
System
.
Drawing
.
Size
(
95
,
17
);
this
.
label13
.
Size
=
new
System
.
Drawing
.
Size
(
162
,
17
);
this
.
label13
.
TabIndex
=
91
;
this
.
label13
.
Text
=
"原点方向:"
;
this
.
label13
.
TextAlign
=
System
.
Drawing
.
ContentAlignment
.
MiddleRight
;
...
...
@@ -2489,7 +2475,7 @@
//
this
.
btnVolMove
.
Location
=
new
System
.
Drawing
.
Point
(
213
,
88
);
this
.
btnVolMove
.
Name
=
"btnVolMove"
;
this
.
btnVolMove
.
Size
=
new
System
.
Drawing
.
Size
(
1
00
,
33
);
this
.
btnVolMove
.
Size
=
new
System
.
Drawing
.
Size
(
1
33
,
33
);
this
.
btnVolMove
.
TabIndex
=
88
;
this
.
btnVolMove
.
Text
=
"匀速运动"
;
this
.
btnVolMove
.
UseVisualStyleBackColor
=
true
;
...
...
@@ -2497,9 +2483,9 @@
//
// btnClose
//
this
.
btnClose
.
Location
=
new
System
.
Drawing
.
Point
(
4
24
,
17
);
this
.
btnClose
.
Location
=
new
System
.
Drawing
.
Point
(
4
87
,
17
);
this
.
btnClose
.
Name
=
"btnClose"
;
this
.
btnClose
.
Size
=
new
System
.
Drawing
.
Size
(
1
00
,
33
);
this
.
btnClose
.
Size
=
new
System
.
Drawing
.
Size
(
1
33
,
33
);
this
.
btnClose
.
TabIndex
=
87
;
this
.
btnClose
.
Text
=
"关闭串口"
;
this
.
btnClose
.
UseVisualStyleBackColor
=
true
;
...
...
@@ -2507,9 +2493,9 @@
//
// btnOpen
//
this
.
btnOpen
.
Location
=
new
System
.
Drawing
.
Point
(
3
19
,
17
);
this
.
btnOpen
.
Location
=
new
System
.
Drawing
.
Point
(
3
51
,
17
);
this
.
btnOpen
.
Name
=
"btnOpen"
;
this
.
btnOpen
.
Size
=
new
System
.
Drawing
.
Size
(
1
00
,
33
);
this
.
btnOpen
.
Size
=
new
System
.
Drawing
.
Size
(
1
33
,
33
);
this
.
btnOpen
.
TabIndex
=
86
;
this
.
btnOpen
.
Text
=
"打开串口"
;
this
.
btnOpen
.
UseVisualStyleBackColor
=
true
;
...
...
@@ -2517,9 +2503,9 @@
//
// btnStatusSearch
//
this
.
btnStatusSearch
.
Location
=
new
System
.
Drawing
.
Point
(
319
,
87
);
this
.
btnStatusSearch
.
Location
=
new
System
.
Drawing
.
Point
(
488
,
124
);
this
.
btnStatusSearch
.
Name
=
"btnStatusSearch"
;
this
.
btnStatusSearch
.
Size
=
new
System
.
Drawing
.
Size
(
1
00
,
33
);
this
.
btnStatusSearch
.
Size
=
new
System
.
Drawing
.
Size
(
1
33
,
33
);
this
.
btnStatusSearch
.
TabIndex
=
85
;
this
.
btnStatusSearch
.
Text
=
"查询运动状态"
;
this
.
btnStatusSearch
.
UseVisualStyleBackColor
=
true
;
...
...
@@ -2545,9 +2531,9 @@
//
// btnHomeMove
//
this
.
btnHomeMove
.
Location
=
new
System
.
Drawing
.
Point
(
213
,
122
);
this
.
btnHomeMove
.
Location
=
new
System
.
Drawing
.
Point
(
351
,
124
);
this
.
btnHomeMove
.
Name
=
"btnHomeMove"
;
this
.
btnHomeMove
.
Size
=
new
System
.
Drawing
.
Size
(
1
00
,
33
);
this
.
btnHomeMove
.
Size
=
new
System
.
Drawing
.
Size
(
1
33
,
33
);
this
.
btnHomeMove
.
TabIndex
=
12
;
this
.
btnHomeMove
.
Text
=
"原点返回"
;
this
.
btnHomeMove
.
UseVisualStyleBackColor
=
true
;
...
...
@@ -2555,9 +2541,9 @@
//
// btnClearPosition
//
this
.
btnClearPosition
.
Location
=
new
System
.
Drawing
.
Point
(
4
24
,
87
);
this
.
btnClearPosition
.
Location
=
new
System
.
Drawing
.
Point
(
4
87
,
87
);
this
.
btnClearPosition
.
Name
=
"btnClearPosition"
;
this
.
btnClearPosition
.
Size
=
new
System
.
Drawing
.
Size
(
1
00
,
33
);
this
.
btnClearPosition
.
Size
=
new
System
.
Drawing
.
Size
(
1
33
,
33
);
this
.
btnClearPosition
.
TabIndex
=
11
;
this
.
btnClearPosition
.
Text
=
"清理位置"
;
this
.
btnClearPosition
.
UseVisualStyleBackColor
=
true
;
...
...
@@ -2565,9 +2551,9 @@
//
// btnStop
//
this
.
btnStop
.
Location
=
new
System
.
Drawing
.
Point
(
3
19
,
122
);
this
.
btnStop
.
Location
=
new
System
.
Drawing
.
Point
(
3
51
,
88
);
this
.
btnStop
.
Name
=
"btnStop"
;
this
.
btnStop
.
Size
=
new
System
.
Drawing
.
Size
(
1
00
,
33
);
this
.
btnStop
.
Size
=
new
System
.
Drawing
.
Size
(
1
33
,
33
);
this
.
btnStop
.
TabIndex
=
10
;
this
.
btnStop
.
Text
=
"紧急停止"
;
this
.
btnStop
.
UseVisualStyleBackColor
=
true
;
...
...
@@ -2577,7 +2563,7 @@
//
this
.
btnLineAbsMove
.
Location
=
new
System
.
Drawing
.
Point
(
213
,
54
);
this
.
btnLineAbsMove
.
Name
=
"btnLineAbsMove"
;
this
.
btnLineAbsMove
.
Size
=
new
System
.
Drawing
.
Size
(
1
00
,
33
);
this
.
btnLineAbsMove
.
Size
=
new
System
.
Drawing
.
Size
(
1
33
,
33
);
this
.
btnLineAbsMove
.
TabIndex
=
9
;
this
.
btnLineAbsMove
.
Text
=
"绝对运动"
;
this
.
btnLineAbsMove
.
UseVisualStyleBackColor
=
true
;
...
...
@@ -2611,10 +2597,10 @@
this
.
tabControl1
.
Controls
.
Add
(
this
.
tabPage1
);
this
.
tabControl1
.
Controls
.
Add
(
this
.
tabPage4
);
this
.
tabControl1
.
Font
=
new
System
.
Drawing
.
Font
(
"微软雅黑"
,
9F
,
System
.
Drawing
.
FontStyle
.
Regular
,
System
.
Drawing
.
GraphicsUnit
.
Point
,
((
byte
)(
134
)));
this
.
tabControl1
.
Location
=
new
System
.
Drawing
.
Point
(
5
99
,
279
);
this
.
tabControl1
.
Location
=
new
System
.
Drawing
.
Point
(
5
89
,
228
);
this
.
tabControl1
.
Name
=
"tabControl1"
;
this
.
tabControl1
.
SelectedIndex
=
0
;
this
.
tabControl1
.
Size
=
new
System
.
Drawing
.
Size
(
707
,
460
);
this
.
tabControl1
.
Size
=
new
System
.
Drawing
.
Size
(
663
,
489
);
this
.
tabControl1
.
TabIndex
=
301
;
//
// tabPage2
...
...
@@ -2623,7 +2609,7 @@
this
.
tabPage2
.
Location
=
new
System
.
Drawing
.
Point
(
4
,
26
);
this
.
tabPage2
.
Name
=
"tabPage2"
;
this
.
tabPage2
.
Padding
=
new
System
.
Windows
.
Forms
.
Padding
(
3
);
this
.
tabPage2
.
Size
=
new
System
.
Drawing
.
Size
(
6
99
,
430
);
this
.
tabPage2
.
Size
=
new
System
.
Drawing
.
Size
(
6
55
,
451
);
this
.
tabPage2
.
TabIndex
=
1
;
this
.
tabPage2
.
Text
=
"伺服调试"
;
this
.
tabPage2
.
UseVisualStyleBackColor
=
true
;
...
...
@@ -2634,7 +2620,7 @@
this
.
tabPage3
.
Controls
.
Add
(
this
.
groupBox1
);
this
.
tabPage3
.
Location
=
new
System
.
Drawing
.
Point
(
4
,
26
);
this
.
tabPage3
.
Name
=
"tabPage3"
;
this
.
tabPage3
.
Size
=
new
System
.
Drawing
.
Size
(
6
39
,
430
);
this
.
tabPage3
.
Size
=
new
System
.
Drawing
.
Size
(
6
55
,
451
);
this
.
tabPage3
.
TabIndex
=
2
;
this
.
tabPage3
.
Text
=
"压紧轴调试"
;
this
.
tabPage3
.
UseVisualStyleBackColor
=
true
;
...
...
@@ -2651,7 +2637,7 @@
this
.
tabPage1
.
Controls
.
Add
(
this
.
label9
);
this
.
tabPage1
.
Location
=
new
System
.
Drawing
.
Point
(
4
,
26
);
this
.
tabPage1
.
Name
=
"tabPage1"
;
this
.
tabPage1
.
Size
=
new
System
.
Drawing
.
Size
(
6
39
,
430
);
this
.
tabPage1
.
Size
=
new
System
.
Drawing
.
Size
(
6
55
,
451
);
this
.
tabPage1
.
TabIndex
=
3
;
this
.
tabPage1
.
Text
=
"温湿度调试"
;
this
.
tabPage1
.
UseVisualStyleBackColor
=
true
;
...
...
@@ -2686,11 +2672,11 @@
//
// txtHum
//
this
.
txtHum
.
Font
=
new
System
.
Drawing
.
Font
(
"
宋体
"
,
9F
,
System
.
Drawing
.
FontStyle
.
Regular
,
System
.
Drawing
.
GraphicsUnit
.
Point
,
((
byte
)(
134
)));
this
.
txtHum
.
Font
=
new
System
.
Drawing
.
Font
(
"
微软雅黑
"
,
9F
,
System
.
Drawing
.
FontStyle
.
Regular
,
System
.
Drawing
.
GraphicsUnit
.
Point
,
((
byte
)(
134
)));
this
.
txtHum
.
Location
=
new
System
.
Drawing
.
Point
(
128
,
98
);
this
.
txtHum
.
MaxLength
=
10
;
this
.
txtHum
.
Name
=
"txtHum"
;
this
.
txtHum
.
Size
=
new
System
.
Drawing
.
Size
(
87
,
2
1
);
this
.
txtHum
.
Size
=
new
System
.
Drawing
.
Size
(
87
,
2
3
);
this
.
txtHum
.
TabIndex
=
247
;
this
.
txtHum
.
Text
=
"0"
;
//
...
...
@@ -2707,11 +2693,11 @@
//
// txtTemp
//
this
.
txtTemp
.
Font
=
new
System
.
Drawing
.
Font
(
"
宋体
"
,
9F
,
System
.
Drawing
.
FontStyle
.
Regular
,
System
.
Drawing
.
GraphicsUnit
.
Point
,
((
byte
)(
134
)));
this
.
txtTemp
.
Font
=
new
System
.
Drawing
.
Font
(
"
微软雅黑
"
,
9F
,
System
.
Drawing
.
FontStyle
.
Regular
,
System
.
Drawing
.
GraphicsUnit
.
Point
,
((
byte
)(
134
)));
this
.
txtTemp
.
Location
=
new
System
.
Drawing
.
Point
(
128
,
63
);
this
.
txtTemp
.
MaxLength
=
10
;
this
.
txtTemp
.
Name
=
"txtTemp"
;
this
.
txtTemp
.
Size
=
new
System
.
Drawing
.
Size
(
87
,
2
1
);
this
.
txtTemp
.
Size
=
new
System
.
Drawing
.
Size
(
87
,
2
3
);
this
.
txtTemp
.
TabIndex
=
245
;
this
.
txtTemp
.
Text
=
"0"
;
//
...
...
@@ -2728,11 +2714,11 @@
//
// txtTempPort
//
this
.
txtTempPort
.
Font
=
new
System
.
Drawing
.
Font
(
"
宋体
"
,
9F
,
System
.
Drawing
.
FontStyle
.
Regular
,
System
.
Drawing
.
GraphicsUnit
.
Point
,
((
byte
)(
134
)));
this
.
txtTempPort
.
Font
=
new
System
.
Drawing
.
Font
(
"
微软雅黑
"
,
9F
,
System
.
Drawing
.
FontStyle
.
Regular
,
System
.
Drawing
.
GraphicsUnit
.
Point
,
((
byte
)(
134
)));
this
.
txtTempPort
.
Location
=
new
System
.
Drawing
.
Point
(
128
,
28
);
this
.
txtTempPort
.
MaxLength
=
10
;
this
.
txtTempPort
.
Name
=
"txtTempPort"
;
this
.
txtTempPort
.
Size
=
new
System
.
Drawing
.
Size
(
87
,
2
1
);
this
.
txtTempPort
.
Size
=
new
System
.
Drawing
.
Size
(
87
,
2
3
);
this
.
txtTempPort
.
TabIndex
=
243
;
this
.
txtTempPort
.
Text
=
"0"
;
//
...
...
@@ -2782,10 +2768,9 @@
// tabPage4
//
this
.
tabPage4
.
Controls
.
Add
(
this
.
richTextBox1
);
this
.
tabPage4
.
Controls
.
Add
(
this
.
btnClearLog
);
this
.
tabPage4
.
Location
=
new
System
.
Drawing
.
Point
(
4
,
26
);
this
.
tabPage4
.
Name
=
"tabPage4"
;
this
.
tabPage4
.
Size
=
new
System
.
Drawing
.
Size
(
6
39
,
430
);
this
.
tabPage4
.
Size
=
new
System
.
Drawing
.
Size
(
6
55
,
459
);
this
.
tabPage4
.
TabIndex
=
4
;
this
.
tabPage4
.
Text
=
"日志"
;
this
.
tabPage4
.
UseVisualStyleBackColor
=
true
;
...
...
@@ -2805,9 +2790,9 @@
this
.
groupBox6
.
Controls
.
Add
(
this
.
btnBatchInStore
);
this
.
groupBox6
.
Controls
.
Add
(
this
.
lblOutInfo
);
this
.
groupBox6
.
Font
=
new
System
.
Drawing
.
Font
(
"微软雅黑"
,
9F
,
System
.
Drawing
.
FontStyle
.
Regular
,
System
.
Drawing
.
GraphicsUnit
.
Point
,
((
byte
)(
134
)));
this
.
groupBox6
.
Location
=
new
System
.
Drawing
.
Point
(
5
9
9
,
32
);
this
.
groupBox6
.
Location
=
new
System
.
Drawing
.
Point
(
5
8
9
,
32
);
this
.
groupBox6
.
Name
=
"groupBox6"
;
this
.
groupBox6
.
Size
=
new
System
.
Drawing
.
Size
(
707
,
241
);
this
.
groupBox6
.
Size
=
new
System
.
Drawing
.
Size
(
663
,
190
);
this
.
groupBox6
.
TabIndex
=
302
;
this
.
groupBox6
.
TabStop
=
false
;
this
.
groupBox6
.
Text
=
"批量上下料操作"
;
...
...
@@ -2816,7 +2801,7 @@
//
this
.
lblBatchMsg
.
Font
=
new
System
.
Drawing
.
Font
(
"微软雅黑"
,
9F
,
System
.
Drawing
.
FontStyle
.
Regular
,
System
.
Drawing
.
GraphicsUnit
.
Point
,
((
byte
)(
134
)));
this
.
lblBatchMsg
.
ForeColor
=
System
.
Drawing
.
Color
.
Red
;
this
.
lblBatchMsg
.
Location
=
new
System
.
Drawing
.
Point
(
16
,
61
);
this
.
lblBatchMsg
.
Location
=
new
System
.
Drawing
.
Point
(
16
,
50
);
this
.
lblBatchMsg
.
Name
=
"lblBatchMsg"
;
this
.
lblBatchMsg
.
Size
=
new
System
.
Drawing
.
Size
(
604
,
38
);
this
.
lblBatchMsg
.
TabIndex
=
233
;
...
...
@@ -2825,9 +2810,9 @@
// btnOpenDoor
//
this
.
btnOpenDoor
.
Font
=
new
System
.
Drawing
.
Font
(
"微软雅黑"
,
9F
,
System
.
Drawing
.
FontStyle
.
Regular
,
System
.
Drawing
.
GraphicsUnit
.
Point
,
((
byte
)(
134
)));
this
.
btnOpenDoor
.
Location
=
new
System
.
Drawing
.
Point
(
1
44
,
151
);
this
.
btnOpenDoor
.
Location
=
new
System
.
Drawing
.
Point
(
1
1
,
140
);
this
.
btnOpenDoor
.
Name
=
"btnOpenDoor"
;
this
.
btnOpenDoor
.
Size
=
new
System
.
Drawing
.
Size
(
15
7
,
38
);
this
.
btnOpenDoor
.
Size
=
new
System
.
Drawing
.
Size
(
15
5
,
38
);
this
.
btnOpenDoor
.
TabIndex
=
232
;
this
.
btnOpenDoor
.
Text
=
"打开门锁"
;
this
.
btnOpenDoor
.
UseVisualStyleBackColor
=
true
;
...
...
@@ -2838,7 +2823,7 @@
this
.
lblWaitTragGo
.
AutoSize
=
true
;
this
.
lblWaitTragGo
.
Font
=
new
System
.
Drawing
.
Font
(
"微软雅黑"
,
12F
,
System
.
Drawing
.
FontStyle
.
Bold
,
System
.
Drawing
.
GraphicsUnit
.
Point
,
((
byte
)(
134
)));
this
.
lblWaitTragGo
.
ForeColor
=
System
.
Drawing
.
Color
.
Red
;
this
.
lblWaitTragGo
.
Location
=
new
System
.
Drawing
.
Point
(
192
,
1
13
);
this
.
lblWaitTragGo
.
Location
=
new
System
.
Drawing
.
Point
(
192
,
1
02
);
this
.
lblWaitTragGo
.
Name
=
"lblWaitTragGo"
;
this
.
lblWaitTragGo
.
Size
=
new
System
.
Drawing
.
Size
(
250
,
22
);
this
.
lblWaitTragGo
.
TabIndex
=
231
;
...
...
@@ -2847,9 +2832,9 @@
// btnWaitTrgGo
//
this
.
btnWaitTrgGo
.
Font
=
new
System
.
Drawing
.
Font
(
"微软雅黑"
,
9F
,
System
.
Drawing
.
FontStyle
.
Regular
,
System
.
Drawing
.
GraphicsUnit
.
Point
,
((
byte
)(
134
)));
this
.
btnWaitTrgGo
.
Location
=
new
System
.
Drawing
.
Point
(
22
,
106
);
this
.
btnWaitTrgGo
.
Location
=
new
System
.
Drawing
.
Point
(
11
,
95
);
this
.
btnWaitTrgGo
.
Name
=
"btnWaitTrgGo"
;
this
.
btnWaitTrgGo
.
Size
=
new
System
.
Drawing
.
Size
(
15
7
,
38
);
this
.
btnWaitTrgGo
.
Size
=
new
System
.
Drawing
.
Size
(
15
5
,
38
);
this
.
btnWaitTrgGo
.
TabIndex
=
230
;
this
.
btnWaitTrgGo
.
Text
=
"门口料盘已拿出"
;
this
.
btnWaitTrgGo
.
UseVisualStyleBackColor
=
true
;
...
...
@@ -2860,7 +2845,7 @@
this
.
lblBatchStatus
.
AutoSize
=
true
;
this
.
lblBatchStatus
.
Font
=
new
System
.
Drawing
.
Font
(
"微软雅黑"
,
10.5F
,
System
.
Drawing
.
FontStyle
.
Bold
,
System
.
Drawing
.
GraphicsUnit
.
Point
,
((
byte
)(
134
)));
this
.
lblBatchStatus
.
ForeColor
=
System
.
Drawing
.
Color
.
Green
;
this
.
lblBatchStatus
.
Location
=
new
System
.
Drawing
.
Point
(
19
,
33
);
this
.
lblBatchStatus
.
Location
=
new
System
.
Drawing
.
Point
(
19
,
25
);
this
.
lblBatchStatus
.
Name
=
"lblBatchStatus"
;
this
.
lblBatchStatus
.
Size
=
new
System
.
Drawing
.
Size
(
65
,
19
);
this
.
lblBatchStatus
.
TabIndex
=
229
;
...
...
@@ -2869,9 +2854,9 @@
// btnCloseDoor
//
this
.
btnCloseDoor
.
Font
=
new
System
.
Drawing
.
Font
(
"微软雅黑"
,
9F
,
System
.
Drawing
.
FontStyle
.
Regular
,
System
.
Drawing
.
GraphicsUnit
.
Point
,
((
byte
)(
134
)));
this
.
btnCloseDoor
.
Location
=
new
System
.
Drawing
.
Point
(
144
,
194
);
this
.
btnCloseDoor
.
Location
=
new
System
.
Drawing
.
Point
(
487
,
140
);
this
.
btnCloseDoor
.
Name
=
"btnCloseDoor"
;
this
.
btnCloseDoor
.
Size
=
new
System
.
Drawing
.
Size
(
15
7
,
38
);
this
.
btnCloseDoor
.
Size
=
new
System
.
Drawing
.
Size
(
15
5
,
38
);
this
.
btnCloseDoor
.
TabIndex
=
226
;
this
.
btnCloseDoor
.
Text
=
"关闭门锁"
;
this
.
btnCloseDoor
.
UseVisualStyleBackColor
=
true
;
...
...
@@ -2880,9 +2865,9 @@
// btnGetOutTray
//
this
.
btnGetOutTray
.
Font
=
new
System
.
Drawing
.
Font
(
"微软雅黑"
,
9F
,
System
.
Drawing
.
FontStyle
.
Regular
,
System
.
Drawing
.
GraphicsUnit
.
Point
,
((
byte
)(
134
)));
this
.
btnGetOutTray
.
Location
=
new
System
.
Drawing
.
Point
(
3
14
,
194
);
this
.
btnGetOutTray
.
Location
=
new
System
.
Drawing
.
Point
(
3
28
,
140
);
this
.
btnGetOutTray
.
Name
=
"btnGetOutTray"
;
this
.
btnGetOutTray
.
Size
=
new
System
.
Drawing
.
Size
(
15
7
,
38
);
this
.
btnGetOutTray
.
Size
=
new
System
.
Drawing
.
Size
(
15
5
,
38
);
this
.
btnGetOutTray
.
TabIndex
=
225
;
this
.
btnGetOutTray
.
Text
=
"取出出库料盘"
;
this
.
btnGetOutTray
.
UseVisualStyleBackColor
=
true
;
...
...
@@ -2893,7 +2878,7 @@
this
.
lblDoorStatus
.
AutoSize
=
true
;
this
.
lblDoorStatus
.
Font
=
new
System
.
Drawing
.
Font
(
"微软雅黑"
,
10.5F
,
System
.
Drawing
.
FontStyle
.
Regular
,
System
.
Drawing
.
GraphicsUnit
.
Point
,
((
byte
)(
134
)));
this
.
lblDoorStatus
.
ForeColor
=
System
.
Drawing
.
Color
.
Green
;
this
.
lblDoorStatus
.
Location
=
new
System
.
Drawing
.
Point
(
425
,
33
);
this
.
lblDoorStatus
.
Location
=
new
System
.
Drawing
.
Point
(
425
,
22
);
this
.
lblDoorStatus
.
Name
=
"lblDoorStatus"
;
this
.
lblDoorStatus
.
Size
=
new
System
.
Drawing
.
Size
(
110
,
20
);
this
.
lblDoorStatus
.
TabIndex
=
224
;
...
...
@@ -2902,9 +2887,9 @@
// btnBatchInStore
//
this
.
btnBatchInStore
.
Font
=
new
System
.
Drawing
.
Font
(
"微软雅黑"
,
9F
,
System
.
Drawing
.
FontStyle
.
Regular
,
System
.
Drawing
.
GraphicsUnit
.
Point
,
((
byte
)(
134
)));
this
.
btnBatchInStore
.
Location
=
new
System
.
Drawing
.
Point
(
314
,
151
);
this
.
btnBatchInStore
.
Location
=
new
System
.
Drawing
.
Point
(
170
,
140
);
this
.
btnBatchInStore
.
Name
=
"btnBatchInStore"
;
this
.
btnBatchInStore
.
Size
=
new
System
.
Drawing
.
Size
(
15
7
,
38
);
this
.
btnBatchInStore
.
Size
=
new
System
.
Drawing
.
Size
(
15
5
,
38
);
this
.
btnBatchInStore
.
TabIndex
=
103
;
this
.
btnBatchInStore
.
Text
=
"开始批量入库"
;
this
.
btnBatchInStore
.
UseVisualStyleBackColor
=
true
;
...
...
@@ -2914,7 +2899,7 @@
//
this
.
lblOutInfo
.
Font
=
new
System
.
Drawing
.
Font
(
"微软雅黑"
,
10.5F
,
System
.
Drawing
.
FontStyle
.
Bold
,
System
.
Drawing
.
GraphicsUnit
.
Point
,
((
byte
)(
134
)));
this
.
lblOutInfo
.
ForeColor
=
System
.
Drawing
.
Color
.
Green
;
this
.
lblOutInfo
.
Location
=
new
System
.
Drawing
.
Point
(
22
,
1
13
);
this
.
lblOutInfo
.
Location
=
new
System
.
Drawing
.
Point
(
22
,
1
02
);
this
.
lblOutInfo
.
Name
=
"lblOutInfo"
;
this
.
lblOutInfo
.
Size
=
new
System
.
Drawing
.
Size
(
584
,
22
);
this
.
lblOutInfo
.
TabIndex
=
234
;
...
...
@@ -2925,7 +2910,7 @@
//
this
.
AutoScaleDimensions
=
new
System
.
Drawing
.
SizeF
(
96F
,
96F
);
this
.
AutoScaleMode
=
System
.
Windows
.
Forms
.
AutoScaleMode
.
Dpi
;
this
.
ClientSize
=
new
System
.
Drawing
.
Size
(
1
320
,
74
9
);
this
.
ClientSize
=
new
System
.
Drawing
.
Size
(
1
264
,
72
9
);
this
.
Controls
.
Add
(
this
.
groupBox6
);
this
.
Controls
.
Add
(
this
.
tabControl1
);
this
.
Controls
.
Add
(
this
.
groupBox3
);
...
...
source/ACSingleStore/FrmStoreBox.cs
查看文件 @
d824641
...
...
@@ -124,15 +124,7 @@ namespace OnlineStore.AutoInOutStore
AutoIn
=
ResourceCulture
.
GetString
(
ResourceCulture
.
AutoIn
,
"自动入库:"
);
//摄像机调试ToolStripMenuItem.Visible = CurrLanguage.Equals(ResourceCulture.China);
//toolStripSeparator10.Visible = CurrLanguage.Equals(ResourceCulture.China);
if
(
CurrLanguage
.
Equals
(
ResourceCulture
.
China
))
{
LogUtil
.
logBox
=
this
.
richTextBox1
;
}
else
{
LogUtil
.
ClearLog
();
LogUtil
.
logBox
=
null
;
}
ToolStripItemCollection
collection
=
menuStrip1
.
Items
;
...
...
@@ -158,6 +150,16 @@ namespace OnlineStore.AutoInOutStore
显示
ToolStripMenuItem
.
Text
=
ResourceCulture
.
GetString
(
ResourceCulture
.
GetTextIdStr
(
class
Name
,
显示
ToolStripMenuItem
.
Name
),
显示
ToolStripMenuItem
.
Text
);
toolStripMenuItem1
.
Text
=
ResourceCulture
.
GetString
(
ResourceCulture
.
GetTextIdStr
(
class
Name
,
toolStripMenuItem1
.
Name
),
toolStripMenuItem1
.
Text
);
notifyIcon1
.
Text
=
this
.
Text
;
if
(
CurrLanguage
.
Equals
(
ResourceCulture
.
China
))
{
LogUtil
.
logBox
=
this
.
richTextBox1
;
}
else
{
LogUtil
.
ClearLog
();
LogUtil
.
logBox
=
null
;
this
.
richTextBox1
.
Clear
();
}
}
private
void
start_button_Click
(
object
sender
,
EventArgs
e
)
...
...
@@ -233,14 +235,15 @@ namespace OnlineStore.AutoInOutStore
{
try
{
if
(
this
.
Visible
.
Equals
(
false
)
&&
this
.
notifyIcon1
.
Visible
)
if
(
this
.
Visible
.
Equals
(
false
)
)
{
return
;
}
BatchInoutStatus
();
lblTemp
.
Text
=
store
.
currTempStr
;
lblBatchMsg
.
Text
=
AutomaticBaiting
.
WarnMsg
;
lblWarnMsg
.
Text
=
store
.
WarnMsg
;
//忙碌状态不读取状态
if
(!
store
.
storeRunStatus
.
Equals
(
StoreRunStatus
.
Busy
))
{
...
...
@@ -266,7 +269,6 @@ namespace OnlineStore.AutoInOutStore
}
lblBatchStatus
.
Text
=
store
.
GetRunStr
(
AutomaticBaiting
.
AutoBaitingStatus
,
false
);
lblBatchMsg
.
Text
=
AutomaticBaiting
.
WarnMsg
;
//ReadPosistion();
if
(
store
.
storeRunStatus
>
StoreRunStatus
.
Wait
)
...
...
@@ -303,7 +305,7 @@ namespace OnlineStore.AutoInOutStore
}
}
}
lblWarnMsg
.
Text
=
store
.
WarnMsg
;
//string deviceMsg = "叉子上有料盘,请打开仓门检查";
if
(
store
.
storeRunStatus
.
Equals
(
StoreRunStatus
.
Runing
)
&&
store
.
StoreMove
.
MoveType
.
Equals
(
StoreMoveType
.
None
)
&&
KND
.
IOValue
(
IO_Type
.
TrayCheck_Fixture
).
Equals
(
IO_VALUE
.
HIGH
))
{
...
...
@@ -342,7 +344,7 @@ namespace OnlineStore.AutoInOutStore
else
{
lblThisSta
.
Text
=
WaitStart
;
lblWarnMsg
.
Text
=
""
;
//
lblWarnMsg.Text = "";
btnStartAuTo
.
Text
=
StartAuto
;
lblDoorStatus
.
Text
=
ResourceCulture
.
GetString
(
ResourceCulture
.
NoDoorStatus
,
"仓门状态未知"
);
}
...
...
source/ACSingleStore/Properties/Resource.en-US.resx
查看文件 @
d824641
...
...
@@ -459,15 +459,9 @@
<data name="FrmStoreBox_btnUpDownP7_Text" xml:space="preserve">
<value>l-axis taking out buffer P7:</value>
</data>
<!--<data name="FrmStoreBox_btnUpDownP8_Text" xml:space="preserve">
<value>l-axis providing buffer P8:</value>
</data>-->
<data name="FrmStoreBox_btnUpDownP1_Text" xml:space="preserve">
<value>l-axis picking P1:</value>
</data>
<!--<data name="FrmStoreBox_btnUpDownP2_Text" xml:space="preserve">
<value>l-axis former providing P2:</value>
</data>-->
<data name="FrmStoreBox_btnComP3_Text" xml:space="preserve">
<value>p-axis former pressing P3:</value>
</data>
...
...
@@ -631,7 +625,7 @@
<value>Chinese</value>
</data>
<data name="FrmStoreBox_iO状态查看ToolStripMenuItem_Text" xml:space="preserve">
<value>
Devic
e Debugging</value>
<value>
IO stat
e Debugging</value>
</data>
<data name="FrmStoreBox_toolStripMenuItem1_Text" xml:space="preserve">
<value>Exit</value>
...
...
@@ -699,164 +693,463 @@
<data name="FrmStoreBox_退出ToolStripMenuItem_Text" xml:space="preserve">
<value>Exit</value>
</data>
<data name="CanotSingleInStore" xml:space="preserve"> <value>Single storing not support</value></data>
<data name="InoutNotOk" xml:space="preserve"> <value>Gripper not stanby, return the gripper to standby</value></data>
<data name="InoutWarn" xml:space="preserve"> <value>Warn(move the lifting and rotating axis only when the gripper is stanby)</value></data>
<data name="CanotBack" xml:space="preserve"> <value>No alarm, back to stanby when no storing and reset</value></data>
<data name="PCloseDoor" xml:space="preserve"> <value>Close batch loading door</value></data>
<data name="PWPwd" xml:space="preserve"> <value>Enter the right PSW</value></data>
<data name="CnotOpen" xml:space="preserve"> <value>BUSY,open doorlock failure</value></data>
<data name="batchInError" xml:space="preserve"> <value>Batch storing Error: Close feeding device</value></data>
<data name="batchInError2" xml:space="preserve"> <value>Batch storing Error: gripper full, check before restoring</value></data>
<data name="GetError" xml:space="preserve"> <value>Providing Error: No reel</value></data>
<data name="GetError2" xml:space="preserve"> <value>Providing Error: BUSY, open doorlock failure</value></data>
<data name="CloseError" xml:space="preserve"> <value>Door lock Error: Close feeding device</value></data>
<data name="TakeTrayOut" xml:space="preserve"> <value>Take out reel manually</value></data>
<data name="NoAIr" xml:space="preserve"> <value>Pressure signal undetected</value></data>
<data name="trayHeight" xml:space="preserve"> <value>Reel height</value></data>
<data name="FuLimit" xml:space="preserve"> <value>Negative limit</value></data>
<data name="ZhLimit" xml:space="preserve"> <value>Positive limit</value></data>
<data name="BatchStop" xml:space="preserve"> <value>Feeding axis stop</value></data>
<data name="ScanOk" xml:space="preserve"> <value>Scanning complete</value></data>
<data name="TakeTrayGo" xml:space="preserve"> <value>Take reel</value></data>
<data name="WaitEnd" xml:space="preserve"> <value>Wait for providing complete</value></data>
<data name="XiLiaoError" xml:space="preserve"> <value>Grip material error</value></data>
<data name="ServoOff" xml:space="preserve"> <value>Servo OFF</value></data>
<data name="servoON" xml:space="preserve"> <value>Servo ON</value></data>
<data name="NoDoorStatus" xml:space="preserve"> <value>Door state unknown</value></data>
<data name="InstoreInfo" xml:space="preserve"> <value>Batch store-provide info: storing:</value></data>
<data name="oustore" xml:space="preserve"> <value>Providing:</value></data>
<data name="doorClose" xml:space="preserve"> <value>Doorlock close</value></data>
<data name="doorOpen" xml:space="preserve"> <value>Doorlock open</value></data>
<data name="X01" xml:space="preserve"> <value>Emergency stop</value></data>
<data name="X02" xml:space="preserve"> <value>Reset</value></data>
<data name="X03" xml:space="preserve"> <value>Auto</value></data>
<data name="X04" xml:space="preserve"> <value>Security grating</value></data>
<data name="X05" xml:space="preserve"> <value>Portal ascent position</value></data>
<data name="X06" xml:space="preserve"> <value>Portal descent position</value></data>
<data name="X07" xml:space="preserve"> <value>Chuck cylinder ascent position</value></data>
<data name="X08" xml:space="preserve"> <value>Chuck cylinder descent position</value></data>
<data name="X09" xml:space="preserve"> <value>Reel width detection1</value></data>
<data name="X10" xml:space="preserve"> <value>Reel width detection2</value></data>
<data name="X11" xml:space="preserve"> <value>Feeding detection</value></data>
<data name="X12" xml:space="preserve"> <value>Providing detection</value></data>
<data name="X13" xml:space="preserve"> <value>Doorlock cylinder open</value></data>
<data name="X14" xml:space="preserve"> <value>Doorlock cylinder close</value></data>
<data name="X15" xml:space="preserve"> <value>Fork tray detection</value></data>
<data name="X16" xml:space="preserve"> <value>Pressure measurement detection</value></data>
<data name="Y01" xml:space="preserve"> <value>Auto indicator light</value></data>
<data name="Y02" xml:space="preserve"> <value>Error indicator light</value></data>
<data name="Y03" xml:space="preserve"> <value>indicator light</value></data>
<data name="Y04" xml:space="preserve"> <value>Blowing SOL ON</value></data>
<data name="Y05" xml:space="preserve"> <value>SMD BOX operating ON</value></data>
<data name="Y06" xml:space="preserve"> <value>Brake power of axis2 ON</value></data>
<data name="Y07" xml:space="preserve"> <value>Camera light ON</value></data>
<data name="Y08" xml:space="preserve"> <value>Grip material SOL</value></data>
<data name="Y09" xml:space="preserve"> <value>Portal ascent SOL</value></data>
<data name="Y10" xml:space="preserve"> <value>Portal descent SOL</value></data>
<data name="Y11" xml:space="preserve"> <value>Chuck cylinder ascent SOL</value></data>
<data name="Y12" xml:space="preserve"> <value>Chuck cylinder descent SOL</value></data>
<data name="Y13" xml:space="preserve"> <value>Doorlock cylinder open SOL</value></data>
<data name="Y14" xml:space="preserve"> <value>Doorlock cylinder close SOL</value></data>
<data name="Y15" xml:space="preserve"> <value>Access controller block</value></data>
<data name="Y16" xml:space="preserve"> <value></value></data>
<data name="X17" xml:space="preserve"> <value>Feeding door close</value></data>
<data name="X18" xml:space="preserve"> <value>Pressure detection</value></data>
<data name="X19" xml:space="preserve"> <value>Confirm sucker pressure signal</value></data>
<data name="X20" xml:space="preserve"> <value>door limit</value></data>
<data name="Middle_Axis" xml:space="preserve"> <value>(Axis 1) rotation axis</value></data>
<data name="UpDown_Axis" xml:space="preserve"> <value>(Axis 2) lifting axis</value></data>
<data name="InOut_Axis" xml:space="preserve"> <value>(Axis 3) in-out axis</value></data>
<data name="Batch_Axis" xml:space="preserve"> <value>(Axis 5) Batch loading axis</value></data>
<data name="FrmStoreBox_groupBox6_Text" xml:space="preserve"> <value>Batch storing info: saving:</value></data>
<data name="FrmStoreBox_btnOpenDoor_Text" xml:space="preserve"> <value>Open doorlock</value></data>
<data name="FrmStoreBox_lblWaitTragGo_Text" xml:space="preserve"> <value>Take reel,click left to confirm</value></data>
<data name="FrmStoreBox_btnWaitTrgGo_Text" xml:space="preserve"> <value>Portal reel taken</value></data>
<data name="FrmStoreBox_lblBatchStatus_Text" xml:space="preserve"> <value>Wait to start</value></data>
<data name="FrmStoreBox_btnCloseDoor_Text" xml:space="preserve"> <value>Close doorlock</value></data>
<data name="FrmStoreBox_btnGetOutTray_Text" xml:space="preserve"> <value>Take the reel</value></data>
<data name="FrmStoreBox_lblDoorStatus_Text" xml:space="preserve"> <value>Door state:close</value></data>
<data name="FrmStoreBox_btnBatchInStore_Text" xml:space="preserve"> <value>Start butch storing</value></data>
<data name="FrmStoreBox_lblOutInfo_Text" xml:space="preserve"> <value>Butch providing info</value></data>
<data name="FrmStoreBox_tabPage2_Text" xml:space="preserve"> <value>Servo debug</value></data>
<data name="FrmStoreBox_btnUpdateSpeed_Text" xml:space="preserve"> <value>Change speed</value></data>
<data name="FrmStoreBox_btnUpdateStatus_Text" xml:space="preserve"> <value>Read all state</value></data>
<data name="FrmStoreBox_label24_Text" xml:space="preserve"> <value>Negative limit signal</value></data>
<data name="FrmStoreBox_label26_Text" xml:space="preserve"> <value>1=ON,0=OFF</value></data>
<data name="FrmStoreBox_btnReadLimit2_Text" xml:space="preserve"> <value>Read negative limit signal</value></data>
<data name="FrmStoreBox_label22_Text" xml:space="preserve"> <value>Positive limit signal</value></data>
<data name="FrmStoreBox_label23_Text" xml:space="preserve"> <value>1=ON,0=OFF</value></data>
<data name="FrmStoreBox_btnReadLimit1_Text" xml:space="preserve"> <value>Read positive limit signal</value></data>
<data name="FrmStoreBox_btnReadBusy_Text" xml:space="preserve"> <value>Read BUSY state</value></data>
<data name="FrmStoreBox_tabPage3_Text" xml:space="preserve"> <value>Pressure axis debug</value></data>
<data name="FrmStoreBox_groupBox4_Text" xml:space="preserve"> <value>Pressure axis</value></data>
<data name="FrmStoreBox_lblComMsg_Text" xml:space="preserve"> <value>Step motor info</value></data>
<data name="FrmStoreBox_btnRelMove_Text" xml:space="preserve"> <value>Relative move</value></data>
<data name="FrmStoreBox_label18_Text" xml:space="preserve"> <value>Address</value></data>
<data name="FrmStoreBox_btnGetPosition_Text" xml:space="preserve"> <value>Point position</value></data>
<data name="FrmStoreBox_label13_Text" xml:space="preserve"> <value>Origin direction:</value></data>
<data name="FrmStoreBox_label17_Text" xml:space="preserve"> <value>Speed:</value></data>
<data name="FrmStoreBox_btnVolMove_Text" xml:space="preserve"> <value>uniform move</value></data>
<data name="FrmStoreBox_btnClose_Text" xml:space="preserve"> <value>Close serial port</value></data>
<data name="FrmStoreBox_btnOpen_Text" xml:space="preserve"> <value>Open serial port</value></data>
<data name="FrmStoreBox_btnStatusSearch_Text" xml:space="preserve"> <value>Check motion state</value></data>
<data name="FrmStoreBox_label19_Text" xml:space="preserve"> <value>Position:</value></data>
<data name="FrmStoreBox_btnHomeMove_Text" xml:space="preserve"> <value>Back to home</value></data>
<data name="FrmStoreBox_btnClearPosition_Text" xml:space="preserve"> <value>Reset position</value></data>
<data name="FrmStoreBox_btnStop_Text" xml:space="preserve"> <value>Stop move</value></data>
<data name="FrmStoreBox_btnLineAbsMove_Text" xml:space="preserve"> <value>Abosolute move</value></data>
<data name="FrmStoreBox_label25_Text" xml:space="preserve"> <value>Port number:</value></data>
<data name="FrmStoreBox_lblAxisStatus_Text" xml:space="preserve"> <value>Click to read real state of axis</value></data>
<data name="FrmStoreBox_button3_Text" xml:space="preserve"> <value>Read position</value></data>
<data name="FrmStoreBox_label20_Text" xml:space="preserve"> <value>Batch loading axis</value></data>
<data name="FrmStoreBox_tabPage1_Text" xml:space="preserve"> <value>Humidity / temp debug</value></data>
<data name="FrmStoreBox_groupBox7_Text" xml:space="preserve"> <value>Temp controller debug</value></data>
<data name="FrmStoreBox_btnSelTemp_Text" xml:space="preserve"> <value>Search</value></data>
<data name="FrmStoreBox_label29_Text" xml:space="preserve"> <value>Humidity:</value></data>
<data name="FrmStoreBox_label28_Text" xml:space="preserve"> <value>Temperature:</value></data>
<data name="FrmStoreBox_label27_Text" xml:space="preserve"> <value>Port number:</value></data>
<data name="FrmStoreBox_btnTempClose_Text" xml:space="preserve"> <value>Disconnect</value></data>
<data name="FrmStoreBox_btnTempInit_Text" xml:space="preserve"> <value>Initialize</value></data>
<data name="FrmStoreBox_btnBatchReset_Text" xml:space="preserve"> <value>Reset batch loading module </value></data>
<data name="FrmStoreBox_tabPage4_Text" xml:space="preserve"> <value>Log</value></data>
<data name="FrmStoreBox_btnSave_Text" xml:space="preserve"> <value>Save as simulative storing position</value></data>
<data name="FrmStoreBox_btnInOutP4_Text" xml:space="preserve"> <value>In-out axis providing P4:</value></data>
<data name="FrmStoreBox_btnBatchOutTest_Text" xml:space="preserve"> <value>Batch providing test</value></data>
<data name="FrmStoreBox_btnUpdownP8_Text" xml:space="preserve"> <value>l-axis low providing P8:</value></data>
<data name="FrmStoreBox_btnUpdownP2_Text" xml:space="preserve"> <value>l-axis high providing P2:</value></data>
<data name="FrmStoreBox_btnUpDownDoor_Text" xml:space="preserve"> <value>l-axis Storehouse door P7:</value></data>
<data name="FrmStoreBox_上料模块复位ToolStripMenuItem_Text" xml:space="preserve"> <value>Reset feeding module</value></data>
<data name="FrmStoreBox_toolStripMenuItem4_Text" xml:space="preserve"> <value>Access controller open</value></data>
<data name="FrmStoreBox_toolStripMenuItem5_Text" xml:space="preserve"> <value>Access controller block</value></data>
<data name="FrmStoreBox_批量上下轴ONToolStripMenuItem_Text" xml:space="preserve"> <value>Batch loading axis ON</value></data>
<data name="FrmStoreBox_批量上下轴OFFToolStripMenuItem_Text" xml:space="preserve"> <value>Batch loading axis OFF</value></data>
<data name="FrmStoreBox_设备调试ToolStripMenuItem_Text" xml:space="preserve"> <value>Device Debugging</value></data>
<data name="FrmStoreBox_摄像机调试ToolStripMenuItem_Text" xml:space="preserve"> <value>learn QR code</value></data>
<data name="FrmStoreBox_toolStripMenuItem1_Text" xml:space="preserve"> <value>Exit</value></data>
<data name="FrmPwd_Text" xml:space="preserve"> <value>Enter PSW:</value></data>
<data name="FrmPwd_btnNext_Text" xml:space="preserve"> <value>Confirm</value></data>
<data name="FrmPwd_btnBack_Text" xml:space="preserve"> <value>Back</value></data>
<data name="FrmPwd_label1_Text" xml:space="preserve"> <value>Enter PSW:</value></data>
<data name="InstoreInfo" xml:space="preserve"> <value>Batch store-provide info: storing:</value></data>
<data name="oustore" xml:space="preserve"> <value>Providing:</value></data>
<data name="NoDoorStatus" xml:space="preserve"> <value>Door state unknown</value></data>
<data name="doorClose" xml:space="preserve"> <value>Door lock close</value></data>
<data name="FrmAxisDebug_btnAutoMovej_Text" xml:space="preserve"> <value>Loading axis-(down)</value></data>
<data name="FrmAxisDebug_btnAutoMove_Text" xml:space="preserve"> <value>Loading axis+(up)</value></data>
<data name="FrmAxisDebug_label7_Text" xml:space="preserve"> <value>Batch loading axis</value></data>
<data name="FrmAxisDebug_btnComMovej_Text" xml:space="preserve"> <value>Pressure axis-(down)</value></data>
<data name="FrmAxisDebug_btnComMove_Text" xml:space="preserve"> <value>Pressure axis+(up)</value></data>
<data name="FrmAxisDebug_label4_Text" xml:space="preserve"> <value>(Axis 4)pressure axis</value></data>
<data name="FrmIOStatus_button4_Text" xml:space="preserve"> <value>Stop blow</value></data>
<data name="FrmIOStatus_button5_Text" xml:space="preserve"> <value>Start blow</value></data>
<data name="FrmIOStatus_button2_Text" xml:space="preserve"> <value>Stop operation ON</value></data>
<data name="FrmIOStatus_button3_Text" xml:space="preserve"> <value>Start operation ON</value></data>
<data name="FrmIOStatus_btnSXil_Text" xml:space="preserve"> <value>Stop grip material</value></data>
<data name="FrmIOStatus_btnSXi_Text" xml:space="preserve"> <value>Start grip material</value></data>
<data name="FrmIOStatus_btnDClose_Text" xml:space="preserve"> <value>Door lock close</value></data>
<data name="FrmIOStatus_btnDOpen_Text" xml:space="preserve"> <value>Door lock open</value></data>
<data name="FrmIOStatus_btnSuckingDiscDown_Text" xml:space="preserve"> <value>Sucker descent</value></data>
<data name="FrmIOStatus_btnSuckingDiscUp_Text" xml:space="preserve"> <value>Sucker ascent</value></data>
<data name="CanotSingleInStore" xml:space="preserve">
<value>Single storing not support</value>
</data>
<data name="InoutNotOk" xml:space="preserve">
<value>Gripper not stanby, return the gripper to standby</value>
</data>
<data name="InoutWarn" xml:space="preserve">
<value>Warn(move the lifting and rotating axis only when the gripper is stanby)</value>
</data>
<data name="CanotBack" xml:space="preserve">
<value>No alarm, back to stanby when no storing and reset</value>
</data>
<data name="PCloseDoor" xml:space="preserve">
<value>Close batch loading door</value>
</data>
<data name="PWPwd" xml:space="preserve">
<value>Enter the right PSW</value>
</data>
<data name="CnotOpen" xml:space="preserve">
<value>BUSY,open doorlock failure</value>
</data>
<data name="batchInError" xml:space="preserve">
<value>Batch storing Error: Close feeding device</value>
</data>
<data name="batchInError2" xml:space="preserve">
<value>Batch storing Error: gripper full, check before restoring</value>
</data>
<data name="GetError" xml:space="preserve">
<value>Providing Error: No reel</value>
</data>
<data name="GetError2" xml:space="preserve">
<value>Providing Error: BUSY, open doorlock failure</value>
</data>
<data name="CloseError" xml:space="preserve">
<value>Door lock Error: Close feeding device</value>
</data>
<data name="TakeTrayOut" xml:space="preserve">
<value>Take out reel manually</value>
</data>
<data name="NoAIr" xml:space="preserve">
<value>Pressure signal undetected</value>
</data>
<data name="trayHeight" xml:space="preserve">
<value>Reel height</value>
</data>
<data name="FuLimit" xml:space="preserve">
<value>Negative limit</value>
</data>
<data name="ZhLimit" xml:space="preserve">
<value>Positive limit</value>
</data>
<data name="BatchStop" xml:space="preserve">
<value>Feeding axis stop</value>
</data>
<data name="ScanOk" xml:space="preserve">
<value>Scanning complete</value>
</data>
<data name="TakeTrayGo" xml:space="preserve">
<value>Take reel</value>
</data>
<data name="WaitEnd" xml:space="preserve">
<value>Wait for providing complete</value>
</data>
<data name="XiLiaoError" xml:space="preserve">
<value>Grip material error</value>
</data>
<data name="ServoOff" xml:space="preserve">
<value>Servo OFF</value>
</data>
<data name="servoON" xml:space="preserve">
<value>Servo ON</value>
</data>
<data name="NoDoorStatus" xml:space="preserve">
<value>Door state unknown</value>
</data>
<data name="InstoreInfo" xml:space="preserve">
<value>Batch store-provide info: storing:</value>
</data>
<data name="oustore" xml:space="preserve">
<value>Providing:</value>
</data>
<data name="doorClose" xml:space="preserve">
<value>Door lock close</value>
</data>
<data name="doorOpen" xml:space="preserve">
<value>Doorlock open</value>
</data>
<data name="X01" xml:space="preserve">
<value>Emergency stop</value>
</data>
<data name="X02" xml:space="preserve">
<value>Reset</value>
</data>
<data name="X03" xml:space="preserve">
<value>Auto</value>
</data>
<data name="X04" xml:space="preserve">
<value>Security grating</value>
</data>
<data name="X05" xml:space="preserve">
<value>Portal ascent position</value>
</data>
<data name="X06" xml:space="preserve">
<value>Portal descent position</value>
</data>
<data name="X07" xml:space="preserve">
<value>Chuck cylinder ascent position</value>
</data>
<data name="X08" xml:space="preserve">
<value>Chuck cylinder descent position</value>
</data>
<data name="X09" xml:space="preserve">
<value>Reel width detection1</value>
</data>
<data name="X10" xml:space="preserve">
<value>Reel width detection2</value>
</data>
<data name="X11" xml:space="preserve">
<value>Feeding detection</value>
</data>
<data name="X12" xml:space="preserve">
<value>Providing detection</value>
</data>
<data name="X13" xml:space="preserve">
<value>Doorlock cylinder open</value>
</data>
<data name="X14" xml:space="preserve">
<value>Doorlock cylinder close</value>
</data>
<data name="X15" xml:space="preserve">
<value>Fork tray detection</value>
</data>
<data name="X16" xml:space="preserve">
<value>Pressure measurement detection</value>
</data>
<data name="Y01" xml:space="preserve">
<value>Auto indicator light</value>
</data>
<data name="Y02" xml:space="preserve">
<value>Error indicator light</value>
</data>
<data name="Y03" xml:space="preserve">
<value>indicator light</value>
</data>
<data name="Y04" xml:space="preserve">
<value>Blowing SOL ON</value>
</data>
<data name="Y05" xml:space="preserve">
<value>SMD BOX operating ON</value>
</data>
<data name="Y06" xml:space="preserve">
<value>Brake power of axis2 ON</value>
</data>
<data name="Y07" xml:space="preserve">
<value>Camera light ON</value>
</data>
<data name="Y08" xml:space="preserve">
<value>Grip material SOL</value>
</data>
<data name="Y09" xml:space="preserve">
<value>Portal ascent SOL</value>
</data>
<data name="Y10" xml:space="preserve">
<value>Portal descent SOL</value>
</data>
<data name="Y11" xml:space="preserve">
<value>Chuck cylinder ascent SOL</value>
</data>
<data name="Y12" xml:space="preserve">
<value>Chuck cylinder descent SOL</value>
</data>
<data name="Y13" xml:space="preserve">
<value>Doorlock cylinder open SOL</value>
</data>
<data name="Y14" xml:space="preserve">
<value>Doorlock cylinder close SOL</value>
</data>
<data name="Y15" xml:space="preserve">
<value>Access controller block</value>
</data>
<data name="Y16" xml:space="preserve">
<value />
</data>
<data name="X17" xml:space="preserve">
<value>Feeding door close</value>
</data>
<data name="X18" xml:space="preserve">
<value>Pressure detection</value>
</data>
<data name="X19" xml:space="preserve">
<value>Confirm sucker pressure signal</value>
</data>
<data name="X20" xml:space="preserve">
<value>door limit</value>
</data>
<data name="Batch_Axis" xml:space="preserve">
<value>(Axis 5) Batch loading axis</value>
</data>
<data name="FrmStoreBox_groupBox6_Text" xml:space="preserve">
<value>Batch storing info: saving:</value>
</data>
<data name="FrmStoreBox_btnOpenDoor_Text" xml:space="preserve">
<value>Open doorlock</value>
</data>
<data name="FrmStoreBox_lblWaitTragGo_Text" xml:space="preserve">
<value>Take reel,click left to confirm</value>
</data>
<data name="FrmStoreBox_btnWaitTrgGo_Text" xml:space="preserve">
<value>Portal reel taken</value>
</data>
<data name="FrmStoreBox_lblBatchStatus_Text" xml:space="preserve">
<value>Wait to start</value>
</data>
<data name="FrmStoreBox_btnCloseDoor_Text" xml:space="preserve">
<value>Close doorlock</value>
</data>
<data name="FrmStoreBox_btnGetOutTray_Text" xml:space="preserve">
<value>Take the reel</value>
</data>
<data name="FrmStoreBox_lblDoorStatus_Text" xml:space="preserve">
<value>Door state:close</value>
</data>
<data name="FrmStoreBox_btnBatchInStore_Text" xml:space="preserve">
<value>Start butch storing</value>
</data>
<data name="FrmStoreBox_lblOutInfo_Text" xml:space="preserve">
<value>Butch providing info</value>
</data>
<data name="FrmStoreBox_tabPage2_Text" xml:space="preserve">
<value>Servo debug</value>
</data>
<data name="FrmStoreBox_btnUpdateSpeed_Text" xml:space="preserve">
<value>Change speed</value>
</data>
<data name="FrmStoreBox_btnUpdateStatus_Text" xml:space="preserve">
<value>Read all state</value>
</data>
<data name="FrmStoreBox_label24_Text" xml:space="preserve">
<value>Negative limit signal</value>
</data>
<data name="FrmStoreBox_label26_Text" xml:space="preserve">
<value>1=ON,0=OFF</value>
</data>
<data name="FrmStoreBox_btnReadLimit2_Text" xml:space="preserve">
<value>Read negative limit signal</value>
</data>
<data name="FrmStoreBox_label22_Text" xml:space="preserve">
<value>Positive limit signal</value>
</data>
<data name="FrmStoreBox_label23_Text" xml:space="preserve">
<value>1=ON,0=OFF</value>
</data>
<data name="FrmStoreBox_btnReadLimit1_Text" xml:space="preserve">
<value>Read positive limit signal</value>
</data>
<data name="FrmStoreBox_btnReadBusy_Text" xml:space="preserve">
<value>Read BUSY state</value>
</data>
<data name="FrmStoreBox_tabPage3_Text" xml:space="preserve">
<value>Pressure axis debug</value>
</data>
<data name="FrmStoreBox_groupBox4_Text" xml:space="preserve">
<value>Pressure axis</value>
</data>
<data name="FrmStoreBox_lblComMsg_Text" xml:space="preserve">
<value>Step motor info</value>
</data>
<data name="FrmStoreBox_btnRelMove_Text" xml:space="preserve">
<value>Relative move</value>
</data>
<data name="FrmStoreBox_label18_Text" xml:space="preserve">
<value>Address</value>
</data>
<data name="FrmStoreBox_btnGetPosition_Text" xml:space="preserve">
<value>Point position</value>
</data>
<data name="FrmStoreBox_label13_Text" xml:space="preserve">
<value>Origin direction:</value>
</data>
<data name="FrmStoreBox_label17_Text" xml:space="preserve">
<value>Speed:</value>
</data>
<data name="FrmStoreBox_btnVolMove_Text" xml:space="preserve">
<value>uniform move</value>
</data>
<data name="FrmStoreBox_btnClose_Text" xml:space="preserve">
<value>Close serial port</value>
</data>
<data name="FrmStoreBox_btnOpen_Text" xml:space="preserve">
<value>Open serial port</value>
</data>
<data name="FrmStoreBox_btnStatusSearch_Text" xml:space="preserve">
<value>Check motion state</value>
</data>
<data name="FrmStoreBox_label19_Text" xml:space="preserve">
<value>Position:</value>
</data>
<data name="FrmStoreBox_btnHomeMove_Text" xml:space="preserve">
<value>Back to home</value>
</data>
<data name="FrmStoreBox_btnClearPosition_Text" xml:space="preserve">
<value>Reset position</value>
</data>
<data name="FrmStoreBox_btnStop_Text" xml:space="preserve">
<value>Stop move</value>
</data>
<data name="FrmStoreBox_btnLineAbsMove_Text" xml:space="preserve">
<value>Abosolute move</value>
</data>
<data name="FrmStoreBox_label25_Text" xml:space="preserve">
<value>Port number:</value>
</data>
<data name="FrmStoreBox_lblAxisStatus_Text" xml:space="preserve">
<value>Click to read real state of axis</value>
</data>
<data name="FrmStoreBox_button3_Text" xml:space="preserve">
<value>Read position</value>
</data>
<data name="FrmStoreBox_label20_Text" xml:space="preserve">
<value>Batch loading axis</value>
</data>
<data name="FrmStoreBox_tabPage1_Text" xml:space="preserve">
<value>Humidity / temp debug</value>
</data>
<data name="FrmStoreBox_groupBox7_Text" xml:space="preserve">
<value>Temp controller debug</value>
</data>
<data name="FrmStoreBox_btnSelTemp_Text" xml:space="preserve">
<value>Search</value>
</data>
<data name="FrmStoreBox_label29_Text" xml:space="preserve">
<value>Humidity:</value>
</data>
<data name="FrmStoreBox_label28_Text" xml:space="preserve">
<value>Temperature:</value>
</data>
<data name="FrmStoreBox_label27_Text" xml:space="preserve">
<value>Port number:</value>
</data>
<data name="FrmStoreBox_btnTempClose_Text" xml:space="preserve">
<value>Disconnect</value>
</data>
<data name="FrmStoreBox_btnTempInit_Text" xml:space="preserve">
<value>Initialize</value>
</data>
<data name="FrmStoreBox_btnBatchReset_Text" xml:space="preserve">
<value>Reset batch loading module </value>
</data>
<data name="FrmStoreBox_tabPage4_Text" xml:space="preserve">
<value>Log</value>
</data>
<data name="FrmStoreBox_btnSave_Text" xml:space="preserve">
<value>Save as simulative storing position</value>
</data>
<data name="FrmStoreBox_btnInOutP4_Text" xml:space="preserve">
<value>In-out axis providing P4:</value>
</data>
<data name="FrmStoreBox_btnBatchOutTest_Text" xml:space="preserve">
<value>Batch providing test</value>
</data>
<data name="FrmStoreBox_btnUpdownP8_Text" xml:space="preserve">
<value>l-axis low providing P8:</value>
</data>
<data name="FrmStoreBox_btnUpdownP2_Text" xml:space="preserve">
<value>l-axis high providing P2:</value>
</data>
<data name="FrmStoreBox_btnUpDownDoor_Text" xml:space="preserve">
<value>l-axis Storehouse door P7:</value>
</data>
<data name="FrmStoreBox_上料模块复位ToolStripMenuItem_Text" xml:space="preserve">
<value>Reset feeding module</value>
</data>
<data name="FrmStoreBox_toolStripMenuItem4_Text" xml:space="preserve">
<value>Access controller open</value>
</data>
<data name="FrmStoreBox_toolStripMenuItem5_Text" xml:space="preserve">
<value>Access controller block</value>
</data>
<data name="FrmStoreBox_批量上下轴ONToolStripMenuItem_Text" xml:space="preserve">
<value>Batch loading axis ON</value>
</data>
<data name="FrmStoreBox_批量上下轴OFFToolStripMenuItem_Text" xml:space="preserve">
<value>Batch loading axis OFF</value>
</data>
<data name="FrmStoreBox_设备调试ToolStripMenuItem_Text" xml:space="preserve">
<value>Device Debugging</value>
</data>
<data name="FrmStoreBox_摄像机调试ToolStripMenuItem_Text" xml:space="preserve">
<value>learn QR code</value>
</data>
<data name="FrmPwd_Text" xml:space="preserve">
<value>Enter PSW:</value>
</data>
<data name="FrmPwd_btnNext_Text" xml:space="preserve">
<value>Confirm</value>
</data>
<data name="FrmPwd_btnBack_Text" xml:space="preserve">
<value>Back</value>
</data>
<data name="FrmPwd_label1_Text" xml:space="preserve">
<value>Enter PSW:</value>
</data>
<data name="FrmAxisDebug_btnAutoMovej_Text" xml:space="preserve">
<value>Loading axis-(down)</value>
</data>
<data name="FrmAxisDebug_btnAutoMove_Text" xml:space="preserve">
<value>Loading axis+(up)</value>
</data>
<data name="FrmAxisDebug_label7_Text" xml:space="preserve">
<value>Batch loading axis</value>
</data>
<data name="FrmAxisDebug_btnComMovej_Text" xml:space="preserve">
<value>Pressure axis-(down)</value>
</data>
<data name="FrmAxisDebug_btnComMove_Text" xml:space="preserve">
<value>Pressure axis+(up)</value>
</data>
<data name="FrmAxisDebug_label4_Text" xml:space="preserve">
<value>(Axis 4)pressure axis</value>
</data>
<data name="FrmIOStatus_button4_Text" xml:space="preserve">
<value>Stop blow</value>
</data>
<data name="FrmIOStatus_button5_Text" xml:space="preserve">
<value>Start blow</value>
</data>
<data name="FrmIOStatus_button2_Text" xml:space="preserve">
<value>Stop operation ON</value>
</data>
<data name="FrmIOStatus_button3_Text" xml:space="preserve">
<value>Start operation ON</value>
</data>
<data name="FrmIOStatus_btnSXil_Text" xml:space="preserve">
<value>Stop grip material</value>
</data>
<data name="FrmIOStatus_btnSXi_Text" xml:space="preserve">
<value>Start grip material</value>
</data>
<data name="FrmIOStatus_btnDClose_Text" xml:space="preserve">
<value>Door lock close</value>
</data>
<data name="FrmIOStatus_btnDOpen_Text" xml:space="preserve">
<value>Door lock open</value>
</data>
<data name="FrmIOStatus_btnSuckingDiscDown_Text" xml:space="preserve">
<value>Sucker descent</value>
</data>
<data name="FrmIOStatus_btnSuckingDiscUp_Text" xml:space="preserve">
<value>Sucker ascent</value>
</data>
<data name="PreConnectFail" xml:space="preserve">
<value>Startup failure: compression shaft connection failed</value>
</data>
<data name="startFail" xml:space="preserve">
<value>Startup failure: emergency stop not opened</value>
</data>
<data name="startFailAir" xml:space="preserve">
<value>Startup failure: no air pressure signal</value>
</data>
</root>
\ No newline at end of file
source/ACSingleStore/Properties/Resource.zh-CN.resx
查看文件 @
d824641
...
...
@@ -459,15 +459,9 @@
<data name="FrmStoreBox_btnUpDownP7_Text" xml:space="preserve">
<value>升降轴取料缓冲点P7:</value>
</data>
<!--<data name="FrmStoreBox_btnUpDownP8_Text" xml:space="preserve">
<value>升降轴出料缓冲点P8:</value>
</data>-->
<data name="FrmStoreBox_btnUpDownP1_Text" xml:space="preserve">
<value>升降轴取料点P1:</value>
</data>
<!--<data name="FrmStoreBox_btnUpDownP2_Text" xml:space="preserve">
<value>升降轴出料前点P2:</value>
</data>-->
<data name="FrmStoreBox_btnComP3_Text" xml:space="preserve">
<value>压紧轴压紧前点P3:</value>
</data>
...
...
@@ -631,7 +625,7 @@
<value>中文</value>
</data>
<data name="FrmStoreBox_iO状态查看ToolStripMenuItem_Text" xml:space="preserve">
<value>
设备
调试</value>
<value>
IO状态
调试</value>
</data>
<data name="FrmStoreBox_toolStripMenuItem2_Text" xml:space="preserve">
<value>门禁功能打开</value>
...
...
@@ -696,163 +690,466 @@
<data name="FrmStoreBox_退出ToolStripMenuItem_Text" xml:space="preserve">
<value>退出系统</value>
</data>
<data name="CanotSingleInStore" xml:space="preserve"> <value>此设备不支持单个入库</value></data>
<data name="InoutNotOk" xml:space="preserve"> <value>叉子不在待机位,请先将叉子退回待机位</value></data>
<data name="InoutWarn" xml:space="preserve"> <value>警告(叉子在待机位时,才能移动升降轴和旋转轴)</value></data>
<data name="CanotBack" xml:space="preserve"> <value>无报警,无出入库或者重置操作时,才可以回待机点</value></data>
<data name="PCloseDoor" xml:space="preserve"> <value>请先关闭批量上下料门</value></data>
<data name="PWPwd" xml:space="preserve"> <value>请输入正确的密码</value></data>
<data name="CnotOpen" xml:space="preserve"> <value>忙碌中,无法打开门锁</value></data>
<data name="batchInError" xml:space="preserve"> <value>批量入库失败:请先关闭上料机构</value></data>
<data name="batchInError2" xml:space="preserve"> <value>批量入库失败:叉子料盘检测有料,请检查后再入库</value></data>
<data name="GetError" xml:space="preserve"> <value>取出料盘失败:无料盘可取</value></data>
<data name="GetError2" xml:space="preserve"> <value>取出料盘失败:忙碌中,无法打开门锁</value></data>
<data name="CloseError" xml:space="preserve"> <value>锁门失败:请先关闭上料机构</value></data>
<data name="TakeTrayOut" xml:space="preserve"> <value>已确认料盘已手动拿出</value></data>
<data name="NoAIr" xml:space="preserve"> <value>未检测到气压信号</value></data>
<data name="trayHeight" xml:space="preserve"> <value>料盘高度</value></data>
<data name="FuLimit" xml:space="preserve"> <value>负限位</value></data>
<data name="ZhLimit" xml:space="preserve"> <value>正限位</value></data>
<data name="BatchStop" xml:space="preserve"> <value>上料轴运动停止</value></data>
<data name="ScanOk" xml:space="preserve"> <value>扫码结束</value></data>
<data name="TakeTrayGo" xml:space="preserve"> <value>操作人员拿走料盘</value></data>
<data name="WaitEnd" xml:space="preserve"> <value>等待送料结束</value></data>
<data name="XiLiaoError" xml:space="preserve"> <value>吸盘吸料失败</value></data>
<data name="ServoOff" xml:space="preserve"> <value>伺服OFF</value></data>
<data name="servoON" xml:space="preserve"> <value>伺服ON</value></data>
<data name="NoDoorStatus" xml:space="preserve"> <value>仓门状态未知</value></data>
<data name="InstoreInfo" xml:space="preserve"> <value>批量出入库信息: 入库:</value></data>
<data name="oustore" xml:space="preserve"> <value>出库: </value></data>
<data name="doorClose" xml:space="preserve"> <value>门锁关闭</value></data>
<data name="doorOpen" xml:space="preserve"> <value>门锁打开</value></data>
<data name="X01" xml:space="preserve"> <value>急停</value></data>
<data name="X02" xml:space="preserve"> <value>复位</value></data>
<data name="X03" xml:space="preserve"> <value>自动启动</value></data>
<data name="X04" xml:space="preserve"> <value>安全光栅</value></data>
<data name="X05" xml:space="preserve"> <value>进料口门上升端</value></data>
<data name="X06" xml:space="preserve"> <value>进料口门下降端</value></data>
<data name="X07" xml:space="preserve"> <value>吸盘气缸上升端</value></data>
<data name="X08" xml:space="preserve"> <value>吸盘气缸下降端</value></data>
<data name="X09" xml:space="preserve"> <value>料盘宽度检测1</value></data>
<data name="X10" xml:space="preserve"> <value>料盘宽度检测2</value></data>
<data name="X11" xml:space="preserve"> <value>料盘检测1(上料机构)</value></data>
<data name="X12" xml:space="preserve"> <value>上料机构出料检测</value></data>
<data name="X13" xml:space="preserve"> <value>门锁气缸打开端</value></data>
<data name="X14" xml:space="preserve"> <value>门锁气缸关闭端</value></data>
<data name="X15" xml:space="preserve"> <value>料盘检测2(料叉机构)</value></data>
<data name="X16" xml:space="preserve"> <value>压紧机构计量检测</value></data>
<data name="Y01" xml:space="preserve"> <value>自动指示灯</value></data>
<data name="Y02" xml:space="preserve"> <value>故障指示灯</value></data>
<data name="Y03" xml:space="preserve"> <value>待机指示灯</value></data>
<data name="Y04" xml:space="preserve"> <value>吹气SOL ON</value></data>
<data name="Y05" xml:space="preserve"> <value>料仓运转ON</value></data>
<data name="Y06" xml:space="preserve"> <value>轴2刹车电源ON</value></data>
<data name="Y07" xml:space="preserve"> <value>相机照明开</value></data>
<data name="Y08" xml:space="preserve"> <value>吸盘吸料SOL</value></data>
<data name="Y09" xml:space="preserve"> <value>进料口门上升SOL</value></data>
<data name="Y10" xml:space="preserve"> <value>进料口门下降SOL</value></data>
<data name="Y11" xml:space="preserve"> <value>吸盘气缸上升SOL</value></data>
<data name="Y12" xml:space="preserve"> <value>吸盘气缸下降SOL</value></data>
<data name="Y13" xml:space="preserve"> <value>门锁气缸打开SOL</value></data>
<data name="Y14" xml:space="preserve"> <value>门锁气缸关闭SOL</value></data>
<data name="Y15" xml:space="preserve"> <value>门禁功能屏蔽</value></data>
<data name="Y16" xml:space="preserve"> <value></value></data>
<data name="X17" xml:space="preserve"> <value>上料机构门关闭</value></data>
<data name="X18" xml:space="preserve"> <value>气压检测</value></data>
<data name="X19" xml:space="preserve"> <value>吸盘压力确认信号</value></data>
<data name="X20" xml:space="preserve"> <value>左侧门关闭</value></data>
<data name="Middle_Axis" xml:space="preserve"> <value>(轴一)旋转轴</value></data>
<data name="UpDown_Axis" xml:space="preserve"> <value>(轴二)升降轴轴</value></data>
<data name="InOut_Axis" xml:space="preserve"> <value>(轴三)进出轴</value></data>
<data name="Batch_Axis" xml:space="preserve"> <value>(轴五)批量上下料轴</value></data>
<data name="FrmStoreBox_groupBox6_Text" xml:space="preserve"> <value>批量上下料操作</value></data>
<data name="FrmStoreBox_btnOpenDoor_Text" xml:space="preserve"> <value>打开门锁</value></data>
<data name="FrmStoreBox_lblWaitTragGo_Text" xml:space="preserve"> <value>请拿走料盘,并点击左侧按钮确认</value></data>
<data name="FrmStoreBox_btnWaitTrgGo_Text" xml:space="preserve"> <value>门口料盘已拿出</value></data>
<data name="FrmStoreBox_lblBatchStatus_Text" xml:space="preserve"> <value>等待启动</value></data>
<data name="FrmStoreBox_btnCloseDoor_Text" xml:space="preserve"> <value>关闭门锁</value></data>
<data name="FrmStoreBox_btnGetOutTray_Text" xml:space="preserve"> <value>取出出库料盘</value></data>
<data name="FrmStoreBox_lblDoorStatus_Text" xml:space="preserve"> <value>仓门状态:关闭中</value></data>
<data name="FrmStoreBox_btnBatchInStore_Text" xml:space="preserve"> <value>开始批量入库</value></data>
<data name="FrmStoreBox_lblOutInfo_Text" xml:space="preserve"> <value>累积出库信息</value></data>
<data name="FrmStoreBox_tabPage2_Text" xml:space="preserve"> <value>伺服调试</value></data>
<data name="FrmStoreBox_btnUpdateSpeed_Text" xml:space="preserve"> <value>更改速度</value></data>
<data name="FrmStoreBox_btnUpdateStatus_Text" xml:space="preserve"> <value>读取所有状态</value></data>
<data name="FrmStoreBox_label24_Text" xml:space="preserve"> <value>负极限信号:</value></data>
<data name="FrmStoreBox_label26_Text" xml:space="preserve"> <value>1=ON,0=OFF</value></data>
<data name="FrmStoreBox_btnReadLimit2_Text" xml:space="preserve"> <value>读负极限信号</value></data>
<data name="FrmStoreBox_label22_Text" xml:space="preserve"> <value>正极限信号:</value></data>
<data name="FrmStoreBox_label23_Text" xml:space="preserve"> <value>1=ON,0=OFF</value></data>
<data name="FrmStoreBox_btnReadLimit1_Text" xml:space="preserve"> <value>读正极限信号</value></data>
<data name="FrmStoreBox_btnReadBusy_Text" xml:space="preserve"> <value>读BUSY状态</value></data>
<data name="FrmStoreBox_tabPage3_Text" xml:space="preserve"> <value>压紧轴调试</value></data>
<data name="FrmStoreBox_groupBox4_Text" xml:space="preserve"> <value>压紧轴</value></data>
<data name="FrmStoreBox_lblComMsg_Text" xml:space="preserve"> <value>步进电机信息</value></data>
<data name="FrmStoreBox_btnRelMove_Text" xml:space="preserve"> <value>相对运动</value></data>
<data name="FrmStoreBox_label18_Text" xml:space="preserve"> <value>地址</value></data>
<data name="FrmStoreBox_btnGetPosition_Text" xml:space="preserve"> <value>查询位置</value></data>
<data name="FrmStoreBox_label13_Text" xml:space="preserve"> <value>原点方向:</value></data>
<data name="FrmStoreBox_label17_Text" xml:space="preserve"> <value>速度:</value></data>
<data name="FrmStoreBox_btnVolMove_Text" xml:space="preserve"> <value>匀速运动</value></data>
<data name="FrmStoreBox_btnClose_Text" xml:space="preserve"> <value>关闭串口</value></data>
<data name="FrmStoreBox_btnOpen_Text" xml:space="preserve"> <value>打开串口</value></data>
<data name="FrmStoreBox_btnStatusSearch_Text" xml:space="preserve"> <value>查询运动状态</value></data>
<data name="FrmStoreBox_label19_Text" xml:space="preserve"> <value>位置:</value></data>
<data name="FrmStoreBox_btnHomeMove_Text" xml:space="preserve"> <value>原点返回</value></data>
<data name="FrmStoreBox_btnClearPosition_Text" xml:space="preserve"> <value>清理位置</value></data>
<data name="FrmStoreBox_btnStop_Text" xml:space="preserve"> <value>紧急停止</value></data>
<data name="FrmStoreBox_btnLineAbsMove_Text" xml:space="preserve"> <value>绝对运动</value></data>
<data name="FrmStoreBox_label25_Text" xml:space="preserve"> <value>端口号:</value></data>
<data name="FrmStoreBox_lblAxisStatus_Text" xml:space="preserve"> <value>点击按钮可读取轴实时状态</value></data>
<data name="FrmStoreBox_button3_Text" xml:space="preserve"> <value>读取位置</value></data>
<data name="FrmStoreBox_label20_Text" xml:space="preserve"> <value>批量出入料轴</value></data>
<data name="FrmStoreBox_tabPage1_Text" xml:space="preserve"> <value>温湿度调试</value></data>
<data name="FrmStoreBox_groupBox7_Text" xml:space="preserve"> <value>温控器调试</value></data>
<data name="FrmStoreBox_btnSelTemp_Text" xml:space="preserve"> <value>查询</value></data>
<data name="FrmStoreBox_label29_Text" xml:space="preserve"> <value>湿度:</value></data>
<data name="FrmStoreBox_label28_Text" xml:space="preserve"> <value>温度:</value></data>
<data name="FrmStoreBox_label27_Text" xml:space="preserve"> <value>端口号:</value></data>
<data name="FrmStoreBox_btnTempClose_Text" xml:space="preserve"> <value>断开</value></data>
<data name="FrmStoreBox_btnTempInit_Text" xml:space="preserve"> <value>初始化</value></data>
<data name="FrmStoreBox_btnBatchReset_Text" xml:space="preserve"> <value>批量上下料模块复位</value></data>
<data name="FrmStoreBox_tabPage4_Text" xml:space="preserve"> <value>日志</value></data>
<data name="FrmStoreBox_btnSave_Text" xml:space="preserve"> <value>保存为模拟入库库位</value></data>
<data name="FrmStoreBox_btnInOutP4_Text" xml:space="preserve"> <value>进出轴仓门出料点P4:</value></data>
<data name="FrmStoreBox_btnBatchOutTest_Text" xml:space="preserve"> <value>批量出库测试</value></data>
<data name="FrmStoreBox_btnUpdownP8_Text" xml:space="preserve"> <value>升降轴出库低点P8:</value></data>
<data name="FrmStoreBox_btnUpdownP2_Text" xml:space="preserve"> <value>升降轴出库高点P2:</value></data>
<data name="FrmStoreBox_btnUpDownDoor_Text" xml:space="preserve"> <value>升降轴仓门位置P7:</value></data>
<data name="FrmStoreBox_上料模块复位ToolStripMenuItem_Text" xml:space="preserve"> <value>上料模块复位</value></data>
<data name="FrmStoreBox_toolStripMenuItem4_Text" xml:space="preserve"> <value>门禁功能屏蔽</value></data>
<data name="FrmStoreBox_toolStripMenuItem5_Text" xml:space="preserve"> <value>门禁功能打开</value></data>
<data name="FrmStoreBox_批量上下轴ONToolStripMenuItem_Text" xml:space="preserve"> <value>批量上下轴ON</value></data>
<data name="FrmStoreBox_批量上下轴OFFToolStripMenuItem_Text" xml:space="preserve"> <value>批量上下轴OFF</value></data>
<data name="FrmStoreBox_设备调试ToolStripMenuItem_Text" xml:space="preserve"> <value>设备调试</value></data>
<data name="FrmStoreBox_摄像机调试ToolStripMenuItem_Text" xml:space="preserve"> <value>二维码学习</value></data>
<data name="FrmStoreBox_toolStripMenuItem1_Text" xml:space="preserve"> <value>退出</value></data>
<data name="FrmPwd_Text" xml:space="preserve"> <value>请输入密码</value></data>
<data name="FrmPwd_btnNext_Text" xml:space="preserve"> <value>确定</value></data>
<data name="FrmPwd_btnBack_Text" xml:space="preserve"> <value>返回</value></data>
<data name="FrmPwd_label1_Text" xml:space="preserve"> <value>请输入密码:</value></data>
<data name="InstoreInfo" xml:space="preserve"> <value>批量出入库信息: 入库:</value></data>
<data name="oustore" xml:space="preserve"> <value>出库: </value></data>
<data name="NoDoorStatus" xml:space="preserve"> <value>仓门状态未知</value></data>
<data name="doorClose" xml:space="preserve"> <value>门锁关闭</value></data>
<data name="FrmAxisDebug_btnAutoMovej_Text" xml:space="preserve"> <value>上下料轴-(向下)</value></data>
<data name="FrmAxisDebug_btnAutoMove_Text" xml:space="preserve"> <value>上下料轴+(向上)</value></data>
<data name="FrmAxisDebug_label7_Text" xml:space="preserve"> <value>批量上下料轴</value></data>
<data name="FrmAxisDebug_btnComMovej_Text" xml:space="preserve"> <value>压紧轴-(向下)</value></data>
<data name="FrmAxisDebug_btnComMove_Text" xml:space="preserve"> <value>压紧轴+(向上)</value></data>
<data name="FrmAxisDebug_label4_Text" xml:space="preserve"> <value>(轴四)压紧轴</value></data>
<data name="FrmIOStatus_button4_Text" xml:space="preserve"> <value>停止吹气</value></data>
<data name="FrmIOStatus_button5_Text" xml:space="preserve"> <value>开始吹气</value></data>
<data name="FrmIOStatus_button2_Text" xml:space="preserve"> <value>关闭运转ON</value></data>
<data name="FrmIOStatus_button3_Text" xml:space="preserve"> <value>打开运转ON</value></data>
<data name="FrmIOStatus_btnSXil_Text" xml:space="preserve"> <value>停止吸料</value></data>
<data name="FrmIOStatus_btnSXi_Text" xml:space="preserve"> <value>开始吸料</value></data>
<data name="FrmIOStatus_btnDClose_Text" xml:space="preserve"> <value>门锁关闭</value></data>
<data name="FrmIOStatus_btnDOpen_Text" xml:space="preserve"> <value>门锁打开</value></data>
<data name="FrmIOStatus_btnSuckingDiscDown_Text" xml:space="preserve"> <value>吸盘下降</value></data>
<data name="FrmIOStatus_btnSuckingDiscUp_Text" xml:space="preserve"> <value>吸盘上升</value></data>
<data name="CanotSingleInStore" xml:space="preserve">
<value>此设备不支持单个入库</value>
</data>
<data name="InoutNotOk" xml:space="preserve">
<value>叉子不在待机位,请先将叉子退回待机位</value>
</data>
<data name="InoutWarn" xml:space="preserve">
<value>警告(叉子在待机位时,才能移动升降轴和旋转轴)</value>
</data>
<data name="CanotBack" xml:space="preserve">
<value>无报警,无出入库或者重置操作时,才可以回待机点</value>
</data>
<data name="PCloseDoor" xml:space="preserve">
<value>请先关闭批量上下料门</value>
</data>
<data name="PWPwd" xml:space="preserve">
<value>请输入正确的密码</value>
</data>
<data name="CnotOpen" xml:space="preserve">
<value>忙碌中,无法打开门锁</value>
</data>
<data name="batchInError" xml:space="preserve">
<value>批量入库失败:请先关闭上料机构</value>
</data>
<data name="batchInError2" xml:space="preserve">
<value>批量入库失败:叉子料盘检测有料,请检查后再入库</value>
</data>
<data name="GetError" xml:space="preserve">
<value>取出料盘失败:无料盘可取</value>
</data>
<data name="GetError2" xml:space="preserve">
<value>取出料盘失败:忙碌中,无法打开门锁</value>
</data>
<data name="CloseError" xml:space="preserve">
<value>锁门失败:请先关闭上料机构</value>
</data>
<data name="TakeTrayOut" xml:space="preserve">
<value>已确认料盘已手动拿出</value>
</data>
<data name="NoAIr" xml:space="preserve">
<value>未检测到气压信号</value>
</data>
<data name="trayHeight" xml:space="preserve">
<value>料盘高度</value>
</data>
<data name="FuLimit" xml:space="preserve">
<value>负限位</value>
</data>
<data name="ZhLimit" xml:space="preserve">
<value>正限位</value>
</data>
<data name="BatchStop" xml:space="preserve">
<value>上料轴运动停止</value>
</data>
<data name="ScanOk" xml:space="preserve">
<value>扫码结束</value>
</data>
<data name="TakeTrayGo" xml:space="preserve">
<value>操作人员拿走料盘</value>
</data>
<data name="WaitEnd" xml:space="preserve">
<value>等待送料结束</value>
</data>
<data name="XiLiaoError" xml:space="preserve">
<value>吸盘吸料失败</value>
</data>
<data name="ServoOff" xml:space="preserve">
<value>伺服OFF</value>
</data>
<data name="servoON" xml:space="preserve">
<value>伺服ON</value>
</data>
<data name="NoDoorStatus" xml:space="preserve">
<value>仓门状态未知</value>
</data>
<data name="InstoreInfo" xml:space="preserve">
<value>批量出入库信息: 入库:</value>
</data>
<data name="oustore" xml:space="preserve">
<value>出库: </value>
</data>
<data name="doorClose" xml:space="preserve">
<value>门锁关闭</value>
</data>
<data name="doorOpen" xml:space="preserve">
<value>门锁打开</value>
</data>
<data name="X01" xml:space="preserve">
<value>急停</value>
</data>
<data name="X02" xml:space="preserve">
<value>复位</value>
</data>
<data name="X03" xml:space="preserve">
<value>自动启动</value>
</data>
<data name="X04" xml:space="preserve">
<value>安全光栅</value>
</data>
<data name="X05" xml:space="preserve">
<value>进料口门上升端</value>
</data>
<data name="X06" xml:space="preserve">
<value>进料口门下降端</value>
</data>
<data name="X07" xml:space="preserve">
<value>吸盘气缸上升端</value>
</data>
<data name="X08" xml:space="preserve">
<value>吸盘气缸下降端</value>
</data>
<data name="X09" xml:space="preserve">
<value>料盘宽度检测1</value>
</data>
<data name="X10" xml:space="preserve">
<value>料盘宽度检测2</value>
</data>
<data name="X11" xml:space="preserve">
<value>料盘检测1(上料机构)</value>
</data>
<data name="X12" xml:space="preserve">
<value>上料机构出料检测</value>
</data>
<data name="X13" xml:space="preserve">
<value>门锁气缸打开端</value>
</data>
<data name="X14" xml:space="preserve">
<value>门锁气缸关闭端</value>
</data>
<data name="X15" xml:space="preserve">
<value>料盘检测2(料叉机构)</value>
</data>
<data name="X16" xml:space="preserve">
<value>压紧机构计量检测</value>
</data>
<data name="Y01" xml:space="preserve">
<value>自动指示灯</value>
</data>
<data name="Y02" xml:space="preserve">
<value>故障指示灯</value>
</data>
<data name="Y03" xml:space="preserve">
<value>待机指示灯</value>
</data>
<data name="Y04" xml:space="preserve">
<value>吹气SOL ON</value>
</data>
<data name="Y05" xml:space="preserve">
<value>料仓运转ON</value>
</data>
<data name="Y06" xml:space="preserve">
<value>轴2刹车电源ON</value>
</data>
<data name="Y07" xml:space="preserve">
<value>相机照明开</value>
</data>
<data name="Y08" xml:space="preserve">
<value>吸盘吸料SOL</value>
</data>
<data name="Y09" xml:space="preserve">
<value>进料口门上升SOL</value>
</data>
<data name="Y10" xml:space="preserve">
<value>进料口门下降SOL</value>
</data>
<data name="Y11" xml:space="preserve">
<value>吸盘气缸上升SOL</value>
</data>
<data name="Y12" xml:space="preserve">
<value>吸盘气缸下降SOL</value>
</data>
<data name="Y13" xml:space="preserve">
<value>门锁气缸打开SOL</value>
</data>
<data name="Y14" xml:space="preserve">
<value>门锁气缸关闭SOL</value>
</data>
<data name="Y15" xml:space="preserve">
<value>门禁功能屏蔽</value>
</data>
<data name="Y16" xml:space="preserve">
<value />
</data>
<data name="X17" xml:space="preserve">
<value>上料机构门关闭</value>
</data>
<data name="X18" xml:space="preserve">
<value>气压检测</value>
</data>
<data name="X19" xml:space="preserve">
<value>吸盘压力确认信号</value>
</data>
<data name="X20" xml:space="preserve">
<value>左侧门关闭</value>
</data>
<data name="Batch_Axis" xml:space="preserve">
<value>(轴五)批量上下料轴</value>
</data>
<data name="FrmStoreBox_groupBox6_Text" xml:space="preserve">
<value>批量上下料操作</value>
</data>
<data name="FrmStoreBox_btnOpenDoor_Text" xml:space="preserve">
<value>打开门锁</value>
</data>
<data name="FrmStoreBox_lblWaitTragGo_Text" xml:space="preserve">
<value>请拿走料盘,并点击左侧按钮确认</value>
</data>
<data name="FrmStoreBox_btnWaitTrgGo_Text" xml:space="preserve">
<value>门口料盘已拿出</value>
</data>
<data name="FrmStoreBox_lblBatchStatus_Text" xml:space="preserve">
<value>等待启动</value>
</data>
<data name="FrmStoreBox_btnCloseDoor_Text" xml:space="preserve">
<value>关闭门锁</value>
</data>
<data name="FrmStoreBox_btnGetOutTray_Text" xml:space="preserve">
<value>取出出库料盘</value>
</data>
<data name="FrmStoreBox_lblDoorStatus_Text" xml:space="preserve">
<value>仓门状态:关闭中</value>
</data>
<data name="FrmStoreBox_btnBatchInStore_Text" xml:space="preserve">
<value>开始批量入库</value>
</data>
<data name="FrmStoreBox_lblOutInfo_Text" xml:space="preserve">
<value>累积出库信息</value>
</data>
<data name="FrmStoreBox_tabPage2_Text" xml:space="preserve">
<value>伺服调试</value>
</data>
<data name="FrmStoreBox_btnUpdateSpeed_Text" xml:space="preserve">
<value>更改速度</value>
</data>
<data name="FrmStoreBox_btnUpdateStatus_Text" xml:space="preserve">
<value>读取所有状态</value>
</data>
<data name="FrmStoreBox_label24_Text" xml:space="preserve">
<value>负极限信号:</value>
</data>
<data name="FrmStoreBox_label26_Text" xml:space="preserve">
<value>1=ON,0=OFF</value>
</data>
<data name="FrmStoreBox_btnReadLimit2_Text" xml:space="preserve">
<value>读负极限信号</value>
</data>
<data name="FrmStoreBox_label22_Text" xml:space="preserve">
<value>正极限信号:</value>
</data>
<data name="FrmStoreBox_label23_Text" xml:space="preserve">
<value>1=ON,0=OFF</value>
</data>
<data name="FrmStoreBox_btnReadLimit1_Text" xml:space="preserve">
<value>读正极限信号</value>
</data>
<data name="FrmStoreBox_btnReadBusy_Text" xml:space="preserve">
<value>读BUSY状态</value>
</data>
<data name="FrmStoreBox_tabPage3_Text" xml:space="preserve">
<value>压紧轴调试</value>
</data>
<data name="FrmStoreBox_groupBox4_Text" xml:space="preserve">
<value>压紧轴</value>
</data>
<data name="FrmStoreBox_lblComMsg_Text" xml:space="preserve">
<value>步进电机信息</value>
</data>
<data name="FrmStoreBox_btnRelMove_Text" xml:space="preserve">
<value>相对运动</value>
</data>
<data name="FrmStoreBox_label18_Text" xml:space="preserve">
<value>地址</value>
</data>
<data name="FrmStoreBox_btnGetPosition_Text" xml:space="preserve">
<value>查询位置</value>
</data>
<data name="FrmStoreBox_label13_Text" xml:space="preserve">
<value>原点方向:</value>
</data>
<data name="FrmStoreBox_label17_Text" xml:space="preserve">
<value>速度:</value>
</data>
<data name="FrmStoreBox_btnVolMove_Text" xml:space="preserve">
<value>匀速运动</value>
</data>
<data name="FrmStoreBox_btnClose_Text" xml:space="preserve">
<value>关闭串口</value>
</data>
<data name="FrmStoreBox_btnOpen_Text" xml:space="preserve">
<value>打开串口</value>
</data>
<data name="FrmStoreBox_btnStatusSearch_Text" xml:space="preserve">
<value>查询运动状态</value>
</data>
<data name="FrmStoreBox_label19_Text" xml:space="preserve">
<value>位置:</value>
</data>
<data name="FrmStoreBox_btnHomeMove_Text" xml:space="preserve">
<value>原点返回</value>
</data>
<data name="FrmStoreBox_btnClearPosition_Text" xml:space="preserve">
<value>清理位置</value>
</data>
<data name="FrmStoreBox_btnStop_Text" xml:space="preserve">
<value>紧急停止</value>
</data>
<data name="FrmStoreBox_btnLineAbsMove_Text" xml:space="preserve">
<value>绝对运动</value>
</data>
<data name="FrmStoreBox_label25_Text" xml:space="preserve">
<value>端口号:</value>
</data>
<data name="FrmStoreBox_lblAxisStatus_Text" xml:space="preserve">
<value>点击按钮可读取轴实时状态</value>
</data>
<data name="FrmStoreBox_button3_Text" xml:space="preserve">
<value>读取位置</value>
</data>
<data name="FrmStoreBox_label20_Text" xml:space="preserve">
<value>批量出入料轴</value>
</data>
<data name="FrmStoreBox_tabPage1_Text" xml:space="preserve">
<value>温湿度调试</value>
</data>
<data name="FrmStoreBox_groupBox7_Text" xml:space="preserve">
<value>温控器调试</value>
</data>
<data name="FrmStoreBox_btnSelTemp_Text" xml:space="preserve">
<value>查询</value>
</data>
<data name="FrmStoreBox_label29_Text" xml:space="preserve">
<value>湿度:</value>
</data>
<data name="FrmStoreBox_label28_Text" xml:space="preserve">
<value>温度:</value>
</data>
<data name="FrmStoreBox_label27_Text" xml:space="preserve">
<value>端口号:</value>
</data>
<data name="FrmStoreBox_btnTempClose_Text" xml:space="preserve">
<value>断开</value>
</data>
<data name="FrmStoreBox_btnTempInit_Text" xml:space="preserve">
<value>初始化</value>
</data>
<data name="FrmStoreBox_btnBatchReset_Text" xml:space="preserve">
<value>批量上下料模块复位</value>
</data>
<data name="FrmStoreBox_tabPage4_Text" xml:space="preserve">
<value>日志</value>
</data>
<data name="FrmStoreBox_btnSave_Text" xml:space="preserve">
<value>保存为模拟入库库位</value>
</data>
<data name="FrmStoreBox_btnInOutP4_Text" xml:space="preserve">
<value>进出轴仓门出料点P4:</value>
</data>
<data name="FrmStoreBox_btnBatchOutTest_Text" xml:space="preserve">
<value>批量出库测试</value>
</data>
<data name="FrmStoreBox_btnUpdownP8_Text" xml:space="preserve">
<value>升降轴出库低点P8:</value>
</data>
<data name="FrmStoreBox_btnUpdownP2_Text" xml:space="preserve">
<value>升降轴出库高点P2:</value>
</data>
<data name="FrmStoreBox_btnUpDownDoor_Text" xml:space="preserve">
<value>升降轴仓门位置P7:</value>
</data>
<data name="FrmStoreBox_上料模块复位ToolStripMenuItem_Text" xml:space="preserve">
<value>上料模块复位</value>
</data>
<data name="FrmStoreBox_toolStripMenuItem4_Text" xml:space="preserve">
<value>门禁功能屏蔽</value>
</data>
<data name="FrmStoreBox_toolStripMenuItem5_Text" xml:space="preserve">
<value>门禁功能打开</value>
</data>
<data name="FrmStoreBox_批量上下轴ONToolStripMenuItem_Text" xml:space="preserve">
<value>批量上下轴ON</value>
</data>
<data name="FrmStoreBox_批量上下轴OFFToolStripMenuItem_Text" xml:space="preserve">
<value>批量上下轴OFF</value>
</data>
<data name="FrmStoreBox_设备调试ToolStripMenuItem_Text" xml:space="preserve">
<value>设备调试</value>
</data>
<data name="FrmStoreBox_摄像机调试ToolStripMenuItem_Text" xml:space="preserve">
<value>二维码学习</value>
</data>
<data name="FrmStoreBox_toolStripMenuItem1_Text" xml:space="preserve">
<value>退出</value>
</data>
<data name="FrmPwd_Text" xml:space="preserve">
<value>请输入密码</value>
</data>
<data name="FrmPwd_btnNext_Text" xml:space="preserve">
<value>确定</value>
</data>
<data name="FrmPwd_btnBack_Text" xml:space="preserve">
<value>返回</value>
</data>
<data name="FrmPwd_label1_Text" xml:space="preserve">
<value>请输入密码:</value>
</data>
<data name="FrmAxisDebug_btnAutoMovej_Text" xml:space="preserve">
<value>上下料轴-(向下)</value>
</data>
<data name="FrmAxisDebug_btnAutoMove_Text" xml:space="preserve">
<value>上下料轴+(向上)</value>
</data>
<data name="FrmAxisDebug_label7_Text" xml:space="preserve">
<value>批量上下料轴</value>
</data>
<data name="FrmAxisDebug_btnComMovej_Text" xml:space="preserve">
<value>压紧轴-(向下)</value>
</data>
<data name="FrmAxisDebug_btnComMove_Text" xml:space="preserve">
<value>压紧轴+(向上)</value>
</data>
<data name="FrmAxisDebug_label4_Text" xml:space="preserve">
<value>(轴四)压紧轴</value>
</data>
<data name="FrmIOStatus_button4_Text" xml:space="preserve">
<value>停止吹气</value>
</data>
<data name="FrmIOStatus_button5_Text" xml:space="preserve">
<value>开始吹气</value>
</data>
<data name="FrmIOStatus_button2_Text" xml:space="preserve">
<value>关闭运转ON</value>
</data>
<data name="FrmIOStatus_button3_Text" xml:space="preserve">
<value>打开运转ON</value>
</data>
<data name="FrmIOStatus_btnSXil_Text" xml:space="preserve">
<value>停止吸料</value>
</data>
<data name="FrmIOStatus_btnSXi_Text" xml:space="preserve">
<value>开始吸料</value>
</data>
<data name="FrmIOStatus_btnDClose_Text" xml:space="preserve">
<value>门锁关闭</value>
</data>
<data name="FrmIOStatus_btnDOpen_Text" xml:space="preserve">
<value>门锁打开</value>
</data>
<data name="FrmIOStatus_btnSuckingDiscDown_Text" xml:space="preserve">
<value>吸盘下降</value>
</data>
<data name="FrmIOStatus_btnSuckingDiscUp_Text" xml:space="preserve">
<value>吸盘上升</value>
</data>
<data name="PreConnectFail" xml:space="preserve">
<value>启动失败:压紧轴连接失败</value>
</data>
<data name="startFail" xml:space="preserve">
<value>启动失败:急停未开</value>
</data>
<data name="startFailAir" xml:space="preserve">
<value>启动失败:没有气压信号</value>
</data>
</root>
\ No newline at end of file
source/DeviceLibrary/PanasonicServo/ACServerManager.cs
查看文件 @
d824641
...
...
@@ -302,8 +302,8 @@ namespace OnlineStore.DeviceLibrary
int
homeSingle
=
GetHomeSingle
(
portName
,
slvAddr
);
if
(
homeSingle
.
Equals
(
1
))
{
int
isHomeEnd
=
GetHomeEndStatus
(
portName
,
slvAddr
);
if
(
isHomeEnd
.
Equals
(
1
))
//
int isHomeEnd = GetHomeEndStatus(portName, slvAddr);
//
if (isHomeEnd.Equals(1))
{
int
value
=
2000
;
if
(
StoreManager
.
Config
.
Batch_Axis
.
IsSameAxis
(
portName
,
slvAddr
))
...
...
source/DeviceLibrary/ResourceControl.cs
查看文件 @
d824641
...
...
@@ -295,5 +295,18 @@ namespace OnlineStore.DeviceLibrary
/// </summary>
public
static
string
doorOpen
=
"doorOpen"
;
/// <summary>
///启动失败:压紧轴连接失败
/// </summary>
public
static
string
PreConnectFail
=
"PreConnectFail"
;
/// <summary>
///启动失败:急停未开
/// </summary>
public
static
string
startFail
=
"startFail"
;
/// <summary>
///启动失败:没有气压信号
/// </summary>
public
static
string
startFailAir
=
"startFailAir"
;
}
}
source/DeviceLibrary/acSingleStore/AC_SA_BoxBean.cs
查看文件 @
d824641
...
...
@@ -189,13 +189,15 @@ namespace OnlineStore.DeviceLibrary
{
if
(
ShuoKeControls
.
isRun
==
false
&&
(!
StoreManager
.
OpenShuoKe
(
this
)))
{
LogUtil
.
info
(
StoreName
+
"打开驱动器串口失败,启动失败!"
);
WarnMsg
=
ResourceControl
.
GetString
(
ResourceControl
.
PreConnectFail
,
"启动失败:压紧轴连接失败"
);
LogUtil
.
error
(
StoreName
+
"打开驱动器串口失败,启动失败!"
);
return
false
;
}
}
string
canStart
=
AutomaticBaiting
.
CanStart
();
if
(!
canStart
.
Equals
(
""
))
{
WarnMsg
=
canStart
;
LogUtil
.
info
(
StoreName
+
canStart
);
return
false
;
}
...
...
@@ -231,10 +233,12 @@ namespace OnlineStore.DeviceLibrary
{
if
(
suddenBtn
.
Equals
(
IO_VALUE
.
LOW
))
{
WarnMsg
=
ResourceControl
.
GetString
(
ResourceControl
.
startFail
,
"启动失败:急停未开"
);
LogUtil
.
error
(
LOGGER
,
" ("
+
StoreName
+
")启动出现错误:急停没开 !启动失败!"
);
}
else
{
WarnMsg
=
ResourceControl
.
GetString
(
ResourceControl
.
startFailAir
,
"启动失败:没有气压信号"
);
LogUtil
.
error
(
LOGGER
,
" ("
+
StoreName
+
")启动出现错误:没有气压信号 !启动失败!"
);
}
return
false
;
...
...
source/DeviceLibrary/acSingleStore/AutomaticBaiting.cs
查看文件 @
d824641
...
...
@@ -84,7 +84,7 @@ namespace OnlineStore.DeviceLibrary
//需要判断门关闭
if
(!
DoorIsClose
())
{
msg
=
"上料机构门未关闭"
;
msg
=
(
ResourceControl
.
GetString
(
ResourceControl
.
CloseError
,
"锁门失败:请先关闭上料机构"
));
;
return
msg
;
}
...
...
@@ -303,6 +303,9 @@ namespace OnlineStore.DeviceLibrary
{
StoreMove
.
WaitList
.
Add
(
WaitResultInfo
.
WaitIO
(
IO_Type
.
WidthCheck1
,
IO_VALUE
.
HIGH
));
StoreMove
.
WaitList
.
Add
(
WaitResultInfo
.
WaitIO
(
IO_Type
.
WidthCheck2
,
IO_VALUE
.
HIGH
));
}
else
if
(
StoreManager
.
Config
.
Default_TrayWidth
.
Equals
(
0
))
{
}
}
else
if
(
SuckingDisc_WorkCount
<
3
)
...
...
@@ -337,6 +340,17 @@ namespace OnlineStore.DeviceLibrary
if
(
StoreManager
.
Store
.
CanStarInOut
())
{
LastWidth
=
StoreManager
.
Config
.
Default_TrayWidth
;
if
(
LastWidth
.
Equals
(
0
))
{
if
(
KND
.
IOValue
(
IO_Type
.
WidthCheck1
).
Equals
(
IO_VALUE
.
HIGH
)
&&
KND
.
IOValue
(
IO_Type
.
WidthCheck2
).
Equals
(
IO_VALUE
.
HIGH
))
{
LastWidth
=
13
;
}
else
{
LastWidth
=
7
;
}
}
LastHeight
=
GetHeight
();
BatchInStoreCount
++;
BatchInStoreHeight
+=
LastHeight
;
...
...
source/DeviceLibrary/store/InOrOutStoreParam.cs
查看文件 @
d824641
...
...
@@ -86,6 +86,7 @@ namespace OnlineStore.DeviceLibrary
else
{
this
.
PlagtW
=
StoreManager
.
Config
.
Default_TrayWidth
;
if
(
this
.
PlagtW
.
Equals
(
0
))
{
this
.
PlagtW
=
13
;
}
this
.
PlateH
=
StoreManager
.
Config
.
GetDefaultHeight
();
}
}
...
...
source/DeviceLibrary/store/model/FixtureCodeInfo.cs
查看文件 @
d824641
...
...
@@ -39,6 +39,7 @@ namespace OnlineStore.DeviceLibrary
else
{
this
.
plateW
=
StoreManager
.
Config
.
Default_TrayWidth
;
if
(
this
.
plateW
.
Equals
(
0
))
{
this
.
plateW
=
13
;
}
this
.
plateH
=
StoreManager
.
Config
.
GetDefaultHeight
();
}
}
...
...
source/LoadCVSLibrary/storeConfig/config/AUTO_SA_Config.cs
查看文件 @
d824641
...
...
@@ -740,6 +740,9 @@ namespace OnlineStore.LoadCSVLibrary
if
(
Default_TrayWidth
.
Equals
(
13
))
{
defaultH
=
40
;
}
else
if
(
Default_TrayWidth
.
Equals
(
0
))
{
return
12
;
}
return
defaultH
;
}
...
...
source/UserFromControl/IOStatusControl.Designer.cs
查看文件 @
d824641
...
...
@@ -43,6 +43,7 @@
this
.
label1
.
Size
=
new
System
.
Drawing
.
Size
(
41
,
12
);
this
.
label1
.
TabIndex
=
0
;
this
.
label1
.
Text
=
"label1"
;
this
.
label1
.
Visible
=
false
;
//
// pictureBox1
//
...
...
编写
预览
支持
Markdown
格式
附加文件
你添加了
0
人
到此讨论。请谨慎行事。
Finish editing this message first!
Cancel
请
注册
或
登录
后发表评论