📄 mainview.dfm
字号:
object ViewMain: TViewMain
Left = 177
Top = 157
Caption = 'An eMVC Based Application'
ClientHeight = 434
ClientWidth = 688
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
Menu = MainMenu1
OldCreateOrder = False
OnDestroy = FormDestroy
PixelsPerInch = 96
TextHeight = 13
object Splitter1: TSplitter
Left = 289
Top = 0
Height = 415
end
object Label1: TLabel
Left = 376
Top = 88
Width = 9
Height = 37
Font.Charset = DEFAULT_CHARSET
Font.Color = clGreen
Font.Height = -32
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
end
object PageControl1: TPageControl
Left = 0
Top = 0
Width = 289
Height = 415
ActivePage = TabSheet1
Align = alLeft
TabOrder = 0
object TabSheet1: TTabSheet
Caption = 'Index'
object pnlIndex: TPanel
Left = 0
Top = 0
Width = 281
Height = 387
Align = alClient
BevelOuter = bvNone
TabOrder = 0
end
end
end
object StatusBar1: TStatusBar
Left = 0
Top = 415
Width = 688
Height = 19
Panels = <
item
Width = 150
end
item
Width = 50
end>
end
object MainMenu1: TMainMenu
Left = 80
Top = 40
object File1: TMenuItem
Caption = '&File'
object mnuExit: TMenuItem
Caption = 'E&xit'
OnClick = mnuExitClick
end
end
object Help1: TMenuItem
Caption = '&Help'
object mnuHelp: TMenuItem
Caption = '&Help'
end
object mnuAbout: TMenuItem
Caption = '&About...'
end
end
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -