📄 help.dfm
字号:
object Frm_Help: TFrm_Help
Left = 307
Top = 122
BorderIcons = [biSystemMenu, biHelp]
BorderStyle = bsDialog
Caption = '使用说明'
ClientHeight = 218
ClientWidth = 381
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Style = []
KeyPreview = True
OldCreateOrder = False
OnKeyDown = FormKeyDown
PixelsPerInch = 120
TextHeight = 16
object Label1: TLabel
Left = 54
Top = 34
Width = 167
Height = 20
Caption = '增加一条记录 = Ctrl+N'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -17
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
end
object Label2: TLabel
Left = 54
Top = 71
Width = 163
Height = 20
Caption = '删除一条记录 = Delete'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -17
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
end
object Label3: TLabel
Left = 54
Top = 107
Width = 162
Height = 20
Caption = '修改一条记录 = 空格键'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -17
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
end
object Label4: TLabel
Left = 55
Top = 144
Width = 111
Height = 20
Caption = '退出窗口 = Esc'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -17
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
end
object Btn_Cancel: TButton
Left = 272
Top = 161
Width = 79
Height = 28
Cancel = True
Caption = '关闭'
ModalResult = 2
TabOrder = 0
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -