-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathUnit8.dfm
550 lines (550 loc) · 14.4 KB
/
Unit8.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
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
object user: Tuser
Left = 190
Top = 159
Width = 1044
Height = 533
Caption = 'user'
Color = clActiveCaption
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
OldCreateOrder = False
PixelsPerInch = 96
TextHeight = 13
object lbl11: TLabel
Left = 40
Top = 24
Width = 71
Height = 19
Caption = 'Username'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
end
object lbl2: TLabel
Left = 40
Top = 64
Width = 67
Height = 19
Caption = 'Password'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
end
object lbl3: TLabel
Left = 40
Top = 104
Width = 36
Height = 19
Caption = 'Level'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
end
object lbl4: TLabel
Left = 40
Top = 144
Width = 43
Height = 19
Caption = 'Status'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
end
object edt1: TEdit
Left = 168
Top = 24
Width = 121
Height = 27
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
TabOrder = 0
end
object edt2: TEdit
Left = 168
Top = 64
Width = 121
Height = 27
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
TabOrder = 1
end
object edt3: TEdit
Left = 168
Top = 104
Width = 121
Height = 27
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
TabOrder = 2
end
object edt4: TEdit
Left = 168
Top = 144
Width = 121
Height = 27
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
TabOrder = 3
end
object btn1: TButton
Left = 40
Top = 184
Width = 113
Height = 57
Caption = 'BARU'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
TabOrder = 4
OnClick = btn1Click
end
object btn2: TButton
Left = 160
Top = 184
Width = 113
Height = 57
Caption = 'SIMPAN'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
TabOrder = 5
OnClick = btn2Click
end
object btn3: TButton
Left = 280
Top = 184
Width = 113
Height = 57
Caption = 'EDIT'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
TabOrder = 6
OnClick = btn3Click
end
object btn4: TButton
Left = 400
Top = 184
Width = 113
Height = 57
Caption = 'HAPUS'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
TabOrder = 7
OnClick = btn4Click
end
object btn5: TButton
Left = 520
Top = 184
Width = 113
Height = 57
Caption = 'BATAL'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
TabOrder = 8
OnClick = btn5Click
end
object btn6: TButton
Left = 40
Top = 384
Width = 113
Height = 57
Caption = 'LAPORAN'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
TabOrder = 9
OnClick = btn6Click
end
object dbgrd1: TDBGrid
Left = 40
Top = 248
Width = 593
Height = 129
DataSource = ds1
TabOrder = 10
TitleFont.Charset = DEFAULT_CHARSET
TitleFont.Color = clWindowText
TitleFont.Height = -11
TitleFont.Name = 'Tahoma'
TitleFont.Style = []
OnCellClick = dbgrd1CellClick
end
object ds1: TDataSource
DataSet = zqry1
Left = 728
Top = 256
end
object con1: TZConnection
ControlsCodePage = cGET_ACP
UTF8StringsAsWideField = False
AutoEncodeStrings = False
Connected = True
HostName = 'localhost'
Port = 3306
Database = 'sd99bjm'
User = 'root'
Protocol = 'mysql'
LibraryLocation = 'D:\Kuliah\TUGAS\Semester 4\Visual\TA S4\libmysql.dll'
Left = 648
Top = 256
end
object zqry1: TZQuery
Connection = con1
Active = True
SQL.Strings = (
'select * from user')
Params = <>
Left = 688
Top = 256
object dzqry1id: TIntegerField
FieldName = 'id'
Required = True
end
object dzqry1username: TIntegerField
FieldName = 'username'
Required = True
end
object dzqry1password: TIntegerField
FieldName = 'password'
Required = True
end
object dzqry1level: TStringField
FieldName = 'level'
Required = True
end
object dzqry1status: TStringField
FieldName = 'status'
Required = True
end
end
object frxdbdtst1: TfrxDBDataset
UserName = 'frxdbdtst1'
CloseDataSource = False
FieldAliases.Strings = (
'id=id'
'username=username'
'password=password'
'level=level'
'status=status')
DataSet = zqry1
Left = 656
Top = 312
end
object frxrprt1: TfrxReport
Version = '4.0.11'
DotMatrixReport = False
IniFile = '\Software\Fast Reports'
PreviewOptions.Buttons = [pbPrint, pbLoad, pbSave, pbExport, pbZoom, pbFind, pbOutline, pbPageSetup, pbTools, pbEdit, pbNavigator, pbExportQuick]
PreviewOptions.Zoom = 1.000000000000000000
PrintOptions.Printer = 'Default'
PrintOptions.PrintOnSheet = 0
ReportOptions.CreateDate = 45113.910001516200000000
ReportOptions.LastChange = 45118.707170578700000000
ScriptLanguage = 'PascalScript'
ScriptText.Strings = (
'begin'
''
'end.')
Left = 704
Top = 312
Datasets = <
item
DataSet = frxdbdtst1
DataSetName = 'frxdbdtst1'
end>
Variables = <>
Style = <>
object Data: TfrxDataPage
Height = 1000.000000000000000000
Width = 1000.000000000000000000
end
object Page1: TfrxReportPage
PaperWidth = 210.000000000000000000
PaperHeight = 297.000000000000000000
PaperSize = 9
object ReportTitle1: TfrxReportTitle
Height = 53.000000000000000000
Top = 18.897650000000000000
Width = 793.701300000000000000
object Memo1: TfrxMemoView
Left = 306.000000000000000000
Top = 14.102350000000000000
Width = 94.488250000000000000
Height = 18.897650000000000000
DisplayFormat.DecimalSeparator = ','
Font.Charset = DEFAULT_CHARSET
Font.Color = clBlack
Font.Height = -13
Font.Name = 'Arial'
Font.Style = []
Frame.Typ = [ftLeft, ftRight, ftTop, ftBottom]
HAlign = haCenter
Memo.UTF8 = (
'USER')
ParentFont = False
VAlign = vaCenter
end
end
object PageHeader1: TfrxPageHeader
Height = 39.645640000000000000
Top = 94.488250000000000000
Width = 793.701300000000000000
object Memo2: TfrxMemoView
Left = 39.000000000000000000
Top = 20.747990000000000000
Width = 71.488250000000000000
Height = 18.897650000000000000
DisplayFormat.DecimalSeparator = ','
Font.Charset = DEFAULT_CHARSET
Font.Color = clBlack
Font.Height = -13
Font.Name = 'Arial'
Font.Style = []
Frame.Typ = [ftLeft, ftRight, ftTop, ftBottom]
HAlign = haCenter
Memo.UTF8 = (
'ID')
ParentFont = False
VAlign = vaCenter
end
object Memo3: TfrxMemoView
Left = 113.000000000000000000
Top = 20.747990000000000000
Width = 123.488250000000000000
Height = 18.897650000000000000
DisplayFormat.DecimalSeparator = ','
Font.Charset = DEFAULT_CHARSET
Font.Color = clBlack
Font.Height = -13
Font.Name = 'Arial'
Font.Style = []
Frame.Typ = [ftLeft, ftRight, ftTop, ftBottom]
HAlign = haCenter
Memo.UTF8 = (
'USERNAME')
ParentFont = False
VAlign = vaCenter
end
object Memo4: TfrxMemoView
Left = 239.000000000000000000
Top = 20.747990000000000000
Width = 128.488250000000000000
Height = 18.897650000000000000
DisplayFormat.DecimalSeparator = ','
Font.Charset = DEFAULT_CHARSET
Font.Color = clBlack
Font.Height = -13
Font.Name = 'Arial'
Font.Style = []
Frame.Typ = [ftLeft, ftRight, ftTop, ftBottom]
HAlign = haCenter
Memo.UTF8 = (
'PASSWORD')
ParentFont = False
VAlign = vaCenter
end
object Memo5: TfrxMemoView
Left = 371.000000000000000000
Top = 20.747990000000000000
Width = 128.488250000000000000
Height = 18.897650000000000000
DisplayFormat.DecimalSeparator = ','
Font.Charset = DEFAULT_CHARSET
Font.Color = clBlack
Font.Height = -13
Font.Name = 'Arial'
Font.Style = []
Frame.Typ = [ftLeft, ftRight, ftTop, ftBottom]
HAlign = haCenter
Memo.UTF8 = (
'LEVEL')
ParentFont = False
VAlign = vaCenter
end
object Memo6: TfrxMemoView
Left = 503.000000000000000000
Top = 20.747990000000000000
Width = 233.488250000000000000
Height = 18.897650000000000000
DisplayFormat.DecimalSeparator = ','
Font.Charset = DEFAULT_CHARSET
Font.Color = clBlack
Font.Height = -13
Font.Name = 'Arial'
Font.Style = []
Frame.Typ = [ftLeft, ftRight, ftTop, ftBottom]
HAlign = haCenter
Memo.UTF8 = (
'STATUS')
ParentFont = False
VAlign = vaCenter
end
end
object MasterData1: TfrxMasterData
Height = 35.677180000000000000
Top = 196.535560000000000000
Width = 793.701300000000000000
DataSet = frxdbdtst1
DataSetName = 'frxdbdtst1'
RowCount = 0
object Memo7: TfrxMemoView
Left = 37.000000000000000000
Top = 11.598330000000000000
Width = 71.488250000000000000
Height = 18.897650000000000000
DataField = 'id'
DataSet = frxdbdtst1
DataSetName = 'frxdbdtst1'
DisplayFormat.DecimalSeparator = ','
Font.Charset = DEFAULT_CHARSET
Font.Color = clBlack
Font.Height = -13
Font.Name = 'Arial'
Font.Style = []
Frame.Typ = [ftLeft, ftRight, ftTop, ftBottom]
HAlign = haCenter
Memo.UTF8 = (
'[frxdbdtst1."id"]')
ParentFont = False
VAlign = vaCenter
end
object Memo8: TfrxMemoView
Left = 111.000000000000000000
Top = 11.598330000000000000
Width = 123.488250000000000000
Height = 18.897650000000000000
DataField = 'username'
DataSet = frxdbdtst1
DataSetName = 'frxdbdtst1'
DisplayFormat.DecimalSeparator = ','
Font.Charset = DEFAULT_CHARSET
Font.Color = clBlack
Font.Height = -13
Font.Name = 'Arial'
Font.Style = []
Frame.Typ = [ftLeft, ftRight, ftTop, ftBottom]
HAlign = haCenter
Memo.UTF8 = (
'[frxdbdtst1."username"]')
ParentFont = False
VAlign = vaCenter
end
object Memo9: TfrxMemoView
Left = 237.000000000000000000
Top = 11.598330000000000000
Width = 128.488250000000000000
Height = 18.897650000000000000
DataField = 'password'
DataSet = frxdbdtst1
DataSetName = 'frxdbdtst1'
DisplayFormat.DecimalSeparator = ','
Font.Charset = DEFAULT_CHARSET
Font.Color = clBlack
Font.Height = -13
Font.Name = 'Arial'
Font.Style = []
Frame.Typ = [ftLeft, ftRight, ftTop, ftBottom]
HAlign = haCenter
Memo.UTF8 = (
'[frxdbdtst1."password"]')
ParentFont = False
VAlign = vaCenter
end
object Memo10: TfrxMemoView
Left = 368.000000000000000000
Top = 11.598330000000000000
Width = 128.488250000000000000
Height = 18.897650000000000000
DataField = 'level'
DataSet = frxdbdtst1
DataSetName = 'frxdbdtst1'
DisplayFormat.DecimalSeparator = ','
Font.Charset = DEFAULT_CHARSET
Font.Color = clBlack
Font.Height = -13
Font.Name = 'Arial'
Font.Style = []
Frame.Typ = [ftLeft, ftRight, ftTop, ftBottom]
HAlign = haCenter
Memo.UTF8 = (
'[frxdbdtst1."level"]')
ParentFont = False
VAlign = vaCenter
end
object Memo11: TfrxMemoView
Left = 499.000000000000000000
Top = 11.598330000000000000
Width = 233.488250000000000000
Height = 18.897650000000000000
DataField = 'status'
DataSet = frxdbdtst1
DataSetName = 'frxdbdtst1'
DisplayFormat.DecimalSeparator = ','
Font.Charset = DEFAULT_CHARSET
Font.Color = clBlack
Font.Height = -13
Font.Name = 'Arial'
Font.Style = []
Frame.Typ = [ftLeft, ftRight, ftTop, ftBottom]
HAlign = haCenter
Memo.UTF8 = (
'[frxdbdtst1."status"]')
ParentFont = False
VAlign = vaCenter
end
end
end
end
end