📄 unitform1.dfm
字号:
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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -