📄 unit2.dfm
字号:
object Form2: TForm2
Left = 305
Top = 200
Width = 630
Height = 404
Caption = 'Preview'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
WindowState = wsMaximized
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object ToolBar1: TToolBar
Left = 0
Top = 0
Width = 622
Height = 29
Caption = 'ToolBar1'
EdgeBorders = []
Images = Form1.ImageList1
TabOrder = 0
object SpeedButton1: TSpeedButton
Left = 0
Top = 2
Width = 71
Height = 22
Caption = 'Close'
OnClick = SpeedButton1Click
end
object ToolButton1: TToolButton
Left = 71
Top = 2
Width = 8
Caption = 'ToolButton1'
Style = tbsSeparator
end
object ToolButton2: TToolButton
Left = 79
Top = 2
Caption = 'ToolButton2'
ImageIndex = 6
OnClick = ToolButton2Click
end
object ToolButton3: TToolButton
Left = 102
Top = 2
Caption = 'ToolButton3'
ImageIndex = 7
OnClick = ToolButton3Click
end
end
object BlockViewer1: TBlockViewer
Left = 0
Top = 29
Width = 622
Height = 348
Align = alClient
DoubleBuffered = False
Scale = 1
GridKind = gkAuto
GridVSize = 0.05
GridHSize = 0.05
ShowGrid = False
ShowRulers = True
ViewKind = vkPage
UnitType = Inch
Smooth = True
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -