-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathunmain.lfm
284 lines (284 loc) · 7.51 KB
/
unmain.lfm
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
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
object frmMain: TfrmMain
Left = 1212
Height = 801
Top = 318
Width = 1744
Caption = 'Calender'
ClientHeight = 801
ClientWidth = 1744
Color = clWhite
Constraints.MinHeight = 664
Constraints.MinWidth = 1459
DesignTimePPI = 120
Menu = mnu_main
OnActivate = FormActivate
OnCreate = FormCreate
LCLVersion = '3.0.0.3'
object pnl_header: TPanel
Left = 6
Height = 62
Top = 6
Width = 1732
Align = alTop
BorderSpacing.Around = 6
BevelOuter = bvNone
BorderStyle = bsSingle
ClientHeight = 58
ClientWidth = 1728
Color = 7039851
ParentBackground = False
ParentColor = False
TabOrder = 0
object btn_prev_m: TSpeedButton
Left = 0
Height = 58
Top = 0
Width = 58
Align = alLeft
Color = clDefault
Flat = True
Images = img_system
ImageIndex = 0
OnClick = btn_prev_mClick
end
object btn_suc_m: TSpeedButton
Left = 1670
Height = 58
Top = 0
Width = 58
Align = alRight
Color = clDefault
Flat = True
Images = img_system
ImageIndex = 1
OnClick = btn_suc_mClick
end
object lbl_month: TLabel
Left = 58
Height = 58
Top = 0
Width = 1612
Align = alClient
Alignment = taCenter
AutoSize = False
Font.CharSet = ANSI_CHARSET
Font.Color = clBlack
Font.Height = -20
Font.Name = 'Nirmala UI'
Font.Pitch = fpVariable
Font.Quality = fqDraft
Font.Style = [fsBold]
Layout = tlCenter
ParentColor = False
ParentFont = False
OnDblClick = OpenSetMonth
end
end
object pnl_main_viewport: TPanel
Left = 6
Height = 721
Top = 74
Width = 1732
Align = alClient
BorderSpacing.Around = 6
BevelOuter = bvNone
BorderStyle = bsSingle
ClientHeight = 717
ClientWidth = 1728
ParentBackground = False
TabOrder = 1
object viewport: TPanel
Left = 4
Height = 673
Top = 40
Width = 1720
Align = alClient
Alignment = taLeftJustify
BorderSpacing.Top = 4
BorderSpacing.Around = 4
BevelOuter = bvNone
ChildSizing.LeftRightSpacing = 3
ChildSizing.TopBottomSpacing = 2
ChildSizing.EnlargeHorizontal = crsHomogenousChildResize
ChildSizing.EnlargeVertical = crsHomogenousChildResize
ChildSizing.Layout = cclLeftToRightThenTopToBottom
ChildSizing.ControlsPerLine = 7
ParentBackground = False
ParentColor = False
TabOrder = 0
VerticalAlignment = taAlignTop
end
object pnl_weekday_header: TPanel
Left = 0
Height = 32
Top = 0
Width = 1728
Align = alTop
ChildSizing.HorizontalSpacing = 1
ChildSizing.EnlargeHorizontal = crsHomogenousChildResize
ChildSizing.EnlargeVertical = crsHomogenousSpaceResize
ChildSizing.Layout = cclLeftToRightThenTopToBottom
ChildSizing.ControlsPerLine = 7
ClientHeight = 32
ClientWidth = 1728
Color = 7039851
ParentBackground = False
ParentColor = False
TabOrder = 1
object lbl_header_0: TLabel
Left = 0
Height = 21
Top = 6
Width = 244
Alignment = taCenter
Caption = 'Monday'
Font.CharSet = ANSI_CHARSET
Font.Color = clWhite
Font.Height = -16
Font.Pitch = fpVariable
Font.Quality = fqDraft
Font.Style = [fsBold]
ParentFont = False
end
object lbl_header_1: TLabel
Left = 245
Height = 21
Top = 6
Width = 243
Alignment = taCenter
Caption = 'Tuesday'
Font.CharSet = ANSI_CHARSET
Font.Color = clWhite
Font.Height = -16
Font.Pitch = fpVariable
Font.Quality = fqDraft
Font.Style = [fsBold]
ParentFont = False
end
object lbl_header_2: TLabel
Left = 489
Height = 21
Top = 6
Width = 270
Alignment = taCenter
Caption = 'Wednesday'
Font.CharSet = ANSI_CHARSET
Font.Color = clWhite
Font.Height = -16
Font.Pitch = fpVariable
Font.Quality = fqDraft
Font.Style = [fsBold]
ParentFont = False
end
object lbl_header_3: TLabel
Left = 760
Height = 21
Top = 6
Width = 251
Alignment = taCenter
Caption = 'Thursday'
Font.CharSet = ANSI_CHARSET
Font.Color = clWhite
Font.Height = -16
Font.Pitch = fpVariable
Font.Quality = fqDraft
Font.Style = [fsBold]
ParentFont = False
end
object lbl_header_4: TLabel
Left = 1012
Height = 21
Top = 6
Width = 228
Alignment = taCenter
Caption = 'Friday'
Font.CharSet = ANSI_CHARSET
Font.Color = clWhite
Font.Height = -16
Font.Pitch = fpVariable
Font.Quality = fqDraft
Font.Style = [fsBold]
ParentFont = False
end
object lbl_header_5: TLabel
Left = 1241
Height = 21
Top = 6
Width = 249
Alignment = taCenter
Caption = 'Saturday'
Font.CharSet = ANSI_CHARSET
Font.Color = clWhite
Font.Height = -16
Font.Pitch = fpVariable
Font.Quality = fqDraft
Font.Style = [fsBold]
ParentFont = False
end
object lbl_header_6: TLabel
Left = 1491
Height = 21
Top = 6
Width = 237
Alignment = taCenter
Caption = 'Sunday'
Font.CharSet = ANSI_CHARSET
Font.Color = clWhite
Font.Height = -16
Font.Pitch = fpVariable
Font.Quality = fqDraft
Font.Style = [fsBold]
ParentFont = False
end
end
end
object img_system: TImageList
Left = 360
Top = 180
Bitmap = {
4C7A020000001000000010000000DA0100000000000078DAB553C94AC35014AD
2D52D3095A5A82980EA91B216D4405115A3A53BAE8909F50EA42A93F522B4855
103FC1A5AE74E34EDC88A038E027A89FE03D42203C92BC17D4C085F0DE3BE74E
E71886E1332C51A954563399CC7128147AF1FBFD5F08FA7FCE66B3D35AADB66C
30EFCDE876BB523A9D3E0D87C34FBAAE6FB6DBED79F38EFE178AC5E2367888FB
A8D7EB05596C3C1EBFC9E57213BA9B65B909AFC462B1BB6AB5BA42F8692291B8
B672202FB07675014B795F65593EEFF7FB3FDCA881FA3934FB45CD4E79592C82
DECE4992F456AFD735E23A41BFA258330A85C28EAAAA0778639D950816D16AB5
D44824F280FD78C5220683C14C2010F8FC25FE033BC57EBD72349BCDC568347A
0F5D9136865EE7A769DA289FCF8F49933AB4CA6ACA8D037AA3EFBDD1682C997A
80AE44F4437DFB144539A3DD8D2D7A089226AFE01B68C349BFA4B5356093C9E4
25AB37704093D015B481FD62C608CC8AFADD43CD9477DF4EAB664093F466026D
60BFD811E68C5999FDBAC51FF97F8BF53F9D0D45FC5F2E97D76956B79D4E4766
7300C7F33FCE53A9D405D5F168C721E27F1E8788FF791C6EFE17E170F2BF2887
93FF3DE26DFD2F523FCFFFBCF9B9F99F8775F33F0FCBF37FA954DA70D22FF28A
F89F7ADBB5F1FFE83FFCFF0DB14CE1E2
}
end
object mnu_main: TMainMenu
Left = 1088
Top = 256
object btn_heute: TMenuItem
Caption = 'Today'
OnClick = btn_heuteClick
end
object mnu_btn_tutorial_start: TMenuItem
Caption = 'Tutorial'
OnClick = mnu_btn_tutorial_startClick
end
object mnu_btn_back: TMenuItem
ShortCut = 37
Visible = False
OnClick = mnu_btn_backClick
end
object mnu_btn_next: TMenuItem
ShortCut = 39
Visible = False
OnClick = mnu_btn_nextClick
end
object mnu_btn_open: TMenuItem
ShortCut = 13
Visible = False
OnClick = mnu_btn_openClick
end
end
end