Skip to content
切换导航条
切换导航条
当前项目
正在载入...
登录
刘韬
/
HZH_Controls
转到一个项目
切换导航栏
切换导航栏固定状态
项目
群组
代码片段
帮助
项目
活动
版本库
流水线
图表
问题
0
合并请求
0
维基
网络
创建新的问题
作业
提交
问题看板
文件
提交
网络
比较
分支
标签
Commit ae4f024e
由
kwwwvagaa
编写于
2020-05-08 21:45:35 +0800
浏览文件
选项
浏览文件
标签
下载
电子邮件补丁
差异文件
瓶子增加方向属性,支持朝上瓶子
1 个父辈
c6de4408
全部展开
隐藏空白字符变更
内嵌
并排
正在显示
2 个修改的文件
包含
29 行增加
和
0 行删除
HZH_Controls/HZH_Controls/Controls/FactoryControls/Bottle/UCBottle.cs
HZH_Controls/Test/UC/UCTestConduit.Designer.cs
HZH_Controls/HZH_Controls/Controls/FactoryControls/Bottle/UCBottle.cs
查看文件 @
ae4f024
此文件的差异被折叠,
点击展开。
HZH_Controls/Test/UC/UCTestConduit.Designer.cs
查看文件 @
ae4f024
...
@@ -56,6 +56,7 @@
...
@@ -56,6 +56,7 @@
this
.
ucConduit26
=
new
HZH_Controls
.
Controls
.
UCConduit
();
this
.
ucConduit26
=
new
HZH_Controls
.
Controls
.
UCConduit
();
this
.
ucConduit5
=
new
HZH_Controls
.
Controls
.
UCConduit
();
this
.
ucConduit5
=
new
HZH_Controls
.
Controls
.
UCConduit
();
this
.
ucConduit10
=
new
HZH_Controls
.
Controls
.
UCConduit
();
this
.
ucConduit10
=
new
HZH_Controls
.
Controls
.
UCConduit
();
this
.
ucBottle2
=
new
HZH_Controls
.
Controls
.
UCBottle
();
this
.
ucBottle1
=
new
HZH_Controls
.
Controls
.
UCBottle
();
this
.
ucBottle1
=
new
HZH_Controls
.
Controls
.
UCBottle
();
this
.
ucPond2
=
new
HZH_Controls
.
Controls
.
UCPond
();
this
.
ucPond2
=
new
HZH_Controls
.
Controls
.
UCPond
();
this
.
ucBlower4
=
new
HZH_Controls
.
Controls
.
UCBlower
();
this
.
ucBlower4
=
new
HZH_Controls
.
Controls
.
UCBlower
();
...
@@ -428,10 +429,34 @@
...
@@ -428,10 +429,34 @@
this
.
ucConduit10
.
Size
=
new
System
.
Drawing
.
Size
(
161
,
37
);
this
.
ucConduit10
.
Size
=
new
System
.
Drawing
.
Size
(
161
,
37
);
this
.
ucConduit10
.
TabIndex
=
47
;
this
.
ucConduit10
.
TabIndex
=
47
;
//
//
// ucBottle2
//
this
.
ucBottle2
.
BottleColor
=
System
.
Drawing
.
Color
.
FromArgb
(((
int
)(((
byte
)(
255
)))),
((
int
)(((
byte
)(
77
)))),
((
int
)(((
byte
)(
59
)))));
this
.
ucBottle2
.
BottleMouthColor
=
System
.
Drawing
.
Color
.
FromArgb
(((
int
)(((
byte
)(
105
)))),
((
int
)(((
byte
)(
105
)))),
((
int
)(((
byte
)(
105
)))));
this
.
ucBottle2
.
Direction
=
HZH_Controls
.
Controls
.
Direction
.
Up
;
this
.
ucBottle2
.
LiquidColor
=
System
.
Drawing
.
Color
.
FromArgb
(((
int
)(((
byte
)(
3
)))),
((
int
)(((
byte
)(
169
)))),
((
int
)(((
byte
)(
243
)))));
this
.
ucBottle2
.
Location
=
new
System
.
Drawing
.
Point
(
935
,
8
);
this
.
ucBottle2
.
MaxValue
=
new
decimal
(
new
int
[]
{
100
,
0
,
0
,
0
});
this
.
ucBottle2
.
Name
=
"ucBottle2"
;
this
.
ucBottle2
.
NO
=
"1#"
;
this
.
ucBottle2
.
Size
=
new
System
.
Drawing
.
Size
(
73
,
150
);
this
.
ucBottle2
.
TabIndex
=
53
;
this
.
ucBottle2
.
Title
=
"12345"
;
this
.
ucBottle2
.
Value
=
new
decimal
(
new
int
[]
{
50
,
0
,
0
,
0
});
//
// ucBottle1
// ucBottle1
//
//
this
.
ucBottle1
.
BottleColor
=
System
.
Drawing
.
Color
.
FromArgb
(((
int
)(((
byte
)(
255
)))),
((
int
)(((
byte
)(
77
)))),
((
int
)(((
byte
)(
59
)))));
this
.
ucBottle1
.
BottleColor
=
System
.
Drawing
.
Color
.
FromArgb
(((
int
)(((
byte
)(
255
)))),
((
int
)(((
byte
)(
77
)))),
((
int
)(((
byte
)(
59
)))));
this
.
ucBottle1
.
BottleMouthColor
=
System
.
Drawing
.
Color
.
FromArgb
(((
int
)(((
byte
)(
105
)))),
((
int
)(((
byte
)(
105
)))),
((
int
)(((
byte
)(
105
)))));
this
.
ucBottle1
.
BottleMouthColor
=
System
.
Drawing
.
Color
.
FromArgb
(((
int
)(((
byte
)(
105
)))),
((
int
)(((
byte
)(
105
)))),
((
int
)(((
byte
)(
105
)))));
this
.
ucBottle1
.
Direction
=
HZH_Controls
.
Controls
.
Direction
.
Down
;
this
.
ucBottle1
.
LiquidColor
=
System
.
Drawing
.
Color
.
FromArgb
(((
int
)(((
byte
)(
3
)))),
((
int
)(((
byte
)(
169
)))),
((
int
)(((
byte
)(
243
)))));
this
.
ucBottle1
.
LiquidColor
=
System
.
Drawing
.
Color
.
FromArgb
(((
int
)(((
byte
)(
3
)))),
((
int
)(((
byte
)(
169
)))),
((
int
)(((
byte
)(
243
)))));
this
.
ucBottle1
.
Location
=
new
System
.
Drawing
.
Point
(
798
,
8
);
this
.
ucBottle1
.
Location
=
new
System
.
Drawing
.
Point
(
798
,
8
);
this
.
ucBottle1
.
MaxValue
=
new
decimal
(
new
int
[]
{
this
.
ucBottle1
.
MaxValue
=
new
decimal
(
new
int
[]
{
...
@@ -480,6 +505,8 @@
...
@@ -480,6 +505,8 @@
this
.
ucBlower4
.
Name
=
"ucBlower4"
;
this
.
ucBlower4
.
Name
=
"ucBlower4"
;
this
.
ucBlower4
.
Size
=
new
System
.
Drawing
.
Size
(
116
,
154
);
this
.
ucBlower4
.
Size
=
new
System
.
Drawing
.
Size
(
116
,
154
);
this
.
ucBlower4
.
TabIndex
=
62
;
this
.
ucBlower4
.
TabIndex
=
62
;
this
.
ucBlower4
.
TurnAround
=
HZH_Controls
.
Controls
.
TurnAround
.
None
;
this
.
ucBlower4
.
TurnSpeed
=
100
;
//
//
// UCTestConduit
// UCTestConduit
//
//
...
@@ -513,6 +540,7 @@
...
@@ -513,6 +540,7 @@
this
.
Controls
.
Add
(
this
.
ucConduit26
);
this
.
Controls
.
Add
(
this
.
ucConduit26
);
this
.
Controls
.
Add
(
this
.
ucConduit5
);
this
.
Controls
.
Add
(
this
.
ucConduit5
);
this
.
Controls
.
Add
(
this
.
ucConduit10
);
this
.
Controls
.
Add
(
this
.
ucConduit10
);
this
.
Controls
.
Add
(
this
.
ucBottle2
);
this
.
Controls
.
Add
(
this
.
ucBottle1
);
this
.
Controls
.
Add
(
this
.
ucBottle1
);
this
.
Controls
.
Add
(
this
.
ucPond2
);
this
.
Controls
.
Add
(
this
.
ucPond2
);
this
.
Controls
.
Add
(
this
.
ucBlower4
);
this
.
Controls
.
Add
(
this
.
ucBlower4
);
...
@@ -555,5 +583,6 @@
...
@@ -555,5 +583,6 @@
private
HZH_Controls
.
Controls
.
UCPond
ucPond2
;
private
HZH_Controls
.
Controls
.
UCPond
ucPond2
;
private
HZH_Controls
.
Controls
.
UCBlower
ucBlower4
;
private
HZH_Controls
.
Controls
.
UCBlower
ucBlower4
;
private
HZH_Controls
.
Controls
.
UCConduit
ucConduit4
;
private
HZH_Controls
.
Controls
.
UCConduit
ucConduit4
;
private
HZH_Controls
.
Controls
.
UCBottle
ucBottle2
;
}
}
}
}
编写
预览
支持
Markdown
格式
附加文件
你添加了
0
人
到此讨论。请谨慎行事。
Finish editing this message first!
Cancel
请
注册
或
登录
后发表评论