unitform1.dfm
来自「《Delphi实用程序100例》配套书源码盘」· DFM 代码 · 共 45 行
DFM
45 行
object Form1: TForm1
Left = 195
Top = 120
Width = 471
Height = 292
Caption = '状态栏编程'
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 Status: TStatusBar
Left = 0
Top = 246
Width = 463
Height = 19
Panels = <
item
Width = 50
end
item
Style = psOwnerDraw
Width = 200
end
item
Width = 50
end>
SimplePanel = False
OnDrawPanel = StatusDrawPanel
end
object Button1: TButton
Left = 56
Top = 40
Width = 75
Height = 27
Caption = 'Button1'
TabOrder = 1
OnClick = Button1Click
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?