ufrmpluginform.dfm

来自「Jedi Code Library JCL JVCL 组件包 JCL+JVCL超」· DFM 代码 · 共 30 行

DFM
30
字号
object frmPluginForm: TfrmPluginForm
  Left = 370
  Top = 105
  Width = 272
  Height = 171
  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 = 121
    Lines.Strings = (
      'This is a plugin form.'
      ''
      'The way this plugin is implemented now the form '
      'is created on the first event it is needed and it is '
      'released when the main application is closed.')
    TabOrder = 0
  end
end

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?