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

📄 issuelistgrid.dfm

📁 DevExpress.ExpressQuantumGrid控件组
💻 DFM
📖 第 1 页 / 共 2 页
字号:
        Caption = 'Name'
        DataBinding.FieldName = 'NAME'
      end
    end
    object btnSchedule: TcxGridDBBandedTableView
      DataController.DataSource = dmMain.dsSchedule
      DataController.Summary.DefaultGroupSummaryItems = <
        item
          Kind = skSum
          Position = spFooter
          Column = btnScheduleFRIDAY
        end
        item
          Kind = skSum
          Position = spFooter
          Column = btnScheduleMONDAY
        end
        item
          Kind = skSum
          Position = spFooter
          Column = btnScheduleSATURDAY
        end
        item
          Kind = skSum
          Position = spFooter
          Column = btnScheduleSUNDAY
        end
        item
          Kind = skSum
          Position = spFooter
          Column = btnScheduleTHURSDAY
        end
        item
          Kind = skSum
          Position = spFooter
          Column = btnScheduleTUESDAY
        end
        item
          Kind = skSum
          Position = spFooter
          Column = btnScheduleWEDNESDAY
        end
        item
          Kind = skAverage
          Position = spFooter
          Column = btnScheduleRowAvg
        end
        item
          Kind = skSum
          Position = spFooter
          Column = btnScheduleRowSum
        end>
      DataController.Summary.FooterSummaryItems = <
        item
          Kind = skSum
          Column = btnScheduleFRIDAY
        end
        item
          Kind = skSum
          Column = btnScheduleMONDAY
        end
        item
          Kind = skSum
          Column = btnScheduleSATURDAY
        end
        item
          Kind = skSum
          Column = btnScheduleSUNDAY
        end
        item
          Kind = skSum
          Column = btnScheduleTHURSDAY
        end
        item
          Kind = skSum
          Column = btnScheduleTUESDAY
        end
        item
          Kind = skSum
          Column = btnScheduleWEDNESDAY
        end
        item
          Kind = skAverage
          Column = btnScheduleRowAvg
        end
        item
          Kind = skSum
          Column = btnScheduleRowSum
        end>
      DataController.Summary.SummaryGroups = <>
      NavigatorButtons.ConfirmDelete = False
      OptionsView.Footer = True
      OptionsView.GroupFooters = gfVisibleWhenExpanded
      Styles.Selection = dmMain.stSelected
      Styles.Footer = dmMain.stLightYellow
      Styles.BandHeader = dmMain.stSelected
      Bands = <
        item
          Caption = 'User'
          FixedKind = fkLeft
          Options.Moving = False
          Styles.Content = dmMain.stLightBlue
          Width = 150
        end
        item
          Caption = 'Days'
        end
        item
          Caption = 'Totals'
          FixedKind = fkRight
          Options.Moving = False
          Styles.Content = dmMain.stLightBlue
          Width = 200
        end>
      object btnScheduleID: TcxGridDBBandedColumn
        DataBinding.FieldName = 'ID'
        Visible = False
        Position.BandIndex = 0
        Position.ColIndex = 2
        Position.RowIndex = 0
      end
      object btnSchedulePROJECTID: TcxGridDBBandedColumn
        Caption = 'Project Name'
        DataBinding.FieldName = 'PROJECTID'
        RepositoryItem = dmMain.edrepProjectName
        Visible = False
        GroupIndex = 0
        SortOrder = soAscending
        Position.BandIndex = 0
        Position.ColIndex = 1
        Position.RowIndex = 0
      end
      object btnScheduleUSERID: TcxGridDBBandedColumn
        Caption = 'Full Name'
        DataBinding.FieldName = 'USERID'
        RepositoryItem = dmMain.edrepUserFullName
        Position.BandIndex = 0
        Position.ColIndex = 0
        Position.RowIndex = 0
      end
      object btnScheduleSUNDAY: TcxGridDBBandedColumn
        Caption = 'Sunday'
        DataBinding.FieldName = 'SUNDAY'
        Position.BandIndex = 1
        Position.ColIndex = 0
        Position.RowIndex = 0
      end
      object btnScheduleMONDAY: TcxGridDBBandedColumn
        Caption = 'Monday'
        DataBinding.FieldName = 'MONDAY'
        Position.BandIndex = 1
        Position.ColIndex = 1
        Position.RowIndex = 0
      end
      object btnScheduleTUESDAY: TcxGridDBBandedColumn
        Caption = 'Tuesday'
        DataBinding.FieldName = 'TUESDAY'
        Position.BandIndex = 1
        Position.ColIndex = 2
        Position.RowIndex = 0
      end
      object btnScheduleWEDNESDAY: TcxGridDBBandedColumn
        Caption = 'Wednesday'
        DataBinding.FieldName = 'WEDNESDAY'
        Position.BandIndex = 1
        Position.ColIndex = 3
        Position.RowIndex = 0
      end
      object btnScheduleTHURSDAY: TcxGridDBBandedColumn
        Caption = 'Thursday'
        DataBinding.FieldName = 'THURSDAY'
        Position.BandIndex = 1
        Position.ColIndex = 4
        Position.RowIndex = 0
      end
      object btnScheduleFRIDAY: TcxGridDBBandedColumn
        Caption = 'Friday'
        DataBinding.FieldName = 'FRIDAY'
        Position.BandIndex = 1
        Position.ColIndex = 5
        Position.RowIndex = 0
      end
      object btnScheduleSATURDAY: TcxGridDBBandedColumn
        Caption = 'Saturday'
        DataBinding.FieldName = 'SATURDAY'
        Position.BandIndex = 1
        Position.ColIndex = 6
        Position.RowIndex = 0
      end
      object btnScheduleRowSum: TcxGridDBBandedColumn
        Caption = 'SUM'
        DataBinding.FieldName = 'RowSum'
        Position.BandIndex = 2
        Position.ColIndex = 0
        Position.RowIndex = 0
      end
      object btnScheduleRowAvg: TcxGridDBBandedColumn
        Caption = 'AVG'
        DataBinding.FieldName = 'RowAvg'
        Position.BandIndex = 2
        Position.ColIndex = 1
        Position.RowIndex = 0
      end
    end
    object lvProjects: TcxGridLevel
      Tag = 1
      Caption = 'Projects'
      GridView = tvProjects
      MaxDetailHeight = 450
      object lvProjectItems: TcxGridLevel
        GridView = tvItems
      end
    end
    object lvItems: TcxGridLevel
      Tag = 2
      Caption = 'Project Items'
    end
    object lvDepartments: TcxGridLevel
      Tag = 3
      Caption = 'Departments'
      GridView = tvDepartments
      object lvDepartmentUsers: TcxGridLevel
        GridView = tvUsers
      end
    end
    object lvTeam: TcxGridLevel
      Tag = 4
      Caption = 'Project Teams'
      GridView = tvTeams
    end
    object lvUsers: TcxGridLevel
      Tag = 5
      Caption = 'Users'
    end
    object lvSchedule: TcxGridLevel
      Tag = 6
      Caption = 'Schedule'
      GridView = btnSchedule
    end
  end
  object pnlFrame: TPanel
    Left = 458
    Top = 33
    Width = 230
    Height = 413
    Align = alRight
    BevelOuter = bvLowered
    Constraints.MinWidth = 230
    TabOrder = 1
  end
  object pnlDesciption: TPanel
    Left = 0
    Top = 0
    Width = 688
    Height = 33
    Align = alTop
    Alignment = taLeftJustify
    BevelOuter = bvNone
    Color = 12937777
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindow
    Font.Height = -15
    Font.Name = 'MS Sans Serif'
    Font.Style = [fsBold]
    ParentFont = False
    TabOrder = 2
  end
  object cxGridPopupMenu1: TcxGridPopupMenu
    Grid = cxGrid
    PopupMenus = <>
    Left = 144
    Top = 72
  end
end

⌨️ 快捷键说明

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