📄 keren.dfm
字号:
object Form23: TForm23
Left = 277
Top = 200
Width = 696
Height = 480
Caption = ' '#23458#20154#20449#24687
Color = clSkyBlue
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
PixelsPerInch = 96
TextHeight = 13
object Edit1: TEdit
Left = 288
Top = 16
Width = 121
Height = 21
TabOrder = 0
Text = #35831#36755#20837#23545#24212#20449#24687
end
object DBNavigator1: TDBNavigator
Left = 216
Top = 392
Width = 240
Height = 25
TabOrder = 1
end
object ComboBox1: TComboBox
Left = 96
Top = 16
Width = 145
Height = 21
ItemHeight = 13
TabOrder = 2
Text = #35831#36873#25321#26597#35810#26041#24335
Items.Strings = (
#22995#21517#26597#35810
#25151#21495#26597#35810
#36523#20221#35777#26597#35810)
end
object Button4: TButton
Left = 480
Top = 392
Width = 75
Height = 25
Caption = #23436#25104#20462#25913
TabOrder = 3
OnClick = Button4Click
end
object Button3: TButton
Left = 120
Top = 392
Width = 75
Height = 25
Caption = #20462#25913#25968#25454
TabOrder = 4
OnClick = Button3Click
end
object Button2: TButton
Left = 560
Top = 16
Width = 75
Height = 21
Caption = #26174#31034#20840#37096
TabOrder = 5
OnClick = Button2Click
end
object Button1: TButton
Left = 448
Top = 16
Width = 75
Height = 21
Caption = #24320#22987#26597#35810
TabOrder = 6
OnClick = Button1Click
end
object DBGrid1: TDBGrid
Left = 8
Top = 48
Width = 673
Height = 313
DataSource = DataSource1
ReadOnly = True
TabOrder = 7
TitleFont.Charset = DEFAULT_CHARSET
TitleFont.Color = clWindowText
TitleFont.Height = -11
TitleFont.Name = 'MS Sans Serif'
TitleFont.Style = []
end
object ADOTable1: TADOTable
Active = True
ConnectionString =
'Provider=MSDASQL.1;Persist Security Info=False;Data Source=hotel' +
'management2'
CursorType = ctStatic
OnFilterRecord = ADOTable1FilterRecord
TableName = 'Customer'
Left = 56
Top = 8
object ADOTable1CustomerId: TStringField
Alignment = taCenter
DisplayLabel = #23458#20154#32534#21495
DisplayWidth = 12
FieldName = 'CustomerId'
FixedChar = True
Size = 10
end
object ADOTable1CustomerName: TStringField
DisplayLabel = #23458#20154#22995#21517
DisplayWidth = 12
FieldName = 'CustomerName'
FixedChar = True
Size = 50
end
object ADOTable1CustomerSex: TStringField
DisplayLabel = #23458#20154#24615#21035
DisplayWidth = 12
FieldName = 'CustomerSex'
FixedChar = True
Size = 10
end
object ADOTable1CustomerAge: TStringField
DisplayLabel = #23458#20154#24180#40836
DisplayWidth = 12
FieldName = 'CustomerAge'
FixedChar = True
Size = 10
end
object ADOTable1IDCard: TStringField
DisplayLabel = #36523#20221#35777#21495
DisplayWidth = 24
FieldName = 'IDCard'
Size = 50
end
object ADOTable1PhoneNO: TStringField
DisplayLabel = #23458#20154#30005#35805
DisplayWidth = 16
FieldName = 'PhoneNO'
Size = 50
end
object ADOTable1Email: TStringField
DisplayWidth = 25
FieldName = 'E-mail'
Size = 50
end
object ADOTable1RegisterDay: TStringField
DisplayLabel = #30331#35760#22914#26399
DisplayWidth = 16
FieldName = 'RegisterDay'
Size = 50
end
object ADOTable1RoomNo: TStringField
DisplayLabel = #25151#38388#21495#30721
DisplayWidth = 12
FieldName = 'RoomNo'
FixedChar = True
Size = 10
end
object ADOTable1RoomType: TStringField
DisplayLabel = #25151#38388#31867#22411
DisplayWidth = 12
FieldName = 'RoomType'
FixedChar = True
Size = 10
end
object ADOTable1CustomerState: TStringField
DisplayLabel = #23458#20154#29366#24577
DisplayWidth = 12
FieldName = 'CustomerState'
FixedChar = True
Size = 10
end
object ADOTable1CheckInDay: TStringField
DisplayLabel = #39044#35745#20837#20303#26085#26399
DisplayWidth = 16
FieldName = 'CheckInDay'
Size = 50
end
object ADOTable1CheckInDate: TStringField
DisplayLabel = #20837#20303#26085#26399
DisplayWidth = 15
FieldName = 'CheckInDate'
Size = 50
end
object ADOTable1DestineDays: TStringField
DisplayLabel = #39044#20303#22825#25968
DisplayWidth = 12
FieldName = 'DestineDays'
FixedChar = True
Size = 10
end
object ADOTable1Deposit: TBCDField
DisplayLabel = #24212#20132#25276#37329
DisplayWidth = 13
FieldName = 'Deposit'
Precision = 19
end
object ADOTable1CustomerPay: TBCDField
DisplayLabel = #24050#20184#37329#39069
DisplayWidth = 12
FieldName = 'CustomerPay'
Precision = 19
end
object ADOTable1StayDays: TStringField
DisplayLabel = #24050#20303#22825#25968
DisplayWidth = 12
FieldName = 'StayDays'
FixedChar = True
Size = 10
end
object ADOTable1Account: TBCDField
DisplayLabel = #24080#25143#20313#39069
DisplayWidth = 11
FieldName = 'Account'
Precision = 19
end
object ADOTable1CheckOutDay: TStringField
DisplayLabel = #36864#25151#26085#26399
DisplayWidth = 14
FieldName = 'CheckOutDay'
FixedChar = True
Size = 10
end
end
object DataSource1: TDataSource
DataSet = ADOTable1
Left = 16
Top = 8
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -