📄 unit1.dfm
字号:
object frmRoom: TfrmRoom
Left = 305
Top = 122
Width = 640
Height = 507
Caption = 'frmRoom'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object DBGrid1: TDBGrid
Left = 87
Top = 34
Width = 442
Height = 314
Cursor = crHandPoint
DataSource = DataSource1
ImeName = #20013#25991' ('#31616#20307') - '#35895#27468#25340#38899#36755#20837#27861
TabOrder = 0
TitleFont.Charset = DEFAULT_CHARSET
TitleFont.Color = clWindowText
TitleFont.Height = -11
TitleFont.Name = 'MS Sans Serif'
TitleFont.Style = []
end
object Button1: TButton
Left = 33
Top = 375
Width = 106
Height = 39
Caption = #28155#21152
TabOrder = 1
OnClick = Button1Click
end
object Button2: TButton
Left = 188
Top = 375
Width = 105
Height = 39
Caption = #20462#25913
TabOrder = 2
end
object Button3: TButton
Left = 340
Top = 375
Width = 106
Height = 39
Caption = #21024#38500
TabOrder = 3
OnClick = Button3Click
end
object Button4: TButton
Left = 484
Top = 375
Width = 105
Height = 39
Caption = #36864#20986
TabOrder = 4
OnClick = Button4Click
end
object DataSource1: TDataSource
DataSet = Query1
Left = 24
Top = 80
end
object Query1: TQuery
DatabaseName = 'cc'
RequestLive = True
SQL.Strings = (
'')
Left = 24
Top = 144
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -