cxcustomtablevieweditor.dfm

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

DFM
767
字号
                object Panel16: TPanel
                  Left = 0
                  Top = 20
                  Width = 162
                  Height = 83
                  Align = alClient
                  BevelOuter = bvNone
                  BorderWidth = 1
                  Color = clBtnShadow
                  TabOrder = 0
                  object LBGroupSummaryItems: TListBox
                    Left = 1
                    Top = 1
                    Width = 160
                    Height = 81
                    Align = alClient
                    BorderStyle = bsNone
                    ItemHeight = 13
                    MultiSelect = True
                    PopupMenu = PMGroupSummaryItems
                    TabOrder = 0
                    OnClick = LBGroupSummaryItemsClick
                    OnKeyPress = FormKeyPress
                  end
                end
              end
              object PGroups: TPanel
                Left = 0
                Top = 0
                Width = 162
                Height = 137
                Align = alLeft
                BevelOuter = bvNone
                TabOrder = 0
                object Panel14: TPanel
                  Left = 0
                  Top = 103
                  Width = 162
                  Height = 34
                  Align = alBottom
                  BevelOuter = bvNone
                  TabOrder = 1
                  object BSummaryGroupAdd: TcxButton
                    Left = 4
                    Top = 6
                    Width = 75
                    Height = 24
                    Caption = '&Add'
                    TabOrder = 0
                    OnClick = BSummaryGroupAddClick
                  end
                  object BSummaryGroupDelete: TcxButton
                    Left = 83
                    Top = 6
                    Width = 75
                    Height = 24
                    Caption = '&Delete'
                    TabOrder = 1
                    OnClick = BSummaryGroupDeleteClick
                  end
                end
                object Panel15: TPanel
                  Left = 0
                  Top = 0
                  Width = 162
                  Height = 20
                  Align = alTop
                  BevelOuter = bvNone
                  TabOrder = 2
                  object Label5: TLabel
                    Left = 4
                    Top = 4
                    Width = 37
                    Height = 13
                    Caption = 'Groups:'
                  end
                end
                object Panel13: TPanel
                  Left = 0
                  Top = 20
                  Width = 162
                  Height = 83
                  Align = alClient
                  BevelOuter = bvNone
                  BorderWidth = 1
                  Color = clBtnShadow
                  TabOrder = 0
                  object LBSummaryGroups: TListBox
                    Left = 1
                    Top = 1
                    Width = 160
                    Height = 81
                    Align = alClient
                    BorderStyle = bsNone
                    ItemHeight = 13
                    MultiSelect = True
                    PopupMenu = PMSummaryGroups
                    TabOrder = 0
                    OnClick = LBSummaryGroupsClick
                    OnKeyPress = FormKeyPress
                  end
                end
              end
              object PGSeparator: TPanel
                Left = 162
                Top = 0
                Width = 4
                Height = 137
                Align = alLeft
                BevelOuter = bvNone
                TabOrder = 2
              end
            end
            object PLinks: TPanel
              Left = 0
              Top = 142
              Width = 328
              Height = 113
              Align = alBottom
              BevelOuter = bvNone
              Constraints.MinHeight = 100
              TabOrder = 1
              OnResize = PLinksResize
              object PUnlinkedColumns: TPanel
                Left = 0
                Top = 0
                Width = 147
                Height = 113
                Align = alLeft
                BevelOuter = bvNone
                TabOrder = 0
                object Panel19: TPanel
                  Left = 0
                  Top = 0
                  Width = 147
                  Height = 20
                  Align = alTop
                  BevelOuter = bvNone
                  TabOrder = 0
                  object Label6: TLabel
                    Left = 4
                    Top = 4
                    Width = 88
                    Height = 13
                    Caption = 'Unlinked Columns:'
                  end
                end
                object Panel17: TPanel
                  Left = 0
                  Top = 20
                  Width = 147
                  Height = 93
                  Align = alClient
                  BevelOuter = bvNone
                  BorderWidth = 1
                  Color = clBtnShadow
                  TabOrder = 1
                  object LBUnlinkedColumns: TListBox
                    Left = 1
                    Top = 1
                    Width = 145
                    Height = 91
                    Align = alClient
                    BorderStyle = bsNone
                    ItemHeight = 13
                    MultiSelect = True
                    TabOrder = 0
                    OnClick = LBUnlinkedColumnsClick
                    OnKeyPress = FormKeyPress
                  end
                end
              end
              object PLinkUnlink: TPanel
                Left = 147
                Top = 0
                Width = 35
                Height = 113
                Align = alLeft
                BevelOuter = bvNone
                TabOrder = 1
                object BColumnLink: TcxButton
                  Left = 5
                  Top = 34
                  Width = 25
                  Height = 25
                  Caption = '>'
                  TabOrder = 0
                  OnClick = BColumnLinkClick
                end
                object BColumnUnlink: TcxButton
                  Left = 5
                  Top = 68
                  Width = 25
                  Height = 25
                  Caption = '<'
                  TabOrder = 1
                  OnClick = BColumnUnlinkClick
                end
              end
              object PLinkedColumns: TPanel
                Left = 182
                Top = 0
                Width = 146
                Height = 113
                Align = alClient
                BevelOuter = bvNone
                TabOrder = 2
                object Panel23: TPanel
                  Left = 0
                  Top = 0
                  Width = 146
                  Height = 20
                  Align = alTop
                  BevelOuter = bvNone
                  TabOrder = 0
                  object Label7: TLabel
                    Left = 4
                    Top = 4
                    Width = 78
                    Height = 13
                    Caption = 'Linked Columns:'
                  end
                end
                object Panel18: TPanel
                  Left = 0
                  Top = 20
                  Width = 146
                  Height = 93
                  Align = alClient
                  BevelOuter = bvNone
                  BorderWidth = 1
                  Color = clBtnShadow
                  TabOrder = 1
                  object LBLinkedColumns: TListBox
                    Left = 1
                    Top = 1
                    Width = 144
                    Height = 91
                    Align = alClient
                    BorderStyle = bsNone
                    ItemHeight = 13
                    MultiSelect = True
                    TabOrder = 0
                    OnClick = LBUnlinkedColumnsClick
                    OnKeyPress = FormKeyPress
                  end
                end
              end
            end
          end
        end
      end
    end
  end
  object PMColumns: TPopupMenu
    Left = 228
    Top = 6
    object MIColumnAdd: TMenuItem
      Caption = '&Add'
      ShortCut = 45
      OnClick = BColumnAddClick
    end
    object MIColumnDelete: TMenuItem
      Caption = '&Delete'
      ShortCut = 46
      OnClick = BColumnDeleteClick
    end
    object MIColumnRestore: TMenuItem
      Caption = 'Rest&ore Defaults'
      OnClick = BColumnRestoreClick
    end
    object N2: TMenuItem
      Caption = '-'
    end
    object MIColumnMoveUp: TMenuItem
      Caption = 'Move Up'
      ShortCut = 16422
      OnClick = BColumnMoveUpClick
    end
    object MIColumnMoveDown: TMenuItem
      Caption = 'Move Down'
      ShortCut = 16424
      OnClick = BColumnMoveDownClick
    end
    object N1: TMenuItem
      Caption = '-'
    end
    object MIColumnSelectAll: TMenuItem
      Caption = '&Select All'
      ShortCut = 16449
      OnClick = MIColumnSelectAllClick
    end
  end
  object PMFooterSummary: TPopupMenu
    Left = 230
    Top = 90
    object MIFooterSummaryAdd: TMenuItem
      Caption = '&Add'
      ShortCut = 45
      OnClick = BAddFooterSummaryItemClick
    end
    object MIFooterSummaryDelete: TMenuItem
      Caption = '&Delete'
      ShortCut = 46
      OnClick = BDeleteFooterSummaryItemClick
    end
    object MenuItem4a: TMenuItem
      Caption = '-'
    end
    object MIFooterSummarySelectAll: TMenuItem
      Caption = '&Select All'
      ShortCut = 16449
      OnClick = MIFooterSummarySelectAllClick
    end
  end
  object PMDefaultGroupsSummary: TPopupMenu
    Left = 230
    Top = 130
    object MIDefaultGroupSummaryAdd: TMenuItem
      Caption = '&Add'
      ShortCut = 45
      OnClick = BDefaultGroupSummaryAddClick
    end
    object MIDefaultGroupSummaryDelete: TMenuItem
      Caption = '&Delete'
      ShortCut = 46
      OnClick = BDefaultGroupSummaryDeleteClick
    end
    object MenuItem3b: TMenuItem
      Caption = '-'
    end
    object MIDefaultGroupSummarySelectAll: TMenuItem
      Caption = '&Select All'
      ShortCut = 16449
      OnClick = MIDefaultGroupSummarySelectAllClick
    end
  end
  object PMSummaryGroups: TPopupMenu
    Left = 230
    Top = 170
    object MISummaryGroupAdd: TMenuItem
      Caption = '&Add'
      ShortCut = 45
      OnClick = BSummaryGroupAddClick
    end
    object MISummaryGroupDelete: TMenuItem
      Caption = '&Delete'
      ShortCut = 46
      OnClick = BSummaryGroupDeleteClick
    end
    object MenuItem5d: TMenuItem
      Caption = '-'
    end
    object MISummaryGroupSelectAll: TMenuItem
      Caption = '&Select All'
      ShortCut = 16449
      OnClick = MISummaryGroupSelectAllClick
    end
  end
  object PMGroupSummaryItems: TPopupMenu
    Left = 230
    Top = 210
    object MIGroupSummaryItemsAdd: TMenuItem
      Caption = '&Add'
      ShortCut = 45
      OnClick = BGroupSummaryItemAddClick
    end
    object MIGroupSummaryItemsDelete: TMenuItem
      Caption = '&Delete'
      ShortCut = 46
      OnClick = BGroupSummaryItemDeleteClick
    end
    object MenuItem6c: TMenuItem
      Caption = '-'
    end
    object MIGroupSummaryItemsSelectAll: TMenuItem
      Caption = '&Select All'
      ShortCut = 16449
      OnClick = MIGroupSummaryItemsSelectAllClick
    end
  end
end

⌨️ 快捷键说明

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