mainform.dfm
来自「Delphi高级程序开发配书源代码,可以循序渐进的学习Delphi.」· DFM 代码 · 共 47 行
DFM
47 行
object Form1: TForm1
Left = 365
Top = 229
Width = 432
Height = 295
Caption = #33719#21462#25991#20214#20449#24687
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
OnCreate = FormCreate
OnDestroy = FormDestory
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object ListView1: TListView
Left = 8
Top = 8
Width = 409
Height = 201
Columns = <
item
Caption = #20851#38190#23383
Width = 200
end
item
Caption = #20540
Width = 200
end>
GridLines = True
TabOrder = 0
ViewStyle = vsReport
end
object btnClose: TButton
Left = 200
Top = 224
Width = 49
Height = 25
Caption = #20851#38381
TabOrder = 1
OnClick = btnCloseClick
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?