-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathJamDigital.dfm
181 lines (181 loc) · 3.54 KB
/
JamDigital.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
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
object FJam: TFJam
Left = 345
Top = 186
Width = 316
Height = 339
Caption = 'Jam Digital'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
PixelsPerInch = 96
TextHeight = 13
object lbl_dtk: TLabel
Left = 200
Top = 120
Width = 73
Height = 67
Caption = '58'
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -64
Font.Name = 'Arial Rounded MT Bold'
Font.Style = []
ParentFont = False
OnClick = lbl_dtkClick
end
object lbl_jam: TLabel
Left = 24
Top = 120
Width = 73
Height = 67
Caption = '23'
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -64
Font.Name = 'Arial Rounded MT Bold'
Font.Style = []
ParentFont = False
OnClick = lbl_dtkClick
end
object lbl_mnt: TLabel
Left = 112
Top = 120
Width = 73
Height = 67
Caption = '59'
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -64
Font.Name = 'Arial Rounded MT Bold'
Font.Style = []
ParentFont = False
OnClick = lbl_dtkClick
end
object lbl_titikdua: TLabel
Left = 99
Top = 120
Width = 17
Height = 61
Caption = ':'
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -53
Font.Name = 'Arial Rounded MT Bold'
Font.Style = []
ParentFont = False
end
object Label1: TLabel
Left = 187
Top = 120
Width = 17
Height = 61
Caption = ':'
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -53
Font.Name = 'Arial Rounded MT Bold'
Font.Style = []
ParentFont = False
end
object lbl_tanggal: TLabel
Left = 40
Top = 16
Width = 39
Height = 13
Caption = 'Tanggal'
end
object lbl_bulan: TLabel
Left = 136
Top = 16
Width = 27
Height = 13
Caption = 'Bulan'
end
object lbl_tahun: TLabel
Left = 216
Top = 16
Width = 31
Height = 13
Caption = 'Tahun'
end
object btn_klik: TBitBtn
Left = 200
Top = 224
Width = 73
Height = 33
Caption = 'Klik'
TabOrder = 0
OnClick = btn_klikClick
end
object btn1: TBitBtn
Left = 24
Top = 224
Width = 73
Height = 33
Caption = 'Foto'
TabOrder = 1
OnClick = btn1Click
end
object pnl_tgl: TPanel
Left = 24
Top = 32
Width = 73
Height = 73
Caption = '30'
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -48
Font.Name = 'Arial Rounded MT Bold'
Font.Style = []
ParentFont = False
TabOrder = 2
OnClick = pnl_tglClick
end
object pnl_bln: TPanel
Left = 112
Top = 32
Width = 73
Height = 73
Caption = '12'
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -48
Font.Name = 'Arial Rounded MT Bold'
Font.Style = []
ParentFont = False
TabOrder = 3
OnClick = pnl_blnClick
end
object pnl_thn: TPanel
Left = 200
Top = 32
Width = 73
Height = 73
Caption = '2016'
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -37
Font.Name = 'Arial Narrow'
Font.Style = []
ParentFont = False
TabOrder = 4
OnClick = pnl_thnClick
end
object pnl_tdate: TPanel
Left = 40
Top = 272
Width = 225
Height = 17
Caption = '01-01-2016'
TabOrder = 5
OnClick = pnl_tdateClick
end
object xpmnfst1: TXPManifest
Left = 136
Top = 224
end
end