forked from layerfsd/Roomer-PMS-1
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathuTestTax.dfm
320 lines (320 loc) · 8.18 KB
/
uTestTax.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
object frmTestTax: TfrmTestTax
Left = 0
Top = 0
Caption = 'frmTestTax'
ClientHeight = 632
ClientWidth = 986
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
OldCreateOrder = False
OnCreate = FormCreate
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object sPanel1: TsPanel
Left = 0
Top = 0
Width = 986
Height = 81
Align = alTop
TabOrder = 0
SkinData.SkinSection = 'PANEL'
object sLabel1: TsLabel
Left = 32
Top = 19
Width = 92
Height = 13
Caption = 'RoomReservation :'
end
object sLabel2: TsLabel
Left = 58
Top = 33
Width = 68
Height = 13
Caption = 'Reservation : '
end
object sLabel4: TsLabel
Left = 65
Top = 55
Width = 56
Height = 13
Caption = 'Customer : '
end
object sLabel5: TsLabel
Left = 125
Top = 55
Width = 4
Height = 13
Caption = '-'
end
object labReservation: TsLabel
Left = 130
Top = 33
Width = 4
Height = 13
Caption = '-'
end
object labRoomreservation: TsLabel
Left = 130
Top = 19
Width = 4
Height = 13
Caption = '-'
end
end
object sStatusBar1: TsStatusBar
Left = 0
Top = 613
Width = 986
Height = 19
Panels = <>
SkinData.SkinSection = 'STATUSBAR'
end
object PageControl1: TPageControl
Left = 0
Top = 81
Width = 986
Height = 532
ActivePage = TabSheet1
Align = alClient
TabOrder = 2
object TabSheet1: TTabSheet
Caption = 'TabSheet1'
object sMemo1: TsMemo
Left = 0
Top = 41
Width = 978
Height = 168
Align = alTop
Color = clWhite
Font.Charset = DEFAULT_CHARSET
Font.Color = 2302755
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
Lines.Strings = (
'sMemo1')
ParentFont = False
TabOrder = 0
Text = 'sMemo1'
BoundLabel.Indent = 0
BoundLabel.Font.Charset = DEFAULT_CHARSET
BoundLabel.Font.Color = clWindowText
BoundLabel.Font.Height = -11
BoundLabel.Font.Name = 'Tahoma'
BoundLabel.Font.Style = []
BoundLabel.Layout = sclLeft
BoundLabel.MaxWidth = 0
BoundLabel.UseSkinColor = True
SkinData.SkinSection = 'EDIT'
end
object sPanel2: TsPanel
Left = 0
Top = 0
Width = 978
Height = 41
Align = alTop
TabOrder = 1
SkinData.SkinSection = 'PANEL'
object sButton1: TsButton
Left = 8
Top = 8
Width = 75
Height = 25
Caption = 'sButton1'
TabOrder = 0
OnClick = sButton1Click
SkinData.SkinSection = 'BUTTON'
end
end
end
object TabSheet2: TTabSheet
Caption = 'TabSheet2'
ImageIndex = 1
object sPanel3: TsPanel
Left = 0
Top = 0
Width = 978
Height = 41
Align = alTop
TabOrder = 0
SkinData.SkinSection = 'PANEL'
object sButton2: TsButton
Left = 8
Top = 10
Width = 75
Height = 25
Caption = 'sButton1'
TabOrder = 0
OnClick = sButton2Click
SkinData.SkinSection = 'BUTTON'
end
end
object grTaxes: TcxGrid
Left = 0
Top = 41
Width = 978
Height = 463
Align = alClient
TabOrder = 1
object tvTaxes: TcxGridDBTableView
Navigator.Buttons.CustomButtons = <>
DataController.DataSource = TaxesDS
DataController.Summary.DefaultGroupSummaryItems = <>
DataController.Summary.FooterSummaryItems = <>
DataController.Summary.SummaryGroups = <>
object tvTaxesRecId: TcxGridDBColumn
DataBinding.FieldName = 'RecId'
Visible = False
end
object tvTaxesReservation: TcxGridDBColumn
DataBinding.FieldName = 'Reservation'
end
object tvTaxesRoomReservation: TcxGridDBColumn
DataBinding.FieldName = 'RoomReservation'
Width = 89
end
object tvTaxestheDate: TcxGridDBColumn
DataBinding.FieldName = 'theDate'
end
object tvTaxesItem: TcxGridDBColumn
DataBinding.FieldName = 'Item'
Width = 66
end
object tvTaxesRoomWithVAT: TcxGridDBColumn
DataBinding.FieldName = 'RoomWithVAT'
Width = 79
end
object tvTaxesRoomWithoutVAT: TcxGridDBColumn
DataBinding.FieldName = 'RoomWithoutVAT'
Width = 98
end
object tvTaxesVAT: TcxGridDBColumn
DataBinding.FieldName = 'VAT'
Width = 69
end
object tvTaxesTax: TcxGridDBColumn
DataBinding.FieldName = 'Tax'
Width = 78
end
object tvTaxesRoom: TcxGridDBColumn
DataBinding.FieldName = 'Room'
end
object tvTaxesRoomType: TcxGridDBColumn
DataBinding.FieldName = 'RoomType'
end
object tvTaxesresFlag: TcxGridDBColumn
DataBinding.FieldName = 'resFlag'
end
object tvTaxesRoomRate: TcxGridDBColumn
DataBinding.FieldName = 'RoomRate'
end
object tvTaxesdiscount: TcxGridDBColumn
DataBinding.FieldName = 'discount'
end
object tvTaxesisPercentage: TcxGridDBColumn
DataBinding.FieldName = 'isPercentage'
end
object tvTaxesRateWithDiscount: TcxGridDBColumn
DataBinding.FieldName = 'RateWithDiscount'
end
object tvTaxesCurrency: TcxGridDBColumn
DataBinding.FieldName = 'Currency'
end
object tvTaxespaid: TcxGridDBColumn
DataBinding.FieldName = 'paid'
end
object tvTaxesinvoicenumber: TcxGridDBColumn
DataBinding.FieldName = 'invoicenumber'
end
object tvTaxesconfirmdate: TcxGridDBColumn
DataBinding.FieldName = 'confirmdate'
end
object tvTaxesGuestCount: TcxGridDBColumn
DataBinding.FieldName = 'GuestCount'
end
end
object lvTaxes: TcxGridLevel
GridView = tvTaxes
end
end
end
end
object Taxes_: TdxMemData
Indexes = <>
SortOptions = []
Left = 184
Top = 80
object Taxes_Reservation: TIntegerField
FieldName = 'Reservation'
end
object Taxes_RoomReservation: TIntegerField
FieldName = 'RoomReservation'
end
object Taxes_theDate: TDateField
FieldName = 'theDate'
end
object Taxes_Item: TStringField
FieldName = 'Item'
end
object Taxes_RoomWithVAT: TFloatField
FieldName = 'RoomWithVAT'
end
object Taxes_RoomWithoutVAT: TFloatField
FieldName = 'RoomWithoutVAT'
end
object Taxes_VAT: TFloatField
FieldName = 'VAT'
end
object Taxes_Tax: TFloatField
FieldName = 'Tax'
end
object Taxes_Room: TStringField
FieldName = 'Room'
end
object Taxes_RoomType: TStringField
FieldName = 'RoomType'
end
object Taxes_resFlag: TStringField
FieldName = 'resFlag'
Size = 1
end
object Taxes_RoomRate: TFloatField
FieldName = 'RoomRate'
end
object Taxes_discount: TFloatField
FieldName = 'discount'
end
object Taxes_isPercentage: TBooleanField
FieldName = 'isPercentage'
end
object Taxes_RateWithDiscount: TFloatField
FieldName = 'RateWithDiscount'
end
object Taxes_Currency: TStringField
FieldName = 'Currency'
Size = 3
end
object Taxes_paid: TBooleanField
FieldName = 'paid'
end
object Taxes_invoicenumber: TIntegerField
FieldName = 'invoicenumber'
end
object Taxes_confirmdate: TDateTimeField
FieldName = 'confirmdate'
end
object Taxes_GuestCount: TIntegerField
FieldName = 'GuestCount'
end
end
object TaxesDS: TDataSource
DataSet = Taxes_
Left = 264
Top = 80
end
end