Skip to content
切换导航条
切换导航条
当前项目
正在载入...
登录
孙克
/
RC1250-ACPackingStore
转到一个项目
切换导航栏
切换导航栏固定状态
项目
群组
代码片段
帮助
项目
活动
版本库
流水线
图表
问题
0
合并请求
0
维基
网络
创建新的问题
作业
提交
问题看板
文件
提交
网络
比较
分支
标签
Commit 5b3be174
由
LN
编写于
2019-11-14 14:46:03 +0800
浏览文件
选项
浏览文件
标签
下载
电子邮件补丁
差异文件
1
1 个父辈
958b95f7
隐藏空白字符变更
内嵌
并排
正在显示
4 个修改的文件
包含
7 行增加
和
10 行删除
source/ACPackingStore/FrmBox.cs
source/ACPackingStore/FrmIOStatus.Designer.cs
source/ACPackingStore/useControl/AxisMoveControl.Designer.cs
source/ACPackingStore/useControl/AxisMoveControl.cs
source/ACPackingStore/FrmBox.cs
查看文件 @
5b3be17
...
...
@@ -47,8 +47,8 @@ namespace OnlineStore.ACPackingStore
return
;
}
this
.
groupBox3
.
Text
=
"设备["
+
BoxBean
.
CID
+
"]状态"
;
this
.
Text
=
BoxBean
.
Name
;
this
.
Text
=
BoxBean
.
Name
;
axisMoveControl1
.
LoadData
(
BoxBean
,
BoxBean
.
moveAxisList
.
ToArray
());
ACBoxPosition
ktkPosition
=
null
;
if
(
BoxBean
.
PositionNumList
.
Count
>
0
)
{
...
...
source/ACPackingStore/FrmIOStatus.Designer.cs
查看文件 @
5b3be17
...
...
@@ -396,7 +396,7 @@
// button1
//
this
.
button1
.
Anchor
=
((
System
.
Windows
.
Forms
.
AnchorStyles
)((
System
.
Windows
.
Forms
.
AnchorStyles
.
Bottom
|
System
.
Windows
.
Forms
.
AnchorStyles
.
Left
)));
this
.
button1
.
Location
=
new
System
.
Drawing
.
Point
(
6
91
,
555
);
this
.
button1
.
Location
=
new
System
.
Drawing
.
Point
(
6
67
,
551
);
this
.
button1
.
Name
=
"button1"
;
this
.
button1
.
Size
=
new
System
.
Drawing
.
Size
(
126
,
37
);
this
.
button1
.
TabIndex
=
254
;
...
...
source/ACPackingStore/useControl/AxisMoveControl.Designer.cs
查看文件 @
5b3be17
...
...
@@ -539,17 +539,14 @@
//
// comboBox1
//
this
.
comboBox1
.
DisplayMember
=
"ProName"
;
this
.
comboBox1
.
DrawMode
=
System
.
Windows
.
Forms
.
DrawMode
.
OwnerDrawVariable
;
this
.
comboBox1
.
DropDownStyle
=
System
.
Windows
.
Forms
.
ComboBoxStyle
.
DropDownList
;
this
.
comboBox1
.
Font
=
new
System
.
Drawing
.
Font
(
"微软雅黑"
,
9
F
,
System
.
Drawing
.
FontStyle
.
Regular
,
System
.
Drawing
.
GraphicsUnit
.
Point
,
((
byte
)(
134
)));
this
.
comboBox1
.
Font
=
new
System
.
Drawing
.
Font
(
"微软雅黑"
,
10.5
F
,
System
.
Drawing
.
FontStyle
.
Regular
,
System
.
Drawing
.
GraphicsUnit
.
Point
,
((
byte
)(
134
)));
this
.
comboBox1
.
FormattingEnabled
=
true
;
this
.
comboBox1
.
ItemHeight
=
2
5
;
this
.
comboBox1
.
ItemHeight
=
2
0
;
this
.
comboBox1
.
Location
=
new
System
.
Drawing
.
Point
(
88
,
26
);
this
.
comboBox1
.
Name
=
"comboBox1"
;
this
.
comboBox1
.
Size
=
new
System
.
Drawing
.
Size
(
187
,
31
);
this
.
comboBox1
.
Size
=
new
System
.
Drawing
.
Size
(
187
,
28
);
this
.
comboBox1
.
TabIndex
=
234
;
this
.
comboBox1
.
ValueMember
=
"ProName"
;
this
.
comboBox1
.
SelectedIndexChanged
+=
new
System
.
EventHandler
(
this
.
comboBox1_SelectedIndexChanged
);
//
// label49
...
...
source/ACPackingStore/useControl/AxisMoveControl.cs
查看文件 @
5b3be17
...
...
@@ -205,7 +205,7 @@ namespace OnlineStore.ACPackingStore
}
private
void
comboBox1_SelectedIndexChanged
(
object
sender
,
EventArgs
e
)
{
if
(
comboBox1
.
SelectedIndex
>
0
)
if
(
comboBox1
.
SelectedIndex
>
=
0
)
{
ConfigMoveAxis
axis
=
axisList
[
comboBox1
.
SelectedIndex
];
PortName
=
axis
.
DeviceName
;
...
...
编写
预览
支持
Markdown
格式
附加文件
你添加了
0
人
到此讨论。请谨慎行事。
Finish editing this message first!
Cancel
请
注册
或
登录
后发表评论