📄 grouppay.dfm
字号:
object GroupPayFrm: TGroupPayFrm
Left = 66
Top = 20
Width = 635
Height = 440
Caption = #25151#38388#19982#22242#38431#32467#36134
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 16
Top = 48
Width = 54
Height = 13
Caption = #25151#38388#21495' '
end
object Label2: TLabel
Left = 248
Top = 48
Width = 71
Height = 13
Caption = #25509#24453#23545#35937' '
end
object Button3: TButton
Left = 488
Top = 24
Width = 75
Height = 33
Caption = #32467#36134
Default = True
TabOrder = 1
OnClick = Button3Click
end
object DBGrid1: TDBGrid
Left = 40
Top = 88
Width = 537
Height = 305
DataSource = DataSource1
TabOrder = 3
TitleFont.Charset = DEFAULT_CHARSET
TitleFont.Color = clWindowText
TitleFont.Height = -11
TitleFont.Name = 'MS Sans Serif'
TitleFont.Style = []
end
object Edit1: TEdit
Left = 72
Top = 48
Width = 121
Height = 21
TabOrder = 0
end
object Edit2: TEdit
Left = 328
Top = 48
Width = 121
Height = 21
TabOrder = 2
end
object RadioRoom: TRadioButton
Left = 24
Top = 16
Width = 113
Height = 17
Caption = #25151#38388#32467#36134
Checked = True
TabOrder = 4
TabStop = True
OnClick = RadioRoomClick
end
object RadioGroup: TRadioButton
Left = 240
Top = 16
Width = 113
Height = 17
Caption = #22242#38431#32467#36134
TabOrder = 5
OnClick = RadioGroupClick
end
object ADOQuery1: TADOQuery
Active = True
ConnectionString =
'Provider=Microsoft.Jet.OLEDB.4.0;Data Source=Manage.mdb;Persist ' +
'Security Info=False'
CursorType = ctStatic
Parameters = <>
SQL.Strings = (
'Select * From Room')
Left = 592
Top = 40
end
object DataSource1: TDataSource
DataSet = ADOQuery1
Left = 592
Top = 72
end
object ADOQuery2: TADOQuery
Active = True
ConnectionString =
'Provider=Microsoft.Jet.OLEDB.4.0;Data Source=Manage.mdb;Persist ' +
'Security Info=False'
CursorType = ctStatic
Parameters = <>
SQL.Strings = (
'Select * From GroupTourist')
Left = 592
Top = 120
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -