-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathudSMSTools.dfm
529 lines (529 loc) · 13.9 KB
/
udSMSTools.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
object dSMSTools: TdSMSTools
Left = 0
Top = 0
Caption = 'SMS Tools'
ClientHeight = 506
ClientWidth = 355
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
KeyPreview = True
OldCreateOrder = False
Position = poOwnerFormCenter
OnActivate = FormActivate
OnClose = FormClose
OnCreate = FormCreate
OnKeyDown = FormKeyDown
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object btnTerminateExe: TButton
Left = 104
Top = 458
Width = 138
Height = 33
Hint = 'Rename to _terminate.exe'
Caption = 'Rename Terminate.exe'
ParentShowHint = False
ShowHint = True
TabOrder = 0
OnClick = btnTerminateExeClick
end
object gbRegistry: TGroupBox
Left = 8
Top = 8
Width = 338
Height = 184
Caption = 'Registry'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = [fsBold]
ParentFont = False
TabOrder = 1
object pnlRegistry: TPanel
Left = 16
Top = 17
Width = 302
Height = 49
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
TabOrder = 0
object edtRegister: TLabeledEdit
Left = 160
Top = 15
Width = 25
Height = 24
EditLabel.Width = 47
EditLabel.Height = 16
EditLabel.Caption = 'Register'
EditLabel.Font.Charset = DEFAULT_CHARSET
EditLabel.Font.Color = clWindowText
EditLabel.Font.Height = -13
EditLabel.Font.Name = 'Tahoma'
EditLabel.Font.Style = []
EditLabel.ParentFont = False
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'Tahoma'
Font.Style = []
LabelPosition = lpLeft
ParentFont = False
TabOrder = 1
OnChange = edtRegisterChange
end
object edtStore: TLabeledEdit
Left = 47
Top = 15
Width = 50
Height = 24
EditLabel.Width = 31
EditLabel.Height = 16
EditLabel.Caption = 'Store'
EditLabel.Font.Charset = DEFAULT_CHARSET
EditLabel.Font.Color = clWindowText
EditLabel.Font.Height = -13
EditLabel.Font.Name = 'Tahoma'
EditLabel.Font.Style = []
EditLabel.ParentFont = False
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'Tahoma'
Font.Style = []
LabelPosition = lpLeft
ParentFont = False
TabOrder = 0
OnChange = edtStoreChange
end
object btnRegistry: TButton
Left = 199
Top = 8
Width = 98
Height = 36
Caption = 'Set Registry'
TabOrder = 2
OnClick = btnRegistryClick
end
end
object cbDevelopment: TCheckBox
Left = 50
Top = 111
Width = 239
Height = 17
Caption = 'NoBackground|NoColourChange|ClosePOS'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
TabOrder = 1
OnClick = cbDevelopmentClick
end
object cbBypassLogin: TCheckBox
Left = 176
Top = 134
Width = 97
Height = 17
Hint =
'When running SMS through Delphi in DEBUG mode, it will automatic' +
'ally use user/pass = '#39'1'#39', if the user exists'
Caption = 'Bypass Login'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
ParentShowHint = False
ShowHint = True
TabOrder = 2
OnClick = cbBypassLoginClick
end
object cbAllowReboot: TCheckBox
Left = 50
Top = 134
Width = 80
Height = 17
Caption = 'Allow Reboot'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
TabOrder = 3
OnClick = cbAllowRebootClick
end
object btnShell: TButton
Left = 81
Top = 72
Width = 160
Height = 33
Caption = 'Set Registry Shell To Explorer'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
TabOrder = 4
OnClick = btnShellClick
end
object cbwsDebug: TCheckBox
Left = 50
Top = 157
Width = 80
Height = 17
Caption = 'WS Debug'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
TabOrder = 5
OnClick = cbwsDebugClick
end
object cbDCMViewChild: TCheckBox
Left = 176
Top = 157
Width = 97
Height = 17
Caption = 'DCM View Child'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
TabOrder = 6
OnClick = cbDCMViewChildClick
end
end
object gbDataBase: TGroupBox
Left = 8
Top = 198
Width = 338
Height = 254
Caption = 'DataBase'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = [fsBold]
ParentFont = False
TabOrder = 2
object lblEFTType: TLabel
Left = 125
Top = 221
Width = 45
Height = 13
Caption = 'EFT Type'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
end
object cbUserCredentials: TCheckBox
Left = 16
Top = 201
Width = 128
Height = 17
Caption = 'User Credential Checks'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
TabOrder = 0
OnClick = cbUserCredentialsClick
end
object cbMouse: TCheckBox
Left = 16
Top = 182
Width = 105
Height = 17
Caption = 'Use Mouse Cursor'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
TabOrder = 1
OnClick = cbMouseClick
end
object btnDataCentre: TButton
Left = 20
Top = 16
Width = 137
Height = 37
Hint =
'Set the register ip adress to '#39'127.0.0.1'#39' and all other ip adres' +
'ses to '#39'1.1.1.1'#39
Caption = 'Reset DataCentre Table'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
ParentShowHint = False
ShowHint = True
TabOrder = 2
OnClick = btnDataCentreClick
end
object pnlCreateUser: TPanel
Left = 10
Top = 59
Width = 318
Height = 61
TabOrder = 3
object edtPassword: TLabeledEdit
Left = 184
Top = 15
Width = 50
Height = 24
EditLabel.Width = 55
EditLabel.Height = 16
EditLabel.Caption = 'Password'
EditLabel.Font.Charset = DEFAULT_CHARSET
EditLabel.Font.Color = clWindowText
EditLabel.Font.Height = -13
EditLabel.Font.Name = 'Tahoma'
EditLabel.Font.Style = []
EditLabel.ParentFont = False
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'Tahoma'
Font.Style = []
LabelPosition = lpLeft
ParentFont = False
TabOrder = 1
end
object edtUserCode: TLabeledEdit
Left = 65
Top = 15
Width = 50
Height = 24
EditLabel.Width = 55
EditLabel.Height = 16
EditLabel.Caption = 'UserCode'
EditLabel.Font.Charset = DEFAULT_CHARSET
EditLabel.Font.Color = clWindowText
EditLabel.Font.Height = -13
EditLabel.Font.Name = 'Tahoma'
EditLabel.Font.Style = []
EditLabel.ParentFont = False
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'Tahoma'
Font.Style = []
LabelPosition = lpLeft
ParentFont = False
TabOrder = 0
OnChange = edtUserCodeChange
end
object btnCreateUser: TButton
Left = 240
Top = 8
Width = 73
Height = 36
Caption = 'Create User'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
TabOrder = 2
OnClick = btnCreateUserClick
end
object pbCreateUser: TProgressBar
Left = 10
Top = 48
Width = 303
Height = 10
Smooth = True
TabOrder = 3
Visible = False
end
end
object pnlReceipts: TPanel
Left = 111
Top = 126
Width = 222
Height = 40
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
TabOrder = 4
object edtPrinterPort: TLabeledEdit
Left = 33
Top = 10
Width = 65
Height = 21
EditLabel.Width = 23
EditLabel.Height = 16
EditLabel.Caption = 'Port'
EditLabel.Font.Charset = DEFAULT_CHARSET
EditLabel.Font.Color = clWindowText
EditLabel.Font.Height = -13
EditLabel.Font.Name = 'Tahoma'
EditLabel.Font.Style = []
EditLabel.ParentFont = False
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
LabelPosition = lpLeft
ParentFont = False
TabOrder = 0
Text = 'COM1'
OnChange = edtPrinterPortChange
end
object btnRptsToFile: TButton
Left = 104
Top = 7
Width = 114
Height = 26
Hint = 'After this, remember to set your default printer'
Caption = 'Print Receipts To File'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
ParentShowHint = False
ShowHint = True
TabOrder = 1
OnClick = btnRptsToFileClick
end
end
object rgScreenAlignment: TRadioGroup
Left = 3
Top = 126
Width = 102
Height = 50
Caption = 'Screen Alignment'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
ItemIndex = 0
Items.Strings = (
'Touchscreen'
'PC')
ParentFont = False
TabOrder = 5
OnClick = rgScreenAlignmentClick
end
object cbEFTEnabled: TCheckBox
Left = 16
Top = 221
Width = 90
Height = 17
Caption = 'EFT Enabled'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
TabOrder = 6
OnClick = cbEFTEnabledClick
end
object edtEFTType: TComboBox
Left = 176
Top = 221
Width = 142
Height = 21
DropDownCount = 14
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
ItemHeight = 13
ParentFont = False
TabOrder = 7
OnChange = edtEFTTypeChange
Items.Strings = (
'M - Manual'
'V - Verifone'#39's SoftPOS'
'A - EPS ANZ'
'C - EPS CBA'
'N - EPS NAB'
'F - EPS Standard'
'Q - Quest'
'I - Ingenico(UK)'
'G - Ingenico(AUS/NZ)'
'S - SyncroPlus'
'Z - PCEFTPOS NZ'
'T - Telekurs MPD'
'Y - Tyro'
'P - Verifone PCCharge'
'R - PayZone SpectraCard'
'X - FIS TransaxEFT'
'E - Moneris EFT')
end
object btnRestoreDataCentre: TButton
Left = 163
Top = 16
Width = 160
Height = 37
Hint = 'Downloads Datacentre table from RMS Dev database'
Caption = 'Restore DataCentre From Dev'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
ParentShowHint = False
ShowHint = True
TabOrder = 8
OnClick = btnRestoreDataCentreClick
end
object btnNoPromotions: TButton
Left = 176
Top = 172
Width = 137
Height = 37
Hint = 'Set active_ind = '#39'N'#39' on all promotions'
Caption = 'Deactivate All Promotions'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
ParentShowHint = False
ShowHint = True
TabOrder = 9
OnClick = btnNoPromotionsClick
end
end
end