📄 mainunit.dfm
字号:
object MainForm: TMainForm
Left = 219
Top = 149
Width = 600
Height = 450
Caption = 'MainForm'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
FormStyle = fsMDIForm
Menu = MainMenu1
OldCreateOrder = False
PixelsPerInch = 96
TextHeight = 13
object StatusBar1: TStatusBar
Left = 0
Top = 384
Width = 592
Height = 20
Panels = <>
SimplePanel = True
SimpleText = #22810#31383#20307#24212#29992#31243#24207
end
object ToolBar1: TToolBar
Left = 0
Top = 0
Width = 592
Height = 29
ButtonHeight = 23
Caption = 'ToolBar1'
TabOrder = 1
object ToolButton1: TToolButton
Left = 0
Top = 2
Caption = 'ToolButton1'
ImageIndex = 0
end
object ToolButton2: TToolButton
Left = 23
Top = 2
Width = 8
Caption = 'ToolButton2'
ImageIndex = 1
Style = tbsSeparator
end
object ToolButton3: TToolButton
Left = 31
Top = 2
Caption = 'ToolButton3'
ImageIndex = 1
end
object ToolButton4: TToolButton
Left = 54
Top = 2
Width = 8
Caption = 'ToolButton4'
ImageIndex = 2
Style = tbsSeparator
end
object ToolButton5: TToolButton
Left = 62
Top = 2
Caption = 'ToolButton5'
ImageIndex = 2
end
end
object MainMenu1: TMainMenu
Left = 112
Top = 56
object File: TMenuItem
Caption = #25991#20214'(&F)'
object CloseWindow: TMenuItem
Caption = #20851#38381#31383#20307'(&C)'
OnClick = CloseWindowClick
end
object Exit: TMenuItem
Caption = #36864#20986'(&X)'
OnClick = ExitClick
end
end
object Window: TMenuItem
Caption = #31383#21475'(&W)'
object Horizontal: TMenuItem
Caption = #27700#24179#24179#38138'(&H)'
OnClick = HorizontalClick
end
object Vertical: TMenuItem
Caption = #22402#30452#24179#38138'(&V)'
OnClick = VerticalClick
end
object Layer: TMenuItem
Caption = #23618#21472#25490#21015'(&L)'
OnClick = LayerClick
end
end
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -