⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 main.dfm

📁 用Delphi实现Dll插件的方式
💻 DFM
字号:
object FrmMain: TFrmMain
  Left = 208
  Top = 229
  BorderIcons = [biSystemMenu, biMinimize]
  BorderStyle = bsSingle
  Caption = 'Plugin Demo'
  ClientHeight = 184
  ClientWidth = 347
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  OnCreate = FormCreate
  OnDestroy = FormDestroy
  PixelsPerInch = 96
  TextHeight = 12
  object CmdStart: TButton
    Left = 264
    Top = 16
    Width = 75
    Height = 25
    Caption = #24320#22987
    TabOrder = 0
    OnClick = CmdStartClick
  end
  object CmdStop: TButton
    Left = 264
    Top = 48
    Width = 75
    Height = 25
    Caption = #20572#27490
    TabOrder = 1
    OnClick = CmdStopClick
  end
  object CmdConfig: TButton
    Left = 264
    Top = 80
    Width = 75
    Height = 25
    Caption = #37197#32622
    TabOrder = 2
    OnClick = CmdConfigClick
  end
  object CmdKill: TButton
    Left = 264
    Top = 112
    Width = 75
    Height = 25
    Caption = #21368#36733
    TabOrder = 3
    OnClick = CmdKillClick
  end
  object CmdAbout: TButton
    Left = 264
    Top = 144
    Width = 75
    Height = 25
    Caption = #20851#20110
    TabOrder = 4
    OnClick = CmdAboutClick
  end
  object ListView1: TListView
    Left = 8
    Top = 8
    Width = 249
    Height = 169
    Checkboxes = True
    Columns = <
      item
        Caption = #25551#36848
        MaxWidth = 150
        MinWidth = 150
        Width = 150
      end
      item
        Alignment = taCenter
        Caption = #21517#31216
        MaxWidth = 80
        MinWidth = 80
        Width = 80
      end>
    ColumnClick = False
    GridLines = True
    HideSelection = False
    ReadOnly = True
    RowSelect = True
    TabOrder = 5
    ViewStyle = vsReport
    OnClick = ListView1Click
    OnDblClick = CmdConfigClick
  end
end

⌨️ 快捷键说明

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