-
Notifications
You must be signed in to change notification settings - Fork 1
/
Unit9.dfm
395 lines (395 loc) · 9.02 KB
/
Unit9.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
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
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
object Form9: TForm9
Left = 0
Top = 0
Caption = 'PROFILE OF '
ClientHeight = 557
ClientWidth = 984
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
OldCreateOrder = False
OnCanResize = FormCanResize
OnCloseQuery = FormCloseQuery
OnCreate = FormCreate
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 16
Top = 150
Width = 88
Height = 13
Caption = 'FIRST NAME : '
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Quasar'
Font.Style = [fsBold, fsItalic]
ParentFont = False
end
object Label2: TLabel
Left = 16
Top = 189
Width = 71
Height = 13
Caption = 'SURNAME :'
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Quasar'
Font.Style = [fsBold, fsItalic]
ParentFont = False
end
object Label3: TLabel
Left = 16
Top = 229
Width = 65
Height = 13
Caption = 'GENDER : '
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Quasar'
Font.Style = [fsBold, fsItalic]
ParentFont = False
end
object Label4: TLabel
Left = 16
Top = 276
Width = 47
Height = 13
Caption = 'EMAIL : '
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Quasar'
Font.Style = [fsBold, fsItalic]
ParentFont = False
end
object Label5: TLabel
Left = 16
Top = 312
Width = 125
Height = 13
Caption = 'SOUTH AFRICAN ID :'
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Quasar'
Font.Style = [fsBold, fsItalic]
ParentFont = False
end
object Label6: TLabel
Left = 16
Top = 351
Width = 73
Height = 13
Caption = 'PASSWORD'
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Quasar'
Font.Style = [fsBold, fsItalic]
ParentFont = False
end
object Label8: TLabel
Left = 842
Top = 544
Width = 134
Height = 13
Caption = 'Developed by GinTEC -2018'
end
object Label9: TLabel
Left = 16
Top = 391
Width = 108
Height = 13
Caption = 'ACCOUNT TYPE :'
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Quasar'
Font.Style = [fsBold, fsItalic]
ParentFont = False
end
object Edit1: TEdit
Left = 148
Top = 146
Width = 121
Height = 21
Enabled = False
TabOrder = 0
end
object Edit2: TEdit
Left = 148
Top = 188
Width = 121
Height = 21
Enabled = False
TabOrder = 1
end
object Edit3: TEdit
Left = 148
Top = 228
Width = 121
Height = 21
Enabled = False
TabOrder = 2
end
object Edit4: TEdit
Left = 148
Top = 272
Width = 121
Height = 21
Enabled = False
TabOrder = 3
end
object Edit5: TEdit
Left = 148
Top = 308
Width = 121
Height = 21
Enabled = False
TabOrder = 4
end
object Edit6: TEdit
Left = 148
Top = 347
Width = 121
Height = 21
Enabled = False
TabOrder = 5
end
object Panel1: TPanel
Left = 275
Top = 0
Width = 8
Height = 561
TabOrder = 6
end
object DBGrid1: TDBGrid
Left = 312
Top = 109
Width = 320
Height = 120
DataSource = DataSource1
TabOrder = 7
TitleFont.Charset = DEFAULT_CHARSET
TitleFont.Color = clWindowText
TitleFont.Height = -11
TitleFont.Name = 'Tahoma'
TitleFont.Style = []
end
object DBGrid2: TDBGrid
Left = 312
Top = 377
Width = 320
Height = 120
DataSource = DataSource2
TabOrder = 8
TitleFont.Charset = DEFAULT_CHARSET
TitleFont.Color = clWindowText
TitleFont.Height = -11
TitleFont.Name = 'Tahoma'
TitleFont.Style = []
end
object Panel2: TPanel
Left = 312
Top = 68
Width = 320
Height = 41
Caption = 'WORK-ATTENDENCE HISTORY'
Color = clSilver
ParentBackground = False
TabOrder = 9
end
object Panel3: TPanel
Left = 312
Top = 336
Width = 320
Height = 41
Caption = 'PAYMENT HISTORY'
Color = clSilver
ParentBackground = False
TabOrder = 10
end
object Panel4: TPanel
Left = 0
Top = 0
Width = 984
Height = 41
Align = alTop
BevelOuter = bvNone
Caption = 'PROFILE OF'
Color = clSilver
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -48
Font.Name = 'Takion'
Font.Style = [fsBold, fsItalic]
ParentBackground = False
ParentFont = False
TabOrder = 11
object Image2: TImage
Left = 0
Top = 0
Width = 49
Height = 41
Align = alLeft
Center = True
Picture.Data = {
0954506E67496D61676589504E470D0A1A0A0000000D49484452000000260000
002608030000009FE3199C0000000467414D410000B18F0BFC61050000003650
4C544500000077828C77828C77828C77828C77828C77828C77828C77828C7782
8C77828C77828C77828C77828C77828C77828C77828C000000DC443D35000000
1074524E53004080A0C0F03090E010D050602070B016A2AB0E00000009704859
7300000B1200000B1201D2DD7EFC00000001624B47440088051D480000014B49
44415478DA8D94D99284200C4583A2A303DAF3FF5F39DDA8206E4D141594B2E0
C16239DE40089780DFF24C9A2F1785F4A6893B602A617B5FD34504313E16BEB2
F815372C9F396A4CB42B643E540417DA69BE60BC37E144AA0FA93245F126932E
C6A9992A851F344919E8459E18529F19AE2DA7B9E5568C65006303F75612C375
16AB140B531B27FB0D7B91B57B24069C5F50A2D388911728752EA495276D36D4
8C88510EEFC5A5DCA15D2650A588BB94BF4F134C4C04EAC499BF530045D10E04
457BF9404152C39BC0DF19334861D40F315BDBF31FA6C0080982EC7C505AB9EB
4C58AC416C68F77BBD34BB1BCA576C4B9339F133161334F2089109C1F4FE3F5D
02FC9498DEC8CB8ABCFAC842427CADF79373E54CD6B7B2BC16793D078B3CF6C9
443EC0D8E76CCD21D13E55CB8B39C45ACD6E5C6AA11D17685C1D0B191744DAE0
7AE21853DD62872DFA0B4A8DCA436A73F1F90000000049454E44AE426082}
OnClick = Image2Click
end
end
object DBGrid3: TDBGrid
Left = 656
Top = 109
Width = 320
Height = 388
DataSource = DataSource3
TabOrder = 12
TitleFont.Charset = DEFAULT_CHARSET
TitleFont.Color = clWindowText
TitleFont.Height = -11
TitleFont.Name = 'Tahoma'
TitleFont.Style = []
end
object Panel5: TPanel
Left = 656
Top = 68
Width = 320
Height = 41
Caption = 'SALES MADE'
Color = clSilver
ParentBackground = False
TabOrder = 13
end
object Edit7: TEdit
Left = 148
Top = 391
Width = 121
Height = 21
Enabled = False
TabOrder = 14
end
object Panel6: TPanel
Left = 312
Top = 497
Width = 320
Height = 41
Color = clBlack
Font.Charset = DEFAULT_CHARSET
Font.Color = clRed
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
ParentBackground = False
ParentFont = False
TabOrder = 15
end
object Panel7: TPanel
Left = 312
Top = 229
Width = 320
Height = 41
Color = clBlack
Font.Charset = DEFAULT_CHARSET
Font.Color = clRed
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
ParentBackground = False
ParentFont = False
TabOrder = 16
end
object Panel8: TPanel
Left = 656
Top = 497
Width = 320
Height = 41
Color = clBlack
Font.Charset = DEFAULT_CHARSET
Font.Color = clRed
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
ParentBackground = False
ParentFont = False
TabOrder = 17
end
object Button1: TButton
Left = 312
Top = 276
Width = 169
Height = 25
Caption = 'VIEW REGULAR FORM'
TabOrder = 18
OnClick = Button1Click
end
object Button2: TButton
Left = 480
Top = 276
Width = 152
Height = 25
Caption = 'VIEW ANALYSED FORM'
TabOrder = 19
OnClick = Button2Click
end
object DataSource1: TDataSource
DataSet = qryWorkAtt
Left = 568
Top = 120
end
object DataSource2: TDataSource
DataSet = qryPayHist
Left = 552
Top = 384
end
object DataSource3: TDataSource
DataSet = qrySales
Left = 920
Top = 166
end
object qryWorkAtt: TADOTable
Connection = DataModule1.dbProvider
Left = 496
Top = 120
end
object qryPayHist: TADOTable
Connection = DataModule1.dbProvider
Left = 504
Top = 384
end
object qrySales: TADOTable
Connection = DataModule1.dbProvider
Left = 872
Top = 168
end
object ADOQuery1: TADOQuery
Connection = DataModule1.dbProvider
CursorType = ctStatic
Parameters = <>
Left = 432
Top = 120
end
end