📄 unit1.dfm
字号:
object Form1: TForm1
Left = 192
Top = 138
Width = 532
Height = 371
Caption = 'Form1'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
DesignSize = (
524
344)
PixelsPerInch = 96
TextHeight = 13
object edQuery: TEdit
Left = 12
Top = 8
Width = 417
Height = 21
Anchors = [akLeft, akTop, akRight]
TabOrder = 0
end
object btnSearch: TButton
Left = 436
Top = 8
Width = 75
Height = 25
Anchors = [akTop, akRight]
Caption = 'Search'
TabOrder = 1
OnClick = btnSearchClick
end
object StringGrid1: TStringGrid
Left = 12
Top = 40
Width = 497
Height = 284
Anchors = [akLeft, akTop, akRight, akBottom]
ColCount = 3
FixedCols = 0
RowCount = 11
TabOrder = 2
ColWidths = (
230
230
30)
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -