forked from layerfsd/Roomer-PMS-1
-
Notifications
You must be signed in to change notification settings - Fork 1
/
uAssignPayment.dfm
547 lines (547 loc) · 13 KB
/
uAssignPayment.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
object frmAssignPayment: TfrmAssignPayment
Left = 0
Top = 0
BorderStyle = bsDialog
Caption = 'Edit payment'
ClientHeight = 501
ClientWidth = 450
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
OldCreateOrder = False
Position = poMainFormCenter
OnCreate = FormCreate
OnDestroy = FormDestroy
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object sPanel1: TsPanel
Left = 0
Top = 0
Width = 450
Height = 224
Align = alTop
Padding.Left = 3
Padding.Top = 3
Padding.Right = 3
Padding.Bottom = 3
TabOrder = 0
SkinData.SkinSection = 'PANEL'
object sGroupBox2: TsGroupBox
Left = 4
Top = 4
Width = 442
Height = 216
Align = alClient
Caption = 'Payment details'
Padding.Left = 3
Padding.Top = 3
Padding.Right = 3
Padding.Bottom = 3
TabOrder = 0
SkinData.SkinSection = 'GROUPBOX'
DesignSize = (
442
216)
object clabReservation: TsLabel
Left = 6
Top = 19
Width = 121
Height = 13
Alignment = taRightJustify
AutoSize = False
Caption = 'Reservation : '
end
object clabCustomer: TsLabel
Left = 6
Top = 36
Width = 121
Height = 13
Alignment = taRightJustify
AutoSize = False
Caption = 'Customer : '
end
object clabArrivalDeparture: TsLabel
Left = 6
Top = 54
Width = 121
Height = 13
Alignment = taRightJustify
AutoSize = False
Caption = 'Arrival-Departure : '
end
object clabRoom: TsLabel
Left = 250
Top = 54
Width = 71
Height = 13
Alignment = taRightJustify
AutoSize = False
Caption = 'Room : '
end
object clabPaymentType: TsLabel
Left = 6
Top = 116
Width = 121
Height = 13
Alignment = taRightJustify
AutoSize = False
Caption = 'Payment type : '
end
object clabDate: TsLabel
Left = 6
Top = 72
Width = 121
Height = 13
Alignment = taRightJustify
AutoSize = False
Caption = 'Date : '
end
object clabAmount: TsLabel
Left = 6
Top = 92
Width = 121
Height = 13
Alignment = taRightJustify
AutoSize = False
Caption = 'Amount : '
end
object clabdescription: TsLabel
Left = 6
Top = 139
Width = 121
Height = 18
Alignment = taRightJustify
AutoSize = False
Caption = 'Description : '
end
object clabNotes: TsLabel
Left = 6
Top = 159
Width = 121
Height = 18
Alignment = taRightJustify
AutoSize = False
Caption = 'Notes : '
end
object labReservation: TsLabel
Left = 136
Top = 19
Width = 4
Height = 13
Caption = '-'
end
object labCustomer: TsLabel
Left = 136
Top = 36
Width = 4
Height = 13
Caption = '-'
end
object labArrivalDeparture: TsLabel
Left = 136
Top = 54
Width = 4
Height = 13
Caption = '-'
end
object labDate: TsLabel
Left = 136
Top = 72
Width = 4
Height = 13
Caption = '-'
end
object labRoom: TsLabel
Left = 323
Top = 54
Width = 4
Height = 13
Caption = '-'
end
object edNotes: TsMemo
Left = 137
Top = 159
Width = 299
Height = 52
Anchors = [akTop, akRight]
Color = clWhite
Font.Charset = DEFAULT_CHARSET
Font.Color = clBlack
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
TabOrder = 0
SkinData.SkinSection = 'EDIT'
end
object edDescription: TsEdit
Left = 137
Top = 136
Width = 299
Height = 21
Anchors = [akTop, akRight]
Color = clWhite
Font.Charset = DEFAULT_CHARSET
Font.Color = clBlack
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
TabOrder = 1
SkinData.SkinSection = 'EDIT'
end
object __cbxPaymentType: TsComboBox
Left = 137
Top = 113
Width = 300
Height = 21
Alignment = taLeftJustify
SkinData.SkinSection = 'COMBOBOX'
VerticalAlignment = taAlignTop
Color = clWhite
Font.Charset = DEFAULT_CHARSET
Font.Color = clBlack
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
ItemIndex = -1
ParentFont = False
TabOrder = 2
Text = 'Select one'
OnCloseUp = __cbxRoomSelectCloseUp
Items.Strings = (
'')
end
object edAmount: TsCalcEdit
Left = 137
Top = 89
Width = 77
Height = 21
AutoSize = False
Color = clWhite
Font.Charset = DEFAULT_CHARSET
Font.Color = clBlack
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
TabOrder = 3
SkinData.SkinSection = 'EDIT'
GlyphMode.Blend = 0
GlyphMode.Grayed = False
end
end
end
object sPageControl1: TsPageControl
Left = 0
Top = 224
Width = 450
Height = 244
ActivePage = sTabSheet1
Align = alClient
TabOrder = 1
SkinData.SkinSection = 'PAGECONTROL'
object sTabSheet1: TsTabSheet
Caption = 'Work within reservation group'
ExplicitLeft = 0
ExplicitTop = 0
ExplicitWidth = 0
ExplicitHeight = 0
object btnSetToGroupAccount: TsButton
Left = 16
Top = 26
Width = 137
Height = 29
Caption = 'Set to groupinvoice'
Enabled = False
TabOrder = 0
OnClick = btnSetToGroupAccountClick
SkinData.SkinSection = 'BUTTON'
end
object sGroupBox1: TsGroupBox
Left = 16
Top = 61
Width = 361
Height = 82
Caption = 'Assign to room'
TabOrder = 1
SkinData.SkinSection = 'GROUPBOX'
object __cbxRoomSelect: TsComboBox
Left = 8
Top = 24
Width = 345
Height = 21
Alignment = taLeftJustify
SkinData.SkinSection = 'COMBOBOX'
VerticalAlignment = taAlignTop
Style = csDropDownList
Color = clWhite
Font.Charset = DEFAULT_CHARSET
Font.Color = clBlack
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
ItemIndex = -1
ParentFont = False
TabOrder = 0
OnCloseUp = __cbxRoomSelectCloseUp
Items.Strings = (
'Select one')
end
object btnExceuteAssingToroom: TsButton
Left = 253
Top = 51
Width = 100
Height = 25
Caption = 'Execute'
Enabled = False
TabOrder = 1
OnClick = btnExceuteAssingToroomClick
SkinData.SkinSection = 'BUTTON'
end
end
end
object sTabSheet2: TsTabSheet
Caption = 'Move to other reservation '
ExplicitLeft = 0
ExplicitTop = 0
ExplicitWidth = 0
ExplicitHeight = 0
DesignSize = (
442
216)
object sGroupBox3: TsGroupBox
Left = 3
Top = 1
Width = 436
Height = 113
Anchors = [akLeft, akTop, akRight]
Caption = 'Set to group invoice'
TabOrder = 0
SkinData.SkinSection = 'GROUPBOX'
DesignSize = (
436
113)
object sLabel1: TsLabel
Left = 16
Top = 24
Width = 254
Height = 13
Alignment = taRightJustify
Anchors = [akLeft, akTop, akRight]
AutoSize = False
Caption = 'Reservation number :'
end
object btnCkeckReservation: TsSpeedButton
Left = 354
Top = 20
Width = 75
Height = 22
Anchors = [akTop, akRight]
Caption = 'Check'
OnClick = btnCkeckReservationClick
SkinData.SkinSection = 'SPEEDBUTTON'
end
object labCheckReservation: TsLabel
Left = 24
Top = 48
Width = 4
Height = 13
Caption = '-'
end
object edSetToGroupReservation: TsEdit
Left = 276
Top = 21
Width = 72
Height = 21
Anchors = [akTop, akRight]
Color = clWhite
Font.Charset = DEFAULT_CHARSET
Font.Color = clBlack
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
NumbersOnly = True
ParentFont = False
TabOrder = 0
SkinData.SkinSection = 'EDIT'
end
object btnExecureReservation: TsButton
Left = 354
Top = 48
Width = 75
Height = 25
Anchors = [akTop, akRight]
Caption = 'Execute'
Enabled = False
TabOrder = 1
OnClick = btnExecureReservationClick
SkinData.SkinSection = 'BUTTON'
end
end
object sGroupBox4: TsGroupBox
Left = 3
Top = 114
Width = 436
Height = 115
Anchors = [akLeft, akTop, akRight]
Caption = 'Set to room'
TabOrder = 1
SkinData.SkinSection = 'GROUPBOX'
DesignSize = (
436
115)
object sLabel2: TsLabel
Left = 16
Top = 24
Width = 255
Height = 13
Alignment = taRightJustify
Anchors = [akLeft, akTop, akRight]
AutoSize = False
Caption = 'Room Reservation number :'
end
object btnCheckRoomReservation: TsSpeedButton
Left = 352
Top = 20
Width = 75
Height = 22
Anchors = [akTop, akRight]
Caption = 'Check'
OnClick = btnCheckRoomReservationClick
SkinData.SkinSection = 'SPEEDBUTTON'
end
object labCheckRoomReservation: TsLabel
Left = 24
Top = 56
Width = 4
Height = 13
Caption = '-'
end
object edSetToRoomReservation: TsEdit
Left = 276
Top = 21
Width = 72
Height = 21
Anchors = [akTop, akRight]
Color = clWhite
Font.Charset = DEFAULT_CHARSET
Font.Color = clBlack
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
NumbersOnly = True
ParentFont = False
TabOrder = 0
SkinData.SkinSection = 'EDIT'
end
object btnExecuteRoomReservation: TsButton
Left = 352
Top = 48
Width = 75
Height = 25
Anchors = [akTop, akRight]
Caption = 'Execute'
Enabled = False
TabOrder = 1
OnClick = btnExecuteRoomReservationClick
SkinData.SkinSection = 'BUTTON'
end
end
end
end
object Panel1: TsPanel
Left = 0
Top = 468
Width = 450
Height = 33
Margins.Left = 2
Margins.Top = 2
Margins.Right = 2
Margins.Bottom = 2
Align = alBottom
BevelOuter = bvNone
TabOrder = 2
SkinData.SkinSection = 'PANEL'
DesignSize = (
450
33)
object sButton1: TsButton
Left = 273
Top = 4
Width = 83
Height = 25
Hint = 'Apply and close'
Anchors = [akTop, akRight]
Caption = 'OK'
ImageIndex = 82
Images = DImages.PngImageList1
ModalResult = 1
TabOrder = 0
OnClick = btnOKClick
SkinData.SkinSection = 'BUTTON'
end
object sButton2: TsButton
Left = 362
Top = 4
Width = 85
Height = 25
Hint = 'Cancel and close'
Anchors = [akTop, akRight]
Caption = 'Cancel'
ImageIndex = 4
Images = DImages.PngImageList1
ModalResult = 2
TabOrder = 1
SkinData.SkinSection = 'BUTTON'
end
end
object FormStore: TcxPropertiesStore
Components = <
item
Component = Owner
Properties.Strings = (
'Height'
'Left'
'Position'
'Top'
'Width')
end
item
Properties.Strings = (
'Width')
end
item
Properties.Strings = (
'Width')
end
item
Properties.Strings = (
'Width')
end
item
Properties.Strings = (
'Width')
end
item
Properties.Strings = (
'Width')
end
item
Properties.Strings = (
'Width')
end
item
Properties.Strings = (
'Width')
end>
StorageName = 'Software\Roomer\FormStatus\EditPayment'
StorageType = stRegistry
Left = 174
Top = 304
end
end