📄 parentform.dfm.~1~
字号:
object MDIParent: TMDIParent
Caption = 'MDIParent'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
FormStyle = fsMDIForm
Height = 372
Menu = MainMenu1
Width = 512
Left = 8
Top = 8
PixelsPerInch = 96
TextHeight = 13
object MainMenu1: TMainMenu
Top = 0
object File1: TMenuItem
Caption = '&File'
object New1: TMenuItem
Caption = '&New'
OnClick = New1Click
end
object Open1: TMenuItem
Caption = '&Open...'
end
object N2: TMenuItem
Caption = '&Exit'
end
end
object Window1: TMenuItem
Caption = '&Window'
GroupIndex = 2
object ile1: TMenuItem
Caption = '&Tile'
OnClick = Tile1Click
end
object Cascade1: TMenuItem
Caption = '&Cascade'
OnClick = Cascade1Click
end
object ArrangeAll1: TMenuItem
Caption = '&Arrange All'
OnClick = ArrangeAll1Click
end
end
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -