📄 reservationframe.dfm
字号:
object FmeReservations: TFmeReservations
Left = 0
Top = 0
Width = 508
Height = 559
Color = 14872561
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Verdana'
Font.Style = []
ParentColor = False
ParentFont = False
TabOrder = 0
TabStop = True
object RzPanel1: TRzPanel
Left = 0
Top = 36
Width = 453
Height = 469
BorderOuter = fsNone
ParentColor = True
TabOrder = 0
OnPaint = RzPanel1Paint
object pnlTicket: TRzPanel
Left = 8
Top = 188
Width = 433
Height = 249
BorderOuter = fsFlat
Color = 11855600
FlatColor = 5607865
FlatColorAdjustment = 0
TabOrder = 0
object RzLabel9: TRzLabel
Left = 18
Top = 52
Width = 46
Height = 14
Caption = 'Customer'
Font.Charset = DEFAULT_CHARSET
Font.Color = 7879740
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
BevelWidth = 0
BorderOuter = fsFlat
BorderSides = [sdBottom]
BorderHighlight = clWhite
BorderShadow = 6080734
FlatColor = 5607865
FlatColorAdjustment = 0
FrameController = RzFrameController1
end
object RzLabel4: TRzLabel
Left = 18
Top = 85
Width = 68
Height = 13
Caption = 'Event Number'
Font.Charset = DEFAULT_CHARSET
Font.Color = 7879740
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
BevelWidth = 0
end
object RzLabel1: TRzLabel
Left = 338
Top = 85
Width = 33
Height = 13
Caption = 'Tickets'
Font.Charset = DEFAULT_CHARSET
Font.Color = 7879740
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
BevelWidth = 0
end
object RzLabel5: TRzLabel
Left = 138
Top = 128
Width = 95
Height = 13
Caption = 'Credit Card Number'
Font.Charset = DEFAULT_CHARSET
Font.Color = 7879740
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
BevelWidth = 0
end
object RzLabel6: TRzLabel
Left = 18
Top = 128
Width = 94
Height = 13
Caption = 'Method of Payment'
Font.Charset = DEFAULT_CHARSET
Font.Color = 7879740
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
BevelWidth = 0
end
object RzLabel10: TRzLabel
Left = 310
Top = 128
Width = 74
Height = 13
Caption = 'Expiration Date'
Font.Charset = DEFAULT_CHARSET
Font.Color = 7879740
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
BevelWidth = 0
end
object RzLabel11: TRzLabel
Left = 18
Top = 172
Width = 60
Height = 13
Caption = 'Amount Paid'
Font.Charset = DEFAULT_CHARSET
Font.Color = 7879740
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
BevelWidth = 0
end
object RzLabel12: TRzLabel
Left = 138
Top = 200
Width = 73
Height = 13
Caption = 'Payment Notes'
Font.Charset = DEFAULT_CHARSET
Font.Color = 7879740
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
BevelWidth = 0
end
object stsEventName: TRzDBStatusPane
Left = 136
Top = 64
Width = 189
Height = 22
Hint = 'EventName'
FlatColor = 5607865
FlatColorAdjustment = 0
Transparent = False
Font.Charset = DEFAULT_CHARSET
Font.Color = 7879740
Font.Height = -11
Font.Name = 'Verdana'
Font.Style = []
ParentFont = False
ParentShowHint = False
DataField = 'EventName'
DataSource = srcReservations
end
object RzLabel2: TRzLabel
Left = 16
Top = 4
Width = 212
Height = 25
Caption = 'Ticket Order Form'
Font.Charset = DEFAULT_CHARSET
Font.Color = 7879740
Font.Height = -21
Font.Name = 'Verdana'
Font.Style = [fsBold]
ParentFont = False
end
object RzLabel3: TRzLabel
Left = 142
Top = 85
Width = 58
Height = 13
Caption = 'Event Name'
Font.Charset = DEFAULT_CHARSET
Font.Color = 7879740
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
BevelWidth = 0
end
object edtCustomer: TRzDBButtonEdit
Left = 16
Top = 32
Width = 397
Height = 21
DataSource = srcReservations
DataField = 'CustName'
Ctl3D = True
FrameController = RzFrameController1
ParentColor = True
ParentCtl3D = False
TabOrder = 0
ButtonKind = bkFind
FlatButtonColor = 9229030
OnButtonClick = edtCustomerButtonClick
end
object spnTickets: TRzDBSpinEdit
Left = 336
Top = 64
Width = 77
Height = 21
DataSource = srcReservations
DataField = 'NumTickets'
Alignment = taRightJustify
Ctl3D = True
FrameController = RzFrameController1
ParentColor = True
ParentCtl3D = False
TabOrder = 2
FlatButtonColor = 9229030
end
object edtEvent: TRzDBButtonEdit
Left = 16
Top = 64
Width = 113
Height = 21
DataSource = srcReservations
DataField = 'EventNo'
Alignment = taRightJustify
Ctl3D = True
FrameController = RzFrameController1
ParentColor = True
ParentCtl3D = False
ParentShowHint = False
ShowHint = True
TabOrder = 1
ButtonHint = 'Search by Name'
ButtonKind = bkFind
FlatButtonColor = 9229030
OnButtonClick = edtEventButtonClick
end
object edtNotes: TRzDBMemo
Left = 136
Top = 152
Width = 277
Height = 49
Ctl3D = True
DataField = 'Pay_Notes'
DataSource = srcReservations
ParentColor = True
ParentCtl3D = False
TabOrder = 8
FrameControllerNotifications = [fcpColor, fcpFocusColor, fcpDisabledColor, fcpReadOnlyColor, fcpReadOnlyColorOnFocus, fcpParentColor, fcpFlatButtonColor, fcpFlatButtons, fcpFrameColor, fcpFrameHotColor, fcpFrameHotTrack, fcpFrameHotStyle, fcpFrameStyle, fcpFrameVisible, fcpFramingPreference]
FrameController = RzFrameController1
FrameSides = [sdLeft, sdBottom]
end
object edtAmount: TRzDBEdit
Left = 16
Top = 152
Width = 109
Height = 21
DataSource = srcReservations
DataField = 'Amt_Paid'
Alignment = taRightJustify
Ctl3D = True
FrameController = RzFrameController1
ParentColor = True
ParentCtl3D = False
TabOrder = 6
end
object chkPaid: TRzDBCheckBox
Left = 16
Top = 198
Width = 117
Height = 19
DataField = 'Paid'
DataSource = srcReservations
ValueChecked = 'True'
ValueUnchecked = 'False'
Caption = 'Payment Received'
FocusColor = 13824245
FrameColor = 5607865
Font.Charset = DEFAULT_CHARSET
Font.Color = 7879740
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
FrameController = RzFrameController1
HighlightColor = 4611970
HotTrack = True
HotTrackColor = 7256535
ParentFont = False
TabOrder = 7
end
object edtCardNumber: TRzDBEdit
Left = 136
Top = 108
Width = 161
Height = 21
DataSource = srcReservations
DataField = 'Card_No'
Ctl3D = True
FrameController = RzFrameController1
ParentColor = True
ParentCtl3D = False
TabOrder = 4
end
object cbxMethod: TRzDBComboBox
Left = 16
Top = 108
Width = 113
Height = 21
DataField = 'Pay_Method'
DataSource = srcReservations
Ctl3D = False
FrameController = RzFrameController1
ItemHeight = 13
ParentColor = True
ParentCtl3D = False
TabOrder = 3
Items.Strings = (
'American Express'
'Cash/Check'
'Diners Club'
'MasterCard'
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -