📄 help.dfm
字号:
object HelpForm: THelpForm
Left = 191
Top = 430
ActiveControl = BClose
BorderIcons = [biSystemMenu]
BorderStyle = bsDialog
Caption = 'HelpForm'
ClientHeight = 85
ClientWidth = 310
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
FormStyle = fsStayOnTop
OldCreateOrder = False
Position = poMainFormCenter
DesignSize = (
310
85)
PixelsPerInch = 96
TextHeight = 13
object RefLabel: TLabel
Left = 0
Top = 64
Width = 3
Height = 13
end
object HelpText: TMemo
Left = 4
Top = 4
Width = 303
Height = 45
Anchors = [akLeft, akTop, akRight, akBottom]
BorderStyle = bsNone
ParentColor = True
ReadOnly = True
TabOrder = 0
end
object BClose: TButton
Left = 230
Top = 56
Width = 75
Height = 25
Anchors = [akRight, akBottom]
Caption = 'BClose'
ModalResult = 1
TabOrder = 1
OnClick = BCloseClick
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -