VMS0300MF.dfm 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136
  1. object VMS0300M: TVMS0300M
  2. Left = 0
  3. Top = 0
  4. HorzScrollBar.Visible = False
  5. VertScrollBar.Visible = False
  6. Caption = 'Status Monitoring'
  7. ClientHeight = 791
  8. ClientWidth = 1392
  9. Color = clBtnFace
  10. Font.Charset = DEFAULT_CHARSET
  11. Font.Color = clWindowText
  12. Font.Height = -13
  13. Font.Name = 'Tahoma'
  14. Font.Style = []
  15. FormStyle = fsMDIChild
  16. OldCreateOrder = False
  17. Position = poDefault
  18. ShowHint = True
  19. Visible = True
  20. WindowState = wsMaximized
  21. OnActivate = FormActivate
  22. OnClose = FormClose
  23. OnDeactivate = FormDeactivate
  24. OnShow = FormShow
  25. PixelsPerInch = 96
  26. TextHeight = 16
  27. object PnlCenter: TPanel
  28. Left = 0
  29. Top = 0
  30. Width = 1392
  31. Height = 791
  32. Align = alClient
  33. BevelOuter = bvNone
  34. ParentBackground = False
  35. ParentColor = True
  36. TabOrder = 0
  37. object PnlMapBack: TPanel
  38. Left = 0
  39. Top = 0
  40. Width = 1392
  41. Height = 791
  42. Align = alClient
  43. BevelOuter = bvNone
  44. ParentBackground = False
  45. ParentColor = True
  46. TabOrder = 0
  47. object PgFormTab: TcxPageControl
  48. Left = 0
  49. Top = 0
  50. Width = 1392
  51. Height = 791
  52. Cursor = crHandPoint
  53. Align = alClient
  54. Focusable = False
  55. TabOrder = 0
  56. Properties.ActivePage = TsList01
  57. Properties.HotTrack = True
  58. Properties.Options = [pcoAlwaysShowGoDialogButton, pcoFixedTabWidthWhenRotated, pcoGradient, pcoGradientClientArea, pcoRedrawOnResize]
  59. Properties.OwnerDraw = True
  60. Properties.TabSlants.Positions = [spRight]
  61. TabSlants.Positions = [spRight]
  62. ClientRectBottom = 786
  63. ClientRectLeft = 2
  64. ClientRectRight = 1387
  65. ClientRectTop = 27
  66. object TsList01: TcxTabSheet
  67. Caption = ' Status Monitoring '
  68. ImageIndex = 0
  69. ExplicitTop = 28
  70. ExplicitHeight = 758
  71. inline FRAMEVmsStateList1: TFRAMEVmsStateList
  72. Left = 0
  73. Top = 0
  74. Width = 1385
  75. Height = 759
  76. Align = alClient
  77. TabOrder = 0
  78. ExplicitWidth = 1385
  79. ExplicitHeight = 758
  80. inherited PnlTop: TPanel
  81. Width = 1385
  82. ExplicitWidth = 1385
  83. end
  84. inherited PnlBottom: TPanel
  85. Top = 728
  86. Width = 1385
  87. ExplicitTop = 727
  88. ExplicitWidth = 1385
  89. inherited LblRecords: TLabel
  90. Left = 1273
  91. Width = 26
  92. Height = 16
  93. ExplicitLeft = 1273
  94. ExplicitWidth = 26
  95. ExplicitHeight = 16
  96. end
  97. inherited BtnExlSave: TcxButton
  98. Left = 1305
  99. ExplicitLeft = 1305
  100. end
  101. end
  102. inherited CxList: TcxGrid
  103. Width = 1385
  104. Height = 697
  105. ExplicitWidth = 1385
  106. ExplicitHeight = 696
  107. inherited TvList: TcxGridBandedTableView
  108. DataController.Summary.FooterSummaryItems = <
  109. item
  110. Kind = skCount
  111. Column = FRAMEVmsStateList1.Col01
  112. end
  113. item
  114. Column = FRAMEVmsStateList1.Col02
  115. end
  116. item
  117. Column = FRAMEVmsStateList1.Col05
  118. end
  119. item
  120. Column = FRAMEVmsStateList1.Col06
  121. end>
  122. end
  123. end
  124. end
  125. end
  126. end
  127. end
  128. end
  129. object TmrShow: TTimer
  130. Enabled = False
  131. Interval = 500
  132. OnTimer = TmrShowTimer
  133. Left = 492
  134. Top = 300
  135. end
  136. end