-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathuCancelReservation2.dfm
336 lines (336 loc) · 7.89 KB
/
uCancelReservation2.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
object frmCancelReservation2: TfrmCancelReservation2
Left = 968
Top = 296
Caption = 'Remove Room from Reservation'
ClientHeight = 397
ClientWidth = 563
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
OldCreateOrder = False
Position = poOwnerFormCenter
OnCreate = FormCreate
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object Panel1: TsPanel
Left = 0
Top = 0
Width = 563
Height = 247
Margins.Left = 10
Margins.Top = 10
Margins.Right = 10
Margins.Bottom = 10
Align = alClient
TabOrder = 0
SkinData.SkinSection = 'PANEL'
object cxGroupBox1: TcxGroupBox
AlignWithMargins = True
Left = 7
Top = 66
Margins.Left = 6
Margins.Top = 6
Margins.Right = 6
Margins.Bottom = 6
Align = alClient
Caption = 'Reason details'
ParentFont = False
Style.LookAndFeel.NativeStyle = False
StyleDisabled.LookAndFeel.NativeStyle = False
StyleFocused.LookAndFeel.NativeStyle = False
StyleHot.LookAndFeel.NativeStyle = False
TabOrder = 1
ExplicitTop = 64
ExplicitHeight = 176
Height = 174
Width = 549
object memReason: TcxMemo
AlignWithMargins = True
Left = 8
Top = 24
Margins.Left = 6
Margins.Top = 6
Margins.Right = 6
Margins.Bottom = 6
Align = alClient
ParentFont = False
Properties.ScrollBars = ssVertical
Style.Color = clInfoBk
Style.LookAndFeel.NativeStyle = False
StyleDisabled.LookAndFeel.NativeStyle = False
StyleFocused.LookAndFeel.NativeStyle = False
StyleHot.LookAndFeel.NativeStyle = False
TabOrder = 0
ExplicitHeight = 144
Height = 142
Width = 533
end
end
object cxGroupBox2: TcxGroupBox
AlignWithMargins = True
Left = 7
Top = 7
Margins.Left = 6
Margins.Top = 6
Margins.Right = 6
Margins.Bottom = 6
Align = alTop
Caption = 'Reason'
ParentFont = False
Style.LookAndFeel.NativeStyle = False
StyleDisabled.LookAndFeel.NativeStyle = False
StyleFocused.LookAndFeel.NativeStyle = False
StyleHot.LookAndFeel.NativeStyle = False
TabOrder = 0
Height = 47
Width = 549
object cbxReason: TcxComboBox
AlignWithMargins = True
Left = 7
Top = 18
Margins.Left = 5
Margins.Top = 0
Margins.Right = 5
Align = alClient
ParentFont = False
Properties.Items.Strings = (
'Ekki skilgreint'
'Employees decision'
'Customer cancelled with sufficient notice'
'Customer did not cancel with sufficient notice')
Style.LookAndFeel.NativeStyle = False
StyleDisabled.LookAndFeel.NativeStyle = False
StyleFocused.LookAndFeel.NativeStyle = False
StyleHot.LookAndFeel.NativeStyle = False
TabOrder = 0
Text = 'cbxReason'
ExplicitLeft = 17
ExplicitTop = 17
ExplicitWidth = 529
ExplicitHeight = 21
Width = 535
end
end
end
object panBottom: TsPanel
Left = 0
Top = 247
Width = 563
Height = 117
Align = alBottom
TabOrder = 1
SkinData.SkinSection = 'PANEL'
DesignSize = (
563
117)
object cxLabel1: TsLabel
Left = 14
Top = 2
Width = 98
Height = 17
AutoSize = False
Caption = 'Room : '
ParentFont = False
Font.Charset = DEFAULT_CHARSET
Font.Color = 15789037
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
end
object cxLabel2: TsLabel
Left = 14
Top = 19
Width = 98
Height = 17
AutoSize = False
Caption = 'Customer : '
ParentFont = False
Font.Charset = DEFAULT_CHARSET
Font.Color = 15789037
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
end
object cxLabel3: TsLabel
Left = 14
Top = 53
Width = 98
Height = 17
AutoSize = False
Caption = 'Arrival/departure : '
ParentFont = False
Font.Charset = DEFAULT_CHARSET
Font.Color = 15789037
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
end
object cxLabel4: TsLabel
Left = 14
Top = 36
Width = 98
Height = 18
AutoSize = False
Caption = 'Guests : '
ParentFont = False
Font.Charset = DEFAULT_CHARSET
Font.Color = 15789037
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
end
object labRoomInfo: TsLabel
Left = 112
Top = 2
Width = 444
Height = 17
Anchors = [akLeft, akTop, akRight]
AutoSize = False
Caption = '-'
ParentFont = False
Font.Charset = DEFAULT_CHARSET
Font.Color = 15789037
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = [fsBold]
end
object labCustomerInfo: TsLabel
Left = 118
Top = 13
Width = 444
Height = 17
Anchors = [akLeft, akTop, akRight]
AutoSize = False
Caption = '-'
Color = clBtnFace
ParentColor = False
ParentFont = False
Font.Charset = DEFAULT_CHARSET
Font.Color = 15789037
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = [fsBold]
end
object labGuestInfo: TsLabel
Left = 112
Top = 36
Width = 444
Height = 17
Anchors = [akLeft, akTop, akRight]
AutoSize = False
Caption = '-'
Color = clBtnFace
ParentColor = False
ParentFont = False
Font.Charset = DEFAULT_CHARSET
Font.Color = 15789037
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = [fsBold]
end
object labdateInfo: TsLabel
Left = 112
Top = 53
Width = 444
Height = 17
Anchors = [akLeft, akTop, akRight]
AutoSize = False
Caption = '-'
Color = clBtnFace
ParentColor = False
ParentFont = False
Font.Charset = DEFAULT_CHARSET
Font.Color = 15789037
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = [fsBold]
end
object cxLabel5: TsLabel
Left = 14
Top = 70
Width = 98
Height = 17
AutoSize = False
Caption = 'Status : '
ParentFont = False
Font.Charset = DEFAULT_CHARSET
Font.Color = 15789037
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
end
object labResStatus: TsLabel
Left = 112
Top = 70
Width = 444
Height = 17
Anchors = [akLeft, akTop, akRight]
AutoSize = False
Caption = '-'
Color = clBtnFace
ParentColor = False
ParentFont = False
Font.Charset = DEFAULT_CHARSET
Font.Color = 15789037
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = [fsBold]
end
end
object sPanel1: TsPanel
Left = 0
Top = 364
Width = 563
Height = 33
Margins.Left = 2
Margins.Top = 2
Margins.Right = 2
Margins.Bottom = 2
Align = alBottom
BevelOuter = bvNone
TabOrder = 2
OnClick = btnOKClick
SkinData.SkinSection = 'PANEL'
DesignSize = (
563
33)
object BitBtn1: TBitBtn
Left = 412
Top = 4
Width = 70
Height = 25
Margins.Left = 2
Margins.Top = 2
Margins.Right = 2
Margins.Bottom = 2
Anchors = [akTop, akRight]
Kind = bkOK
NumGlyphs = 2
TabOrder = 0
end
object btnCancel: TBitBtn
Left = 486
Top = 4
Width = 70
Height = 25
Margins.Left = 2
Margins.Top = 2
Margins.Right = 2
Margins.Bottom = 2
Anchors = [akTop, akRight]
Kind = bkCancel
NumGlyphs = 2
TabOrder = 1
end
end
object mRooms: TdxMemData
Indexes = <>
SortOptions = []
Left = 208
Top = 176
end
end