unit1.dfm
来自「这是一个DELPHI7应用案例开发篇有配套程序种子光盘」· DFM 代码 · 共 53 行
DFM
53 行
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 + =
减小字号Ctrl + -
显示快捷键?