forked from layerfsd/Roomer-PMS-1
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathufrmPaymentReqRoomtypeGroup.dfm
330 lines (330 loc) · 9.38 KB
/
ufrmPaymentReqRoomtypeGroup.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
object frmPaymentReqRoomtypeGroup: TfrmPaymentReqRoomtypeGroup
Left = 0
Top = 0
Caption = 'Payment requirements for Roomtypegroup'
ClientHeight = 366
ClientWidth = 465
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
OldCreateOrder = False
OnCreate = FormCreate
OnKeyDown = FormKeyDown
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object pnlHolder: TsPanel
Left = 0
Top = 0
Width = 465
Height = 366
Margins.Left = 2
Margins.Top = 2
Margins.Right = 2
Margins.Bottom = 2
Align = alClient
BevelOuter = bvNone
TabOrder = 0
SkinData.SkinSection = 'PANEL'
object sPanel1: TsPanel
Left = 0
Top = 0
Width = 465
Height = 65
Align = alTop
TabOrder = 0
SkinData.SkinSection = 'PANEL'
object cLabFilter: TsLabel
Left = 19
Top = 11
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 = 278
Top = 9
Width = 69
Height = 20
Caption = 'Clear'
OnClick = btnClearClick
SkinData.SkinSection = 'SPEEDBUTTON'
Images = DImages.PngImageList1
ImageIndex = 10
end
object edFilter: TsEdit
Left = 56
Top = 9
Width = 216
Height = 21
Color = clWhite
Font.Charset = DEFAULT_CHARSET
Font.Color = clBlack
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
TabOrder = 0
OnChange = edFilterChange
SkinData.SkinSection = 'EDIT'
end
end
object sbMain: TsStatusBar
Left = 0
Top = 347
Width = 465
Height = 19
Panels = <>
SkinData.SkinSection = 'STATUSBAR'
end
object panBtn: TsPanel
Left = 0
Top = 314
Width = 465
Height = 33
Align = alBottom
TabOrder = 2
SkinData.SkinSection = 'PANEL'
DesignSize = (
465
33)
object btnCancel: TsButton
Left = 376
Top = 4
Width = 86
Height = 25
Hint = 'Cancel and close'
Anchors = [akTop, akRight]
Cancel = True
Caption = 'Cancel'
ImageIndex = 4
Images = DImages.PngImageList1
ModalResult = 2
TabOrder = 0
SkinData.SkinSection = 'BUTTON'
end
object BtnOk: TsButton
Left = 284
Top = 2
Width = 86
Height = 25
Hint = 'Apply and close'
Anchors = [akTop, akRight]
Caption = 'OK'
ImageIndex = 82
Images = DImages.PngImageList1
ModalResult = 1
TabOrder = 1
OnClick = BtnOkClick
SkinData.SkinSection = 'BUTTON'
end
end
object grData: TcxGrid
Left = 0
Top = 65
Width = 465
Height = 249
Align = alClient
TabOrder = 3
LookAndFeel.NativeStyle = False
object tvData: TcxGridDBTableView
Navigator.Buttons.CustomButtons = <>
Navigator.Buttons.First.Visible = True
Navigator.Buttons.PriorPage.Hint = 'Prior page'
Navigator.Buttons.PriorPage.Visible = True
Navigator.Buttons.Prior.Hint = 'Prior'
Navigator.Buttons.Prior.Visible = True
Navigator.Buttons.Next.Hint = 'Next'
Navigator.Buttons.Next.Visible = True
Navigator.Buttons.NextPage.Hint = 'Next page'
Navigator.Buttons.NextPage.Visible = True
Navigator.Buttons.Last.Hint = 'Last'
Navigator.Buttons.Last.Visible = True
Navigator.Buttons.Insert.Enabled = False
Navigator.Buttons.Insert.Hint = 'Insert'
Navigator.Buttons.Insert.Visible = False
Navigator.Buttons.Append.Enabled = False
Navigator.Buttons.Append.Hint = 'Append'
Navigator.Buttons.Append.Visible = False
Navigator.Buttons.Delete.Enabled = False
Navigator.Buttons.Delete.Hint = 'Delete'
Navigator.Buttons.Delete.Visible = False
Navigator.Buttons.Edit.Enabled = False
Navigator.Buttons.Edit.Hint = 'Edit'
Navigator.Buttons.Edit.Visible = False
Navigator.Buttons.Post.Hint = 'Post'
Navigator.Buttons.Post.Visible = True
Navigator.Buttons.Cancel.Hint = 'Cancel'
Navigator.Buttons.Cancel.Visible = True
Navigator.Buttons.Refresh.Enabled = False
Navigator.Buttons.Refresh.Hint = 'Refresh'
Navigator.Buttons.Refresh.Visible = False
Navigator.Buttons.SaveBookmark.Enabled = False
Navigator.Buttons.SaveBookmark.Hint = 'Save bookmark'
Navigator.Buttons.SaveBookmark.Visible = False
Navigator.Buttons.GotoBookmark.Enabled = False
Navigator.Buttons.GotoBookmark.Hint = 'Goto bookmark'
Navigator.Buttons.GotoBookmark.Visible = False
Navigator.Buttons.Filter.Hint = 'Filter'
Navigator.Buttons.Filter.Visible = True
Navigator.InfoPanel.Visible = True
Navigator.Visible = True
DataController.DataSource = DS
DataController.Summary.DefaultGroupSummaryItems = <>
DataController.Summary.FooterSummaryItems = <>
DataController.Summary.SummaryGroups = <>
OptionsBehavior.AlwaysShowEditor = True
OptionsBehavior.IncSearch = True
OptionsData.CancelOnExit = False
OptionsData.Deleting = False
OptionsData.DeletingConfirmation = False
OptionsData.Inserting = False
OptionsView.ColumnAutoWidth = True
OptionsView.GroupByBox = False
OptionsView.Indicator = True
object tvDataRecId: TcxGridDBColumn
DataBinding.FieldName = 'RecId'
Visible = False
end
object tvDataChannelmanagerID: TcxGridDBColumn
Caption = 'Channel'
DataBinding.FieldName = 'ChannelmanagerID'
Options.Editing = False
end
object tvDataName: TcxGridDBColumn
DataBinding.FieldName = 'Name'
Options.Editing = False
end
object tvDataPaymentRequired: TcxGridDBColumn
Caption = 'Payment Required'
DataBinding.FieldName = 'PaymentRequired'
PropertiesClassName = 'TcxCheckBoxProperties'
HeaderAlignmentHorz = taCenter
Width = 104
end
object tvDataPrepaidPercentage: TcxGridDBColumn
Caption = 'Percentage'
DataBinding.FieldName = 'PrepaidPercentage'
PropertiesClassName = 'TcxCalcEditProperties'
Properties.DisplayFormat = '##0 %'
Properties.ValidationOptions = []
Properties.OnValidate = tvDataPrepaidPercentagePropertiesValidate
end
end
object lvData: TcxGridLevel
GridView = tvData
end
end
end
object DS: TDataSource
DataSet = m_
Left = 152
Top = 192
end
object grPrinter: TdxComponentPrinter
CurrentLink = prLink_grData
Version = 0
Left = 96
Top = 192
object prLink_grData: TdxGridReportLink
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
ReportDocument.CreationDate = 41334.495374884260000000
BuiltInReportLink = True
end
end
object m_: TdxMemData
Indexes = <>
SortOptions = []
Left = 208
Top = 192
object m_ChannelmanagerID: TStringField
FieldName = 'ChannelmanagerID'
Size = 11
end
object m_Name: TStringField
FieldName = 'Name'
Size = 35
end
object m_PaymentRequired: TBooleanField
FieldName = 'PaymentRequired'
end
object m_PrepaidPercentage: TFloatField
FieldName = 'PrepaidPercentage'
end
object m_Active: TBooleanField
FieldName = 'Active'
end
end
object FormStore: TcxPropertiesStore
Components = <
item
Component = Owner
Properties.Strings = (
'Height'
'Left'
'Position'
'Top'
'Width')
end>
StorageName = 'Software\Roomer\FormStatus\RoomClassPaymentRequirements'
StorageType = stRegistry
Left = 369
Top = 135
end
object mnuOther: TPopupMenu
Images = DImages.PngImageList1
Left = 30
Top = 192
object mnuiPrint: TMenuItem
Caption = 'Print'
ImageIndex = 3
end
object mnuiAllowGridEdit: TMenuItem
Caption = 'Allow grid edit'
end
object N2: TMenuItem
Caption = '-'
end
object Export1: TMenuItem
Caption = 'Export'
ImageIndex = 98
object mnuiGridToExcel: TMenuItem
Caption = 'Grid to Excel'
ImageIndex = 132
end
object mnuiGridToHtml: TMenuItem
Caption = 'Grid to HTML'
ImageIndex = 99
end
object mnuiGridToText: TMenuItem
Caption = 'Grid to text'
ImageIndex = 0
end
object mnuiGridToXml: TMenuItem
Caption = 'Grid to XML'
ImageIndex = 0
end
end
end
end