FRAME_DatabaseStatusF.dfm 3.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  1. object FRAMEDatabaseStatus: TFRAMEDatabaseStatus
  2. Left = 0
  3. Top = 0
  4. Width = 480
  5. Height = 193
  6. TabOrder = 0
  7. object CxList: TcxGrid
  8. Left = 0
  9. Top = 0
  10. Width = 480
  11. Height = 193
  12. Align = alClient
  13. TabOrder = 0
  14. LookAndFeel.NativeStyle = False
  15. object TvList: TcxGridTableView
  16. Navigator.Buttons.Append.Visible = True
  17. Navigator.Buttons.SaveBookmark.Visible = False
  18. Navigator.InfoPanel.Visible = True
  19. FilterBox.CustomizeDialog = False
  20. OnCustomDrawCell = TvListCustomDrawCell
  21. DataController.Summary.DefaultGroupSummaryItems = <>
  22. DataController.Summary.FooterSummaryItems = <>
  23. DataController.Summary.SummaryGroups = <>
  24. FilterRow.InfoText = '<Click here to define a filter>'
  25. OptionsBehavior.CellHints = True
  26. OptionsBehavior.ShowLockedStateImageOptions.BestFit = lsimImmediate
  27. OptionsBehavior.ShowLockedStateImageOptions.Filtering = lsimImmediate
  28. OptionsBehavior.ShowLockedStateImageOptions.Grouping = lsimImmediate
  29. OptionsBehavior.ShowLockedStateImageOptions.Sorting = lsimImmediate
  30. OptionsCustomize.ColumnFiltering = False
  31. OptionsCustomize.ColumnHidingOnGrouping = False
  32. OptionsData.Deleting = False
  33. OptionsData.DeletingConfirmation = False
  34. OptionsData.Editing = False
  35. OptionsData.Inserting = False
  36. OptionsView.ColumnAutoWidth = True
  37. OptionsView.GroupByBox = False
  38. object Column01: TcxGridColumn
  39. Caption = 'Table Space'
  40. PropertiesClassName = 'TcxTextEditProperties'
  41. Properties.Alignment.Horz = taLeftJustify
  42. Properties.Alignment.Vert = taVCenter
  43. HeaderAlignmentHorz = taCenter
  44. HeaderAlignmentVert = vaCenter
  45. Options.Editing = False
  46. Width = 170
  47. end
  48. object Column02: TcxGridColumn
  49. Caption = 'Total(MB)'
  50. DataBinding.ValueType = 'Integer'
  51. PropertiesClassName = 'TcxCalcEditProperties'
  52. Properties.Alignment.Horz = taRightJustify
  53. Properties.Alignment.Vert = taVCenter
  54. Properties.DisplayFormat = '#,##0'
  55. HeaderAlignmentHorz = taCenter
  56. HeaderAlignmentVert = vaCenter
  57. Options.Editing = False
  58. Width = 70
  59. end
  60. object Column03: TcxGridColumn
  61. Caption = 'Used(MB)'
  62. DataBinding.ValueType = 'Integer'
  63. PropertiesClassName = 'TcxCalcEditProperties'
  64. Properties.Alignment.Horz = taRightJustify
  65. Properties.Alignment.Vert = taVCenter
  66. Properties.DisplayFormat = '#,##0'
  67. HeaderAlignmentHorz = taCenter
  68. HeaderAlignmentVert = vaCenter
  69. Options.Editing = False
  70. Width = 70
  71. end
  72. object Column04: TcxGridColumn
  73. Caption = 'Used (%)'
  74. DataBinding.ValueType = 'Integer'
  75. PropertiesClassName = 'TcxProgressBarProperties'
  76. Properties.PeakSize = 1
  77. Properties.PeakValue = 80.000000000000000000
  78. HeaderAlignmentHorz = taCenter
  79. HeaderAlignmentVert = vaCenter
  80. Options.Editing = False
  81. Width = 172
  82. end
  83. end
  84. object GlList: TcxGridLevel
  85. GridView = TvList
  86. end
  87. end
  88. end