📄 macros.dfm
字号:
object MacrosForm: TMacrosForm
Left = 273
Top = 258
BorderStyle = bsDialog
Caption = 'Macros'
ClientHeight = 174
ClientWidth = 296
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Position = poMainFormCenter
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object Macros: TListBox
Left = 0
Top = 0
Width = 209
Height = 174
Align = alLeft
ItemHeight = 13
Sorted = True
TabOrder = 0
OnDblClick = EBClick
end
object DB: TButton
Left = 216
Top = 144
Width = 75
Height = 25
Caption = 'Delete'
TabOrder = 1
OnClick = DBClick
end
object EB: TButton
Left = 216
Top = 112
Width = 75
Height = 25
Caption = 'Edit'
TabOrder = 2
OnClick = EBClick
end
object RB: TButton
Left = 216
Top = 8
Width = 75
Height = 25
Caption = 'Run'
TabOrder = 3
OnClick = RBClick
end
object NB: TButton
Left = 216
Top = 80
Width = 75
Height = 25
Caption = 'New'
TabOrder = 4
OnClick = NBClick
end
object RNB: TButton
Left = 216
Top = 48
Width = 75
Height = 25
Caption = 'Rename'
TabOrder = 5
OnClick = RNBClick
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -