FRAME_VmsMsgListF.dfm 2.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  1. object FRAMEVmsMsgList: TFRAMEVmsMsgList
  2. Left = 0
  3. Top = 0
  4. Width = 401
  5. Height = 719
  6. TabOrder = 0
  7. object CxVmsMsg: TcxGrid
  8. Left = 0
  9. Top = 27
  10. Width = 401
  11. Height = 692
  12. Align = alClient
  13. TabOrder = 0
  14. object TvVmsMsg: TcxGridTableView
  15. FilterBox.CustomizeDialog = False
  16. DataController.Summary.DefaultGroupSummaryItems = <>
  17. DataController.Summary.FooterSummaryItems = <>
  18. DataController.Summary.SummaryGroups = <>
  19. OptionsCustomize.ColumnFiltering = False
  20. OptionsData.CancelOnExit = False
  21. OptionsData.Deleting = False
  22. OptionsData.DeletingConfirmation = False
  23. OptionsData.Inserting = False
  24. OptionsSelection.HideFocusRectOnExit = False
  25. OptionsSelection.HideSelection = True
  26. OptionsView.ColumnAutoWidth = True
  27. OptionsView.DataRowHeight = 64
  28. OptionsView.GroupByBox = False
  29. OptionsView.Indicator = True
  30. object ColSch01: TcxGridColumn
  31. Caption = #49692#49436
  32. PropertiesClassName = 'TcxLabelProperties'
  33. Properties.Alignment.Horz = taCenter
  34. Properties.Alignment.Vert = taVCenter
  35. GroupSummaryAlignment = taCenter
  36. HeaderAlignmentHorz = taCenter
  37. HeaderAlignmentVert = vaCenter
  38. HeaderGlyphAlignmentHorz = taCenter
  39. Width = 40
  40. end
  41. object ColSch02: TcxGridColumn
  42. Caption = #54364#52636#47700#49884#51648
  43. DataBinding.ValueType = 'Variant'
  44. PropertiesClassName = 'TcxImageProperties'
  45. Properties.GraphicClassName = 'TdxSmartImage'
  46. GroupSummaryAlignment = taCenter
  47. HeaderAlignmentHorz = taCenter
  48. HeaderAlignmentVert = vaCenter
  49. HeaderGlyphAlignmentHorz = taCenter
  50. Options.Editing = False
  51. Width = 330
  52. end
  53. end
  54. object GlVmsMsg: TcxGridLevel
  55. GridView = TvVmsMsg
  56. end
  57. end
  58. object PnlSvcTime: TPanel
  59. Left = 0
  60. Top = 0
  61. Width = 401
  62. Height = 27
  63. Align = alTop
  64. Alignment = taLeftJustify
  65. BevelOuter = bvNone
  66. Caption = ' '#51228#44277#49884#44033': -'
  67. Font.Charset = DEFAULT_CHARSET
  68. Font.Color = clNavy
  69. Font.Height = -12
  70. Font.Name = #47569#51008' '#44256#46357
  71. Font.Style = [fsBold]
  72. ParentBackground = False
  73. ParentColor = True
  74. ParentFont = False
  75. TabOrder = 1
  76. end
  77. object lblText1: TcxLabel
  78. Left = 30
  79. Top = 209
  80. Caption = ' '#51228#44277#49884#44033': '
  81. Transparent = True
  82. Visible = False
  83. end
  84. object lblTitle: TcxLabel
  85. Left = 30
  86. Top = 134
  87. Caption = 'VMS'#47700#49884#51648#51221#48372
  88. Transparent = True
  89. Visible = False
  90. end
  91. end