Skip to content
切换导航条
切换导航条
当前项目
正在载入...
登录
刘韬
/
HZH_Controls
转到一个项目
切换导航栏
切换导航栏固定状态
项目
群组
代码片段
帮助
项目
活动
版本库
流水线
图表
问题
0
合并请求
0
维基
网络
创建新的问题
作业
提交
问题看板
文件
提交
网络
比较
分支
标签
Commit 93c93fa9
由
HZH
编写于
2019-09-10 17:06:33 +0800
浏览文件
选项
浏览文件
标签
下载
电子邮件补丁
差异文件
tab multi
1 个父辈
2be47940
显示空白字符变更
内嵌
并排
正在显示
2 个修改的文件
包含
14 行增加
和
19 行删除
HZH_Controls/HZH_Controls/Controls/Tab/TabControlExt.cs
HZH_Controls/Test/FrmOKCancel1Test.Designer.cs
HZH_Controls/HZH_Controls/Controls/Tab/TabControlExt.cs
查看文件 @
93c93fa
...
@@ -40,14 +40,9 @@ namespace HZH_Controls.Controls
...
@@ -40,14 +40,9 @@ namespace HZH_Controls.Controls
:
base
()
:
base
()
{
{
SetStyles
();
SetStyles
();
this
.
Multiline
=
true
;
//
this.Multiline = true;
this
.
ItemSize
=
new
Size
(
this
.
ItemSize
.
Width
,
50
);
this
.
ItemSize
=
new
Size
(
this
.
ItemSize
.
Width
,
50
);
}
}
/// <summary>
/// <summary>
/// Sets the styles.
/// Sets the styles.
/// </summary>
/// </summary>
...
...
HZH_Controls/Test/FrmOKCancel1Test.Designer.cs
查看文件 @
93c93fa
...
@@ -82,20 +82,20 @@
...
@@ -82,20 +82,20 @@
//
//
// tabPage8
// tabPage8
//
//
this
.
tabPage8
.
Location
=
new
System
.
Drawing
.
Point
(
4
,
10
4
);
this
.
tabPage8
.
Location
=
new
System
.
Drawing
.
Point
(
4
,
5
4
);
this
.
tabPage8
.
Name
=
"tabPage8"
;
this
.
tabPage8
.
Name
=
"tabPage8"
;
this
.
tabPage8
.
Padding
=
new
System
.
Windows
.
Forms
.
Padding
(
3
);
this
.
tabPage8
.
Padding
=
new
System
.
Windows
.
Forms
.
Padding
(
3
);
this
.
tabPage8
.
Size
=
new
System
.
Drawing
.
Size
(
419
,
78
);
this
.
tabPage8
.
Size
=
new
System
.
Drawing
.
Size
(
520
,
263
);
this
.
tabPage8
.
TabIndex
=
7
;
this
.
tabPage8
.
TabIndex
=
7
;
this
.
tabPage8
.
Text
=
"tabPage8"
;
this
.
tabPage8
.
Text
=
"tabPage8"
;
this
.
tabPage8
.
UseVisualStyleBackColor
=
true
;
this
.
tabPage8
.
UseVisualStyleBackColor
=
true
;
//
//
// tabPage9
// tabPage9
//
//
this
.
tabPage9
.
Location
=
new
System
.
Drawing
.
Point
(
4
,
10
4
);
this
.
tabPage9
.
Location
=
new
System
.
Drawing
.
Point
(
4
,
5
4
);
this
.
tabPage9
.
Name
=
"tabPage9"
;
this
.
tabPage9
.
Name
=
"tabPage9"
;
this
.
tabPage9
.
Padding
=
new
System
.
Windows
.
Forms
.
Padding
(
3
);
this
.
tabPage9
.
Padding
=
new
System
.
Windows
.
Forms
.
Padding
(
3
);
this
.
tabPage9
.
Size
=
new
System
.
Drawing
.
Size
(
419
,
78
);
this
.
tabPage9
.
Size
=
new
System
.
Drawing
.
Size
(
520
,
263
);
this
.
tabPage9
.
TabIndex
=
8
;
this
.
tabPage9
.
TabIndex
=
8
;
this
.
tabPage9
.
Text
=
"tabPage9"
;
this
.
tabPage9
.
Text
=
"tabPage9"
;
this
.
tabPage9
.
UseVisualStyleBackColor
=
true
;
this
.
tabPage9
.
UseVisualStyleBackColor
=
true
;
...
@@ -105,37 +105,37 @@
...
@@ -105,37 +105,37 @@
this
.
tabPage10
.
Location
=
new
System
.
Drawing
.
Point
(
4
,
104
);
this
.
tabPage10
.
Location
=
new
System
.
Drawing
.
Point
(
4
,
104
);
this
.
tabPage10
.
Name
=
"tabPage10"
;
this
.
tabPage10
.
Name
=
"tabPage10"
;
this
.
tabPage10
.
Padding
=
new
System
.
Windows
.
Forms
.
Padding
(
3
);
this
.
tabPage10
.
Padding
=
new
System
.
Windows
.
Forms
.
Padding
(
3
);
this
.
tabPage10
.
Size
=
new
System
.
Drawing
.
Size
(
419
,
78
);
this
.
tabPage10
.
Size
=
new
System
.
Drawing
.
Size
(
520
,
213
);
this
.
tabPage10
.
TabIndex
=
9
;
this
.
tabPage10
.
TabIndex
=
9
;
this
.
tabPage10
.
Text
=
"tabPage10"
;
this
.
tabPage10
.
Text
=
"tabPage10"
;
this
.
tabPage10
.
UseVisualStyleBackColor
=
true
;
this
.
tabPage10
.
UseVisualStyleBackColor
=
true
;
//
//
// tabPage2
// tabPage2
//
//
this
.
tabPage2
.
Location
=
new
System
.
Drawing
.
Point
(
4
,
10
4
);
this
.
tabPage2
.
Location
=
new
System
.
Drawing
.
Point
(
4
,
5
4
);
this
.
tabPage2
.
Name
=
"tabPage2"
;
this
.
tabPage2
.
Name
=
"tabPage2"
;
this
.
tabPage2
.
Padding
=
new
System
.
Windows
.
Forms
.
Padding
(
3
);
this
.
tabPage2
.
Padding
=
new
System
.
Windows
.
Forms
.
Padding
(
3
);
this
.
tabPage2
.
Size
=
new
System
.
Drawing
.
Size
(
419
,
78
);
this
.
tabPage2
.
Size
=
new
System
.
Drawing
.
Size
(
520
,
263
);
this
.
tabPage2
.
TabIndex
=
11
;
this
.
tabPage2
.
TabIndex
=
11
;
this
.
tabPage2
.
Text
=
"tabPage2"
;
this
.
tabPage2
.
Text
=
"tabPage2"
;
this
.
tabPage2
.
UseVisualStyleBackColor
=
true
;
this
.
tabPage2
.
UseVisualStyleBackColor
=
true
;
//
//
// tabPage3
// tabPage3
//
//
this
.
tabPage3
.
Location
=
new
System
.
Drawing
.
Point
(
4
,
10
4
);
this
.
tabPage3
.
Location
=
new
System
.
Drawing
.
Point
(
4
,
5
4
);
this
.
tabPage3
.
Name
=
"tabPage3"
;
this
.
tabPage3
.
Name
=
"tabPage3"
;
this
.
tabPage3
.
Padding
=
new
System
.
Windows
.
Forms
.
Padding
(
3
);
this
.
tabPage3
.
Padding
=
new
System
.
Windows
.
Forms
.
Padding
(
3
);
this
.
tabPage3
.
Size
=
new
System
.
Drawing
.
Size
(
419
,
78
);
this
.
tabPage3
.
Size
=
new
System
.
Drawing
.
Size
(
520
,
263
);
this
.
tabPage3
.
TabIndex
=
12
;
this
.
tabPage3
.
TabIndex
=
12
;
this
.
tabPage3
.
Text
=
"tabPage3"
;
this
.
tabPage3
.
Text
=
"tabPage3"
;
this
.
tabPage3
.
UseVisualStyleBackColor
=
true
;
this
.
tabPage3
.
UseVisualStyleBackColor
=
true
;
//
//
// tabPage4
// tabPage4
//
//
this
.
tabPage4
.
Location
=
new
System
.
Drawing
.
Point
(
4
,
10
4
);
this
.
tabPage4
.
Location
=
new
System
.
Drawing
.
Point
(
4
,
5
4
);
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
(
419
,
78
);
this
.
tabPage4
.
Size
=
new
System
.
Drawing
.
Size
(
520
,
263
);
this
.
tabPage4
.
TabIndex
=
13
;
this
.
tabPage4
.
TabIndex
=
13
;
this
.
tabPage4
.
Text
=
"tabPage4"
;
this
.
tabPage4
.
Text
=
"tabPage4"
;
this
.
tabPage4
.
UseVisualStyleBackColor
=
true
;
this
.
tabPage4
.
UseVisualStyleBackColor
=
true
;
...
@@ -145,7 +145,7 @@
...
@@ -145,7 +145,7 @@
this
.
tabPage5
.
Location
=
new
System
.
Drawing
.
Point
(
4
,
104
);
this
.
tabPage5
.
Location
=
new
System
.
Drawing
.
Point
(
4
,
104
);
this
.
tabPage5
.
Name
=
"tabPage5"
;
this
.
tabPage5
.
Name
=
"tabPage5"
;
this
.
tabPage5
.
Padding
=
new
System
.
Windows
.
Forms
.
Padding
(
3
);
this
.
tabPage5
.
Padding
=
new
System
.
Windows
.
Forms
.
Padding
(
3
);
this
.
tabPage5
.
Size
=
new
System
.
Drawing
.
Size
(
419
,
78
);
this
.
tabPage5
.
Size
=
new
System
.
Drawing
.
Size
(
520
,
213
);
this
.
tabPage5
.
TabIndex
=
14
;
this
.
tabPage5
.
TabIndex
=
14
;
this
.
tabPage5
.
Text
=
"tabPage5"
;
this
.
tabPage5
.
Text
=
"tabPage5"
;
this
.
tabPage5
.
UseVisualStyleBackColor
=
true
;
this
.
tabPage5
.
UseVisualStyleBackColor
=
true
;
...
@@ -155,7 +155,7 @@
...
@@ -155,7 +155,7 @@
this
.
tabPage6
.
Location
=
new
System
.
Drawing
.
Point
(
4
,
104
);
this
.
tabPage6
.
Location
=
new
System
.
Drawing
.
Point
(
4
,
104
);
this
.
tabPage6
.
Name
=
"tabPage6"
;
this
.
tabPage6
.
Name
=
"tabPage6"
;
this
.
tabPage6
.
Padding
=
new
System
.
Windows
.
Forms
.
Padding
(
3
);
this
.
tabPage6
.
Padding
=
new
System
.
Windows
.
Forms
.
Padding
(
3
);
this
.
tabPage6
.
Size
=
new
System
.
Drawing
.
Size
(
419
,
78
);
this
.
tabPage6
.
Size
=
new
System
.
Drawing
.
Size
(
520
,
213
);
this
.
tabPage6
.
TabIndex
=
15
;
this
.
tabPage6
.
TabIndex
=
15
;
this
.
tabPage6
.
Text
=
"tabPage6"
;
this
.
tabPage6
.
Text
=
"tabPage6"
;
this
.
tabPage6
.
UseVisualStyleBackColor
=
true
;
this
.
tabPage6
.
UseVisualStyleBackColor
=
true
;
...
...
编写
预览
支持
Markdown
格式
附加文件
你添加了
0
人
到此讨论。请谨慎行事。
Finish editing this message first!
Cancel
请
注册
或
登录
后发表评论