Skip to content
切换导航条
切换导航条
当前项目
正在载入...
登录
刘韬
/
HZH_Controls
转到一个项目
切换导航栏
切换导航栏固定状态
项目
群组
代码片段
帮助
项目
活动
版本库
流水线
图表
问题
0
合并请求
0
维基
网络
创建新的问题
作业
提交
问题看板
文件
提交
网络
比较
分支
标签
Commit 1b28e9b0
由
HZH
编写于
2019-10-28 14:21:57 +0800
浏览文件
选项
浏览文件
标签
下载
电子邮件补丁
差异文件
添加语言设定
1 个父辈
8113fc0c
隐藏空白字符变更
内嵌
并排
正在显示
4 个修改的文件
包含
7 行增加
和
5 行删除
.gitattributes
HZH_Controls/Test/UC/UCTestGridTable.Designer.cs
HZH_Controls/Test/UC/UCTestGridTable.cs
HZH_Controls/Test/UC/UCTestStep.Designer.cs
.gitattributes
0 → 100644
查看文件 @
1b28e9b
*.html linguist-language=c#
\ No newline at end of file
HZH_Controls/Test/UC/UCTestGridTable.Designer.cs
查看文件 @
1b28e9b
...
...
@@ -33,7 +33,7 @@
//
// ucDataGridView1
//
this
.
ucDataGridView1
.
AutoRowsScroll
=
tru
e
;
this
.
ucDataGridView1
.
AutoRowsScroll
=
fals
e
;
this
.
ucDataGridView1
.
BackColor
=
System
.
Drawing
.
Color
.
White
;
this
.
ucDataGridView1
.
Columns
=
null
;
this
.
ucDataGridView1
.
DataSource
=
null
;
...
...
HZH_Controls/Test/UC/UCTestGridTable.cs
查看文件 @
1b28e9b
...
...
@@ -17,6 +17,7 @@ namespace Test.UC
{
InitializeComponent
();
ucDataGridView1
.
SizeChanged
+=
ucDataGridView1_SizeChanged
;
ucDataGridView1
.
IsCloseAutoHeight
=
false
;
}
void
ucDataGridView1_SizeChanged
(
object
sender
,
EventArgs
e
)
...
...
HZH_Controls/Test/UC/UCTestStep.Designer.cs
查看文件 @
1b28e9b
...
...
@@ -45,7 +45,7 @@
this
.
ucStep4
.
LineWidth
=
10
;
this
.
ucStep4
.
Location
=
new
System
.
Drawing
.
Point
(
409
,
133
);
this
.
ucStep4
.
Name
=
"ucStep4"
;
this
.
ucStep4
.
Size
=
new
System
.
Drawing
.
Size
(
418
,
86
);
this
.
ucStep4
.
Size
=
new
System
.
Drawing
.
Size
(
362
,
86
);
this
.
ucStep4
.
StepBackColor
=
System
.
Drawing
.
Color
.
FromArgb
(((
int
)(((
byte
)(
189
)))),
((
int
)(((
byte
)(
189
)))),
((
int
)(((
byte
)(
189
)))));
this
.
ucStep4
.
StepFontColor
=
System
.
Drawing
.
Color
.
White
;
this
.
ucStep4
.
StepForeColor
=
System
.
Drawing
.
Color
.
FromArgb
(((
int
)(((
byte
)(
16
)))),
((
int
)(((
byte
)(
157
)))),
((
int
)(((
byte
)(
144
)))));
...
...
@@ -67,17 +67,17 @@
this
.
ucStep6
.
LineWidth
=
10
;
this
.
ucStep6
.
Location
=
new
System
.
Drawing
.
Point
(
29
,
340
);
this
.
ucStep6
.
Name
=
"ucStep6"
;
this
.
ucStep6
.
Size
=
new
System
.
Drawing
.
Size
(
1205
,
109
);
this
.
ucStep6
.
Size
=
new
System
.
Drawing
.
Size
(
742
,
109
);
this
.
ucStep6
.
StepBackColor
=
System
.
Drawing
.
Color
.
FromArgb
(((
int
)(((
byte
)(
189
)))),
((
int
)(((
byte
)(
189
)))),
((
int
)(((
byte
)(
189
)))));
this
.
ucStep6
.
StepFontColor
=
System
.
Drawing
.
Color
.
White
;
this
.
ucStep6
.
StepForeColor
=
System
.
Drawing
.
Color
.
FromArgb
(((
int
)(((
byte
)(
16
)))),
((
int
)(((
byte
)(
157
)))),
((
int
)(((
byte
)(
144
)))));
this
.
ucStep6
.
StepIndex
=
2
;
this
.
ucStep6
.
Steps
=
new
string
[]
{
"step1
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
"
,
"step1"
,
"step2"
,
"step3"
,
"step4"
,
"step5
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
"
};
"step5"
};
this
.
ucStep6
.
StepWidth
=
35
;
this
.
ucStep6
.
TabIndex
=
1
;
//
...
...
编写
预览
支持
Markdown
格式
附加文件
你添加了
0
人
到此讨论。请谨慎行事。
Finish editing this message first!
Cancel
请
注册
或
登录
后发表评论