forked from layerfsd/Roomer-PMS-1
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathuHomeDate.dfm
107 lines (107 loc) · 2.43 KB
/
uHomeDate.dfm
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
object frmHomedate: TfrmHomedate
Left = 1288
Top = 335
BorderIcons = []
BorderStyle = bsToolWindow
ClientHeight = 80
ClientWidth = 212
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
FormStyle = fsStayOnTop
GlassFrame.Enabled = True
KeyPreview = True
OldCreateOrder = False
Position = poDefault
OnActivate = FormActivate
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object Panel2: TsPanel
Left = 0
Top = 0
Width = 212
Height = 80
Align = alClient
BevelOuter = bvNone
TabOrder = 0
SkinData.SkinSection = 'PANEL'
object dtHome: TsDateEdit
Left = 0
Top = 0
Width = 212
Height = 47
Margins.Left = 2
Margins.Top = 2
Margins.Right = 2
Margins.Bottom = 2
Align = alTop
AutoSelect = False
AutoSize = False
Color = clWhite
EditMask = '!99/99/99;1; '
Font.Charset = DEFAULT_CHARSET
Font.Color = clBlack
Font.Height = -35
Font.Name = 'Tahoma'
Font.Style = []
MaxLength = 8
ParentFont = False
TabOrder = 0
Text = ' - - '
BoundLabel.Font.Charset = DEFAULT_CHARSET
BoundLabel.Font.Color = clWindowText
BoundLabel.Font.Height = -13
BoundLabel.Font.Name = 'Tahoma'
BoundLabel.Font.Style = []
SkinData.SkinSection = 'EDIT'
GlyphMode.Blend = 0
GlyphMode.Grayed = False
ShowButton = False
YearDigits = dyTwo
end
object sPanel1: TsPanel
Left = 0
Top = 47
Width = 212
Height = 33
Align = alBottom
TabOrder = 1
SkinData.SkinSection = 'PANEL'
DesignSize = (
212
33)
object btnOk: TsButton
Left = 52
Top = 5
Width = 74
Height = 25
Anchors = [akTop, akRight]
Caption = 'OK'
Default = True
ImageIndex = 82
Images = DImages.PngImageList1
ModalResult = 1
TabOrder = 0
SkinData.SkinSection = 'BUTTON'
end
object btnCancel: TsButton
Left = 132
Top = 5
Width = 75
Height = 25
Anchors = [akTop, akRight]
Cancel = True
Caption = 'Cancel'
ImageIndex = 10
Images = DImages.PngImageList1
ModalResult = 2
TabOrder = 1
SkinData.SkinSection = 'BUTTON'
end
end
end
end