📄 unit21.dfm
字号:
object Form21: TForm21
Left = 309
Top = 57
Width = 610
Height = 574
Caption = #20837#20303#20449#24687#26597#35810
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Position = poScreenCenter
OnClose = FormClose
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 20
object GroupBox1: TGroupBox
Left = 16
Top = 8
Width = 569
Height = 169
Caption = #22635#20889#20851#38190#23383#26597#35810
TabOrder = 0
object Label1: TLabel
Left = 8
Top = 32
Width = 89
Height = 20
AutoSize = False
Caption = #23458#25143#32534#21495#65306
end
object Label2: TLabel
Left = 272
Top = 32
Width = 89
Height = 20
AutoSize = False
Caption = #23458#25143#22995#21517#65306
end
object Label3: TLabel
Left = 184
Top = 72
Width = 48
Height = 20
AutoSize = False
Caption = #24615#21035#65306
end
object Label5: TLabel
Left = 8
Top = 72
Width = 48
Height = 20
AutoSize = False
Caption = #22269#31821#65306
end
object Label6: TLabel
Left = 376
Top = 72
Width = 48
Height = 20
AutoSize = False
Caption = #25151#21495#65306
end
object Label7: TLabel
Left = 320
Top = 128
Width = 48
Height = 20
AutoSize = False
Caption = #31867#21035#65306
end
object customerid: TEdit
Left = 96
Top = 24
Width = 113
Height = 28
AutoSize = False
TabOrder = 0
end
object gender: TComboBox
Left = 248
Top = 64
Width = 97
Height = 28
ItemHeight = 20
TabOrder = 1
Items.Strings = (
''
#30007
#22899)
end
object nation: TComboBox
Left = 72
Top = 61
Width = 89
Height = 28
ItemHeight = 20
TabOrder = 2
Items.Strings = (
''
#20013#22269
#32654#22269
#27861#22269
#33521#22269
#24503#22269
#38889#22269
#24052#35199
#21360#24230
#20420#32599#26031
#26032#21152#22369
#24847#22823#21033
#35199#29677#29273
#21152#25343#22823
#28595#22823#21033#20122)
end
object kind: TComboBox
Left = 384
Top = 125
Width = 89
Height = 28
ItemHeight = 20
TabOrder = 3
Items.Strings = (
''
#24635#32479#22871#25151
#35946#21326#22871#38388
#26222#36890#22871#38388
#19977#20154#38388
#26631#20934#38388
#21333#20154#38388)
end
object customername: TEdit
Left = 392
Top = 24
Width = 105
Height = 28
AutoSize = False
TabOrder = 4
end
object GroupBox2: TGroupBox
Left = 8
Top = 104
Width = 265
Height = 57
Caption = #20837#20303#26102#38388
TabOrder = 5
object Label8: TLabel
Left = 128
Top = 32
Width = 9
Height = 20
Caption = '~'
end
object lowindate: TDateTimePicker
Left = 8
Top = 24
Width = 105
Height = 28
CalAlignment = dtaLeft
Date = 38154.8487709722
Time = 38154.8487709722
DateFormat = dfShort
DateMode = dmComboBox
Kind = dtkDate
ParseInput = False
TabOrder = 0
end
object highindate: TDateTimePicker
Left = 152
Top = 24
Width = 105
Height = 28
CalAlignment = dtaLeft
Date = 38154.8489129398
Time = 38154.8489129398
DateFormat = dfShort
DateMode = dmComboBox
Kind = dtkDate
ParseInput = False
TabOrder = 1
end
end
object roomid: TEdit
Left = 432
Top = 64
Width = 89
Height = 28
TabOrder = 6
end
end
object DBGrid1: TDBGrid
Left = 16
Top = 184
Width = 569
Height = 281
DataSource = DataSource1
TabOrder = 1
TitleFont.Charset = DEFAULT_CHARSET
TitleFont.Color = clWindowText
TitleFont.Height = -16
TitleFont.Name = 'MS Sans Serif'
TitleFont.Style = []
end
object GroupBox6: TGroupBox
Left = 16
Top = 471
Width = 257
Height = 57
Caption = #35760#24405#27983#35272#25353#38062
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
TabOrder = 2
object DBNavigator1: TDBNavigator
Left = 8
Top = 24
Width = 240
Height = 25
VisibleButtons = [nbFirst, nbPrior, nbNext, nbLast]
TabOrder = 0
end
end
object GroupBox7: TGroupBox
Left = 280
Top = 471
Width = 305
Height = 57
Caption = #21629#20196#25353#38062
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
TabOrder = 3
object select: TButton
Left = 32
Top = 24
Width = 65
Height = 25
Caption = #26597#35810
TabOrder = 0
OnClick = selectClick
end
object refresh: TButton
Left = 120
Top = 24
Width = 65
Height = 25
Caption = #28165#23631
TabOrder = 1
OnClick = refreshClick
end
object exit: TButton
Left = 208
Top = 24
Width = 65
Height = 25
Caption = #36864#20986
TabOrder = 2
OnClick = exitClick
end
end
object Query1: TQuery
Active = True
DatabaseName = 'my database'
SQL.Strings = (
'select * from checkin')
Left = 160
Top = 160
end
object DataSource1: TDataSource
DataSet = Query1
Left = 224
Top = 160
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -