12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788 |
- object FRAMEDatabaseStatus: TFRAMEDatabaseStatus
- Left = 0
- Top = 0
- Width = 480
- Height = 193
- TabOrder = 0
- object CxList: TcxGrid
- Left = 0
- Top = 0
- Width = 480
- Height = 193
- Align = alClient
- TabOrder = 0
- LookAndFeel.NativeStyle = False
- object TvList: TcxGridTableView
- Navigator.Buttons.Append.Visible = True
- Navigator.Buttons.SaveBookmark.Visible = False
- Navigator.InfoPanel.Visible = True
- FilterBox.CustomizeDialog = False
- OnCustomDrawCell = TvListCustomDrawCell
- DataController.Summary.DefaultGroupSummaryItems = <>
- DataController.Summary.FooterSummaryItems = <>
- DataController.Summary.SummaryGroups = <>
- FilterRow.InfoText = '<Click here to define a filter>'
- OptionsBehavior.CellHints = True
- OptionsBehavior.ShowLockedStateImageOptions.BestFit = lsimImmediate
- OptionsBehavior.ShowLockedStateImageOptions.Filtering = lsimImmediate
- OptionsBehavior.ShowLockedStateImageOptions.Grouping = lsimImmediate
- OptionsBehavior.ShowLockedStateImageOptions.Sorting = lsimImmediate
- OptionsCustomize.ColumnFiltering = False
- OptionsCustomize.ColumnHidingOnGrouping = False
- OptionsData.Deleting = False
- OptionsData.DeletingConfirmation = False
- OptionsData.Editing = False
- OptionsData.Inserting = False
- OptionsView.ColumnAutoWidth = True
- OptionsView.GroupByBox = False
- object Column01: TcxGridColumn
- Caption = 'Table Space'
- PropertiesClassName = 'TcxTextEditProperties'
- Properties.Alignment.Horz = taLeftJustify
- Properties.Alignment.Vert = taVCenter
- HeaderAlignmentHorz = taCenter
- HeaderAlignmentVert = vaCenter
- Options.Editing = False
- Width = 170
- end
- object Column02: TcxGridColumn
- Caption = 'Total(MB)'
- DataBinding.ValueType = 'Integer'
- PropertiesClassName = 'TcxCalcEditProperties'
- Properties.Alignment.Horz = taRightJustify
- Properties.Alignment.Vert = taVCenter
- Properties.DisplayFormat = '#,##0'
- HeaderAlignmentHorz = taCenter
- HeaderAlignmentVert = vaCenter
- Options.Editing = False
- Width = 70
- end
- object Column03: TcxGridColumn
- Caption = 'Used(MB)'
- DataBinding.ValueType = 'Integer'
- PropertiesClassName = 'TcxCalcEditProperties'
- Properties.Alignment.Horz = taRightJustify
- Properties.Alignment.Vert = taVCenter
- Properties.DisplayFormat = '#,##0'
- HeaderAlignmentHorz = taCenter
- HeaderAlignmentVert = vaCenter
- Options.Editing = False
- Width = 70
- end
- object Column04: TcxGridColumn
- Caption = 'Used (%)'
- DataBinding.ValueType = 'Integer'
- PropertiesClassName = 'TcxProgressBarProperties'
- Properties.PeakSize = 1
- Properties.PeakValue = 80.000000000000000000
- HeaderAlignmentHorz = taCenter
- HeaderAlignmentVert = vaCenter
- Options.Editing = False
- Width = 172
- end
- end
- object GlList: TcxGridLevel
- GridView = TvList
- end
- end
- end
|