📄 ufrmpluginform.dfm
字号:
object frmPluginForm: TfrmPluginForm
Left = 370
Top = 105
Width = 272
Height = 223
Caption = 'PluginForm'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
PixelsPerInch = 96
TextHeight = 13
object Memo1: TMemo
Left = 16
Top = 8
Width = 233
Height = 129
Anchors = [akLeft, akTop, akRight, akBottom]
Lines.Strings = (
'This is a plugin form.'
''
'The way this plugin is implemented, the plugin '
'form is created when needed and released '
'when the main application is closed.')
TabOrder = 0
end
object Button1: TButton
Left = 16
Top = 152
Width = 233
Height = 25
Anchors = [akLeft, akRight, akBottom]
Caption = 'Call DoSomethingSpecial in Main App'
TabOrder = 1
OnClick = Button1Click
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -