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

📄 celllevelmultiselectdemomain.dfm

📁 DevExpress ExpressQuantumGrid Suite v5.9 Full Source
💻 DFM
字号:
object CellLevelMultiselectDemoMainForm: TCellLevelMultiselectDemoMainForm
  Left = 107
  Top = 75
  Width = 797
  Height = 523
  Caption = 'ExpressQuantumGrid CellLevelMultiselect Demo'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  Menu = mmMain
  Position = poScreenCenter
  PixelsPerInch = 96
  TextHeight = 13
  object lbDescrip: TLabel
    Left = 0
    Top = 0
    Width = 789
    Height = 33
    Align = alTop
    AutoSize = False
    Caption = 
      'Experiment with cell selection. Click '#39'About this demo'#39' for more' +
      ' information.'
    Color = 12937777
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWhite
    Font.Height = -13
    Font.Name = 'MS Sans Serif'
    Font.Style = [fsBold]
    ParentColor = False
    ParentFont = False
    WordWrap = True
  end
  object sbMain: TStatusBar
    Left = 0
    Top = 450
    Width = 789
    Height = 19
    AutoHint = True
    Panels = <>
    ParentShowHint = False
    ShowHint = True
    SimplePanel = True
  end
  object Panel1: TPanel
    Left = 0
    Top = 409
    Width = 789
    Height = 41
    Align = alBottom
    BevelOuter = bvNone
    Color = 16247513
    TabOrder = 1
    object Label1: TLabel
      Left = 4
      Top = 8
      Width = 70
      Height = 13
      Caption = 'Selected rows:'
    end
    object Label2: TLabel
      Left = 4
      Top = 24
      Width = 87
      Height = 13
      Caption = 'Selected columns:'
    end
    object Label3: TLabel
      Left = 160
      Top = 8
      Width = 70
      Height = 13
      Caption = 'Selected Cells:'
    end
    object Label4: TLabel
      Left = 160
      Top = 24
      Width = 91
      Height = 13
      Caption = 'Selected Summary:'
    end
    object lblSelectedRows: TLabel
      Left = 96
      Top = 8
      Width = 45
      Height = 13
      AutoSize = False
      Caption = 'lblSelectedRows'
    end
    object lblSelectedColumns: TLabel
      Left = 96
      Top = 24
      Width = 44
      Height = 13
      AutoSize = False
      Caption = 'lblSelectedColumns'
    end
    object lblSelectedCells: TLabel
      Left = 259
      Top = 8
      Width = 74
      Height = 13
      Caption = 'lblSelectedCells'
    end
    object lblSelectedSummary: TLabel
      Left = 258
      Top = 24
      Width = 95
      Height = 13
      Caption = 'lblSelectedSummary'
    end
  end
  object Grid: TcxGrid
    Left = 0
    Top = 33
    Width = 789
    Height = 376
    Align = alClient
    TabOrder = 2
    object TableView: TcxGridTableView
      OnMouseDown = TableViewMouseDown
      DataController.Summary.DefaultGroupSummaryItems = <>
      DataController.Summary.FooterSummaryItems = <>
      DataController.Summary.SummaryGroups = <>
      NavigatorButtons.ConfirmDelete = False
      OnSelectionChanged = TableViewSelectionChanged
      OptionsCustomize.ColumnFiltering = False
      OptionsCustomize.ColumnGrouping = False
      OptionsCustomize.ColumnMoving = False
      OptionsCustomize.ColumnSorting = False
      OptionsSelection.CellMultiSelect = True
      OptionsView.GroupByBox = False
      OptionsView.Indicator = True
      OptionsView.IndicatorWidth = 40
      Styles.Selection = styleSelected
      OnCustomDrawColumnHeader = TableViewCustomDrawColumnHeader
      OnCustomDrawIndicatorCell = TableViewCustomDrawIndicatorCell
    end
    object Level: TcxGridLevel
      GridView = TableView
    end
  end
  object mmMain: TMainMenu
    Left = 504
    Top = 24
    object miFile: TMenuItem
      Caption = '&File'
      object miExit: TMenuItem
        Caption = 'E&xit'
        Hint = 'Press to quit the demo-program'
        ShortCut = 32856
        OnClick = miExitClick
      end
    end
    object miAbout: TMenuItem
      Caption = '&About this demo'
      Hint = 'Displays the brief description of the current demo features'
      OnClick = miAboutClick
    end
  end
  object LookAndFeelController: TcxLookAndFeelController
    Left = 472
    Top = 24
  end
  object cxStyleRepository1: TcxStyleRepository
    Left = 336
    Top = 88
    object styleSelected: TcxStyle
      AssignedValues = [svColor, svTextColor]
      Color = 15651521
      TextColor = clBlack
    end
    object styleNormal: TcxStyle
      AssignedValues = [svColor]
      Color = clBtnFace
    end
  end
end

⌨️ 快捷键说明

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