Skip to content
切换导航条
切换导航条
当前项目
正在载入...
登录
刘韬
/
HZH_Controls
转到一个项目
切换导航栏
切换导航栏固定状态
项目
群组
代码片段
帮助
项目
活动
版本库
流水线
图表
问题
0
合并请求
0
维基
网络
创建新的问题
作业
提交
问题看板
文件
提交
网络
比较
分支
标签
Commit f9c5f8a6
由
kwwwvagaa
编写于
2020-06-16 15:09:21 +0800
浏览文件
选项
浏览文件
标签
下载
电子邮件补丁
差异文件
修改行高
1 个父辈
31450a86
显示空白字符变更
内嵌
并排
正在显示
3 个修改的文件
包含
5 行增加
和
4 行删除
HZH_Controls/HZH_Controls/Controls/DataGridView/UCDataGridView.cs
HZH_Controls/HZH_Controls/HZH_Controls.nuspec
HZH_Controls/Test/UC/UCTestGridTableCustom.Designer.cs
HZH_Controls/HZH_Controls/Controls/DataGridView/UCDataGridView.cs
查看文件 @
f9c5f8a
...
@@ -129,6 +129,7 @@ namespace HZH_Controls.Controls
...
@@ -129,6 +129,7 @@ namespace HZH_Controls.Controls
{
{
m_headHeight
=
value
;
m_headHeight
=
value
;
panHead
.
Height
=
value
;
panHead
.
Height
=
value
;
this
.
Padding
=
new
Padding
(
0
,
value
,
0
,
0
);
}
}
}
}
...
...
HZH_Controls/HZH_Controls/HZH_Controls.nuspec
查看文件 @
f9c5f8a
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
<package
>
<package
>
<metadata>
<metadata>
<id>
$id$
</id>
<id>
$id$
</id>
<version>
1.0.1
2
</version>
<version>
1.0.1
3
</version>
<title>
HZHControls
</title>
<title>
HZHControls
</title>
<authors>
HuangZhengHui
</authors>
<authors>
HuangZhengHui
</authors>
<owners>
HuangZhengHui
</owners>
<owners>
HuangZhengHui
</owners>
...
...
HZH_Controls/Test/UC/UCTestGridTableCustom.Designer.cs
查看文件 @
f9c5f8a
...
@@ -33,7 +33,6 @@
...
@@ -33,7 +33,6 @@
//
//
// ucDataGridView1
// ucDataGridView1
//
//
this
.
ucDataGridView1
.
AutoScroll
=
true
;
this
.
ucDataGridView1
.
BackColor
=
System
.
Drawing
.
Color
.
White
;
this
.
ucDataGridView1
.
BackColor
=
System
.
Drawing
.
Color
.
White
;
this
.
ucDataGridView1
.
Columns
=
null
;
this
.
ucDataGridView1
.
Columns
=
null
;
this
.
ucDataGridView1
.
DataSource
=
null
;
this
.
ucDataGridView1
.
DataSource
=
null
;
...
@@ -46,9 +45,10 @@
...
@@ -46,9 +45,10 @@
this
.
ucDataGridView1
.
IsShowHead
=
true
;
this
.
ucDataGridView1
.
IsShowHead
=
true
;
this
.
ucDataGridView1
.
Location
=
new
System
.
Drawing
.
Point
(
0
,
0
);
this
.
ucDataGridView1
.
Location
=
new
System
.
Drawing
.
Point
(
0
,
0
);
this
.
ucDataGridView1
.
Name
=
"ucDataGridView1"
;
this
.
ucDataGridView1
.
Name
=
"ucDataGridView1"
;
this
.
ucDataGridView1
.
Padding
=
new
System
.
Windows
.
Forms
.
Padding
(
0
,
40
,
0
,
0
);
this
.
ucDataGridView1
.
RowHeight
=
41
;
this
.
ucDataGridView1
.
RowHeight
=
41
;
this
.
ucDataGridView1
.
RowType
=
typeof
(
HZH_Controls
.
Controls
.
UCDataGridViewRow
);
this
.
ucDataGridView1
.
RowType
=
typeof
(
HZH_Controls
.
Controls
.
UCDataGridViewRow
);
this
.
ucDataGridView1
.
Size
=
new
System
.
Drawing
.
Size
(
831
,
609
);
this
.
ucDataGridView1
.
Size
=
new
System
.
Drawing
.
Size
(
1090
,
643
);
this
.
ucDataGridView1
.
TabIndex
=
5
;
this
.
ucDataGridView1
.
TabIndex
=
5
;
//
//
// UCTestGridTableCustom
// UCTestGridTableCustom
...
@@ -56,7 +56,7 @@
...
@@ -56,7 +56,7 @@
this
.
AutoScaleMode
=
System
.
Windows
.
Forms
.
AutoScaleMode
.
None
;
this
.
AutoScaleMode
=
System
.
Windows
.
Forms
.
AutoScaleMode
.
None
;
this
.
Controls
.
Add
(
this
.
ucDataGridView1
);
this
.
Controls
.
Add
(
this
.
ucDataGridView1
);
this
.
Name
=
"UCTestGridTableCustom"
;
this
.
Name
=
"UCTestGridTableCustom"
;
this
.
Size
=
new
System
.
Drawing
.
Size
(
831
,
609
);
this
.
Size
=
new
System
.
Drawing
.
Size
(
1090
,
643
);
this
.
Load
+=
new
System
.
EventHandler
(
this
.
UCTestGridTableCustom_Load
);
this
.
Load
+=
new
System
.
EventHandler
(
this
.
UCTestGridTableCustom_Load
);
this
.
ResumeLayout
(
false
);
this
.
ResumeLayout
(
false
);
...
...
编写
预览
支持
Markdown
格式
附加文件
你添加了
0
人
到此讨论。请谨慎行事。
Finish editing this message first!
Cancel
请
注册
或
登录
后发表评论