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

📄 fmmain.dfm

📁 李维出的《Inside VCL(深入核心——VCL架构剖析) 》随书源码。
💻 DFM
字号:
object Form1: TForm1
  Left = 337
  Top = 154
  Width = 527
  Height = 483
  Caption = 'Form1'
  Color = clBtnFace
  Font.Charset = CHINESEBIG5_CHARSET
  Font.Color = clWindowText
  Font.Height = -16
  Font.Name = #26032#32048#26126#39636
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 16
  object ListBox1: TListBox
    Left = 0
    Top = 0
    Width = 201
    Height = 297
    ItemHeight = 16
    TabOrder = 0
  end
  object Button1: TButton
    Left = 8
    Top = 312
    Width = 145
    Height = 41
    Caption = 'Get Top Level '
    TabOrder = 1
    OnClick = Button1Click
  end
  object ListBox2: TListBox
    Left = 208
    Top = 0
    Width = 297
    Height = 297
    ItemHeight = 16
    TabOrder = 2
  end
  object BitBtn1: TBitBtn
    Left = 352
    Top = 312
    Width = 121
    Height = 33
    TabOrder = 3
    Kind = bkClose
  end
  object Button2: TButton
    Left = 160
    Top = 312
    Width = 177
    Height = 41
    Caption = 'Get Catalog Components'
    TabOrder = 4
    OnClick = Button2Click
  end
  object Button3: TButton
    Left = 8
    Top = 360
    Width = 329
    Height = 33
    Caption = 'Get Top Level With CoAdmin'
    TabOrder = 5
    OnClick = Button3Click
  end
  object Button4: TButton
    Left = 8
    Top = 400
    Width = 329
    Height = 33
    Caption = 'Get Catalog Component With Admin'
    TabOrder = 6
    OnClick = Button4Click
  end
  object COMAdminCatalog1: TCOMAdminCatalog
    AutoConnect = False
    ConnectKind = ckRunningOrNew
    Left = 416
    Top = 360
  end
end

⌨️ 快捷键说明

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