📄 templateu.dfm
字号:
object frmTemplate: TfrmTemplate
Left = 719
Top = 116
Width = 476
Height = 226
Caption = 'Template'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -14
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
PixelsPerInch = 120
TextHeight = 16
object pnlTemplate: TPanel
Left = 340
Top = 0
Width = 128
Height = 186
Align = alRight
TabOrder = 0
object btnHelp: TButton
Left = 20
Top = 103
Width = 92
Height = 31
Caption = 'Help'
TabOrder = 0
OnClick = btnHelpClick
end
object btnClose: TButton
Left = 20
Top = 143
Width = 92
Height = 31
Caption = 'Close'
TabOrder = 1
OnClick = btnCloseClick
end
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -