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

📄 packagesresourceform.dfm

📁 學習資料網上下載
💻 DFM
字号:
inherited fmPackagesResource: TfmPackagesResource
  Left = 219
  Top = 214
  Caption = 'fmPackagesResource'
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object Splitter1: TSplitter
    Left = 185
    Top = 0
    Height = 455
  end
  object pcRequiresContains: TPageControl
    Left = 188
    Top = 0
    Width = 513
    Height = 455
    ActivePage = TabSheet3
    Align = alClient
    TabOrder = 0
    object TabSheet2: TTabSheet
      Caption = 'Requires'
      ImageIndex = 1
      object lvRequires: TListView
        Left = 0
        Top = 0
        Width = 505
        Height = 427
        Align = alClient
        Columns = <
          item
            Caption = 'Requires Packages'
            Width = -2
            WidthType = (
              -2)
          end>
        ColumnClick = False
        GridLines = True
        ReadOnly = True
        TabOrder = 0
        ViewStyle = vsReport
      end
    end
    object TabSheet3: TTabSheet
      Caption = 'Contains'
      ImageIndex = 2
      object lvContains: TListView
        Left = 0
        Top = 0
        Width = 505
        Height = 427
        Align = alClient
        Columns = <
          item
            Caption = 'Contains Unit'
            Width = 300
          end
          item
            AutoSize = True
            Caption = 'Flags'
            WidthType = (
              -2)
          end>
        GridLines = True
        ReadOnly = True
        SortType = stText
        TabOrder = 0
        ViewStyle = vsReport
      end
    end
  end
  object Panel1: TPanel
    Left = 0
    Top = 0
    Width = 185
    Height = 455
    Align = alLeft
    BevelOuter = bvLowered
    FullRepaint = False
    TabOrder = 1
    object plbFlags: TPropertyListBox
      Left = 1
      Top = 1
      Width = 183
      Height = 453
      VertScrollBar.Increment = 17
      VertScrollBar.Range = 102
      Align = alClient
      AutoScroll = False
      BorderStyle = bsNone
      Properties = <
        item
          PropertyName = 'Never Build'
          PropertyType = ptBoolean
          Tag = 0
          Enabled = False
          ParentColor = False
          Color = clBlack
          ReadOnly = False
        end
        item
          PropertyName = 'Design Only'
          PropertyType = ptBoolean
          Tag = 0
          Enabled = False
          ParentColor = False
          Color = clBlack
          ReadOnly = False
        end
        item
          PropertyName = 'Runtime Only'
          PropertyType = ptBoolean
          Tag = 0
          Enabled = False
          ParentColor = False
          Color = clBlack
          ReadOnly = False
        end
        item
          PropertyName = 'Check Duplicates'
          PropertyType = ptBoolean
          Tag = 0
          Enabled = False
          ParentColor = False
          Color = clBlack
          ReadOnly = False
        end
        item
          PropertyName = 'Environment'
          PropertyType = ptEnum
          Tag = 0
          EnumValues.Strings = (
            'Pre-V4'
            'Undefined'
            'C++ Builder'
            'Delphi')
          Enabled = False
          ParentColor = False
          Color = clBlack
          ReadOnly = False
        end
        item
          PropertyName = 'Module Type'
          PropertyType = ptEnum
          Tag = 0
          EnumValues.Strings = (
            'EXE'
            'Package DLL'
            'Module DLL'
            'Undefined')
          Enabled = False
          ParentColor = False
          Color = clBlack
          ReadOnly = False
        end>
      ActualValueColWidth = 0
    end
  end
end

⌨️ 快捷键说明

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