-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathInputMaster.dfm
416 lines (416 loc) · 9.58 KB
/
InputMaster.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
object frInputMaster: TfrInputMaster
Left = 562
Top = 109
BorderStyle = bsToolWindow
ClientHeight = 444
ClientWidth = 443
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Verdana'
Font.Style = []
KeyPreview = True
OldCreateOrder = False
Position = poMainFormCenter
OnActivate = FormActivate
OnClose = FormClose
OnCreate = FormCreate
OnKeyDown = FormKeyDown
PixelsPerInch = 96
TextHeight = 13
object bSave: TSpeedButton
Left = 360
Top = 400
Width = 73
Height = 33
Caption = 'Save'
OnClick = bSaveClick
end
object bAdd: TSpeedButton
Left = 272
Top = 400
Width = 81
Height = 33
Caption = 'Add'
OnClick = bAddClick
end
object lblInfo: TLabel
Left = 8
Top = 400
Width = 225
Height = 33
AutoSize = False
Transparent = True
WordWrap = True
end
object PageControl1: TPageControl
Left = 8
Top = 56
Width = 425
Height = 337
ActivePage = TabSeles
TabOrder = 0
OnChange = PageControl1Change
object TabSeles: TTabSheet
Caption = 'Seles'
object GroupBox1: TGroupBox
Left = 8
Top = 24
Width = 401
Height = 249
TabOrder = 0
object Label4: TLabel
Left = 16
Top = 96
Width = 63
Height = 13
Caption = 'No. Kontak'
end
object Label3: TLabel
Left = 16
Top = 144
Width = 40
Height = 13
Caption = 'Alamat'
end
object Label2: TLabel
Left = 16
Top = 72
Width = 85
Height = 13
Caption = 'Nama Lengkap'
end
object Label1: TLabel
Left = 16
Top = 40
Width = 66
Height = 13
Caption = 'No Register'
end
object Label19: TLabel
Left = 16
Top = 120
Width = 31
Height = 13
Caption = 'Email'
end
object tRegNo: TEdit
Left = 112
Top = 32
Width = 265
Height = 21
MaxLength = 26
ReadOnly = True
TabOrder = 0
Text = 'tRegNo'
end
object tName_Sls: TEdit
Left = 112
Top = 64
Width = 265
Height = 21
MaxLength = 35
TabOrder = 1
Text = 'tName_Sls'
end
object tTelp: TEdit
Tag = -1
Left = 112
Top = 88
Width = 265
Height = 21
MaxLength = 16
TabOrder = 2
Text = 'tTelp'
OnKeyPress = tTelpKeyPress
end
object tEmail: TEdit
Tag = -1
Left = 112
Top = 112
Width = 265
Height = 21
MaxLength = 40
TabOrder = 3
Text = 'tEmail'
end
object tAddress_Sls: TMemo
Left = 112
Top = 136
Width = 265
Height = 89
Lines.Strings = (
'tAddress_Sls')
MaxLength = 60
TabOrder = 4
OnKeyPress = tAddress_SlsKeyPress
end
end
end
object TabAdvertiser: TTabSheet
Caption = 'Advertiser'
ImageIndex = 1
object GroupBox2: TGroupBox
Left = 0
Top = 0
Width = 409
Height = 305
TabOrder = 0
object Label20: TLabel
Left = 16
Top = 216
Width = 40
Height = 13
Caption = 'Alamat'
end
object Label5: TLabel
Left = 16
Top = 152
Width = 63
Height = 13
Caption = 'No. Kontak'
end
object Label6: TLabel
Left = 16
Top = 128
Width = 44
Height = 13
Caption = 'Jabatan'
end
object Label7: TLabel
Left = 16
Top = 88
Width = 69
Height = 26
Caption = 'Organisasi /'#13#10'Perusahaan'
end
object Label8: TLabel
Left = 16
Top = 24
Width = 69
Height = 13
Caption = 'No Identitas'
end
object Label12: TLabel
Left = 16
Top = 64
Width = 85
Height = 13
Caption = 'Nama Lengkap'
end
object Label13: TLabel
Left = 16
Top = 184
Width = 31
Height = 13
Caption = 'Email'
end
object tNoID_Adsr: TEdit
Tag = 1
Left = 120
Top = 24
Width = 265
Height = 21
MaxLength = 19
ReadOnly = True
TabOrder = 0
Text = 'tNoID_Adsr'
end
object tType_Adsr: TComboBox
Tag = 1
Left = 120
Top = 88
Width = 265
Height = 21
ItemHeight = 13
MaxLength = 40
TabOrder = 2
Text = 'tType_Adsr'
OnEnter = tType_AdsrEnter
end
object tName_Adsr: TEdit
Tag = 1
Left = 120
Top = 56
Width = 265
Height = 21
MaxLength = 35
TabOrder = 1
Text = 'tName_Adsr'
end
object tTelp_Adsr: TEdit
Tag = -1
Left = 120
Top = 152
Width = 265
Height = 21
MaxLength = 16
TabOrder = 4
Text = 'tTelp__Adsr'
OnKeyPress = tTelp_AdsrKeyPress
end
object tAddress_Adsr: TMemo
Tag = 1
Left = 120
Top = 216
Width = 265
Height = 73
Lines.Strings = (
'tAddress_Adsr')
MaxLength = 60
TabOrder = 6
OnKeyPress = tAddress_AdsrKeyPress
end
object tPosition_Adsr: TEdit
Tag = 1
Left = 120
Top = 120
Width = 265
Height = 21
MaxLength = 30
TabOrder = 3
Text = 'tPosition_Adsr'
end
object tEmail_Adsr: TEdit
Tag = -2
Left = 120
Top = 184
Width = 265
Height = 21
MaxLength = 40
TabOrder = 5
Text = 'tEmail'
end
end
end
object TabAdvertisment: TTabSheet
Caption = 'Advertisment'
ImageIndex = 2
object GroupBox3: TGroupBox
Left = 8
Top = 8
Width = 401
Height = 273
TabOrder = 0
object Label17: TLabel
Left = 40
Top = 192
Width = 72
Height = 13
Caption = 'Harga Dasar'
end
object Label16: TLabel
Left = 40
Top = 160
Width = 101
Height = 13
Caption = 'Min. Tinggi Kolom'
end
object Label14: TLabel
Left = 40
Top = 136
Width = 63
Height = 13
Caption = 'Min. Kolom'
end
object Label11: TLabel
Left = 40
Top = 80
Width = 69
Height = 13
Caption = 'Jenis Warna'
end
object Label10: TLabel
Left = 40
Top = 56
Width = 61
Height = 13
Caption = 'Jenis Iklan'
end
object Label9: TLabel
Left = 40
Top = 32
Width = 29
Height = 13
Caption = 'Kode'
end
object rbBW_Adv: TRadioButton
Tag = 2
Left = 160
Top = 80
Width = 89
Height = 25
Caption = 'Black White'
TabOrder = 2
end
object rbFc_Adv: TRadioButton
Tag = 2
Left = 256
Top = 80
Width = 89
Height = 25
Caption = 'Full Color'
TabOrder = 3
end
object tKd_adv: TEdit
Tag = 2
Left = 160
Top = 32
Width = 89
Height = 21
MaxLength = 6
ReadOnly = True
TabOrder = 0
Text = 'tKd_adv'
end
object tJns_Adv: TEdit
Tag = 2
Left = 160
Top = 56
Width = 169
Height = 21
MaxLength = 35
TabOrder = 1
Text = 'tJns_Adv'
end
object tJml_Adv: TEdit
Tag = 2
Left = 216
Top = 136
Width = 49
Height = 21
MaxLength = 1
TabOrder = 4
Text = 'tJml_Adv'
OnChange = tJml_AdvChange
OnKeyPress = tJml_AdvKeyPress
end
object tTinggi_Adv: TEdit
Tag = 2
Left = 216
Top = 160
Width = 49
Height = 21
MaxLength = 3
TabOrder = 5
Text = 'tTinggi_Adv'
OnChange = tTinggi_AdvChange
OnKeyPress = tTinggi_AdvKeyPress
end
object tTarif_Adv: TEdit
Tag = 2
Left = 216
Top = 184
Width = 145
Height = 21
MaxLength = 7
TabOrder = 6
Text = 'tTarif_Adv'
OnChange = tTarif_AdvChange
OnKeyPress = tTarif_AdvKeyPress
end
end
end
end
end