VMS0300MF.dfm 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134
  1. object VMS0300M: TVMS0300M
  2. Left = 0
  3. Top = 0
  4. HorzScrollBar.Visible = False
  5. VertScrollBar.Visible = False
  6. Caption = #49345#53468' '#47784#45768#53552#47553
  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 = #47569#51008' '#44256#46357
  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 = 17
  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 = 28
  66. object TsList01: TcxTabSheet
  67. Caption = #49345#53468' '#47784#45768#53552#47553
  68. ImageIndex = 0
  69. inline FRAMEVmsStateList1: TFRAMEVmsStateList
  70. Left = 0
  71. Top = 0
  72. Width = 1385
  73. Height = 758
  74. Align = alClient
  75. TabOrder = 0
  76. ExplicitWidth = 1385
  77. ExplicitHeight = 758
  78. inherited PnlTop: TPanel
  79. Width = 1385
  80. ExplicitWidth = 1385
  81. end
  82. inherited PnlBottom: TPanel
  83. Top = 727
  84. Width = 1385
  85. ExplicitTop = 727
  86. ExplicitWidth = 1385
  87. inherited LblRecords: TLabel
  88. Left = 1274
  89. Width = 25
  90. Height = 17
  91. ExplicitLeft = 1402
  92. ExplicitWidth = 25
  93. ExplicitHeight = 17
  94. end
  95. inherited BtnExlSave: TcxButton
  96. Left = 1305
  97. ExplicitLeft = 1305
  98. end
  99. end
  100. inherited CxList: TcxGrid
  101. Width = 1385
  102. Height = 696
  103. ExplicitWidth = 1385
  104. ExplicitHeight = 696
  105. inherited TvList: TcxGridBandedTableView
  106. DataController.Summary.FooterSummaryItems = <
  107. item
  108. Kind = skCount
  109. Column = FRAMEVmsStateList1.Col01
  110. end
  111. item
  112. Column = FRAMEVmsStateList1.Col02
  113. end
  114. item
  115. Column = FRAMEVmsStateList1.Col05
  116. end
  117. item
  118. Column = FRAMEVmsStateList1.Col06
  119. end>
  120. end
  121. end
  122. end
  123. end
  124. end
  125. end
  126. end
  127. object TmrShow: TTimer
  128. Enabled = False
  129. Interval = 500
  130. OnTimer = TmrShowTimer
  131. Left = 492
  132. Top = 300
  133. end
  134. end