Skip to content
切换导航条
切换导航条
当前项目
正在载入...
登录
刘韬
/
HZH_Controls
转到一个项目
切换导航栏
切换导航栏固定状态
项目
群组
代码片段
帮助
项目
活动
版本库
流水线
图表
问题
0
合并请求
0
维基
网络
创建新的问题
作业
提交
问题看板
文件
提交
网络
比较
分支
标签
Commit d3f350a4
由
kwwwvagaa
编写于
2020-07-13 09:25:35 +0800
浏览文件
选项
浏览文件
标签
下载
电子邮件补丁
差异文件
添加一个日期控件
1 个父辈
4a105fcc
全部展开
隐藏空白字符变更
内嵌
并排
正在显示
10 个修改的文件
包含
274 行增加
和
1 行删除
HZH_Controls/HZH_Controls/Controls/DateTime/UCDatePickerExt.cs
HZH_Controls/HZH_Controls/Controls/DateTime/UCDatePickerExt2.Designer.cs
HZH_Controls/HZH_Controls/Controls/DateTime/UCDatePickerExt2.cs
HZH_Controls/HZH_Controls/Controls/DateTime/UCDatePickerExt2.resx
HZH_Controls/HZH_Controls/Controls/DateTime/UCDateTimeSelectPan.Designer.cs
HZH_Controls/HZH_Controls/Controls/DateTime/UCDateTimeSelectPan2.Designer.cs
HZH_Controls/HZH_Controls/Controls/DateTime/UCDateTimeSelectPan2.cs
HZH_Controls/HZH_Controls/Controls/DateTime/UCDateTimeSelectPan2.resx
HZH_Controls/HZH_Controls/HZH_Controls.csproj
HZH_Controls/Test/UC/UCTestForms.Designer.cs
HZH_Controls/HZH_Controls/Controls/DateTime/UCDatePickerExt.cs
查看文件 @
d3f350a
...
@@ -170,7 +170,7 @@ namespace HZH_Controls.Controls
...
@@ -170,7 +170,7 @@ namespace HZH_Controls.Controls
void
UCDatePickerExt_SizeChanged
(
object
sender
,
EventArgs
e
)
void
UCDatePickerExt_SizeChanged
(
object
sender
,
EventArgs
e
)
{
{
var
a
=
this
.
Height
;
}
}
/// <summary>
/// <summary>
...
...
HZH_Controls/HZH_Controls/Controls/DateTime/UCDatePickerExt2.Designer.cs
0 → 100644
查看文件 @
d3f350a
此文件的差异被折叠,
点击展开。
HZH_Controls/HZH_Controls/Controls/DateTime/UCDatePickerExt2.cs
0 → 100644
查看文件 @
d3f350a
此文件的差异被折叠,
点击展开。
HZH_Controls/HZH_Controls/Controls/DateTime/UCDatePickerExt2.resx
0 → 100644
查看文件 @
d3f350a
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 2.0
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...
<resheader name="resmimetype">text/microsoft-resx</resheader>
<resheader name="version">2.0</resheader>
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
<value>[base64 mime encoded serialized .NET Framework object]</value>
</data>
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
<comment>This is a comment</comment>
</data>
There are any number of "resheader" rows that contain simple
name/value pairs.
Each data row contains a name, and value. The row also contains a
type or mimetype. Type corresponds to a .NET class that support
text/value conversion through the TypeConverter architecture.
Classes that don't support this are serialized and stored with the
mimetype set.
The mimetype is used for serialized objects, and tells the
ResXResourceReader how to depersist the object. This is currently not
extensible. For a given mimetype the value must be set accordingly:
Note - application/x-microsoft.net.object.binary.base64 is the format
that the ResXResourceWriter will generate, however the reader can
read any of the formats listed below.
mimetype: application/x-microsoft.net.object.binary.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.soap.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.bytearray.base64
value : The object must be serialized into a byte array
: using a System.ComponentModel.TypeConverter
: and then encoded with base64 encoding.
-->
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
<xsd:element name="root" msdata:IsDataSet="true">
<xsd:complexType>
<xsd:choice maxOccurs="unbounded">
<xsd:element name="metadata">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" />
</xsd:sequence>
<xsd:attribute name="name" use="required" type="xsd:string" />
<xsd:attribute name="type" type="xsd:string" />
<xsd:attribute name="mimetype" type="xsd:string" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="assembly">
<xsd:complexType>
<xsd:attribute name="alias" type="xsd:string" />
<xsd:attribute name="name" type="xsd:string" />
</xsd:complexType>
</xsd:element>
<xsd:element name="data">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="resheader">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" />
</xsd:complexType>
</xsd:element>
</xsd:choice>
</xsd:complexType>
</xsd:element>
</xsd:schema>
<resheader name="resmimetype">
<value>text/microsoft-resx</value>
</resheader>
<resheader name="version">
<value>2.0</value>
</resheader>
<resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
</root>
\ No newline at end of file
\ No newline at end of file
HZH_Controls/HZH_Controls/Controls/DateTime/UCDateTimeSelectPan.Designer.cs
查看文件 @
d3f350a
...
@@ -102,6 +102,7 @@ namespace HZH_Controls.Controls
...
@@ -102,6 +102,7 @@ namespace HZH_Controls.Controls
this
.
btnMinute
.
ConerRadius
=
5
;
this
.
btnMinute
.
ConerRadius
=
5
;
this
.
btnMinute
.
Cursor
=
System
.
Windows
.
Forms
.
Cursors
.
Hand
;
this
.
btnMinute
.
Cursor
=
System
.
Windows
.
Forms
.
Cursors
.
Hand
;
this
.
btnMinute
.
Dock
=
System
.
Windows
.
Forms
.
DockStyle
.
Left
;
this
.
btnMinute
.
Dock
=
System
.
Windows
.
Forms
.
DockStyle
.
Left
;
this
.
btnMinute
.
EnabledMouseEffect
=
false
;
this
.
btnMinute
.
FillColor
=
System
.
Drawing
.
Color
.
White
;
this
.
btnMinute
.
FillColor
=
System
.
Drawing
.
Color
.
White
;
this
.
btnMinute
.
Font
=
new
System
.
Drawing
.
Font
(
"微软雅黑"
,
15F
,
System
.
Drawing
.
FontStyle
.
Regular
,
System
.
Drawing
.
GraphicsUnit
.
Pixel
);
this
.
btnMinute
.
Font
=
new
System
.
Drawing
.
Font
(
"微软雅黑"
,
15F
,
System
.
Drawing
.
FontStyle
.
Regular
,
System
.
Drawing
.
GraphicsUnit
.
Pixel
);
this
.
btnMinute
.
IsRadius
=
true
;
this
.
btnMinute
.
IsRadius
=
true
;
...
@@ -115,6 +116,7 @@ namespace HZH_Controls.Controls
...
@@ -115,6 +116,7 @@ namespace HZH_Controls.Controls
this
.
btnMinute
.
Size
=
new
System
.
Drawing
.
Size
(
80
,
31
);
this
.
btnMinute
.
Size
=
new
System
.
Drawing
.
Size
(
80
,
31
);
this
.
btnMinute
.
TabIndex
=
1
;
this
.
btnMinute
.
TabIndex
=
1
;
this
.
btnMinute
.
TabStop
=
false
;
this
.
btnMinute
.
TabStop
=
false
;
this
.
btnMinute
.
TipsColor
=
System
.
Drawing
.
Color
.
FromArgb
(((
int
)(((
byte
)(
232
)))),
((
int
)(((
byte
)(
30
)))),
((
int
)(((
byte
)(
99
)))));
this
.
btnMinute
.
TipsText
=
""
;
this
.
btnMinute
.
TipsText
=
""
;
this
.
btnMinute
.
BtnClick
+=
new
System
.
EventHandler
(
this
.
btnTime_BtnClick
);
this
.
btnMinute
.
BtnClick
+=
new
System
.
EventHandler
(
this
.
btnTime_BtnClick
);
//
//
...
@@ -136,6 +138,7 @@ namespace HZH_Controls.Controls
...
@@ -136,6 +138,7 @@ namespace HZH_Controls.Controls
this
.
btnHour
.
ConerRadius
=
5
;
this
.
btnHour
.
ConerRadius
=
5
;
this
.
btnHour
.
Cursor
=
System
.
Windows
.
Forms
.
Cursors
.
Hand
;
this
.
btnHour
.
Cursor
=
System
.
Windows
.
Forms
.
Cursors
.
Hand
;
this
.
btnHour
.
Dock
=
System
.
Windows
.
Forms
.
DockStyle
.
Left
;
this
.
btnHour
.
Dock
=
System
.
Windows
.
Forms
.
DockStyle
.
Left
;
this
.
btnHour
.
EnabledMouseEffect
=
false
;
this
.
btnHour
.
FillColor
=
System
.
Drawing
.
Color
.
White
;
this
.
btnHour
.
FillColor
=
System
.
Drawing
.
Color
.
White
;
this
.
btnHour
.
Font
=
new
System
.
Drawing
.
Font
(
"微软雅黑"
,
15F
,
System
.
Drawing
.
FontStyle
.
Regular
,
System
.
Drawing
.
GraphicsUnit
.
Pixel
);
this
.
btnHour
.
Font
=
new
System
.
Drawing
.
Font
(
"微软雅黑"
,
15F
,
System
.
Drawing
.
FontStyle
.
Regular
,
System
.
Drawing
.
GraphicsUnit
.
Pixel
);
this
.
btnHour
.
IsRadius
=
true
;
this
.
btnHour
.
IsRadius
=
true
;
...
@@ -149,6 +152,7 @@ namespace HZH_Controls.Controls
...
@@ -149,6 +152,7 @@ namespace HZH_Controls.Controls
this
.
btnHour
.
Size
=
new
System
.
Drawing
.
Size
(
80
,
31
);
this
.
btnHour
.
Size
=
new
System
.
Drawing
.
Size
(
80
,
31
);
this
.
btnHour
.
TabIndex
=
1
;
this
.
btnHour
.
TabIndex
=
1
;
this
.
btnHour
.
TabStop
=
false
;
this
.
btnHour
.
TabStop
=
false
;
this
.
btnHour
.
TipsColor
=
System
.
Drawing
.
Color
.
FromArgb
(((
int
)(((
byte
)(
232
)))),
((
int
)(((
byte
)(
30
)))),
((
int
)(((
byte
)(
99
)))));
this
.
btnHour
.
TipsText
=
""
;
this
.
btnHour
.
TipsText
=
""
;
this
.
btnHour
.
BtnClick
+=
new
System
.
EventHandler
(
this
.
btnTime_BtnClick
);
this
.
btnHour
.
BtnClick
+=
new
System
.
EventHandler
(
this
.
btnTime_BtnClick
);
//
//
...
@@ -170,6 +174,7 @@ namespace HZH_Controls.Controls
...
@@ -170,6 +174,7 @@ namespace HZH_Controls.Controls
this
.
btnDay
.
ConerRadius
=
5
;
this
.
btnDay
.
ConerRadius
=
5
;
this
.
btnDay
.
Cursor
=
System
.
Windows
.
Forms
.
Cursors
.
Hand
;
this
.
btnDay
.
Cursor
=
System
.
Windows
.
Forms
.
Cursors
.
Hand
;
this
.
btnDay
.
Dock
=
System
.
Windows
.
Forms
.
DockStyle
.
Left
;
this
.
btnDay
.
Dock
=
System
.
Windows
.
Forms
.
DockStyle
.
Left
;
this
.
btnDay
.
EnabledMouseEffect
=
false
;
this
.
btnDay
.
FillColor
=
System
.
Drawing
.
Color
.
White
;
this
.
btnDay
.
FillColor
=
System
.
Drawing
.
Color
.
White
;
this
.
btnDay
.
Font
=
new
System
.
Drawing
.
Font
(
"微软雅黑"
,
15F
,
System
.
Drawing
.
FontStyle
.
Regular
,
System
.
Drawing
.
GraphicsUnit
.
Pixel
);
this
.
btnDay
.
Font
=
new
System
.
Drawing
.
Font
(
"微软雅黑"
,
15F
,
System
.
Drawing
.
FontStyle
.
Regular
,
System
.
Drawing
.
GraphicsUnit
.
Pixel
);
this
.
btnDay
.
IsRadius
=
true
;
this
.
btnDay
.
IsRadius
=
true
;
...
@@ -183,6 +188,7 @@ namespace HZH_Controls.Controls
...
@@ -183,6 +188,7 @@ namespace HZH_Controls.Controls
this
.
btnDay
.
Size
=
new
System
.
Drawing
.
Size
(
80
,
31
);
this
.
btnDay
.
Size
=
new
System
.
Drawing
.
Size
(
80
,
31
);
this
.
btnDay
.
TabIndex
=
1
;
this
.
btnDay
.
TabIndex
=
1
;
this
.
btnDay
.
TabStop
=
false
;
this
.
btnDay
.
TabStop
=
false
;
this
.
btnDay
.
TipsColor
=
System
.
Drawing
.
Color
.
FromArgb
(((
int
)(((
byte
)(
232
)))),
((
int
)(((
byte
)(
30
)))),
((
int
)(((
byte
)(
99
)))));
this
.
btnDay
.
TipsText
=
""
;
this
.
btnDay
.
TipsText
=
""
;
this
.
btnDay
.
BtnClick
+=
new
System
.
EventHandler
(
this
.
btnTime_BtnClick
);
this
.
btnDay
.
BtnClick
+=
new
System
.
EventHandler
(
this
.
btnTime_BtnClick
);
//
//
...
@@ -204,6 +210,7 @@ namespace HZH_Controls.Controls
...
@@ -204,6 +210,7 @@ namespace HZH_Controls.Controls
this
.
btnMonth
.
ConerRadius
=
5
;
this
.
btnMonth
.
ConerRadius
=
5
;
this
.
btnMonth
.
Cursor
=
System
.
Windows
.
Forms
.
Cursors
.
Hand
;
this
.
btnMonth
.
Cursor
=
System
.
Windows
.
Forms
.
Cursors
.
Hand
;
this
.
btnMonth
.
Dock
=
System
.
Windows
.
Forms
.
DockStyle
.
Left
;
this
.
btnMonth
.
Dock
=
System
.
Windows
.
Forms
.
DockStyle
.
Left
;
this
.
btnMonth
.
EnabledMouseEffect
=
false
;
this
.
btnMonth
.
FillColor
=
System
.
Drawing
.
Color
.
White
;
this
.
btnMonth
.
FillColor
=
System
.
Drawing
.
Color
.
White
;
this
.
btnMonth
.
Font
=
new
System
.
Drawing
.
Font
(
"微软雅黑"
,
15F
,
System
.
Drawing
.
FontStyle
.
Regular
,
System
.
Drawing
.
GraphicsUnit
.
Pixel
);
this
.
btnMonth
.
Font
=
new
System
.
Drawing
.
Font
(
"微软雅黑"
,
15F
,
System
.
Drawing
.
FontStyle
.
Regular
,
System
.
Drawing
.
GraphicsUnit
.
Pixel
);
this
.
btnMonth
.
IsRadius
=
true
;
this
.
btnMonth
.
IsRadius
=
true
;
...
@@ -217,6 +224,7 @@ namespace HZH_Controls.Controls
...
@@ -217,6 +224,7 @@ namespace HZH_Controls.Controls
this
.
btnMonth
.
Size
=
new
System
.
Drawing
.
Size
(
80
,
31
);
this
.
btnMonth
.
Size
=
new
System
.
Drawing
.
Size
(
80
,
31
);
this
.
btnMonth
.
TabIndex
=
1
;
this
.
btnMonth
.
TabIndex
=
1
;
this
.
btnMonth
.
TabStop
=
false
;
this
.
btnMonth
.
TabStop
=
false
;
this
.
btnMonth
.
TipsColor
=
System
.
Drawing
.
Color
.
FromArgb
(((
int
)(((
byte
)(
232
)))),
((
int
)(((
byte
)(
30
)))),
((
int
)(((
byte
)(
99
)))));
this
.
btnMonth
.
TipsText
=
""
;
this
.
btnMonth
.
TipsText
=
""
;
this
.
btnMonth
.
BtnClick
+=
new
System
.
EventHandler
(
this
.
btnTime_BtnClick
);
this
.
btnMonth
.
BtnClick
+=
new
System
.
EventHandler
(
this
.
btnTime_BtnClick
);
//
//
...
@@ -238,6 +246,7 @@ namespace HZH_Controls.Controls
...
@@ -238,6 +246,7 @@ namespace HZH_Controls.Controls
this
.
btnYear
.
ConerRadius
=
5
;
this
.
btnYear
.
ConerRadius
=
5
;
this
.
btnYear
.
Cursor
=
System
.
Windows
.
Forms
.
Cursors
.
Hand
;
this
.
btnYear
.
Cursor
=
System
.
Windows
.
Forms
.
Cursors
.
Hand
;
this
.
btnYear
.
Dock
=
System
.
Windows
.
Forms
.
DockStyle
.
Left
;
this
.
btnYear
.
Dock
=
System
.
Windows
.
Forms
.
DockStyle
.
Left
;
this
.
btnYear
.
EnabledMouseEffect
=
false
;
this
.
btnYear
.
FillColor
=
System
.
Drawing
.
Color
.
White
;
this
.
btnYear
.
FillColor
=
System
.
Drawing
.
Color
.
White
;
this
.
btnYear
.
Font
=
new
System
.
Drawing
.
Font
(
"微软雅黑"
,
15F
,
System
.
Drawing
.
FontStyle
.
Regular
,
System
.
Drawing
.
GraphicsUnit
.
Pixel
);
this
.
btnYear
.
Font
=
new
System
.
Drawing
.
Font
(
"微软雅黑"
,
15F
,
System
.
Drawing
.
FontStyle
.
Regular
,
System
.
Drawing
.
GraphicsUnit
.
Pixel
);
this
.
btnYear
.
IsRadius
=
true
;
this
.
btnYear
.
IsRadius
=
true
;
...
@@ -251,6 +260,7 @@ namespace HZH_Controls.Controls
...
@@ -251,6 +260,7 @@ namespace HZH_Controls.Controls
this
.
btnYear
.
Size
=
new
System
.
Drawing
.
Size
(
80
,
31
);
this
.
btnYear
.
Size
=
new
System
.
Drawing
.
Size
(
80
,
31
);
this
.
btnYear
.
TabIndex
=
1
;
this
.
btnYear
.
TabIndex
=
1
;
this
.
btnYear
.
TabStop
=
false
;
this
.
btnYear
.
TabStop
=
false
;
this
.
btnYear
.
TipsColor
=
System
.
Drawing
.
Color
.
FromArgb
(((
int
)(((
byte
)(
232
)))),
((
int
)(((
byte
)(
30
)))),
((
int
)(((
byte
)(
99
)))));
this
.
btnYear
.
TipsText
=
""
;
this
.
btnYear
.
TipsText
=
""
;
this
.
btnYear
.
BtnClick
+=
new
System
.
EventHandler
(
this
.
btnTime_BtnClick
);
this
.
btnYear
.
BtnClick
+=
new
System
.
EventHandler
(
this
.
btnTime_BtnClick
);
//
//
...
@@ -274,6 +284,7 @@ namespace HZH_Controls.Controls
...
@@ -274,6 +284,7 @@ namespace HZH_Controls.Controls
this
.
btnCancel
.
BtnText
=
"取 消"
;
this
.
btnCancel
.
BtnText
=
"取 消"
;
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
.
EnabledMouseEffect
=
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
=
true
;
this
.
btnCancel
.
IsRadius
=
true
;
...
@@ -287,6 +298,7 @@ namespace HZH_Controls.Controls
...
@@ -287,6 +298,7 @@ namespace HZH_Controls.Controls
this
.
btnCancel
.
Size
=
new
System
.
Drawing
.
Size
(
129
,
36
);
this
.
btnCancel
.
Size
=
new
System
.
Drawing
.
Size
(
129
,
36
);
this
.
btnCancel
.
TabIndex
=
2
;
this
.
btnCancel
.
TabIndex
=
2
;
this
.
btnCancel
.
TabStop
=
false
;
this
.
btnCancel
.
TabStop
=
false
;
this
.
btnCancel
.
TipsColor
=
System
.
Drawing
.
Color
.
FromArgb
(((
int
)(((
byte
)(
232
)))),
((
int
)(((
byte
)(
30
)))),
((
int
)(((
byte
)(
99
)))));
this
.
btnCancel
.
TipsText
=
""
;
this
.
btnCancel
.
TipsText
=
""
;
this
.
btnCancel
.
BtnClick
+=
new
System
.
EventHandler
(
this
.
btnCancel_BtnClick
);
this
.
btnCancel
.
BtnClick
+=
new
System
.
EventHandler
(
this
.
btnCancel_BtnClick
);
//
//
...
@@ -300,6 +312,7 @@ namespace HZH_Controls.Controls
...
@@ -300,6 +312,7 @@ namespace HZH_Controls.Controls
this
.
btnOk
.
BtnText
=
"确 定"
;
this
.
btnOk
.
BtnText
=
"确 定"
;
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
.
EnabledMouseEffect
=
false
;
this
.
btnOk
.
FillColor
=
System
.
Drawing
.
Color
.
FromArgb
(((
int
)(((
byte
)(
255
)))),
((
int
)(((
byte
)(
77
)))),
((
int
)(((
byte
)(
59
)))));
this
.
btnOk
.
FillColor
=
System
.
Drawing
.
Color
.
FromArgb
(((
int
)(((
byte
)(
255
)))),
((
int
)(((
byte
)(
77
)))),
((
int
)(((
byte
)(
59
)))));
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
=
true
;
this
.
btnOk
.
IsRadius
=
true
;
...
@@ -313,6 +326,7 @@ namespace HZH_Controls.Controls
...
@@ -313,6 +326,7 @@ namespace HZH_Controls.Controls
this
.
btnOk
.
Size
=
new
System
.
Drawing
.
Size
(
129
,
36
);
this
.
btnOk
.
Size
=
new
System
.
Drawing
.
Size
(
129
,
36
);
this
.
btnOk
.
TabIndex
=
1
;
this
.
btnOk
.
TabIndex
=
1
;
this
.
btnOk
.
TabStop
=
false
;
this
.
btnOk
.
TabStop
=
false
;
this
.
btnOk
.
TipsColor
=
System
.
Drawing
.
Color
.
FromArgb
(((
int
)(((
byte
)(
232
)))),
((
int
)(((
byte
)(
30
)))),
((
int
)(((
byte
)(
99
)))));
this
.
btnOk
.
TipsText
=
""
;
this
.
btnOk
.
TipsText
=
""
;
this
.
btnOk
.
BtnClick
+=
new
System
.
EventHandler
(
this
.
btnOk_BtnClick
);
this
.
btnOk
.
BtnClick
+=
new
System
.
EventHandler
(
this
.
btnOk_BtnClick
);
//
//
...
@@ -333,6 +347,7 @@ namespace HZH_Controls.Controls
...
@@ -333,6 +347,7 @@ namespace HZH_Controls.Controls
this
.
panTime
.
Column
=
0
;
this
.
panTime
.
Column
=
0
;
this
.
panTime
.
Dock
=
System
.
Windows
.
Forms
.
DockStyle
.
Fill
;
this
.
panTime
.
Dock
=
System
.
Windows
.
Forms
.
DockStyle
.
Fill
;
this
.
panTime
.
FirstEvent
=
false
;
this
.
panTime
.
FirstEvent
=
false
;
this
.
panTime
.
IsShowBorder
=
false
;
this
.
panTime
.
Location
=
new
System
.
Drawing
.
Point
(
48
,
0
);
this
.
panTime
.
Location
=
new
System
.
Drawing
.
Point
(
48
,
0
);
this
.
panTime
.
Name
=
"panTime"
;
this
.
panTime
.
Name
=
"panTime"
;
this
.
panTime
.
Row
=
0
;
this
.
panTime
.
Row
=
0
;
...
...
HZH_Controls/HZH_Controls/Controls/DateTime/UCDateTimeSelectPan2.Designer.cs
0 → 100644
查看文件 @
d3f350a
此文件的差异太大,无法显示。
HZH_Controls/HZH_Controls/Controls/DateTime/UCDateTimeSelectPan2.cs
0 → 100644
查看文件 @
d3f350a
此文件的差异被折叠,
点击展开。
HZH_Controls/HZH_Controls/Controls/DateTime/UCDateTimeSelectPan2.resx
0 → 100644
查看文件 @
d3f350a
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 2.0
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...
<resheader name="resmimetype">text/microsoft-resx</resheader>
<resheader name="version">2.0</resheader>
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
<value>[base64 mime encoded serialized .NET Framework object]</value>
</data>
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
<comment>This is a comment</comment>
</data>
There are any number of "resheader" rows that contain simple
name/value pairs.
Each data row contains a name, and value. The row also contains a
type or mimetype. Type corresponds to a .NET class that support
text/value conversion through the TypeConverter architecture.
Classes that don't support this are serialized and stored with the
mimetype set.
The mimetype is used for serialized objects, and tells the
ResXResourceReader how to depersist the object. This is currently not
extensible. For a given mimetype the value must be set accordingly:
Note - application/x-microsoft.net.object.binary.base64 is the format
that the ResXResourceWriter will generate, however the reader can
read any of the formats listed below.
mimetype: application/x-microsoft.net.object.binary.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.soap.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.bytearray.base64
value : The object must be serialized into a byte array
: using a System.ComponentModel.TypeConverter
: and then encoded with base64 encoding.
-->
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
<xsd:element name="root" msdata:IsDataSet="true">
<xsd:complexType>
<xsd:choice maxOccurs="unbounded">
<xsd:element name="metadata">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" />
</xsd:sequence>
<xsd:attribute name="name" use="required" type="xsd:string" />
<xsd:attribute name="type" type="xsd:string" />
<xsd:attribute name="mimetype" type="xsd:string" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="assembly">
<xsd:complexType>
<xsd:attribute name="alias" type="xsd:string" />
<xsd:attribute name="name" type="xsd:string" />
</xsd:complexType>
</xsd:element>
<xsd:element name="data">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="resheader">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" />
</xsd:complexType>
</xsd:element>
</xsd:choice>
</xsd:complexType>
</xsd:element>
</xsd:schema>
<resheader name="resmimetype">
<value>text/microsoft-resx</value>
</resheader>
<resheader name="version">
<value>2.0</value>
</resheader>
<resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
</root>
\ No newline at end of file
\ No newline at end of file
HZH_Controls/HZH_Controls/HZH_Controls.csproj
查看文件 @
d3f350a
...
@@ -68,6 +68,18 @@
...
@@ -68,6 +68,18 @@
<SubType>UserControl</SubType>
<SubType>UserControl</SubType>
</Compile>
</Compile>
<Compile Include="Controls\DataGridView\IDataGridViewCustomCell.cs" />
<Compile Include="Controls\DataGridView\IDataGridViewCustomCell.cs" />
<Compile Include="Controls\DateTime\UCDatePickerExt2.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="Controls\DateTime\UCDatePickerExt2.Designer.cs">
<DependentUpon>UCDatePickerExt2.cs</DependentUpon>
</Compile>
<Compile Include="Controls\DateTime\UCDateTimeSelectPan2.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="Controls\DateTime\UCDateTimeSelectPan2.Designer.cs">
<DependentUpon>UCDateTimeSelectPan2.cs</DependentUpon>
</Compile>
<Compile Include="Controls\FactoryControls\DialAisle\UCDialAisle.cs">
<Compile Include="Controls\FactoryControls\DialAisle\UCDialAisle.cs">
<SubType>UserControl</SubType>
<SubType>UserControl</SubType>
</Compile>
</Compile>
...
@@ -687,9 +699,15 @@
...
@@ -687,9 +699,15 @@
<EmbeddedResource Include="Controls\DateTime\UCDatePickerExt.resx">
<EmbeddedResource Include="Controls\DateTime\UCDatePickerExt.resx">
<DependentUpon>UCDatePickerExt.cs</DependentUpon>
<DependentUpon>UCDatePickerExt.cs</DependentUpon>
</EmbeddedResource>
</EmbeddedResource>
<EmbeddedResource Include="Controls\DateTime\UCDatePickerExt2.resx">
<DependentUpon>UCDatePickerExt2.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Controls\DateTime\UCDateTimeSelectPan.resx">
<EmbeddedResource Include="Controls\DateTime\UCDateTimeSelectPan.resx">
<DependentUpon>UCDateTimeSelectPan.cs</DependentUpon>
<DependentUpon>UCDateTimeSelectPan.cs</DependentUpon>
</EmbeddedResource>
</EmbeddedResource>
<EmbeddedResource Include="Controls\DateTime\UCDateTimeSelectPan2.resx">
<DependentUpon>UCDateTimeSelectPan2.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Controls\DateTime\UCTimePanel.resx">
<EmbeddedResource Include="Controls\DateTime\UCTimePanel.resx">
<DependentUpon>UCTimePanel.cs</DependentUpon>
<DependentUpon>UCTimePanel.cs</DependentUpon>
</EmbeddedResource>
</EmbeddedResource>
...
...
HZH_Controls/Test/UC/UCTestForms.Designer.cs
查看文件 @
d3f350a
此文件的差异被折叠,
点击展开。
编写
预览
支持
Markdown
格式
附加文件
你添加了
0
人
到此讨论。请谨慎行事。
Finish editing this message first!
Cancel
请
注册
或
登录
后发表评论