Skip to content
切换导航条
切换导航条
当前项目
正在载入...
登录
刘韬
/
HZH_Controls
转到一个项目
切换导航栏
切换导航栏固定状态
项目
群组
代码片段
帮助
项目
活动
版本库
流水线
图表
问题
0
合并请求
0
维基
网络
创建新的问题
作业
提交
问题看板
文件
提交
网络
比较
分支
标签
Commit 04b2f05f
由
HZH
编写于
2019-08-27 11:44:09 +0800
浏览文件
选项
浏览文件
标签
下载
电子邮件补丁
差异文件
调整默认颜色
1 个父辈
16883e6c
隐藏空白字符变更
内嵌
并排
正在显示
3 个修改的文件
包含
12 行增加
和
3 行删除
HZH_Controls/HZH_Controls/Forms/FrmBack.cs
HZH_Controls/HZH_Controls/Forms/FrmWithOKCancel1.Designer.cs
HZH_Controls/HZH_Controls/Forms/FrmWithOKCancel2.Designer.cs
HZH_Controls/HZH_Controls/Forms/FrmBack.cs
查看文件 @
04b2f05
...
@@ -28,7 +28,7 @@ namespace HZH_Controls.Forms
...
@@ -28,7 +28,7 @@ namespace HZH_Controls.Forms
set
set
{
{
_frmTitle
=
value
;
_frmTitle
=
value
;
btnBack1
.
BtnText
=
value
;
btnBack1
.
BtnText
=
" "
+
value
;
}
}
}
}
[
Description
(
"帮助按钮点击事件"
),
Category
(
"自定义"
)]
[
Description
(
"帮助按钮点击事件"
),
Category
(
"自定义"
)]
...
...
HZH_Controls/HZH_Controls/Forms/FrmWithOKCancel1.Designer.cs
查看文件 @
04b2f05
...
@@ -48,6 +48,7 @@
...
@@ -48,6 +48,7 @@
this
.
btnOK
.
ConerRadius
=
5
;
this
.
btnOK
.
ConerRadius
=
5
;
this
.
btnOK
.
Cursor
=
System
.
Windows
.
Forms
.
Cursors
.
Hand
;
this
.
btnOK
.
Cursor
=
System
.
Windows
.
Forms
.
Cursors
.
Hand
;
this
.
btnOK
.
Dock
=
System
.
Windows
.
Forms
.
DockStyle
.
Fill
;
this
.
btnOK
.
Dock
=
System
.
Windows
.
Forms
.
DockStyle
.
Fill
;
this
.
btnOK
.
EnabledTheme
=
false
;
this
.
btnOK
.
FillColor
=
System
.
Drawing
.
Color
.
White
;
this
.
btnOK
.
FillColor
=
System
.
Drawing
.
Color
.
White
;
this
.
btnOK
.
Font
=
new
System
.
Drawing
.
Font
(
"微软雅黑"
,
15F
,
System
.
Drawing
.
FontStyle
.
Regular
,
System
.
Drawing
.
GraphicsUnit
.
Pixel
);
this
.
btnOK
.
Font
=
new
System
.
Drawing
.
Font
(
"微软雅黑"
,
15F
,
System
.
Drawing
.
FontStyle
.
Regular
,
System
.
Drawing
.
GraphicsUnit
.
Pixel
);
this
.
btnOK
.
IsRadius
=
false
;
this
.
btnOK
.
IsRadius
=
false
;
...
@@ -74,6 +75,7 @@
...
@@ -74,6 +75,7 @@
this
.
btnCancel
.
ConerRadius
=
5
;
this
.
btnCancel
.
ConerRadius
=
5
;
this
.
btnCancel
.
Cursor
=
System
.
Windows
.
Forms
.
Cursors
.
Hand
;
this
.
btnCancel
.
Cursor
=
System
.
Windows
.
Forms
.
Cursors
.
Hand
;
this
.
btnCancel
.
Dock
=
System
.
Windows
.
Forms
.
DockStyle
.
Fill
;
this
.
btnCancel
.
Dock
=
System
.
Windows
.
Forms
.
DockStyle
.
Fill
;
this
.
btnCancel
.
EnabledTheme
=
false
;
this
.
btnCancel
.
FillColor
=
System
.
Drawing
.
Color
.
White
;
this
.
btnCancel
.
FillColor
=
System
.
Drawing
.
Color
.
White
;
this
.
btnCancel
.
Font
=
new
System
.
Drawing
.
Font
(
"微软雅黑"
,
15F
,
System
.
Drawing
.
FontStyle
.
Regular
,
System
.
Drawing
.
GraphicsUnit
.
Pixel
);
this
.
btnCancel
.
Font
=
new
System
.
Drawing
.
Font
(
"微软雅黑"
,
15F
,
System
.
Drawing
.
FontStyle
.
Regular
,
System
.
Drawing
.
GraphicsUnit
.
Pixel
);
this
.
btnCancel
.
IsRadius
=
false
;
this
.
btnCancel
.
IsRadius
=
false
;
...
@@ -101,6 +103,7 @@
...
@@ -101,6 +103,7 @@
//
//
// tableLayoutPanel1
// tableLayoutPanel1
//
//
this
.
tableLayoutPanel1
.
BackColor
=
System
.
Drawing
.
Color
.
Transparent
;
this
.
tableLayoutPanel1
.
ColumnCount
=
3
;
this
.
tableLayoutPanel1
.
ColumnCount
=
3
;
this
.
tableLayoutPanel1
.
ColumnStyles
.
Add
(
new
System
.
Windows
.
Forms
.
ColumnStyle
(
System
.
Windows
.
Forms
.
SizeType
.
Percent
,
50F
));
this
.
tableLayoutPanel1
.
ColumnStyles
.
Add
(
new
System
.
Windows
.
Forms
.
ColumnStyle
(
System
.
Windows
.
Forms
.
SizeType
.
Percent
,
50F
));
this
.
tableLayoutPanel1
.
ColumnStyles
.
Add
(
new
System
.
Windows
.
Forms
.
ColumnStyle
(
System
.
Windows
.
Forms
.
SizeType
.
Absolute
,
1F
));
this
.
tableLayoutPanel1
.
ColumnStyles
.
Add
(
new
System
.
Windows
.
Forms
.
ColumnStyle
(
System
.
Windows
.
Forms
.
SizeType
.
Absolute
,
1F
));
...
...
HZH_Controls/HZH_Controls/Forms/FrmWithOKCancel2.Designer.cs
查看文件 @
04b2f05
...
@@ -46,6 +46,7 @@
...
@@ -46,6 +46,7 @@
//
//
// panel2
// panel2
//
//
this
.
panel2
.
BackColor
=
System
.
Drawing
.
Color
.
Transparent
;
this
.
panel2
.
Controls
.
Add
(
this
.
panel4
);
this
.
panel2
.
Controls
.
Add
(
this
.
panel4
);
this
.
panel2
.
Dock
=
System
.
Windows
.
Forms
.
DockStyle
.
Bottom
;
this
.
panel2
.
Dock
=
System
.
Windows
.
Forms
.
DockStyle
.
Bottom
;
this
.
panel2
.
Location
=
new
System
.
Drawing
.
Point
(
0
,
246
);
this
.
panel2
.
Location
=
new
System
.
Drawing
.
Point
(
0
,
246
);
...
@@ -55,6 +56,7 @@
...
@@ -55,6 +56,7 @@
//
//
// panel4
// panel4
//
//
this
.
panel4
.
BackColor
=
System
.
Drawing
.
Color
.
Transparent
;
this
.
panel4
.
Controls
.
Add
(
this
.
panel5
);
this
.
panel4
.
Controls
.
Add
(
this
.
panel5
);
this
.
panel4
.
Dock
=
System
.
Windows
.
Forms
.
DockStyle
.
Right
;
this
.
panel4
.
Dock
=
System
.
Windows
.
Forms
.
DockStyle
.
Right
;
this
.
panel4
.
Location
=
new
System
.
Drawing
.
Point
(
227
,
0
);
this
.
panel4
.
Location
=
new
System
.
Drawing
.
Point
(
227
,
0
);
...
@@ -64,6 +66,7 @@
...
@@ -64,6 +66,7 @@
//
//
// panel5
// panel5
//
//
this
.
panel5
.
BackColor
=
System
.
Drawing
.
Color
.
Transparent
;
this
.
panel5
.
Controls
.
Add
(
this
.
panel1
);
this
.
panel5
.
Controls
.
Add
(
this
.
panel1
);
this
.
panel5
.
Controls
.
Add
(
this
.
btnOK
);
this
.
panel5
.
Controls
.
Add
(
this
.
btnOK
);
this
.
panel5
.
Controls
.
Add
(
this
.
btnCancel
);
this
.
panel5
.
Controls
.
Add
(
this
.
btnCancel
);
...
@@ -75,6 +78,7 @@
...
@@ -75,6 +78,7 @@
//
//
// panel1
// panel1
//
//
this
.
panel1
.
BackColor
=
System
.
Drawing
.
Color
.
Transparent
;
this
.
panel1
.
Controls
.
Add
(
this
.
ucSplitLine_V1
);
this
.
panel1
.
Controls
.
Add
(
this
.
ucSplitLine_V1
);
this
.
panel1
.
Dock
=
System
.
Windows
.
Forms
.
DockStyle
.
Right
;
this
.
panel1
.
Dock
=
System
.
Windows
.
Forms
.
DockStyle
.
Right
;
this
.
panel1
.
Location
=
new
System
.
Drawing
.
Point
(
99
,
0
);
this
.
panel1
.
Location
=
new
System
.
Drawing
.
Point
(
99
,
0
);
...
@@ -104,7 +108,8 @@
...
@@ -104,7 +108,8 @@
this
.
btnOK
.
ConerRadius
=
5
;
this
.
btnOK
.
ConerRadius
=
5
;
this
.
btnOK
.
Cursor
=
System
.
Windows
.
Forms
.
Cursors
.
Hand
;
this
.
btnOK
.
Cursor
=
System
.
Windows
.
Forms
.
Cursors
.
Hand
;
this
.
btnOK
.
Dock
=
System
.
Windows
.
Forms
.
DockStyle
.
Fill
;
this
.
btnOK
.
Dock
=
System
.
Windows
.
Forms
.
DockStyle
.
Fill
;
this
.
btnOK
.
FillColor
=
System
.
Drawing
.
Color
.
FromArgb
(((
int
)(((
byte
)(
247
)))),
((
int
)(((
byte
)(
247
)))),
((
int
)(((
byte
)(
247
)))));
this
.
btnOK
.
EnabledTheme
=
false
;
this
.
btnOK
.
FillColor
=
System
.
Drawing
.
Color
.
White
;
this
.
btnOK
.
Font
=
new
System
.
Drawing
.
Font
(
"微软雅黑"
,
15F
,
System
.
Drawing
.
FontStyle
.
Regular
,
System
.
Drawing
.
GraphicsUnit
.
Pixel
);
this
.
btnOK
.
Font
=
new
System
.
Drawing
.
Font
(
"微软雅黑"
,
15F
,
System
.
Drawing
.
FontStyle
.
Regular
,
System
.
Drawing
.
GraphicsUnit
.
Pixel
);
this
.
btnOK
.
IsRadius
=
false
;
this
.
btnOK
.
IsRadius
=
false
;
this
.
btnOK
.
IsShowRect
=
false
;
this
.
btnOK
.
IsShowRect
=
false
;
...
@@ -130,7 +135,8 @@
...
@@ -130,7 +135,8 @@
this
.
btnCancel
.
ConerRadius
=
5
;
this
.
btnCancel
.
ConerRadius
=
5
;
this
.
btnCancel
.
Cursor
=
System
.
Windows
.
Forms
.
Cursors
.
Hand
;
this
.
btnCancel
.
Cursor
=
System
.
Windows
.
Forms
.
Cursors
.
Hand
;
this
.
btnCancel
.
Dock
=
System
.
Windows
.
Forms
.
DockStyle
.
Right
;
this
.
btnCancel
.
Dock
=
System
.
Windows
.
Forms
.
DockStyle
.
Right
;
this
.
btnCancel
.
FillColor
=
System
.
Drawing
.
Color
.
FromArgb
(((
int
)(((
byte
)(
247
)))),
((
int
)(((
byte
)(
247
)))),
((
int
)(((
byte
)(
247
)))));
this
.
btnCancel
.
EnabledTheme
=
false
;
this
.
btnCancel
.
FillColor
=
System
.
Drawing
.
Color
.
White
;
this
.
btnCancel
.
Font
=
new
System
.
Drawing
.
Font
(
"微软雅黑"
,
15F
,
System
.
Drawing
.
FontStyle
.
Regular
,
System
.
Drawing
.
GraphicsUnit
.
Pixel
);
this
.
btnCancel
.
Font
=
new
System
.
Drawing
.
Font
(
"微软雅黑"
,
15F
,
System
.
Drawing
.
FontStyle
.
Regular
,
System
.
Drawing
.
GraphicsUnit
.
Pixel
);
this
.
btnCancel
.
IsRadius
=
false
;
this
.
btnCancel
.
IsRadius
=
false
;
this
.
btnCancel
.
IsShowRect
=
false
;
this
.
btnCancel
.
IsShowRect
=
false
;
...
...
编写
预览
支持
Markdown
格式
附加文件
你添加了
0
人
到此讨论。请谨慎行事。
Finish editing this message first!
Cancel
请
注册
或
登录
后发表评论