📄 bar.dfm
字号:
object MainForm: TMainForm
Left = 192
Top = 107
Width = 696
Height = 480
Caption = 'MainForm'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 192
Top = 96
Width = 81
Height = 49
Caption = 'Label1'
end
object StatusBar1: TStatusBar
Left = 0
Top = 424
Width = 688
Height = 29
Panels = <>
end
object ToolBar1: TToolBar
Left = 0
Top = 0
Width = 688
Height = 57
ButtonHeight = 47
ButtonWidth = 54
Caption = 'ToolBar1'
Images = ImageList1
TabOrder = 1
object ToolButton1: TToolButton
Left = 0
Top = 2
AllowAllUp = True
Caption = 'ToolButton1'
ImageIndex = 0
OnClick = ToolButton1Click
end
object ToolButton3: TToolButton
Left = 54
Top = 2
Caption = 'ToolButton3'
ImageIndex = 2
OnClick = ToolButton3Click
end
object ToolButton2: TToolButton
Left = 108
Top = 2
Caption = 'ToolButton2'
ImageIndex = 1
OnClick = ToolButton2Click
end
object ToolButton4: TToolButton
Left = 162
Top = 2
Caption = 'ToolButton4'
ImageIndex = 3
OnClick = ToolButton4Click
end
end
object ImageList1: TImageList
Left = 152
Top = 168
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -