📄 templateeditdlg.dfm
字号:
object dlgTemplateEdit: TdlgTemplateEdit
Left = 261
Top = 145
AutoSize = True
BorderStyle = bsDialog
Caption = 'Edit Code Template'
ClientHeight = 93
ClientWidth = 277
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = True
Position = poScreenCenter
OnCreate = FormCreate
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object Bevel1: TBevel
Left = 0
Top = 0
Width = 277
Height = 63
Shape = bsFrame
end
object Label1: TLabel
Left = 5
Top = 19
Width = 74
Height = 13
Caption = '&Shortcut Name:'
FocusControl = edtShortcut
end
object Label2: TLabel
Left = 23
Top = 44
Width = 56
Height = 13
Caption = '&Description:'
FocusControl = edtDesc
end
object btnOK: TButton
Left = 121
Top = 68
Width = 75
Height = 25
Caption = 'OK'
Default = True
ModalResult = 1
TabOrder = 0
end
object btnCancel: TButton
Left = 201
Top = 68
Width = 75
Height = 25
Cancel = True
Caption = 'Cancel'
ModalResult = 2
TabOrder = 1
end
object edtShortcut: TEdit
Left = 81
Top = 11
Width = 193
Height = 21
TabOrder = 2
end
object edtDesc: TEdit
Left = 81
Top = 36
Width = 193
Height = 21
TabOrder = 3
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -