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

📄 demopack.dfm

📁 Delphi编写的一个支持语法高亮显示和很多语言的文本编辑器
💻 DFM
字号:
object frmInstallPackage: TfrmInstallPackage
  Left = 110
  Top = 210
  BorderIcons = [biSystemMenu]
  BorderStyle = bsDialog
  Caption = 'Instaled Packages'
  ClientHeight = 312
  ClientWidth = 594
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object Splitter1: TSplitter
    Left = 153
    Top = 0
    Width = 3
    Height = 272
    Cursor = crHSplit
  end
  object ListPackage: TTreeView
    Left = 0
    Top = 0
    Width = 153
    Height = 272
    Align = alLeft
    HideSelection = False
    Indent = 19
    ParentShowHint = False
    RowSelect = True
    ShowHint = True
    ShowRoot = False
    TabOrder = 0
    OnChanging = ListPackageChanging
    OnCollapsing = ListPackageCollapsing
    OnEditing = ListPackageEditing
    Items.Data = {
      01000000200000000000000000000000FFFFFFFFFFFFFFFF0000000000000000
      074D616E61676572}
  end
  object ServicesView: TListView
    Left = 156
    Top = 0
    Width = 438
    Height = 272
    Align = alClient
    Columns = <
      item
        Caption = 'Service'
        Width = 100
      end
      item
        Caption = 'Description'
        Width = 170
      end
      item
        Caption = 'Status'
        Width = 70
      end
      item
        Caption = 'Version'
      end>
    ColumnClick = False
    ReadOnly = True
    RowSelect = True
    TabOrder = 1
    ViewStyle = vsReport
  end
  object Panel1: TPanel
    Left = 0
    Top = 272
    Width = 594
    Height = 40
    Align = alBottom
    BevelOuter = bvNone
    TabOrder = 2
    object BitBtn1: TBitBtn
      Left = 2
      Top = 7
      Width = 75
      Height = 25
      Caption = 'Add Package'
      TabOrder = 0
      OnClick = BitBtn1Click
    end
    object BitBtn2: TBitBtn
      Left = 82
      Top = 7
      Width = 75
      Height = 25
      Caption = 'Remove'
      TabOrder = 1
      OnClick = BitBtn2Click
    end
    object BitBtn3: TBitBtn
      Left = 514
      Top = 7
      Width = 75
      Height = 25
      Caption = 'Close'
      TabOrder = 2
      OnClick = BitBtn3Click
    end
  end
  object OpenDialog1: TOpenDialog
    DefaultExt = 'bpl'
    Filter = 'Borland Package Library(*.bpl)|*.bpl'
    Options = [ofHideReadOnly, ofPathMustExist, ofFileMustExist, ofEnableSizing]
    Title = 'Open Package'
    Left = 72
    Top = 192
  end
end

⌨️ 快捷键说明

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