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

📄 activeformimpl1.dfm

📁 这个是调用com组件自动调用,可以动态调用com组件
💻 DFM
字号:
object ActiveFormX: TActiveFormX
  Left = 192
  Top = 107
  Width = 696
  Height = 480
  Caption = 'ActiveFormX'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnActivate = ActiveFormActivate
  PixelsPerInch = 96
  TextHeight = 13
  object Panel1: TPanel
    Left = 0
    Top = 0
    Width = 688
    Height = 57
    Align = alTop
    TabOrder = 0
  end
  object Panel2: TPanel
    Left = 0
    Top = 57
    Width = 177
    Height = 377
    Align = alLeft
    TabOrder = 1
    object TreeView1: TTreeView
      Left = 1
      Top = 1
      Width = 175
      Height = 375
      Align = alClient
      Indent = 19
      TabOrder = 0
    end
  end
  object Status: TStatusBar
    Left = 0
    Top = 434
    Width = 688
    Height = 19
    Panels = <
      item
        Text = '业务状态:'
        Width = 150
      end
      item
        Text = '公司名称:'
        Width = 50
      end>
    SimplePanel = False
  end
  object Button4: TButton
    Left = 192
    Top = 104
    Width = 75
    Height = 25
    Caption = 'Button4'
    TabOrder = 3
    OnClick = Button4Click
  end
  object Button7: TButton
    Left = 192
    Top = 144
    Width = 75
    Height = 25
    Caption = 'Button7'
    TabOrder = 4
    OnClick = Button7Click
  end
end

⌨️ 快捷键说明

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