cxpropertiesstoreeditor.dfm

来自「胜天进销存源码,国产优秀的进销存」· DFM 代码 · 共 1,057 行 · 第 1/5 页

DFM
1,057
字号
object frmPropertiesStoreEditor: TfrmPropertiesStoreEditor
  Left = 412
  Top = 178
  Width = 393
  Height = 553
  Caption = 'PropertiesStore Editor'
  Color = clBtnFace
  Constraints.MinHeight = 553
  Constraints.MinWidth = 393
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -10
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnCreate = FormCreate
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object pnlClient: TPanel
    Left = 0
    Top = 33
    Width = 385
    Height = 486
    Align = alClient
    BevelOuter = bvNone
    TabOrder = 0
    object pnlLeftTree: TPanel
      Left = 0
      Top = 0
      Width = 272
      Height = 486
      Align = alClient
      BevelOuter = bvNone
      BorderWidth = 4
      TabOrder = 0
      object pnlLeftTreeTop: TPanel
        Left = 4
        Top = 4
        Width = 264
        Height = 29
        Align = alTop
        BevelOuter = bvNone
        TabOrder = 1
        object lblFindComponent: TLabel
          Left = 7
          Top = 6
          Width = 80
          Height = 13
          Caption = 'Find Component:'
        end
        object edFindComponent: TEdit
          Left = 96
          Top = 4
          Width = 165
          Height = 21
          TabOrder = 0
          OnKeyDown = edFindComponentKeyDown
        end
      end
      object Tree: TTreeView
        Left = 4
        Top = 33
        Width = 264
        Height = 449
        Align = alClient
        Indent = 19
        ReadOnly = True
        RightClickSelect = True
        TabOrder = 0
        OnContextPopup = TreeContextPopup
        OnCustomDrawItem = TreeCustomDrawItem
        OnDeletion = TreeDeletion
        OnKeyDown = TreeKeyDown
      end
    end
    object pnlButtons: TPanel
      Left = 272
      Top = 0
      Width = 113
      Height = 486
      Align = alRight
      BevelOuter = bvNone
      TabOrder = 1
      object Panel1: TPanel
        Left = 0
        Top = 348
        Width = 113
        Height = 138
        Align = alBottom
        BevelOuter = bvNone
        TabOrder = 0
      end
      object Panel2: TPanel
        Left = 0
        Top = 0
        Width = 113
        Height = 348
        Align = alClient
        BevelOuter = bvNone
        TabOrder = 1
        object btnOK: TButton
          Left = 4
          Top = 32
          Width = 105
          Height = 25
          Caption = 'OK'
          TabOrder = 0
          OnClick = btnOKClick
        end
        object btnCancel: TButton
          Left = 4
          Top = 64
          Width = 105
          Height = 25
          Caption = 'Cancel'
          TabOrder = 1
          OnClick = btnCancelClick
        end
      end
    end
  end
  object ToolBar: TToolBar
    Left = 0
    Top = 0
    Width = 385
    Height = 33
    ButtonHeight = 30
    ButtonWidth = 31
    Caption = 'ToolBar'
    Flat = True
    Images = ImageList1
    TabOrder = 1
    object btnGroupByComponents: TToolButton
      Left = 0
      Top = 0
      Hint = 'Group by components'
      Action = actGroupByComponents
      ImageIndex = 0
      ParentShowHint = False
      ShowHint = True
    end
    object btnGroupByProperties: TToolButton
      Left = 31
      Top = 0
      Hint = 'Group by properties'
      Action = actGroupByProperties
      ImageIndex = 1
      ParentShowHint = False
      ShowHint = True
    end
    object ToolButton3: TToolButton
      Left = 62
      Top = 0
      Width = 8
      Caption = 'ToolButton3'
      ImageIndex = 2
      Style = tbsSeparator
    end
    object btnReset: TToolButton
      Left = 70
      Top = 0
      Hint = 'Reset'
      Caption = 'btnReset'
      ImageIndex = 2
      ParentShowHint = False
      ShowHint = True
      OnClick = btnResetClick
    end
    object btnCheckAll: TToolButton
      Left = 101
      Top = 0
      Hint = 'Check all'
      Caption = 'btnCheckAll'
      ImageIndex = 3
      ParentShowHint = False
      ShowHint = True
      OnClick = btnCheckAllClick
    end
    object btnUncheckAll: TToolButton
      Left = 132
      Top = 0
      Hint = 'Uncheck all'
      Caption = 'btnUncheckAll'
      ImageIndex = 4
      ParentShowHint = False
      ShowHint = True
      OnClick = btnUncheckAllClick
    end
    object btnInvertChecking: TToolButton
      Left = 163
      Top = 0
      Hint = 'Invert checking'
      Caption = 'btnInvertChecking'
      ImageIndex = 5
      ParentShowHint = False
      ShowHint = True
      OnClick = btnInvertCheckingClick
    end
  end
  object ActionList1: TActionList
    Left = 356
    Top = 4
    object actGroupByComponents: TAction
      Caption = 'GroupByComponents'
      OnExecute = actGroupByComponentsExecute
    end
    object actGroupByProperties: TAction
      Caption = 'GroupByProperties'
      OnExecute = actGroupByPropertiesExecute
    end
  end

⌨️ 快捷键说明

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