?? 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 + -