Skip to content
切换导航条
切换导航条
当前项目
正在载入...
登录
张东亮
/
SO1057-XLRStore
转到一个项目
切换导航栏
切换导航栏固定状态
项目
群组
代码片段
帮助
项目
活动
版本库
流水线
图表
问题
0
合并请求
0
维基
网络
创建新的问题
作业
提交
问题看板
文件
提交
网络
比较
分支
标签
Commit a3224e28
由
张东亮
编写于
2023-12-08 14:06:31 +0800
浏览文件
选项
浏览文件
标签
下载
电子邮件补丁
差异文件
界面显示
1 个父辈
8c78e1f6
隐藏空白字符变更
内嵌
并排
正在显示
3 个修改的文件
包含
280 行增加
和
279 行删除
source/XLRStoreClient/FrmXLRStore.Designer.cs
source/XLRStoreClient/inputForm/FrmBatchMove.Designer.cs
source/XLRStoreClient/inputForm/uc/Input_AxisControl.Designer.cs
source/XLRStoreClient/FrmXLRStore.Designer.cs
查看文件 @
a3224e2
...
@@ -117,11 +117,11 @@
...
@@ -117,11 +117,11 @@
this
.
tabControl1
.
Controls
.
Add
(
this
.
tabPage1
);
this
.
tabControl1
.
Controls
.
Add
(
this
.
tabPage1
);
this
.
tabControl1
.
Controls
.
Add
(
this
.
tabPage2
);
this
.
tabControl1
.
Controls
.
Add
(
this
.
tabPage2
);
this
.
tabControl1
.
Font
=
new
System
.
Drawing
.
Font
(
"微软雅黑"
,
10.5F
,
System
.
Drawing
.
FontStyle
.
Regular
,
System
.
Drawing
.
GraphicsUnit
.
Point
,
((
byte
)(
134
)));
this
.
tabControl1
.
Font
=
new
System
.
Drawing
.
Font
(
"微软雅黑"
,
10.5F
,
System
.
Drawing
.
FontStyle
.
Regular
,
System
.
Drawing
.
GraphicsUnit
.
Point
,
((
byte
)(
134
)));
this
.
tabControl1
.
Location
=
new
System
.
Drawing
.
Point
(
3
,
83
);
this
.
tabControl1
.
Location
=
new
System
.
Drawing
.
Point
(
3
,
40
);
this
.
tabControl1
.
Multiline
=
true
;
this
.
tabControl1
.
Multiline
=
true
;
this
.
tabControl1
.
Name
=
"tabControl1"
;
this
.
tabControl1
.
Name
=
"tabControl1"
;
this
.
tabControl1
.
SelectedIndex
=
0
;
this
.
tabControl1
.
SelectedIndex
=
0
;
this
.
tabControl1
.
Size
=
new
System
.
Drawing
.
Size
(
1000
,
6
00
);
this
.
tabControl1
.
Size
=
new
System
.
Drawing
.
Size
(
1000
,
6
43
);
this
.
tabControl1
.
TabIndex
=
0
;
this
.
tabControl1
.
TabIndex
=
0
;
this
.
tabControl1
.
DrawItem
+=
new
System
.
Windows
.
Forms
.
DrawItemEventHandler
(
this
.
tabControl1_DrawItem
);
this
.
tabControl1
.
DrawItem
+=
new
System
.
Windows
.
Forms
.
DrawItemEventHandler
(
this
.
tabControl1_DrawItem
);
this
.
tabControl1
.
SelectedIndexChanged
+=
new
System
.
EventHandler
(
this
.
tabControl1_SelectedIndexChanged
);
this
.
tabControl1
.
SelectedIndexChanged
+=
new
System
.
EventHandler
(
this
.
tabControl1_SelectedIndexChanged
);
...
@@ -131,7 +131,7 @@
...
@@ -131,7 +131,7 @@
this
.
tabPage1
.
Controls
.
Add
(
this
.
logBox
);
this
.
tabPage1
.
Controls
.
Add
(
this
.
logBox
);
this
.
tabPage1
.
Location
=
new
System
.
Drawing
.
Point
(
4
,
32
);
this
.
tabPage1
.
Location
=
new
System
.
Drawing
.
Point
(
4
,
32
);
this
.
tabPage1
.
Name
=
"tabPage1"
;
this
.
tabPage1
.
Name
=
"tabPage1"
;
this
.
tabPage1
.
Size
=
new
System
.
Drawing
.
Size
(
992
,
564
);
this
.
tabPage1
.
Size
=
new
System
.
Drawing
.
Size
(
992
,
607
);
this
.
tabPage1
.
TabIndex
=
0
;
this
.
tabPage1
.
TabIndex
=
0
;
this
.
tabPage1
.
Text
=
" 运行日志 "
;
this
.
tabPage1
.
Text
=
" 运行日志 "
;
this
.
tabPage1
.
UseVisualStyleBackColor
=
true
;
this
.
tabPage1
.
UseVisualStyleBackColor
=
true
;
...
@@ -144,7 +144,7 @@
...
@@ -144,7 +144,7 @@
this
.
logBox
.
Font
=
new
System
.
Drawing
.
Font
(
"微软雅黑"
,
9F
,
System
.
Drawing
.
FontStyle
.
Regular
,
System
.
Drawing
.
GraphicsUnit
.
Point
,
((
byte
)(
134
)));
this
.
logBox
.
Font
=
new
System
.
Drawing
.
Font
(
"微软雅黑"
,
9F
,
System
.
Drawing
.
FontStyle
.
Regular
,
System
.
Drawing
.
GraphicsUnit
.
Point
,
((
byte
)(
134
)));
this
.
logBox
.
Location
=
new
System
.
Drawing
.
Point
(
5
,
3
);
this
.
logBox
.
Location
=
new
System
.
Drawing
.
Point
(
5
,
3
);
this
.
logBox
.
Name
=
"logBox"
;
this
.
logBox
.
Name
=
"logBox"
;
this
.
logBox
.
Size
=
new
System
.
Drawing
.
Size
(
981
,
5
53
);
this
.
logBox
.
Size
=
new
System
.
Drawing
.
Size
(
981
,
5
96
);
this
.
logBox
.
TabIndex
=
106
;
this
.
logBox
.
TabIndex
=
106
;
this
.
logBox
.
Text
=
""
;
this
.
logBox
.
Text
=
""
;
this
.
logBox
.
VisibleChanged
+=
new
System
.
EventHandler
(
this
.
logBox_VisibleChanged
);
this
.
logBox
.
VisibleChanged
+=
new
System
.
EventHandler
(
this
.
logBox_VisibleChanged
);
...
@@ -154,7 +154,7 @@
...
@@ -154,7 +154,7 @@
this
.
tabPage2
.
Controls
.
Add
(
this
.
panel1
);
this
.
tabPage2
.
Controls
.
Add
(
this
.
panel1
);
this
.
tabPage2
.
Location
=
new
System
.
Drawing
.
Point
(
4
,
32
);
this
.
tabPage2
.
Location
=
new
System
.
Drawing
.
Point
(
4
,
32
);
this
.
tabPage2
.
Name
=
"tabPage2"
;
this
.
tabPage2
.
Name
=
"tabPage2"
;
this
.
tabPage2
.
Size
=
new
System
.
Drawing
.
Size
(
992
,
5
64
);
this
.
tabPage2
.
Size
=
new
System
.
Drawing
.
Size
(
192
,
64
);
this
.
tabPage2
.
TabIndex
=
1
;
this
.
tabPage2
.
TabIndex
=
1
;
this
.
tabPage2
.
Text
=
" 设备状态 "
;
this
.
tabPage2
.
Text
=
" 设备状态 "
;
this
.
tabPage2
.
UseVisualStyleBackColor
=
true
;
this
.
tabPage2
.
UseVisualStyleBackColor
=
true
;
...
@@ -165,7 +165,7 @@
...
@@ -165,7 +165,7 @@
this
.
panel1
.
Dock
=
System
.
Windows
.
Forms
.
DockStyle
.
Fill
;
this
.
panel1
.
Dock
=
System
.
Windows
.
Forms
.
DockStyle
.
Fill
;
this
.
panel1
.
Location
=
new
System
.
Drawing
.
Point
(
0
,
0
);
this
.
panel1
.
Location
=
new
System
.
Drawing
.
Point
(
0
,
0
);
this
.
panel1
.
Name
=
"panel1"
;
this
.
panel1
.
Name
=
"panel1"
;
this
.
panel1
.
Size
=
new
System
.
Drawing
.
Size
(
992
,
5
64
);
this
.
panel1
.
Size
=
new
System
.
Drawing
.
Size
(
192
,
64
);
this
.
panel1
.
TabIndex
=
1
;
this
.
panel1
.
TabIndex
=
1
;
//
//
// tableLayoutPanel1
// tableLayoutPanel1
...
@@ -190,7 +190,7 @@
...
@@ -190,7 +190,7 @@
this
.
tableLayoutPanel1
.
RowStyles
.
Add
(
new
System
.
Windows
.
Forms
.
RowStyle
(
System
.
Windows
.
Forms
.
SizeType
.
Percent
,
14.28571F
));
this
.
tableLayoutPanel1
.
RowStyles
.
Add
(
new
System
.
Windows
.
Forms
.
RowStyle
(
System
.
Windows
.
Forms
.
SizeType
.
Percent
,
14.28571F
));
this
.
tableLayoutPanel1
.
RowStyles
.
Add
(
new
System
.
Windows
.
Forms
.
RowStyle
(
System
.
Windows
.
Forms
.
SizeType
.
Percent
,
19.04762F
));
this
.
tableLayoutPanel1
.
RowStyles
.
Add
(
new
System
.
Windows
.
Forms
.
RowStyle
(
System
.
Windows
.
Forms
.
SizeType
.
Percent
,
19.04762F
));
this
.
tableLayoutPanel1
.
RowStyles
.
Add
(
new
System
.
Windows
.
Forms
.
RowStyle
(
System
.
Windows
.
Forms
.
SizeType
.
Percent
,
19.04762F
));
this
.
tableLayoutPanel1
.
RowStyles
.
Add
(
new
System
.
Windows
.
Forms
.
RowStyle
(
System
.
Windows
.
Forms
.
SizeType
.
Percent
,
19.04762F
));
this
.
tableLayoutPanel1
.
Size
=
new
System
.
Drawing
.
Size
(
992
,
5
64
);
this
.
tableLayoutPanel1
.
Size
=
new
System
.
Drawing
.
Size
(
192
,
64
);
this
.
tableLayoutPanel1
.
TabIndex
=
0
;
this
.
tableLayoutPanel1
.
TabIndex
=
0
;
//
//
// InputControl
// InputControl
...
@@ -201,11 +201,11 @@
...
@@ -201,11 +201,11 @@
this
.
tableLayoutPanel1
.
SetColumnSpan
(
this
.
InputControl
,
2
);
this
.
tableLayoutPanel1
.
SetColumnSpan
(
this
.
InputControl
,
2
);
this
.
InputControl
.
Dock
=
System
.
Windows
.
Forms
.
DockStyle
.
Fill
;
this
.
InputControl
.
Dock
=
System
.
Windows
.
Forms
.
DockStyle
.
Fill
;
this
.
InputControl
.
EquipText
=
"上料机构"
;
this
.
InputControl
.
EquipText
=
"上料机构"
;
this
.
InputControl
.
Location
=
new
System
.
Drawing
.
Point
(
4
,
352
);
this
.
InputControl
.
Location
=
new
System
.
Drawing
.
Point
(
4
,
43
);
this
.
InputControl
.
Margin
=
new
System
.
Windows
.
Forms
.
Padding
(
4
,
4
,
4
,
4
);
this
.
InputControl
.
Margin
=
new
System
.
Windows
.
Forms
.
Padding
(
4
,
4
,
4
,
4
);
this
.
InputControl
.
MoveInfo
=
"暂无出入库"
;
this
.
InputControl
.
MoveInfo
=
"暂无出入库"
;
this
.
InputControl
.
Name
=
"InputControl"
;
this
.
InputControl
.
Name
=
"InputControl"
;
this
.
InputControl
.
Size
=
new
System
.
Drawing
.
Size
(
984
,
99
);
this
.
InputControl
.
Size
=
new
System
.
Drawing
.
Size
(
184
,
4
);
this
.
InputControl
.
TabIndex
=
5
;
this
.
InputControl
.
TabIndex
=
5
;
this
.
InputControl
.
WorkStatus
=
"暂未启动"
;
this
.
InputControl
.
WorkStatus
=
"暂未启动"
;
//
//
...
@@ -215,11 +215,11 @@
...
@@ -215,11 +215,11 @@
this
.
ReelControlA1
.
BorderStyle
=
System
.
Windows
.
Forms
.
BorderStyle
.
FixedSingle
;
this
.
ReelControlA1
.
BorderStyle
=
System
.
Windows
.
Forms
.
BorderStyle
.
FixedSingle
;
this
.
ReelControlA1
.
ColorStatus
=
System
.
Drawing
.
Color
.
White
;
this
.
ReelControlA1
.
ColorStatus
=
System
.
Drawing
.
Color
.
White
;
this
.
ReelControlA1
.
Dock
=
System
.
Windows
.
Forms
.
DockStyle
.
Fill
;
this
.
ReelControlA1
.
Dock
=
System
.
Windows
.
Forms
.
DockStyle
.
Fill
;
this
.
ReelControlA1
.
Location
=
new
System
.
Drawing
.
Point
(
4
,
192
);
this
.
ReelControlA1
.
Location
=
new
System
.
Drawing
.
Point
(
4
,
25
);
this
.
ReelControlA1
.
Margin
=
new
System
.
Windows
.
Forms
.
Padding
(
4
,
4
,
4
,
4
);
this
.
ReelControlA1
.
Margin
=
new
System
.
Windows
.
Forms
.
Padding
(
4
,
4
,
4
,
4
);
this
.
ReelControlA1
.
Name
=
"ReelControlA1"
;
this
.
ReelControlA1
.
Name
=
"ReelControlA1"
;
this
.
ReelControlA1
.
ReelText
=
"暂存区物料"
;
this
.
ReelControlA1
.
ReelText
=
"暂存区物料"
;
this
.
ReelControlA1
.
Size
=
new
System
.
Drawing
.
Size
(
488
,
72
);
this
.
ReelControlA1
.
Size
=
new
System
.
Drawing
.
Size
(
88
,
1
);
this
.
ReelControlA1
.
TabIndex
=
0
;
this
.
ReelControlA1
.
TabIndex
=
0
;
//
//
// ReelControlA2
// ReelControlA2
...
@@ -228,11 +228,11 @@
...
@@ -228,11 +228,11 @@
this
.
ReelControlA2
.
BorderStyle
=
System
.
Windows
.
Forms
.
BorderStyle
.
FixedSingle
;
this
.
ReelControlA2
.
BorderStyle
=
System
.
Windows
.
Forms
.
BorderStyle
.
FixedSingle
;
this
.
ReelControlA2
.
ColorStatus
=
System
.
Drawing
.
Color
.
White
;
this
.
ReelControlA2
.
ColorStatus
=
System
.
Drawing
.
Color
.
White
;
this
.
ReelControlA2
.
Dock
=
System
.
Windows
.
Forms
.
DockStyle
.
Fill
;
this
.
ReelControlA2
.
Dock
=
System
.
Windows
.
Forms
.
DockStyle
.
Fill
;
this
.
ReelControlA2
.
Location
=
new
System
.
Drawing
.
Point
(
4
,
272
);
this
.
ReelControlA2
.
Location
=
new
System
.
Drawing
.
Point
(
4
,
34
);
this
.
ReelControlA2
.
Margin
=
new
System
.
Windows
.
Forms
.
Padding
(
4
,
4
,
4
,
4
);
this
.
ReelControlA2
.
Margin
=
new
System
.
Windows
.
Forms
.
Padding
(
4
,
4
,
4
,
4
);
this
.
ReelControlA2
.
Name
=
"ReelControlA2"
;
this
.
ReelControlA2
.
Name
=
"ReelControlA2"
;
this
.
ReelControlA2
.
ReelText
=
"暂存区物料"
;
this
.
ReelControlA2
.
ReelText
=
"暂存区物料"
;
this
.
ReelControlA2
.
Size
=
new
System
.
Drawing
.
Size
(
488
,
72
);
this
.
ReelControlA2
.
Size
=
new
System
.
Drawing
.
Size
(
88
,
1
);
this
.
ReelControlA2
.
TabIndex
=
1
;
this
.
ReelControlA2
.
TabIndex
=
1
;
//
//
// ReelControlB1
// ReelControlB1
...
@@ -241,11 +241,11 @@
...
@@ -241,11 +241,11 @@
this
.
ReelControlB1
.
BorderStyle
=
System
.
Windows
.
Forms
.
BorderStyle
.
FixedSingle
;
this
.
ReelControlB1
.
BorderStyle
=
System
.
Windows
.
Forms
.
BorderStyle
.
FixedSingle
;
this
.
ReelControlB1
.
ColorStatus
=
System
.
Drawing
.
Color
.
White
;
this
.
ReelControlB1
.
ColorStatus
=
System
.
Drawing
.
Color
.
White
;
this
.
ReelControlB1
.
Dock
=
System
.
Windows
.
Forms
.
DockStyle
.
Fill
;
this
.
ReelControlB1
.
Dock
=
System
.
Windows
.
Forms
.
DockStyle
.
Fill
;
this
.
ReelControlB1
.
Location
=
new
System
.
Drawing
.
Point
(
500
,
192
);
this
.
ReelControlB1
.
Location
=
new
System
.
Drawing
.
Point
(
100
,
25
);
this
.
ReelControlB1
.
Margin
=
new
System
.
Windows
.
Forms
.
Padding
(
4
,
4
,
4
,
4
);
this
.
ReelControlB1
.
Margin
=
new
System
.
Windows
.
Forms
.
Padding
(
4
,
4
,
4
,
4
);
this
.
ReelControlB1
.
Name
=
"ReelControlB1"
;
this
.
ReelControlB1
.
Name
=
"ReelControlB1"
;
this
.
ReelControlB1
.
ReelText
=
"暂存区物料"
;
this
.
ReelControlB1
.
ReelText
=
"暂存区物料"
;
this
.
ReelControlB1
.
Size
=
new
System
.
Drawing
.
Size
(
488
,
72
);
this
.
ReelControlB1
.
Size
=
new
System
.
Drawing
.
Size
(
88
,
1
);
this
.
ReelControlB1
.
TabIndex
=
2
;
this
.
ReelControlB1
.
TabIndex
=
2
;
//
//
// ReelControlB2
// ReelControlB2
...
@@ -254,11 +254,11 @@
...
@@ -254,11 +254,11 @@
this
.
ReelControlB2
.
BorderStyle
=
System
.
Windows
.
Forms
.
BorderStyle
.
FixedSingle
;
this
.
ReelControlB2
.
BorderStyle
=
System
.
Windows
.
Forms
.
BorderStyle
.
FixedSingle
;
this
.
ReelControlB2
.
ColorStatus
=
System
.
Drawing
.
Color
.
White
;
this
.
ReelControlB2
.
ColorStatus
=
System
.
Drawing
.
Color
.
White
;
this
.
ReelControlB2
.
Dock
=
System
.
Windows
.
Forms
.
DockStyle
.
Fill
;
this
.
ReelControlB2
.
Dock
=
System
.
Windows
.
Forms
.
DockStyle
.
Fill
;
this
.
ReelControlB2
.
Location
=
new
System
.
Drawing
.
Point
(
500
,
272
);
this
.
ReelControlB2
.
Location
=
new
System
.
Drawing
.
Point
(
100
,
34
);
this
.
ReelControlB2
.
Margin
=
new
System
.
Windows
.
Forms
.
Padding
(
4
,
4
,
4
,
4
);
this
.
ReelControlB2
.
Margin
=
new
System
.
Windows
.
Forms
.
Padding
(
4
,
4
,
4
,
4
);
this
.
ReelControlB2
.
Name
=
"ReelControlB2"
;
this
.
ReelControlB2
.
Name
=
"ReelControlB2"
;
this
.
ReelControlB2
.
ReelText
=
"暂存区物料"
;
this
.
ReelControlB2
.
ReelText
=
"暂存区物料"
;
this
.
ReelControlB2
.
Size
=
new
System
.
Drawing
.
Size
(
488
,
72
);
this
.
ReelControlB2
.
Size
=
new
System
.
Drawing
.
Size
(
88
,
1
);
this
.
ReelControlB2
.
TabIndex
=
3
;
this
.
ReelControlB2
.
TabIndex
=
3
;
//
//
// BoxControl
// BoxControl
...
@@ -273,7 +273,7 @@
...
@@ -273,7 +273,7 @@
this
.
BoxControl
.
Margin
=
new
System
.
Windows
.
Forms
.
Padding
(
4
,
4
,
4
,
4
);
this
.
BoxControl
.
Margin
=
new
System
.
Windows
.
Forms
.
Padding
(
4
,
4
,
4
,
4
);
this
.
BoxControl
.
MoveInfo
=
"暂无出入库"
;
this
.
BoxControl
.
MoveInfo
=
"暂无出入库"
;
this
.
BoxControl
.
Name
=
"BoxControl"
;
this
.
BoxControl
.
Name
=
"BoxControl"
;
this
.
BoxControl
.
Size
=
new
System
.
Drawing
.
Size
(
984
,
180
);
this
.
BoxControl
.
Size
=
new
System
.
Drawing
.
Size
(
184
,
13
);
this
.
BoxControl
.
TabIndex
=
4
;
this
.
BoxControl
.
TabIndex
=
4
;
this
.
BoxControl
.
WorkStatus
=
"暂未启动"
;
this
.
BoxControl
.
WorkStatus
=
"暂未启动"
;
//
//
...
@@ -284,11 +284,11 @@
...
@@ -284,11 +284,11 @@
this
.
ShelfAControl
.
ColorStatus
=
System
.
Drawing
.
Color
.
White
;
this
.
ShelfAControl
.
ColorStatus
=
System
.
Drawing
.
Color
.
White
;
this
.
ShelfAControl
.
Dock
=
System
.
Windows
.
Forms
.
DockStyle
.
Fill
;
this
.
ShelfAControl
.
Dock
=
System
.
Windows
.
Forms
.
DockStyle
.
Fill
;
this
.
ShelfAControl
.
EquipText
=
"A料口"
;
this
.
ShelfAControl
.
EquipText
=
"A料口"
;
this
.
ShelfAControl
.
Location
=
new
System
.
Drawing
.
Point
(
4
,
459
);
this
.
ShelfAControl
.
Location
=
new
System
.
Drawing
.
Point
(
4
,
55
);
this
.
ShelfAControl
.
Margin
=
new
System
.
Windows
.
Forms
.
Padding
(
4
,
4
,
4
,
4
);
this
.
ShelfAControl
.
Margin
=
new
System
.
Windows
.
Forms
.
Padding
(
4
,
4
,
4
,
4
);
this
.
ShelfAControl
.
MoveInfo
=
"暂无出入库"
;
this
.
ShelfAControl
.
MoveInfo
=
"暂无出入库"
;
this
.
ShelfAControl
.
Name
=
"ShelfAControl"
;
this
.
ShelfAControl
.
Name
=
"ShelfAControl"
;
this
.
ShelfAControl
.
Size
=
new
System
.
Drawing
.
Size
(
488
,
101
);
this
.
ShelfAControl
.
Size
=
new
System
.
Drawing
.
Size
(
88
,
5
);
this
.
ShelfAControl
.
TabIndex
=
6
;
this
.
ShelfAControl
.
TabIndex
=
6
;
this
.
ShelfAControl
.
WorkStatus
=
"暂未启动"
;
this
.
ShelfAControl
.
WorkStatus
=
"暂未启动"
;
//
//
...
@@ -299,11 +299,11 @@
...
@@ -299,11 +299,11 @@
this
.
ShelfBControl
.
ColorStatus
=
System
.
Drawing
.
Color
.
White
;
this
.
ShelfBControl
.
ColorStatus
=
System
.
Drawing
.
Color
.
White
;
this
.
ShelfBControl
.
Dock
=
System
.
Windows
.
Forms
.
DockStyle
.
Fill
;
this
.
ShelfBControl
.
Dock
=
System
.
Windows
.
Forms
.
DockStyle
.
Fill
;
this
.
ShelfBControl
.
EquipText
=
"B料口"
;
this
.
ShelfBControl
.
EquipText
=
"B料口"
;
this
.
ShelfBControl
.
Location
=
new
System
.
Drawing
.
Point
(
500
,
459
);
this
.
ShelfBControl
.
Location
=
new
System
.
Drawing
.
Point
(
100
,
55
);
this
.
ShelfBControl
.
Margin
=
new
System
.
Windows
.
Forms
.
Padding
(
4
,
4
,
4
,
4
);
this
.
ShelfBControl
.
Margin
=
new
System
.
Windows
.
Forms
.
Padding
(
4
,
4
,
4
,
4
);
this
.
ShelfBControl
.
MoveInfo
=
"暂无出入库"
;
this
.
ShelfBControl
.
MoveInfo
=
"暂无出入库"
;
this
.
ShelfBControl
.
Name
=
"ShelfBControl"
;
this
.
ShelfBControl
.
Name
=
"ShelfBControl"
;
this
.
ShelfBControl
.
Size
=
new
System
.
Drawing
.
Size
(
488
,
101
);
this
.
ShelfBControl
.
Size
=
new
System
.
Drawing
.
Size
(
88
,
5
);
this
.
ShelfBControl
.
TabIndex
=
7
;
this
.
ShelfBControl
.
TabIndex
=
7
;
this
.
ShelfBControl
.
WorkStatus
=
"暂未启动"
;
this
.
ShelfBControl
.
WorkStatus
=
"暂未启动"
;
//
//
...
@@ -664,7 +664,7 @@
...
@@ -664,7 +664,7 @@
this
.
tableLayoutPanel2
.
Location
=
new
System
.
Drawing
.
Point
(
0
,
35
);
this
.
tableLayoutPanel2
.
Location
=
new
System
.
Drawing
.
Point
(
0
,
35
);
this
.
tableLayoutPanel2
.
Name
=
"tableLayoutPanel2"
;
this
.
tableLayoutPanel2
.
Name
=
"tableLayoutPanel2"
;
this
.
tableLayoutPanel2
.
RowCount
=
2
;
this
.
tableLayoutPanel2
.
RowCount
=
2
;
this
.
tableLayoutPanel2
.
RowStyles
.
Add
(
new
System
.
Windows
.
Forms
.
RowStyle
(
System
.
Windows
.
Forms
.
SizeType
.
Absolute
,
80
F
));
this
.
tableLayoutPanel2
.
RowStyles
.
Add
(
new
System
.
Windows
.
Forms
.
RowStyle
(
System
.
Windows
.
Forms
.
SizeType
.
Absolute
,
37
F
));
this
.
tableLayoutPanel2
.
RowStyles
.
Add
(
new
System
.
Windows
.
Forms
.
RowStyle
(
System
.
Windows
.
Forms
.
SizeType
.
Percent
,
100F
));
this
.
tableLayoutPanel2
.
RowStyles
.
Add
(
new
System
.
Windows
.
Forms
.
RowStyle
(
System
.
Windows
.
Forms
.
SizeType
.
Percent
,
100F
));
this
.
tableLayoutPanel2
.
Size
=
new
System
.
Drawing
.
Size
(
1006
,
686
);
this
.
tableLayoutPanel2
.
Size
=
new
System
.
Drawing
.
Size
(
1006
,
686
);
this
.
tableLayoutPanel2
.
TabIndex
=
97
;
this
.
tableLayoutPanel2
.
TabIndex
=
97
;
...
@@ -681,7 +681,7 @@
...
@@ -681,7 +681,7 @@
this
.
tableLayoutPanel3
.
Name
=
"tableLayoutPanel3"
;
this
.
tableLayoutPanel3
.
Name
=
"tableLayoutPanel3"
;
this
.
tableLayoutPanel3
.
RowCount
=
1
;
this
.
tableLayoutPanel3
.
RowCount
=
1
;
this
.
tableLayoutPanel3
.
RowStyles
.
Add
(
new
System
.
Windows
.
Forms
.
RowStyle
(
System
.
Windows
.
Forms
.
SizeType
.
Percent
,
50F
));
this
.
tableLayoutPanel3
.
RowStyles
.
Add
(
new
System
.
Windows
.
Forms
.
RowStyle
(
System
.
Windows
.
Forms
.
SizeType
.
Percent
,
50F
));
this
.
tableLayoutPanel3
.
Size
=
new
System
.
Drawing
.
Size
(
1000
,
74
);
this
.
tableLayoutPanel3
.
Size
=
new
System
.
Drawing
.
Size
(
1000
,
31
);
this
.
tableLayoutPanel3
.
TabIndex
=
1
;
this
.
tableLayoutPanel3
.
TabIndex
=
1
;
//
//
// lblWarnMsg
// lblWarnMsg
...
@@ -692,7 +692,7 @@
...
@@ -692,7 +692,7 @@
this
.
lblWarnMsg
.
ForeColor
=
System
.
Drawing
.
Color
.
Red
;
this
.
lblWarnMsg
.
ForeColor
=
System
.
Drawing
.
Color
.
Red
;
this
.
lblWarnMsg
.
Location
=
new
System
.
Drawing
.
Point
(
3
,
0
);
this
.
lblWarnMsg
.
Location
=
new
System
.
Drawing
.
Point
(
3
,
0
);
this
.
lblWarnMsg
.
Name
=
"lblWarnMsg"
;
this
.
lblWarnMsg
.
Name
=
"lblWarnMsg"
;
this
.
lblWarnMsg
.
Size
=
new
System
.
Drawing
.
Size
(
607
,
74
);
this
.
lblWarnMsg
.
Size
=
new
System
.
Drawing
.
Size
(
607
,
31
);
this
.
lblWarnMsg
.
TabIndex
=
97
;
this
.
lblWarnMsg
.
TabIndex
=
97
;
this
.
lblWarnMsg
.
TextAlign
=
System
.
Drawing
.
ContentAlignment
.
MiddleCenter
;
this
.
lblWarnMsg
.
TextAlign
=
System
.
Drawing
.
ContentAlignment
.
MiddleCenter
;
//
//
...
@@ -701,7 +701,7 @@
...
@@ -701,7 +701,7 @@
this
.
lbldiancifa
.
Dock
=
System
.
Windows
.
Forms
.
DockStyle
.
Fill
;
this
.
lbldiancifa
.
Dock
=
System
.
Windows
.
Forms
.
DockStyle
.
Fill
;
this
.
lbldiancifa
.
Location
=
new
System
.
Drawing
.
Point
(
616
,
0
);
this
.
lbldiancifa
.
Location
=
new
System
.
Drawing
.
Point
(
616
,
0
);
this
.
lbldiancifa
.
Name
=
"lbldiancifa"
;
this
.
lbldiancifa
.
Name
=
"lbldiancifa"
;
this
.
lbldiancifa
.
Size
=
new
System
.
Drawing
.
Size
(
381
,
74
);
this
.
lbldiancifa
.
Size
=
new
System
.
Drawing
.
Size
(
381
,
31
);
this
.
lbldiancifa
.
TabIndex
=
98
;
this
.
lbldiancifa
.
TabIndex
=
98
;
this
.
lbldiancifa
.
Text
=
"label1"
;
this
.
lbldiancifa
.
Text
=
"label1"
;
//
//
...
...
source/XLRStoreClient/inputForm/FrmBatchMove.Designer.cs
查看文件 @
a3224e2
...
@@ -73,6 +73,7 @@
...
@@ -73,6 +73,7 @@
//
//
// panel2
// panel2
//
//
this
.
panel2
.
AutoScroll
=
true
;
this
.
panel2
.
Controls
.
Add
(
this
.
groupBox3
);
this
.
panel2
.
Controls
.
Add
(
this
.
groupBox3
);
this
.
panel2
.
Controls
.
Add
(
this
.
groupBox2
);
this
.
panel2
.
Controls
.
Add
(
this
.
groupBox2
);
this
.
panel2
.
Controls
.
Add
(
this
.
groupBox1
);
this
.
panel2
.
Controls
.
Add
(
this
.
groupBox1
);
...
@@ -435,7 +436,7 @@
...
@@ -435,7 +436,7 @@
this
.
chbAutoOut
.
Checked
=
true
;
this
.
chbAutoOut
.
Checked
=
true
;
this
.
chbAutoOut
.
CheckState
=
System
.
Windows
.
Forms
.
CheckState
.
Checked
;
this
.
chbAutoOut
.
CheckState
=
System
.
Windows
.
Forms
.
CheckState
.
Checked
;
this
.
chbAutoOut
.
Font
=
new
System
.
Drawing
.
Font
(
"微软雅黑"
,
10.5F
,
System
.
Drawing
.
FontStyle
.
Regular
,
System
.
Drawing
.
GraphicsUnit
.
Point
,
((
byte
)(
134
)));
this
.
chbAutoOut
.
Font
=
new
System
.
Drawing
.
Font
(
"微软雅黑"
,
10.5F
,
System
.
Drawing
.
FontStyle
.
Regular
,
System
.
Drawing
.
GraphicsUnit
.
Point
,
((
byte
)(
134
)));
this
.
chbAutoOut
.
Location
=
new
System
.
Drawing
.
Point
(
45
8
,
510
);
this
.
chbAutoOut
.
Location
=
new
System
.
Drawing
.
Point
(
45
3
,
510
);
this
.
chbAutoOut
.
Name
=
"chbAutoOut"
;
this
.
chbAutoOut
.
Name
=
"chbAutoOut"
;
this
.
chbAutoOut
.
Size
=
new
System
.
Drawing
.
Size
(
212
,
28
);
this
.
chbAutoOut
.
Size
=
new
System
.
Drawing
.
Size
(
212
,
28
);
this
.
chbAutoOut
.
TabIndex
=
280
;
this
.
chbAutoOut
.
TabIndex
=
280
;
...
...
source/XLRStoreClient/inputForm/uc/Input_AxisControl.Designer.cs
查看文件 @
a3224e2
...
@@ -31,54 +31,54 @@
...
@@ -31,54 +31,54 @@
this
.
tabControl2
=
new
System
.
Windows
.
Forms
.
TabControl
();
this
.
tabControl2
=
new
System
.
Windows
.
Forms
.
TabControl
();
this
.
tabPage4
=
new
System
.
Windows
.
Forms
.
TabPage
();
this
.
tabPage4
=
new
System
.
Windows
.
Forms
.
TabPage
();
this
.
groupBox2
=
new
System
.
Windows
.
Forms
.
GroupBox
();
this
.
groupBox2
=
new
System
.
Windows
.
Forms
.
GroupBox
();
this
.
groupBox5
=
new
System
.
Windows
.
Forms
.
GroupBox
();
this
.
tabPage5
=
new
System
.
Windows
.
Forms
.
TabPage
();
this
.
groupBox7
=
new
System
.
Windows
.
Forms
.
GroupBox
();
this
.
groupBox8
=
new
System
.
Windows
.
Forms
.
GroupBox
();
this
.
tabPage6
=
new
System
.
Windows
.
Forms
.
TabPage
();
this
.
groupBox1
=
new
System
.
Windows
.
Forms
.
GroupBox
();
this
.
groupBox10
=
new
System
.
Windows
.
Forms
.
GroupBox
();
this
.
groupBox9
=
new
System
.
Windows
.
Forms
.
GroupBox
();
this
.
groupBox11
=
new
System
.
Windows
.
Forms
.
GroupBox
();
this
.
panel1
=
new
System
.
Windows
.
Forms
.
Panel
();
this
.
chbPointEditEnable
=
new
System
.
Windows
.
Forms
.
CheckBox
();
this
.
btnSave
=
new
System
.
Windows
.
Forms
.
Button
();
this
.
inoutAxisP5
=
new
OnlineStore
.
XLRStore
.
useControl
.
AxisPointControl
();
this
.
inoutAxisP4
=
new
OnlineStore
.
XLRStore
.
useControl
.
AxisPointControl
();
this
.
mideleAxisP3
=
new
OnlineStore
.
XLRStore
.
useControl
.
AxisPointControl
();
this
.
mideleAxisP2
=
new
OnlineStore
.
XLRStore
.
useControl
.
AxisPointControl
();
this
.
updownAxisP2
=
new
OnlineStore
.
XLRStore
.
useControl
.
AxisPointControl
();
this
.
updownAxisP3
=
new
OnlineStore
.
XLRStore
.
useControl
.
AxisPointControl
();
this
.
axisMoveControl1
=
new
OnlineStore
.
XLRStore
.
useControl
.
AxisMoveRectControl
();
this
.
updownAxisP14
=
new
OnlineStore
.
XLRStore
.
useControl
.
AxisPointControl
();
this
.
updownAxisP14
=
new
OnlineStore
.
XLRStore
.
useControl
.
AxisPointControl
();
this
.
inoutAxisP2
=
new
OnlineStore
.
XLRStore
.
useControl
.
AxisPointControl
();
this
.
inoutAxisP2
=
new
OnlineStore
.
XLRStore
.
useControl
.
AxisPointControl
();
this
.
mideleAxisP4
=
new
OnlineStore
.
XLRStore
.
useControl
.
AxisPointControl
();
this
.
mideleAxisP4
=
new
OnlineStore
.
XLRStore
.
useControl
.
AxisPointControl
();
this
.
updownAxisP4
=
new
OnlineStore
.
XLRStore
.
useControl
.
AxisPointControl
();
this
.
updownAxisP4
=
new
OnlineStore
.
XLRStore
.
useControl
.
AxisPointControl
();
this
.
updownAxisP5
=
new
OnlineStore
.
XLRStore
.
useControl
.
AxisPointControl
();
this
.
updownAxisP5
=
new
OnlineStore
.
XLRStore
.
useControl
.
AxisPointControl
();
this
.
groupBox5
=
new
System
.
Windows
.
Forms
.
GroupBox
();
this
.
updownAxisP15
=
new
OnlineStore
.
XLRStore
.
useControl
.
AxisPointControl
();
this
.
updownAxisP15
=
new
OnlineStore
.
XLRStore
.
useControl
.
AxisPointControl
();
this
.
mideleAxisP7
=
new
OnlineStore
.
XLRStore
.
useControl
.
AxisPointControl
();
this
.
mideleAxisP7
=
new
OnlineStore
.
XLRStore
.
useControl
.
AxisPointControl
();
this
.
updownAxisP6
=
new
OnlineStore
.
XLRStore
.
useControl
.
AxisPointControl
();
this
.
updownAxisP6
=
new
OnlineStore
.
XLRStore
.
useControl
.
AxisPointControl
();
this
.
updownAxisP7
=
new
OnlineStore
.
XLRStore
.
useControl
.
AxisPointControl
();
this
.
updownAxisP7
=
new
OnlineStore
.
XLRStore
.
useControl
.
AxisPointControl
();
this
.
tabPage5
=
new
System
.
Windows
.
Forms
.
TabPage
();
this
.
groupBox7
=
new
System
.
Windows
.
Forms
.
GroupBox
();
this
.
updownAxisP16
=
new
OnlineStore
.
XLRStore
.
useControl
.
AxisPointControl
();
this
.
updownAxisP16
=
new
OnlineStore
.
XLRStore
.
useControl
.
AxisPointControl
();
this
.
inoutAxisP3
=
new
OnlineStore
.
XLRStore
.
useControl
.
AxisPointControl
();
this
.
inoutAxisP3
=
new
OnlineStore
.
XLRStore
.
useControl
.
AxisPointControl
();
this
.
mideleAxisP5
=
new
OnlineStore
.
XLRStore
.
useControl
.
AxisPointControl
();
this
.
mideleAxisP5
=
new
OnlineStore
.
XLRStore
.
useControl
.
AxisPointControl
();
this
.
updownAxisP10
=
new
OnlineStore
.
XLRStore
.
useControl
.
AxisPointControl
();
this
.
updownAxisP10
=
new
OnlineStore
.
XLRStore
.
useControl
.
AxisPointControl
();
this
.
updownAxisP11
=
new
OnlineStore
.
XLRStore
.
useControl
.
AxisPointControl
();
this
.
updownAxisP11
=
new
OnlineStore
.
XLRStore
.
useControl
.
AxisPointControl
();
this
.
groupBox8
=
new
System
.
Windows
.
Forms
.
GroupBox
();
this
.
updownAxisP17
=
new
OnlineStore
.
XLRStore
.
useControl
.
AxisPointControl
();
this
.
updownAxisP17
=
new
OnlineStore
.
XLRStore
.
useControl
.
AxisPointControl
();
this
.
updownAxisP13
=
new
OnlineStore
.
XLRStore
.
useControl
.
AxisPointControl
();
this
.
updownAxisP13
=
new
OnlineStore
.
XLRStore
.
useControl
.
AxisPointControl
();
this
.
mideleAxisP8
=
new
OnlineStore
.
XLRStore
.
useControl
.
AxisPointControl
();
this
.
mideleAxisP8
=
new
OnlineStore
.
XLRStore
.
useControl
.
AxisPointControl
();
this
.
updownAxisP12
=
new
OnlineStore
.
XLRStore
.
useControl
.
AxisPointControl
();
this
.
updownAxisP12
=
new
OnlineStore
.
XLRStore
.
useControl
.
AxisPointControl
();
this
.
tabPage6
=
new
System
.
Windows
.
Forms
.
TabPage
();
this
.
groupBox1
=
new
System
.
Windows
.
Forms
.
GroupBox
();
this
.
inoutAxisP7
=
new
OnlineStore
.
XLRStore
.
useControl
.
AxisPointControl
();
this
.
inoutAxisP7
=
new
OnlineStore
.
XLRStore
.
useControl
.
AxisPointControl
();
this
.
updownAxisP18
=
new
OnlineStore
.
XLRStore
.
useControl
.
AxisPointControl
();
this
.
updownAxisP18
=
new
OnlineStore
.
XLRStore
.
useControl
.
AxisPointControl
();
this
.
updownAxisP19
=
new
OnlineStore
.
XLRStore
.
useControl
.
AxisPointControl
();
this
.
updownAxisP19
=
new
OnlineStore
.
XLRStore
.
useControl
.
AxisPointControl
();
this
.
mideleAxisP9
=
new
OnlineStore
.
XLRStore
.
useControl
.
AxisPointControl
();
this
.
mideleAxisP9
=
new
OnlineStore
.
XLRStore
.
useControl
.
AxisPointControl
();
this
.
groupBox10
=
new
System
.
Windows
.
Forms
.
GroupBox
();
this
.
inoutAxisP1
=
new
OnlineStore
.
XLRStore
.
useControl
.
AxisPointControl
();
this
.
inoutAxisP1
=
new
OnlineStore
.
XLRStore
.
useControl
.
AxisPointControl
();
this
.
mideleAxisP1
=
new
OnlineStore
.
XLRStore
.
useControl
.
AxisPointControl
();
this
.
mideleAxisP1
=
new
OnlineStore
.
XLRStore
.
useControl
.
AxisPointControl
();
this
.
updownAxisP1
=
new
OnlineStore
.
XLRStore
.
useControl
.
AxisPointControl
();
this
.
updownAxisP1
=
new
OnlineStore
.
XLRStore
.
useControl
.
AxisPointControl
();
this
.
groupBox9
=
new
System
.
Windows
.
Forms
.
GroupBox
();
this
.
inoutAxisP6
=
new
OnlineStore
.
XLRStore
.
useControl
.
AxisPointControl
();
this
.
inoutAxisP6
=
new
OnlineStore
.
XLRStore
.
useControl
.
AxisPointControl
();
this
.
updownAxisP8
=
new
OnlineStore
.
XLRStore
.
useControl
.
AxisPointControl
();
this
.
updownAxisP8
=
new
OnlineStore
.
XLRStore
.
useControl
.
AxisPointControl
();
this
.
updownAxisP9
=
new
OnlineStore
.
XLRStore
.
useControl
.
AxisPointControl
();
this
.
updownAxisP9
=
new
OnlineStore
.
XLRStore
.
useControl
.
AxisPointControl
();
this
.
mideleAxisP6
=
new
OnlineStore
.
XLRStore
.
useControl
.
AxisPointControl
();
this
.
mideleAxisP6
=
new
OnlineStore
.
XLRStore
.
useControl
.
AxisPointControl
();
this
.
groupBox11
=
new
System
.
Windows
.
Forms
.
GroupBox
();
this
.
panel1
=
new
System
.
Windows
.
Forms
.
Panel
();
this
.
inoutAxisP5
=
new
OnlineStore
.
XLRStore
.
useControl
.
AxisPointControl
();
this
.
inoutAxisP4
=
new
OnlineStore
.
XLRStore
.
useControl
.
AxisPointControl
();
this
.
mideleAxisP3
=
new
OnlineStore
.
XLRStore
.
useControl
.
AxisPointControl
();
this
.
mideleAxisP2
=
new
OnlineStore
.
XLRStore
.
useControl
.
AxisPointControl
();
this
.
updownAxisP2
=
new
OnlineStore
.
XLRStore
.
useControl
.
AxisPointControl
();
this
.
updownAxisP3
=
new
OnlineStore
.
XLRStore
.
useControl
.
AxisPointControl
();
this
.
chbPointEditEnable
=
new
System
.
Windows
.
Forms
.
CheckBox
();
this
.
btnSave
=
new
System
.
Windows
.
Forms
.
Button
();
this
.
axisMoveControl1
=
new
OnlineStore
.
XLRStore
.
useControl
.
AxisMoveRectControl
();
this
.
tabControl2
.
SuspendLayout
();
this
.
tabControl2
.
SuspendLayout
();
this
.
tabPage4
.
SuspendLayout
();
this
.
tabPage4
.
SuspendLayout
();
this
.
groupBox2
.
SuspendLayout
();
this
.
groupBox2
.
SuspendLayout
();
...
@@ -102,7 +102,7 @@
...
@@ -102,7 +102,7 @@
this
.
tabControl2
.
Location
=
new
System
.
Drawing
.
Point
(
3
,
9
);
this
.
tabControl2
.
Location
=
new
System
.
Drawing
.
Point
(
3
,
9
);
this
.
tabControl2
.
Name
=
"tabControl2"
;
this
.
tabControl2
.
Name
=
"tabControl2"
;
this
.
tabControl2
.
SelectedIndex
=
0
;
this
.
tabControl2
.
SelectedIndex
=
0
;
this
.
tabControl2
.
Size
=
new
System
.
Drawing
.
Size
(
984
,
2
88
);
this
.
tabControl2
.
Size
=
new
System
.
Drawing
.
Size
(
984
,
2
45
);
this
.
tabControl2
.
TabIndex
=
231
;
this
.
tabControl2
.
TabIndex
=
231
;
//
//
// tabPage4
// tabPage4
...
@@ -112,7 +112,7 @@
...
@@ -112,7 +112,7 @@
this
.
tabPage4
.
Location
=
new
System
.
Drawing
.
Point
(
4
,
25
);
this
.
tabPage4
.
Location
=
new
System
.
Drawing
.
Point
(
4
,
25
);
this
.
tabPage4
.
Name
=
"tabPage4"
;
this
.
tabPage4
.
Name
=
"tabPage4"
;
this
.
tabPage4
.
Padding
=
new
System
.
Windows
.
Forms
.
Padding
(
3
);
this
.
tabPage4
.
Padding
=
new
System
.
Windows
.
Forms
.
Padding
(
3
);
this
.
tabPage4
.
Size
=
new
System
.
Drawing
.
Size
(
97
1
,
259
);
this
.
tabPage4
.
Size
=
new
System
.
Drawing
.
Size
(
97
6
,
259
);
this
.
tabPage4
.
TabIndex
=
0
;
this
.
tabPage4
.
TabIndex
=
0
;
this
.
tabPage4
.
Text
=
"A暂存区"
;
this
.
tabPage4
.
Text
=
"A暂存区"
;
this
.
tabPage4
.
UseVisualStyleBackColor
=
true
;
this
.
tabPage4
.
UseVisualStyleBackColor
=
true
;
...
@@ -131,6 +131,236 @@
...
@@ -131,6 +131,236 @@
this
.
groupBox2
.
TabStop
=
false
;
this
.
groupBox2
.
TabStop
=
false
;
this
.
groupBox2
.
Text
=
"A上暂存区点位"
;
this
.
groupBox2
.
Text
=
"A上暂存区点位"
;
//
//
// groupBox5
//
this
.
groupBox5
.
Controls
.
Add
(
this
.
updownAxisP15
);
this
.
groupBox5
.
Controls
.
Add
(
this
.
mideleAxisP7
);
this
.
groupBox5
.
Controls
.
Add
(
this
.
updownAxisP6
);
this
.
groupBox5
.
Controls
.
Add
(
this
.
updownAxisP7
);
this
.
groupBox5
.
Location
=
new
System
.
Drawing
.
Point
(
418
,
13
);
this
.
groupBox5
.
Name
=
"groupBox5"
;
this
.
groupBox5
.
Size
=
new
System
.
Drawing
.
Size
(
360
,
194
);
this
.
groupBox5
.
TabIndex
=
223
;
this
.
groupBox5
.
TabStop
=
false
;
this
.
groupBox5
.
Text
=
"A下暂存区点位"
;
//
// tabPage5
//
this
.
tabPage5
.
Controls
.
Add
(
this
.
groupBox7
);
this
.
tabPage5
.
Controls
.
Add
(
this
.
groupBox8
);
this
.
tabPage5
.
Location
=
new
System
.
Drawing
.
Point
(
4
,
25
);
this
.
tabPage5
.
Name
=
"tabPage5"
;
this
.
tabPage5
.
Padding
=
new
System
.
Windows
.
Forms
.
Padding
(
3
);
this
.
tabPage5
.
Size
=
new
System
.
Drawing
.
Size
(
976
,
216
);
this
.
tabPage5
.
TabIndex
=
1
;
this
.
tabPage5
.
Text
=
"B暂存区"
;
this
.
tabPage5
.
UseVisualStyleBackColor
=
true
;
//
// groupBox7
//
this
.
groupBox7
.
Controls
.
Add
(
this
.
updownAxisP16
);
this
.
groupBox7
.
Controls
.
Add
(
this
.
inoutAxisP3
);
this
.
groupBox7
.
Controls
.
Add
(
this
.
mideleAxisP5
);
this
.
groupBox7
.
Controls
.
Add
(
this
.
updownAxisP10
);
this
.
groupBox7
.
Controls
.
Add
(
this
.
updownAxisP11
);
this
.
groupBox7
.
Location
=
new
System
.
Drawing
.
Point
(
6
,
13
);
this
.
groupBox7
.
Name
=
"groupBox7"
;
this
.
groupBox7
.
Size
=
new
System
.
Drawing
.
Size
(
390
,
213
);
this
.
groupBox7
.
TabIndex
=
224
;
this
.
groupBox7
.
TabStop
=
false
;
this
.
groupBox7
.
Text
=
"B上暂存区点位"
;
//
// groupBox8
//
this
.
groupBox8
.
Controls
.
Add
(
this
.
updownAxisP17
);
this
.
groupBox8
.
Controls
.
Add
(
this
.
updownAxisP13
);
this
.
groupBox8
.
Controls
.
Add
(
this
.
mideleAxisP8
);
this
.
groupBox8
.
Controls
.
Add
(
this
.
updownAxisP12
);
this
.
groupBox8
.
Location
=
new
System
.
Drawing
.
Point
(
414
,
13
);
this
.
groupBox8
.
Name
=
"groupBox8"
;
this
.
groupBox8
.
Size
=
new
System
.
Drawing
.
Size
(
415
,
213
);
this
.
groupBox8
.
TabIndex
=
224
;
this
.
groupBox8
.
TabStop
=
false
;
this
.
groupBox8
.
Text
=
"B下暂存区点位"
;
//
// tabPage6
//
this
.
tabPage6
.
Controls
.
Add
(
this
.
groupBox1
);
this
.
tabPage6
.
Controls
.
Add
(
this
.
groupBox10
);
this
.
tabPage6
.
Controls
.
Add
(
this
.
groupBox9
);
this
.
tabPage6
.
Location
=
new
System
.
Drawing
.
Point
(
4
,
25
);
this
.
tabPage6
.
Name
=
"tabPage6"
;
this
.
tabPage6
.
Size
=
new
System
.
Drawing
.
Size
(
976
,
216
);
this
.
tabPage6
.
TabIndex
=
2
;
this
.
tabPage6
.
Text
=
"NG/待机/紧急料"
;
this
.
tabPage6
.
UseVisualStyleBackColor
=
true
;
//
// groupBox1
//
this
.
groupBox1
.
Controls
.
Add
(
this
.
inoutAxisP7
);
this
.
groupBox1
.
Controls
.
Add
(
this
.
updownAxisP18
);
this
.
groupBox1
.
Controls
.
Add
(
this
.
updownAxisP19
);
this
.
groupBox1
.
Controls
.
Add
(
this
.
mideleAxisP9
);
this
.
groupBox1
.
Location
=
new
System
.
Drawing
.
Point
(
615
,
15
);
this
.
groupBox1
.
Name
=
"groupBox1"
;
this
.
groupBox1
.
Size
=
new
System
.
Drawing
.
Size
(
353
,
206
);
this
.
groupBox1
.
TabIndex
=
228
;
this
.
groupBox1
.
TabStop
=
false
;
this
.
groupBox1
.
Text
=
"紧急料区点位"
;
//
// groupBox10
//
this
.
groupBox10
.
Controls
.
Add
(
this
.
inoutAxisP1
);
this
.
groupBox10
.
Controls
.
Add
(
this
.
mideleAxisP1
);
this
.
groupBox10
.
Controls
.
Add
(
this
.
updownAxisP1
);
this
.
groupBox10
.
Location
=
new
System
.
Drawing
.
Point
(
3
,
15
);
this
.
groupBox10
.
Name
=
"groupBox10"
;
this
.
groupBox10
.
Size
=
new
System
.
Drawing
.
Size
(
264
,
206
);
this
.
groupBox10
.
TabIndex
=
227
;
this
.
groupBox10
.
TabStop
=
false
;
this
.
groupBox10
.
Text
=
"待机点点位"
;
//
// groupBox9
//
this
.
groupBox9
.
Controls
.
Add
(
this
.
inoutAxisP6
);
this
.
groupBox9
.
Controls
.
Add
(
this
.
updownAxisP8
);
this
.
groupBox9
.
Controls
.
Add
(
this
.
updownAxisP9
);
this
.
groupBox9
.
Controls
.
Add
(
this
.
mideleAxisP6
);
this
.
groupBox9
.
Location
=
new
System
.
Drawing
.
Point
(
277
,
15
);
this
.
groupBox9
.
Name
=
"groupBox9"
;
this
.
groupBox9
.
Size
=
new
System
.
Drawing
.
Size
(
332
,
206
);
this
.
groupBox9
.
TabIndex
=
225
;
this
.
groupBox9
.
TabStop
=
false
;
this
.
groupBox9
.
Text
=
"NG料区点位"
;
//
// groupBox11
//
this
.
groupBox11
.
Controls
.
Add
(
this
.
panel1
);
this
.
groupBox11
.
Location
=
new
System
.
Drawing
.
Point
(
839
,
267
);
this
.
groupBox11
.
Name
=
"groupBox11"
;
this
.
groupBox11
.
Size
=
new
System
.
Drawing
.
Size
(
304
,
224
);
this
.
groupBox11
.
TabIndex
=
233
;
this
.
groupBox11
.
TabStop
=
false
;
this
.
groupBox11
.
Text
=
"料串取放料点位"
;
//
// panel1
//
this
.
panel1
.
Controls
.
Add
(
this
.
inoutAxisP5
);
this
.
panel1
.
Controls
.
Add
(
this
.
inoutAxisP4
);
this
.
panel1
.
Controls
.
Add
(
this
.
mideleAxisP3
);
this
.
panel1
.
Controls
.
Add
(
this
.
mideleAxisP2
);
this
.
panel1
.
Controls
.
Add
(
this
.
updownAxisP2
);
this
.
panel1
.
Controls
.
Add
(
this
.
updownAxisP3
);
this
.
panel1
.
Dock
=
System
.
Windows
.
Forms
.
DockStyle
.
Fill
;
this
.
panel1
.
Location
=
new
System
.
Drawing
.
Point
(
3
,
21
);
this
.
panel1
.
Name
=
"panel1"
;
this
.
panel1
.
Size
=
new
System
.
Drawing
.
Size
(
298
,
200
);
this
.
panel1
.
TabIndex
=
220
;
//
// chbPointEditEnable
//
this
.
chbPointEditEnable
.
AutoSize
=
true
;
this
.
chbPointEditEnable
.
Font
=
new
System
.
Drawing
.
Font
(
"微软雅黑"
,
12F
,
System
.
Drawing
.
FontStyle
.
Bold
,
System
.
Drawing
.
GraphicsUnit
.
Point
,
((
byte
)(
134
)));
this
.
chbPointEditEnable
.
Location
=
new
System
.
Drawing
.
Point
(
1002
,
66
);
this
.
chbPointEditEnable
.
Name
=
"chbPointEditEnable"
;
this
.
chbPointEditEnable
.
Size
=
new
System
.
Drawing
.
Size
(
154
,
31
);
this
.
chbPointEditEnable
.
TabIndex
=
234
;
this
.
chbPointEditEnable
.
Text
=
"启用点位编辑"
;
this
.
chbPointEditEnable
.
UseVisualStyleBackColor
=
true
;
this
.
chbPointEditEnable
.
CheckedChanged
+=
new
System
.
EventHandler
(
this
.
chbPointEditEnable_CheckedChanged
);
//
// btnSave
//
this
.
btnSave
.
BackColor
=
System
.
Drawing
.
Color
.
White
;
this
.
btnSave
.
FlatStyle
=
System
.
Windows
.
Forms
.
FlatStyle
.
Flat
;
this
.
btnSave
.
Font
=
new
System
.
Drawing
.
Font
(
"微软雅黑"
,
10.5F
,
System
.
Drawing
.
FontStyle
.
Regular
,
System
.
Drawing
.
GraphicsUnit
.
Point
,
((
byte
)(
134
)));
this
.
btnSave
.
Location
=
new
System
.
Drawing
.
Point
(
1002
,
135
);
this
.
btnSave
.
Name
=
"btnSave"
;
this
.
btnSave
.
Size
=
new
System
.
Drawing
.
Size
(
144
,
69
);
this
.
btnSave
.
TabIndex
=
235
;
this
.
btnSave
.
Text
=
"保存点位信息"
;
this
.
btnSave
.
UseVisualStyleBackColor
=
false
;
this
.
btnSave
.
Click
+=
new
System
.
EventHandler
(
this
.
btnSave_Click
);
//
// inoutAxisP5
//
this
.
inoutAxisP5
.
Font
=
new
System
.
Drawing
.
Font
(
"微软雅黑"
,
9F
,
System
.
Drawing
.
FontStyle
.
Regular
,
System
.
Drawing
.
GraphicsUnit
.
Point
,
((
byte
)(
134
)));
this
.
inoutAxisP5
.
Location
=
new
System
.
Drawing
.
Point
(
3
,
164
);
this
.
inoutAxisP5
.
Name
=
"inoutAxisP5"
;
this
.
inoutAxisP5
.
PointBackColor
=
System
.
Drawing
.
Color
.
RoyalBlue
;
this
.
inoutAxisP5
.
PointForeColor
=
System
.
Drawing
.
Color
.
Black
;
this
.
inoutAxisP5
.
PointText
=
"进出轴-B料口取料点P5:"
;
this
.
inoutAxisP5
.
PointValue
=
0
;
this
.
inoutAxisP5
.
Size
=
new
System
.
Drawing
.
Size
(
292
,
33
);
this
.
inoutAxisP5
.
TabIndex
=
4
;
//
// inoutAxisP4
//
this
.
inoutAxisP4
.
Font
=
new
System
.
Drawing
.
Font
(
"微软雅黑"
,
9F
,
System
.
Drawing
.
FontStyle
.
Regular
,
System
.
Drawing
.
GraphicsUnit
.
Point
,
((
byte
)(
134
)));
this
.
inoutAxisP4
.
Location
=
new
System
.
Drawing
.
Point
(
3
,
129
);
this
.
inoutAxisP4
.
Name
=
"inoutAxisP4"
;
this
.
inoutAxisP4
.
PointBackColor
=
System
.
Drawing
.
Color
.
RoyalBlue
;
this
.
inoutAxisP4
.
PointForeColor
=
System
.
Drawing
.
Color
.
Black
;
this
.
inoutAxisP4
.
PointText
=
"进出轴-A料口取料点P4:"
;
this
.
inoutAxisP4
.
PointValue
=
0
;
this
.
inoutAxisP4
.
Size
=
new
System
.
Drawing
.
Size
(
292
,
33
);
this
.
inoutAxisP4
.
TabIndex
=
3
;
//
// mideleAxisP3
//
this
.
mideleAxisP3
.
Font
=
new
System
.
Drawing
.
Font
(
"微软雅黑"
,
9F
,
System
.
Drawing
.
FontStyle
.
Regular
,
System
.
Drawing
.
GraphicsUnit
.
Point
,
((
byte
)(
134
)));
this
.
mideleAxisP3
.
Location
=
new
System
.
Drawing
.
Point
(
3
,
33
);
this
.
mideleAxisP3
.
Name
=
"mideleAxisP3"
;
this
.
mideleAxisP3
.
PointBackColor
=
System
.
Drawing
.
Color
.
SkyBlue
;
this
.
mideleAxisP3
.
PointForeColor
=
System
.
Drawing
.
Color
.
Black
;
this
.
mideleAxisP3
.
PointText
=
"旋转轴-B料口取料点P3:"
;
this
.
mideleAxisP3
.
PointValue
=
0
;
this
.
mideleAxisP3
.
Size
=
new
System
.
Drawing
.
Size
(
292
,
33
);
this
.
mideleAxisP3
.
TabIndex
=
2
;
//
// mideleAxisP2
//
this
.
mideleAxisP2
.
Font
=
new
System
.
Drawing
.
Font
(
"微软雅黑"
,
9F
,
System
.
Drawing
.
FontStyle
.
Regular
,
System
.
Drawing
.
GraphicsUnit
.
Point
,
((
byte
)(
134
)));
this
.
mideleAxisP2
.
Location
=
new
System
.
Drawing
.
Point
(
3
,
3
);
this
.
mideleAxisP2
.
Name
=
"mideleAxisP2"
;
this
.
mideleAxisP2
.
PointBackColor
=
System
.
Drawing
.
Color
.
SkyBlue
;
this
.
mideleAxisP2
.
PointForeColor
=
System
.
Drawing
.
Color
.
Black
;
this
.
mideleAxisP2
.
PointText
=
"旋转轴-A料口取料点P2:"
;
this
.
mideleAxisP2
.
PointValue
=
0
;
this
.
mideleAxisP2
.
Size
=
new
System
.
Drawing
.
Size
(
292
,
33
);
this
.
mideleAxisP2
.
TabIndex
=
1
;
//
// updownAxisP2
//
this
.
updownAxisP2
.
Font
=
new
System
.
Drawing
.
Font
(
"微软雅黑"
,
9F
,
System
.
Drawing
.
FontStyle
.
Regular
,
System
.
Drawing
.
GraphicsUnit
.
Point
,
((
byte
)(
134
)));
this
.
updownAxisP2
.
Location
=
new
System
.
Drawing
.
Point
(
3
,
65
);
this
.
updownAxisP2
.
Name
=
"updownAxisP2"
;
this
.
updownAxisP2
.
PointBackColor
=
System
.
Drawing
.
Color
.
LightGreen
;
this
.
updownAxisP2
.
PointForeColor
=
System
.
Drawing
.
Color
.
Black
;
this
.
updownAxisP2
.
PointText
=
"升降轴-A料口取料点P2:"
;
this
.
updownAxisP2
.
PointValue
=
0
;
this
.
updownAxisP2
.
Size
=
new
System
.
Drawing
.
Size
(
292
,
33
);
this
.
updownAxisP2
.
TabIndex
=
1
;
//
// updownAxisP3
//
this
.
updownAxisP3
.
Font
=
new
System
.
Drawing
.
Font
(
"微软雅黑"
,
9F
,
System
.
Drawing
.
FontStyle
.
Regular
,
System
.
Drawing
.
GraphicsUnit
.
Point
,
((
byte
)(
134
)));
this
.
updownAxisP3
.
Location
=
new
System
.
Drawing
.
Point
(
3
,
97
);
this
.
updownAxisP3
.
Name
=
"updownAxisP3"
;
this
.
updownAxisP3
.
PointBackColor
=
System
.
Drawing
.
Color
.
LightGreen
;
this
.
updownAxisP3
.
PointForeColor
=
System
.
Drawing
.
Color
.
Black
;
this
.
updownAxisP3
.
PointText
=
"升降轴-B料口取料点P3:"
;
this
.
updownAxisP3
.
PointValue
=
0
;
this
.
updownAxisP3
.
Size
=
new
System
.
Drawing
.
Size
(
292
,
33
);
this
.
updownAxisP3
.
TabIndex
=
2
;
//
// axisMoveControl1
//
this
.
axisMoveControl1
.
Location
=
new
System
.
Drawing
.
Point
(
7
,
253
);
this
.
axisMoveControl1
.
Name
=
"axisMoveControl1"
;
this
.
axisMoveControl1
.
Size
=
new
System
.
Drawing
.
Size
(
811
,
264
);
this
.
axisMoveControl1
.
TabIndex
=
232
;
//
// updownAxisP14
// updownAxisP14
//
//
this
.
updownAxisP14
.
Font
=
new
System
.
Drawing
.
Font
(
"微软雅黑"
,
9F
,
System
.
Drawing
.
FontStyle
.
Regular
,
System
.
Drawing
.
GraphicsUnit
.
Point
,
((
byte
)(
134
)));
this
.
updownAxisP14
.
Font
=
new
System
.
Drawing
.
Font
(
"微软雅黑"
,
9F
,
System
.
Drawing
.
FontStyle
.
Regular
,
System
.
Drawing
.
GraphicsUnit
.
Point
,
((
byte
)(
134
)));
...
@@ -191,19 +421,6 @@
...
@@ -191,19 +421,6 @@
this
.
updownAxisP5
.
Size
=
new
System
.
Drawing
.
Size
(
306
,
36
);
this
.
updownAxisP5
.
Size
=
new
System
.
Drawing
.
Size
(
306
,
36
);
this
.
updownAxisP5
.
TabIndex
=
4
;
this
.
updownAxisP5
.
TabIndex
=
4
;
//
//
// groupBox5
//
this
.
groupBox5
.
Controls
.
Add
(
this
.
updownAxisP15
);
this
.
groupBox5
.
Controls
.
Add
(
this
.
mideleAxisP7
);
this
.
groupBox5
.
Controls
.
Add
(
this
.
updownAxisP6
);
this
.
groupBox5
.
Controls
.
Add
(
this
.
updownAxisP7
);
this
.
groupBox5
.
Location
=
new
System
.
Drawing
.
Point
(
418
,
13
);
this
.
groupBox5
.
Name
=
"groupBox5"
;
this
.
groupBox5
.
Size
=
new
System
.
Drawing
.
Size
(
360
,
194
);
this
.
groupBox5
.
TabIndex
=
223
;
this
.
groupBox5
.
TabStop
=
false
;
this
.
groupBox5
.
Text
=
"A下暂存区点位"
;
//
// updownAxisP15
// updownAxisP15
//
//
this
.
updownAxisP15
.
Font
=
new
System
.
Drawing
.
Font
(
"微软雅黑"
,
9F
,
System
.
Drawing
.
FontStyle
.
Regular
,
System
.
Drawing
.
GraphicsUnit
.
Point
,
((
byte
)(
134
)));
this
.
updownAxisP15
.
Font
=
new
System
.
Drawing
.
Font
(
"微软雅黑"
,
9F
,
System
.
Drawing
.
FontStyle
.
Regular
,
System
.
Drawing
.
GraphicsUnit
.
Point
,
((
byte
)(
134
)));
...
@@ -252,32 +469,6 @@
...
@@ -252,32 +469,6 @@
this
.
updownAxisP7
.
Size
=
new
System
.
Drawing
.
Size
(
327
,
35
);
this
.
updownAxisP7
.
Size
=
new
System
.
Drawing
.
Size
(
327
,
35
);
this
.
updownAxisP7
.
TabIndex
=
6
;
this
.
updownAxisP7
.
TabIndex
=
6
;
//
//
// tabPage5
//
this
.
tabPage5
.
Controls
.
Add
(
this
.
groupBox7
);
this
.
tabPage5
.
Controls
.
Add
(
this
.
groupBox8
);
this
.
tabPage5
.
Location
=
new
System
.
Drawing
.
Point
(
4
,
25
);
this
.
tabPage5
.
Name
=
"tabPage5"
;
this
.
tabPage5
.
Padding
=
new
System
.
Windows
.
Forms
.
Padding
(
3
);
this
.
tabPage5
.
Size
=
new
System
.
Drawing
.
Size
(
851
,
259
);
this
.
tabPage5
.
TabIndex
=
1
;
this
.
tabPage5
.
Text
=
"B暂存区"
;
this
.
tabPage5
.
UseVisualStyleBackColor
=
true
;
//
// groupBox7
//
this
.
groupBox7
.
Controls
.
Add
(
this
.
updownAxisP16
);
this
.
groupBox7
.
Controls
.
Add
(
this
.
inoutAxisP3
);
this
.
groupBox7
.
Controls
.
Add
(
this
.
mideleAxisP5
);
this
.
groupBox7
.
Controls
.
Add
(
this
.
updownAxisP10
);
this
.
groupBox7
.
Controls
.
Add
(
this
.
updownAxisP11
);
this
.
groupBox7
.
Location
=
new
System
.
Drawing
.
Point
(
6
,
13
);
this
.
groupBox7
.
Name
=
"groupBox7"
;
this
.
groupBox7
.
Size
=
new
System
.
Drawing
.
Size
(
390
,
213
);
this
.
groupBox7
.
TabIndex
=
224
;
this
.
groupBox7
.
TabStop
=
false
;
this
.
groupBox7
.
Text
=
"B上暂存区点位"
;
//
// updownAxisP16
// updownAxisP16
//
//
this
.
updownAxisP16
.
Font
=
new
System
.
Drawing
.
Font
(
"微软雅黑"
,
9F
,
System
.
Drawing
.
FontStyle
.
Regular
,
System
.
Drawing
.
GraphicsUnit
.
Point
,
((
byte
)(
134
)));
this
.
updownAxisP16
.
Font
=
new
System
.
Drawing
.
Font
(
"微软雅黑"
,
9F
,
System
.
Drawing
.
FontStyle
.
Regular
,
System
.
Drawing
.
GraphicsUnit
.
Point
,
((
byte
)(
134
)));
...
@@ -338,19 +529,6 @@
...
@@ -338,19 +529,6 @@
this
.
updownAxisP11
.
Size
=
new
System
.
Drawing
.
Size
(
356
,
34
);
this
.
updownAxisP11
.
Size
=
new
System
.
Drawing
.
Size
(
356
,
34
);
this
.
updownAxisP11
.
TabIndex
=
10
;
this
.
updownAxisP11
.
TabIndex
=
10
;
//
//
// groupBox8
//
this
.
groupBox8
.
Controls
.
Add
(
this
.
updownAxisP17
);
this
.
groupBox8
.
Controls
.
Add
(
this
.
updownAxisP13
);
this
.
groupBox8
.
Controls
.
Add
(
this
.
mideleAxisP8
);
this
.
groupBox8
.
Controls
.
Add
(
this
.
updownAxisP12
);
this
.
groupBox8
.
Location
=
new
System
.
Drawing
.
Point
(
414
,
13
);
this
.
groupBox8
.
Name
=
"groupBox8"
;
this
.
groupBox8
.
Size
=
new
System
.
Drawing
.
Size
(
415
,
213
);
this
.
groupBox8
.
TabIndex
=
224
;
this
.
groupBox8
.
TabStop
=
false
;
this
.
groupBox8
.
Text
=
"B下暂存区点位"
;
//
// updownAxisP17
// updownAxisP17
//
//
this
.
updownAxisP17
.
Font
=
new
System
.
Drawing
.
Font
(
"微软雅黑"
,
9F
,
System
.
Drawing
.
FontStyle
.
Regular
,
System
.
Drawing
.
GraphicsUnit
.
Point
,
((
byte
)(
134
)));
this
.
updownAxisP17
.
Font
=
new
System
.
Drawing
.
Font
(
"微软雅黑"
,
9F
,
System
.
Drawing
.
FontStyle
.
Regular
,
System
.
Drawing
.
GraphicsUnit
.
Point
,
((
byte
)(
134
)));
...
@@ -399,31 +577,6 @@
...
@@ -399,31 +577,6 @@
this
.
updownAxisP12
.
Size
=
new
System
.
Drawing
.
Size
(
370
,
32
);
this
.
updownAxisP12
.
Size
=
new
System
.
Drawing
.
Size
(
370
,
32
);
this
.
updownAxisP12
.
TabIndex
=
11
;
this
.
updownAxisP12
.
TabIndex
=
11
;
//
//
// tabPage6
//
this
.
tabPage6
.
Controls
.
Add
(
this
.
groupBox1
);
this
.
tabPage6
.
Controls
.
Add
(
this
.
groupBox10
);
this
.
tabPage6
.
Controls
.
Add
(
this
.
groupBox9
);
this
.
tabPage6
.
Location
=
new
System
.
Drawing
.
Point
(
4
,
25
);
this
.
tabPage6
.
Name
=
"tabPage6"
;
this
.
tabPage6
.
Size
=
new
System
.
Drawing
.
Size
(
976
,
259
);
this
.
tabPage6
.
TabIndex
=
2
;
this
.
tabPage6
.
Text
=
"NG/待机/紧急料"
;
this
.
tabPage6
.
UseVisualStyleBackColor
=
true
;
//
// groupBox1
//
this
.
groupBox1
.
Controls
.
Add
(
this
.
inoutAxisP7
);
this
.
groupBox1
.
Controls
.
Add
(
this
.
updownAxisP18
);
this
.
groupBox1
.
Controls
.
Add
(
this
.
updownAxisP19
);
this
.
groupBox1
.
Controls
.
Add
(
this
.
mideleAxisP9
);
this
.
groupBox1
.
Location
=
new
System
.
Drawing
.
Point
(
615
,
15
);
this
.
groupBox1
.
Name
=
"groupBox1"
;
this
.
groupBox1
.
Size
=
new
System
.
Drawing
.
Size
(
353
,
206
);
this
.
groupBox1
.
TabIndex
=
228
;
this
.
groupBox1
.
TabStop
=
false
;
this
.
groupBox1
.
Text
=
"紧急料区点位"
;
//
// inoutAxisP7
// inoutAxisP7
//
//
this
.
inoutAxisP7
.
Font
=
new
System
.
Drawing
.
Font
(
"微软雅黑"
,
9F
,
System
.
Drawing
.
FontStyle
.
Regular
,
System
.
Drawing
.
GraphicsUnit
.
Point
,
((
byte
)(
134
)));
this
.
inoutAxisP7
.
Font
=
new
System
.
Drawing
.
Font
(
"微软雅黑"
,
9F
,
System
.
Drawing
.
FontStyle
.
Regular
,
System
.
Drawing
.
GraphicsUnit
.
Point
,
((
byte
)(
134
)));
...
@@ -472,18 +625,6 @@
...
@@ -472,18 +625,6 @@
this
.
mideleAxisP9
.
Size
=
new
System
.
Drawing
.
Size
(
341
,
32
);
this
.
mideleAxisP9
.
Size
=
new
System
.
Drawing
.
Size
(
341
,
32
);
this
.
mideleAxisP9
.
TabIndex
=
5
;
this
.
mideleAxisP9
.
TabIndex
=
5
;
//
//
// groupBox10
//
this
.
groupBox10
.
Controls
.
Add
(
this
.
inoutAxisP1
);
this
.
groupBox10
.
Controls
.
Add
(
this
.
mideleAxisP1
);
this
.
groupBox10
.
Controls
.
Add
(
this
.
updownAxisP1
);
this
.
groupBox10
.
Location
=
new
System
.
Drawing
.
Point
(
3
,
15
);
this
.
groupBox10
.
Name
=
"groupBox10"
;
this
.
groupBox10
.
Size
=
new
System
.
Drawing
.
Size
(
264
,
206
);
this
.
groupBox10
.
TabIndex
=
227
;
this
.
groupBox10
.
TabStop
=
false
;
this
.
groupBox10
.
Text
=
"待机点点位"
;
//
// inoutAxisP1
// inoutAxisP1
//
//
this
.
inoutAxisP1
.
Font
=
new
System
.
Drawing
.
Font
(
"微软雅黑"
,
9F
,
System
.
Drawing
.
FontStyle
.
Regular
,
System
.
Drawing
.
GraphicsUnit
.
Point
,
((
byte
)(
134
)));
this
.
inoutAxisP1
.
Font
=
new
System
.
Drawing
.
Font
(
"微软雅黑"
,
9F
,
System
.
Drawing
.
FontStyle
.
Regular
,
System
.
Drawing
.
GraphicsUnit
.
Point
,
((
byte
)(
134
)));
...
@@ -520,19 +661,6 @@
...
@@ -520,19 +661,6 @@
this
.
updownAxisP1
.
Size
=
new
System
.
Drawing
.
Size
(
247
,
32
);
this
.
updownAxisP1
.
Size
=
new
System
.
Drawing
.
Size
(
247
,
32
);
this
.
updownAxisP1
.
TabIndex
=
0
;
this
.
updownAxisP1
.
TabIndex
=
0
;
//
//
// groupBox9
//
this
.
groupBox9
.
Controls
.
Add
(
this
.
inoutAxisP6
);
this
.
groupBox9
.
Controls
.
Add
(
this
.
updownAxisP8
);
this
.
groupBox9
.
Controls
.
Add
(
this
.
updownAxisP9
);
this
.
groupBox9
.
Controls
.
Add
(
this
.
mideleAxisP6
);
this
.
groupBox9
.
Location
=
new
System
.
Drawing
.
Point
(
277
,
15
);
this
.
groupBox9
.
Name
=
"groupBox9"
;
this
.
groupBox9
.
Size
=
new
System
.
Drawing
.
Size
(
332
,
206
);
this
.
groupBox9
.
TabIndex
=
225
;
this
.
groupBox9
.
TabStop
=
false
;
this
.
groupBox9
.
Text
=
"NG料区点位"
;
//
// inoutAxisP6
// inoutAxisP6
//
//
this
.
inoutAxisP6
.
Font
=
new
System
.
Drawing
.
Font
(
"微软雅黑"
,
9F
,
System
.
Drawing
.
FontStyle
.
Regular
,
System
.
Drawing
.
GraphicsUnit
.
Point
,
((
byte
)(
134
)));
this
.
inoutAxisP6
.
Font
=
new
System
.
Drawing
.
Font
(
"微软雅黑"
,
9F
,
System
.
Drawing
.
FontStyle
.
Regular
,
System
.
Drawing
.
GraphicsUnit
.
Point
,
((
byte
)(
134
)));
...
@@ -581,134 +709,6 @@
...
@@ -581,134 +709,6 @@
this
.
mideleAxisP6
.
Size
=
new
System
.
Drawing
.
Size
(
320
,
32
);
this
.
mideleAxisP6
.
Size
=
new
System
.
Drawing
.
Size
(
320
,
32
);
this
.
mideleAxisP6
.
TabIndex
=
5
;
this
.
mideleAxisP6
.
TabIndex
=
5
;
//
//
// groupBox11
//
this
.
groupBox11
.
Controls
.
Add
(
this
.
panel1
);
this
.
groupBox11
.
Location
=
new
System
.
Drawing
.
Point
(
842
,
333
);
this
.
groupBox11
.
Name
=
"groupBox11"
;
this
.
groupBox11
.
Size
=
new
System
.
Drawing
.
Size
(
304
,
224
);
this
.
groupBox11
.
TabIndex
=
233
;
this
.
groupBox11
.
TabStop
=
false
;
this
.
groupBox11
.
Text
=
"料串取放料点位"
;
//
// panel1
//
this
.
panel1
.
Controls
.
Add
(
this
.
inoutAxisP5
);
this
.
panel1
.
Controls
.
Add
(
this
.
inoutAxisP4
);
this
.
panel1
.
Controls
.
Add
(
this
.
mideleAxisP3
);
this
.
panel1
.
Controls
.
Add
(
this
.
mideleAxisP2
);
this
.
panel1
.
Controls
.
Add
(
this
.
updownAxisP2
);
this
.
panel1
.
Controls
.
Add
(
this
.
updownAxisP3
);
this
.
panel1
.
Dock
=
System
.
Windows
.
Forms
.
DockStyle
.
Fill
;
this
.
panel1
.
Location
=
new
System
.
Drawing
.
Point
(
3
,
21
);
this
.
panel1
.
Name
=
"panel1"
;
this
.
panel1
.
Size
=
new
System
.
Drawing
.
Size
(
298
,
200
);
this
.
panel1
.
TabIndex
=
220
;
//
// inoutAxisP5
//
this
.
inoutAxisP5
.
Font
=
new
System
.
Drawing
.
Font
(
"微软雅黑"
,
9F
,
System
.
Drawing
.
FontStyle
.
Regular
,
System
.
Drawing
.
GraphicsUnit
.
Point
,
((
byte
)(
134
)));
this
.
inoutAxisP5
.
Location
=
new
System
.
Drawing
.
Point
(
3
,
164
);
this
.
inoutAxisP5
.
Name
=
"inoutAxisP5"
;
this
.
inoutAxisP5
.
PointBackColor
=
System
.
Drawing
.
Color
.
RoyalBlue
;
this
.
inoutAxisP5
.
PointForeColor
=
System
.
Drawing
.
Color
.
Black
;
this
.
inoutAxisP5
.
PointText
=
"进出轴-B料口取料点P5:"
;
this
.
inoutAxisP5
.
PointValue
=
0
;
this
.
inoutAxisP5
.
Size
=
new
System
.
Drawing
.
Size
(
292
,
33
);
this
.
inoutAxisP5
.
TabIndex
=
4
;
//
// inoutAxisP4
//
this
.
inoutAxisP4
.
Font
=
new
System
.
Drawing
.
Font
(
"微软雅黑"
,
9F
,
System
.
Drawing
.
FontStyle
.
Regular
,
System
.
Drawing
.
GraphicsUnit
.
Point
,
((
byte
)(
134
)));
this
.
inoutAxisP4
.
Location
=
new
System
.
Drawing
.
Point
(
3
,
129
);
this
.
inoutAxisP4
.
Name
=
"inoutAxisP4"
;
this
.
inoutAxisP4
.
PointBackColor
=
System
.
Drawing
.
Color
.
RoyalBlue
;
this
.
inoutAxisP4
.
PointForeColor
=
System
.
Drawing
.
Color
.
Black
;
this
.
inoutAxisP4
.
PointText
=
"进出轴-A料口取料点P4:"
;
this
.
inoutAxisP4
.
PointValue
=
0
;
this
.
inoutAxisP4
.
Size
=
new
System
.
Drawing
.
Size
(
292
,
33
);
this
.
inoutAxisP4
.
TabIndex
=
3
;
//
// mideleAxisP3
//
this
.
mideleAxisP3
.
Font
=
new
System
.
Drawing
.
Font
(
"微软雅黑"
,
9F
,
System
.
Drawing
.
FontStyle
.
Regular
,
System
.
Drawing
.
GraphicsUnit
.
Point
,
((
byte
)(
134
)));
this
.
mideleAxisP3
.
Location
=
new
System
.
Drawing
.
Point
(
3
,
33
);
this
.
mideleAxisP3
.
Name
=
"mideleAxisP3"
;
this
.
mideleAxisP3
.
PointBackColor
=
System
.
Drawing
.
Color
.
SkyBlue
;
this
.
mideleAxisP3
.
PointForeColor
=
System
.
Drawing
.
Color
.
Black
;
this
.
mideleAxisP3
.
PointText
=
"旋转轴-B料口取料点P3:"
;
this
.
mideleAxisP3
.
PointValue
=
0
;
this
.
mideleAxisP3
.
Size
=
new
System
.
Drawing
.
Size
(
292
,
33
);
this
.
mideleAxisP3
.
TabIndex
=
2
;
//
// mideleAxisP2
//
this
.
mideleAxisP2
.
Font
=
new
System
.
Drawing
.
Font
(
"微软雅黑"
,
9F
,
System
.
Drawing
.
FontStyle
.
Regular
,
System
.
Drawing
.
GraphicsUnit
.
Point
,
((
byte
)(
134
)));
this
.
mideleAxisP2
.
Location
=
new
System
.
Drawing
.
Point
(
3
,
3
);
this
.
mideleAxisP2
.
Name
=
"mideleAxisP2"
;
this
.
mideleAxisP2
.
PointBackColor
=
System
.
Drawing
.
Color
.
SkyBlue
;
this
.
mideleAxisP2
.
PointForeColor
=
System
.
Drawing
.
Color
.
Black
;
this
.
mideleAxisP2
.
PointText
=
"旋转轴-A料口取料点P2:"
;
this
.
mideleAxisP2
.
PointValue
=
0
;
this
.
mideleAxisP2
.
Size
=
new
System
.
Drawing
.
Size
(
292
,
33
);
this
.
mideleAxisP2
.
TabIndex
=
1
;
//
// updownAxisP2
//
this
.
updownAxisP2
.
Font
=
new
System
.
Drawing
.
Font
(
"微软雅黑"
,
9F
,
System
.
Drawing
.
FontStyle
.
Regular
,
System
.
Drawing
.
GraphicsUnit
.
Point
,
((
byte
)(
134
)));
this
.
updownAxisP2
.
Location
=
new
System
.
Drawing
.
Point
(
3
,
65
);
this
.
updownAxisP2
.
Name
=
"updownAxisP2"
;
this
.
updownAxisP2
.
PointBackColor
=
System
.
Drawing
.
Color
.
LightGreen
;
this
.
updownAxisP2
.
PointForeColor
=
System
.
Drawing
.
Color
.
Black
;
this
.
updownAxisP2
.
PointText
=
"升降轴-A料口取料点P2:"
;
this
.
updownAxisP2
.
PointValue
=
0
;
this
.
updownAxisP2
.
Size
=
new
System
.
Drawing
.
Size
(
292
,
33
);
this
.
updownAxisP2
.
TabIndex
=
1
;
//
// updownAxisP3
//
this
.
updownAxisP3
.
Font
=
new
System
.
Drawing
.
Font
(
"微软雅黑"
,
9F
,
System
.
Drawing
.
FontStyle
.
Regular
,
System
.
Drawing
.
GraphicsUnit
.
Point
,
((
byte
)(
134
)));
this
.
updownAxisP3
.
Location
=
new
System
.
Drawing
.
Point
(
3
,
97
);
this
.
updownAxisP3
.
Name
=
"updownAxisP3"
;
this
.
updownAxisP3
.
PointBackColor
=
System
.
Drawing
.
Color
.
LightGreen
;
this
.
updownAxisP3
.
PointForeColor
=
System
.
Drawing
.
Color
.
Black
;
this
.
updownAxisP3
.
PointText
=
"升降轴-B料口取料点P3:"
;
this
.
updownAxisP3
.
PointValue
=
0
;
this
.
updownAxisP3
.
Size
=
new
System
.
Drawing
.
Size
(
292
,
33
);
this
.
updownAxisP3
.
TabIndex
=
2
;
//
// chbPointEditEnable
//
this
.
chbPointEditEnable
.
AutoSize
=
true
;
this
.
chbPointEditEnable
.
Font
=
new
System
.
Drawing
.
Font
(
"微软雅黑"
,
12F
,
System
.
Drawing
.
FontStyle
.
Bold
,
System
.
Drawing
.
GraphicsUnit
.
Point
,
((
byte
)(
134
)));
this
.
chbPointEditEnable
.
Location
=
new
System
.
Drawing
.
Point
(
1002
,
66
);
this
.
chbPointEditEnable
.
Name
=
"chbPointEditEnable"
;
this
.
chbPointEditEnable
.
Size
=
new
System
.
Drawing
.
Size
(
154
,
31
);
this
.
chbPointEditEnable
.
TabIndex
=
234
;
this
.
chbPointEditEnable
.
Text
=
"启用点位编辑"
;
this
.
chbPointEditEnable
.
UseVisualStyleBackColor
=
true
;
this
.
chbPointEditEnable
.
CheckedChanged
+=
new
System
.
EventHandler
(
this
.
chbPointEditEnable_CheckedChanged
);
//
// btnSave
//
this
.
btnSave
.
BackColor
=
System
.
Drawing
.
Color
.
White
;
this
.
btnSave
.
FlatStyle
=
System
.
Windows
.
Forms
.
FlatStyle
.
Flat
;
this
.
btnSave
.
Font
=
new
System
.
Drawing
.
Font
(
"微软雅黑"
,
10.5F
,
System
.
Drawing
.
FontStyle
.
Regular
,
System
.
Drawing
.
GraphicsUnit
.
Point
,
((
byte
)(
134
)));
this
.
btnSave
.
Location
=
new
System
.
Drawing
.
Point
(
1002
,
135
);
this
.
btnSave
.
Name
=
"btnSave"
;
this
.
btnSave
.
Size
=
new
System
.
Drawing
.
Size
(
144
,
69
);
this
.
btnSave
.
TabIndex
=
235
;
this
.
btnSave
.
Text
=
"保存点位信息"
;
this
.
btnSave
.
UseVisualStyleBackColor
=
false
;
this
.
btnSave
.
Click
+=
new
System
.
EventHandler
(
this
.
btnSave_Click
);
//
// axisMoveControl1
//
this
.
axisMoveControl1
.
Location
=
new
System
.
Drawing
.
Point
(
7
,
318
);
this
.
axisMoveControl1
.
Name
=
"axisMoveControl1"
;
this
.
axisMoveControl1
.
Size
=
new
System
.
Drawing
.
Size
(
811
,
264
);
this
.
axisMoveControl1
.
TabIndex
=
232
;
//
// Input_AxisControl
// Input_AxisControl
//
//
this
.
AutoScaleDimensions
=
new
System
.
Drawing
.
SizeF
(
8F
,
15F
);
this
.
AutoScaleDimensions
=
new
System
.
Drawing
.
SizeF
(
8F
,
15F
);
...
@@ -720,7 +720,7 @@
...
@@ -720,7 +720,7 @@
this
.
Controls
.
Add
(
this
.
axisMoveControl1
);
this
.
Controls
.
Add
(
this
.
axisMoveControl1
);
this
.
Controls
.
Add
(
this
.
tabControl2
);
this
.
Controls
.
Add
(
this
.
tabControl2
);
this
.
Name
=
"Input_AxisControl"
;
this
.
Name
=
"Input_AxisControl"
;
this
.
Size
=
new
System
.
Drawing
.
Size
(
946
,
532
);
this
.
Size
=
new
System
.
Drawing
.
Size
(
1182
,
519
);
this
.
VisibleChanged
+=
new
System
.
EventHandler
(
this
.
Input_AxisControl_VisibleChanged
);
this
.
VisibleChanged
+=
new
System
.
EventHandler
(
this
.
Input_AxisControl_VisibleChanged
);
this
.
tabControl2
.
ResumeLayout
(
false
);
this
.
tabControl2
.
ResumeLayout
(
false
);
this
.
tabPage4
.
ResumeLayout
(
false
);
this
.
tabPage4
.
ResumeLayout
(
false
);
...
...
编写
预览
支持
Markdown
格式
附加文件
你添加了
0
人
到此讨论。请谨慎行事。
Finish editing this message first!
Cancel
请
注册
或
登录
后发表评论