-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathuChannelManager.dfm
569 lines (569 loc) · 15.1 KB
/
uChannelManager.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
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
object frmChannelManager: TfrmChannelManager
Left = 988
Top = 281
BorderIcons = [biSystemMenu]
Caption = 'Channel Managers'
ClientHeight = 477
ClientWidth = 672
Color = clBtnFace
Constraints.MinWidth = 600
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
KeyPreview = True
OldCreateOrder = False
Position = poOwnerFormCenter
ShowHint = True
OnClose = FormClose
OnCreate = FormCreate
OnDestroy = FormDestroy
OnKeyPress = FormKeyPress
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object sbMain: TStatusBar
Left = 0
Top = 458
Width = 672
Height = 19
Panels = <>
SimplePanel = True
end
object PanTop: TsPanel
Left = 0
Top = 0
Width = 672
Height = 89
Align = alTop
TabOrder = 1
SkinData.SkinSection = 'PANEL'
DesignSize = (
672
89)
object labChannelManager: TsLabel
Left = 252
Top = 21
Width = 5
Height = 16
Caption = '-'
ParentFont = False
Font.Charset = DEFAULT_CHARSET
Font.Color = clBlack
Font.Height = -13
Font.Name = 'Tahoma'
Font.Style = []
end
object cLabFilter: TsLabel
Left = 19
Top = 41
Width = 31
Height = 13
Alignment = taRightJustify
Caption = 'Filter :'
ParentFont = False
Font.Charset = DEFAULT_CHARSET
Font.Color = clBlack
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
end
object btnClear: TsSpeedButton
Left = 262
Top = 39
Width = 74
Height = 21
Caption = 'Clear'
OnClick = btnClearClick
SkinData.SkinSection = 'SPEEDBUTTON'
Images = DImages.PngImageList1
ImageIndex = 10
end
object btnClose: TsButton
Left = 581
Top = 5
Width = 84
Height = 26
Hint = 'Close form'
Anchors = [akTop, akRight]
Caption = 'Close'
ImageIndex = 27
Images = DImages.PngImageList1
ModalResult = 11
ParentShowHint = False
ShowHint = True
TabOrder = 0
OnClick = btnCloseClick
SkinData.SkinSection = 'BUTTON'
end
object btnOther: TsButton
Left = 221
Top = 6
Width = 115
Height = 26
Hint = 'Other actions - Select from menu'
Caption = 'Other actions'
DropDownMenu = mnuOther
ImageIndex = 76
Images = DImages.PngImageList1
ParentShowHint = False
ShowHint = True
Style = bsSplitButton
TabOrder = 1
OnClick = btnOtherClick
SkinData.SkinSection = 'BUTTON'
end
object Button1: TsButton
Left = 364
Top = 5
Width = 140
Height = 26
Hint = 'Add new record'
Caption = 'Payment Matrix'
ImageIndex = 113
Images = DImages.PngImageList1
ParentShowHint = False
ShowHint = True
TabOrder = 2
OnClick = Button1Click
SkinData.SkinSection = 'BUTTON'
end
object Button2: TsButton
Left = 364
Top = 32
Width = 140
Height = 26
Hint = 'Add new record'
Caption = 'Confirmation emails'
ImageIndex = 113
Images = DImages.PngImageList1
ParentShowHint = False
ShowHint = True
TabOrder = 3
OnClick = Button2Click
SkinData.SkinSection = 'BUTTON'
end
object Button3: TsButton
Left = 364
Top = 59
Width = 140
Height = 25
Hint = 'Add new record'
Caption = 'Hotel notification emails'
ImageIndex = 113
Images = DImages.PngImageList1
ParentShowHint = False
ShowHint = True
TabOrder = 4
OnClick = Button3Click
SkinData.SkinSection = 'BUTTON'
end
object btnInsert: TsButton
Left = 7
Top = 7
Width = 70
Height = 24
Hint = 'Add new record'
Caption = 'New'
ImageIndex = 23
Images = DImages.PngImageList1
ParentShowHint = False
ShowHint = True
TabOrder = 5
OnClick = btnInsertClick
SkinData.SkinSection = 'BUTTON'
end
object btnEdit: TsButton
Left = 78
Top = 7
Width = 69
Height = 24
Hint = 'Edit current record'
Caption = 'Edit'
ImageIndex = 25
Images = DImages.PngImageList1
ParentShowHint = False
ShowHint = True
TabOrder = 6
OnClick = btnEditClick
SkinData.SkinSection = 'BUTTON'
end
object btnDelete: TsButton
Left = 149
Top = 7
Width = 69
Height = 24
Hint = 'Delete current record'
Caption = 'Delete'
ImageIndex = 24
Images = DImages.PngImageList1
ParentShowHint = False
ShowHint = True
TabOrder = 7
OnClick = btnDeleteClick
SkinData.SkinSection = 'BUTTON'
end
object edFilter: TsEdit
Left = 56
Top = 39
Width = 205
Height = 21
Color = clWhite
Font.Charset = DEFAULT_CHARSET
Font.Color = clBlack
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
TabOrder = 8
OnChange = edFilterChange
SkinData.SkinSection = 'EDIT'
end
end
object panBtn: TsPanel
Left = 0
Top = 423
Width = 672
Height = 35
Align = alBottom
TabOrder = 2
SkinData.SkinSection = 'PANEL'
DesignSize = (
672
35)
object BtnOk: TsButton
Left = 487
Top = 4
Width = 84
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 btnCancel: TsButton
Left = 575
Top = 4
Width = 86
Height = 25
Hint = 'Cancel and close'
Anchors = [akTop, akRight]
Caption = 'Cancel'
ImageIndex = 10
Images = DImages.PngImageList1
ModalResult = 2
TabOrder = 1
OnClick = btnCancelClick
SkinData.SkinSection = 'BUTTON'
end
end
object grData: TcxGrid
Left = 0
Top = 89
Width = 672
Height = 334
Align = alClient
TabOrder = 3
LevelTabs.Slants.Kind = skCutCorner
LookAndFeel.NativeStyle = False
object tvData: TcxGridDBTableView
Navigator.Buttons.CustomButtons = <>
Navigator.Buttons.First.Visible = True
Navigator.Buttons.PriorPage.Visible = True
Navigator.Buttons.Prior.Visible = True
Navigator.Buttons.Next.Visible = True
Navigator.Buttons.NextPage.Visible = True
Navigator.Buttons.Last.Visible = True
Navigator.Buttons.Insert.Enabled = False
Navigator.Buttons.Insert.Visible = False
Navigator.Buttons.Append.Enabled = False
Navigator.Buttons.Append.Visible = False
Navigator.Buttons.Delete.Enabled = False
Navigator.Buttons.Delete.Visible = False
Navigator.Buttons.Edit.Enabled = False
Navigator.Buttons.Edit.Visible = False
Navigator.Buttons.Post.Enabled = False
Navigator.Buttons.Post.Visible = False
Navigator.Buttons.Cancel.Enabled = False
Navigator.Buttons.Cancel.Visible = True
Navigator.Buttons.Refresh.Visible = True
Navigator.Buttons.SaveBookmark.Visible = True
Navigator.Buttons.GotoBookmark.Visible = True
Navigator.Buttons.Filter.Visible = True
Navigator.InfoPanel.Visible = True
Navigator.Visible = True
OnCellDblClick = tvDataCellDblClick
DataController.DataSource = DS
DataController.Filter.OnChanged = tvDataDataControllerFilterChanged
DataController.Options = [dcoAssignGroupingValues, dcoAssignMasterDetailKeys, dcoSaveExpanding, dcoInsertOnNewItemRowFocusing]
DataController.Summary.DefaultGroupSummaryItems = <>
DataController.Summary.FooterSummaryItems = <>
DataController.Summary.SummaryGroups = <>
DataController.OnSortingChanged = tvDataDataControllerSortingChanged
NewItemRow.Visible = True
OptionsBehavior.IncSearch = True
OptionsView.GroupByBox = False
OptionsView.Indicator = True
object tvDataRecId: TcxGridDBColumn
DataBinding.FieldName = 'RecId'
Visible = False
end
object tvDatacode: TcxGridDBColumn
DataBinding.FieldName = 'code'
end
object tvDataDescription: TcxGridDBColumn
DataBinding.FieldName = 'Description'
Width = 220
end
object tvDatachannels: TcxGridDBColumn
Caption = 'Channels'
DataBinding.FieldName = 'schannels'
PropertiesClassName = 'TcxButtonEditProperties'
Properties.Buttons = <
item
Default = True
Kind = bkEllipsis
end>
Properties.OnButtonClick = tvDatachannelsPropertiesButtonClick
end
object tvDatadirectConnection: TcxGridDBColumn
DataBinding.FieldName = 'directConnection'
Visible = False
end
object tvDataactive: TcxGridDBColumn
DataBinding.FieldName = 'active'
end
object tvDatamaintenanceDays: TcxGridDBColumn
DataBinding.FieldName = 'maintenanceDays'
end
object tvDatawebserviceURI: TcxGridDBColumn
DataBinding.FieldName = 'webserviceURI'
Width = 120
end
object tvDatawebserviceUsername: TcxGridDBColumn
Caption = 'Service Username'
DataBinding.FieldName = 'webserviceUsername'
Width = 120
end
object tvDatawebservicePassword: TcxGridDBColumn
Caption = 'Service Password'
DataBinding.FieldName = 'webservicePassword'
PropertiesClassName = 'TcxTextEditProperties'
Properties.EchoMode = eemPassword
Properties.PasswordChar = '*'
Width = 120
end
object tvDatawebserviceHotelCode: TcxGridDBColumn
Caption = 'Hotel Code'
DataBinding.FieldName = 'webserviceHotelCode'
Width = 100
end
object tvDataweserviceRequestor: TcxGridDBColumn
Caption = 'Requestor'
DataBinding.FieldName = 'weserviceRequestor'
Width = 100
end
object tvDatasendRate: TcxGridDBColumn
Caption = 'Send Rate'
DataBinding.FieldName = 'sendRate'
Width = 84
end
object tvDatasendAvailability: TcxGridDBColumn
Caption = 'Send Availability'
DataBinding.FieldName = 'sendAvailability'
Width = 118
end
object tvDatasendStopSell: TcxGridDBColumn
Caption = 'Send Stop Sell'
DataBinding.FieldName = 'sendStopSell'
Width = 107
end
object tvDatasendMinStay: TcxGridDBColumn
Caption = 'Send Min Stay'
DataBinding.FieldName = 'sendMinStay'
Width = 92
end
object tvDataadminUsername: TcxGridDBColumn
Caption = 'Admin Username'
DataBinding.FieldName = 'adminUsername'
Width = 120
end
object tvDataadminPassword: TcxGridDBColumn
Caption = 'Admin Password'
DataBinding.FieldName = 'adminPassword'
PropertiesClassName = 'TcxTextEditProperties'
Properties.EchoMode = eemPassword
Properties.PasswordChar = '*'
Width = 120
end
object tvDataId: TcxGridDBColumn
DataBinding.FieldName = 'Id'
Visible = False
end
end
object lvData: TcxGridLevel
Caption = 'Grid'
GridView = tvData
Options.DetailTabsPosition = dtpTop
end
end
object mnuOther: TPopupMenu
Left = 424
Top = 32
object mnuiPrint: TMenuItem
Caption = 'Print'
OnClick = mnuiPrintClick
end
object mnuiAllowGridEdit: TMenuItem
Caption = 'Allow grid edit'
Checked = True
OnClick = mnuiAllowGridEditClick
end
object N2: TMenuItem
Caption = '-'
end
object Export1: TMenuItem
Caption = 'Export'
object mnuiGridToExcel: TMenuItem
Caption = 'Grid to Excel'
OnClick = mnuiGridToExcelClick
end
object mnuiGridToHtml: TMenuItem
Caption = 'Grid to HTML'
OnClick = mnuiGridToHtmlClick
end
object mnuiGridToText: TMenuItem
Caption = 'Grid to text'
OnClick = mnuiGridToTextClick
end
object mnuiGridToXml: TMenuItem
Caption = 'Grid to XML'
OnClick = mnuiGridToXmlClick
end
end
end
object DS: TDataSource
DataSet = m_
Left = 520
Top = 232
end
object grPrinter: TdxComponentPrinter
CurrentLink = prLink_grData
Version = 0
Left = 464
Top = 168
object prLink_grData: TdxGridReportLink
Component = grData
PageNumberFormat = pnfNumeral
PrinterPage.DMPaper = 9
PrinterPage.Footer = 6350
PrinterPage.GrayShading = True
PrinterPage.Header = 6350
PrinterPage.Margins.Bottom = 12700
PrinterPage.Margins.Left = 12700
PrinterPage.Margins.Right = 12700
PrinterPage.Margins.Top = 12700
PrinterPage.PageSize.X = 210000
PrinterPage.PageSize.Y = 297000
PrinterPage._dxMeasurementUnits_ = 0
PrinterPage._dxLastMU_ = 2
AssignedFormatValues = [fvDate, fvTime, fvPageNumber]
BuiltInReportLink = True
end
end
object m_: TdxMemData
Indexes = <>
SortOptions = []
BeforeEdit = m_BeforeEdit
BeforePost = m_BeforePost
AfterPost = m_AfterPost
OnNewRecord = m_NewRecord
Left = 424
Top = 176
object m_code: TWideStringField
FieldName = 'code'
end
object m_Description: TWideStringField
FieldName = 'Description'
Size = 45
end
object m_schannels: TWideStringField
FieldName = 'schannels'
Size = 255
end
object m_maintenanceDays: TIntegerField
FieldName = 'maintenanceDays'
end
object m_webserviceUsername: TWideStringField
FieldName = 'webserviceUsername'
Size = 128
end
object m_webservicePassword: TWideStringField
FieldName = 'webservicePassword'
Size = 128
end
object m_webserviceHotelCode: TWideStringField
FieldName = 'webserviceHotelCode'
Size = 16
end
object m_weserviceRequestor: TWideStringField
FieldName = 'weserviceRequestor'
Size = 16
end
object m_adminUsername: TWideStringField
FieldName = 'adminUsername'
Size = 128
end
object m_adminPassword: TWideStringField
FieldName = 'adminPassword'
Size = 128
end
object m_Id: TIntegerField
FieldName = 'Id'
end
object m_webserviceURI: TWideStringField
FieldName = 'webserviceURI'
Size = 255
end
object m_active: TBooleanField
FieldName = 'active'
end
object m_sendRate: TBooleanField
FieldName = 'sendRate'
end
object m_sendAvailability: TBooleanField
FieldName = 'sendAvailability'
end
object m_sendStopSell: TBooleanField
FieldName = 'sendStopSell'
end
object m_sendMinStay: TBooleanField
FieldName = 'sendMinStay'
end
object m_directConnection: TBooleanField
FieldName = 'directConnection'
end
end
object StoreMain: TcxPropertiesStore
Components = <
item
Component = Owner
Properties.Strings = (
'Height'
'Left'
'Position'
'Top'
'Width')
end>
StorageName = 'Software\Roomer\FormStatus\ChannelManagers'
StorageType = stRegistry
Left = 584
Top = 176
end
end