📄 unit2.dfm
字号:
object Form2: TForm2
Left = 234
Top = 212
Width = 194
Height = 198
BorderStyle = bsSizeToolWin
Caption = 'VC++ Style'
Color = clBtnFace
DockSite = True
DragKind = dkDock
DragMode = dmAutomatic
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Visible = True
PixelsPerInch = 96
TextHeight = 13
object Panel1: TPanel
Left = 0
Top = 0
Width = 186
Height = 171
Align = alClient
BevelInner = bvRaised
BevelOuter = bvLowered
Caption = 'Panel1'
TabOrder = 0
object Memo1: TMemo
Left = 2
Top = 2
Width = 182
Height = 167
Align = alClient
BorderStyle = bsNone
Lines.Strings = (
'Memo1')
TabOrder = 0
end
end
object lbDockClient1: TJvDockClient
OnFormShow = lbDockClient1FormShow
OnFormHide = lbDockClient1FormHide
LRDockWidth = 100
TBDockHeight = 100
NCPopupMenu = MainForm.PopupMenu2
DirectDrag = True
ShowHint = True
EnableCloseButton = True
EachOtherDock = False
DockStyle = MainForm.JvDockVCStyle1
Left = 48
Top = 40
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -