macros.dfm
来自「ArtFormula package contains two nonvisua」· DFM 代码 · 共 76 行
DFM
76 行
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 + =
减小字号Ctrl + -
显示快捷键?