ufrmpluginform.dfm

来自「jvcl driver development envionment」· DFM 代码 · 共 41 行

DFM
41
字号
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 + =
减小字号Ctrl + -
显示快捷键?