VMS0300MF.dfm 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137
  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. ExplicitWidth = 25
  92. ExplicitHeight = 17
  93. end
  94. inherited BtnExlSave: TcxButton
  95. Left = 1305
  96. ExplicitLeft = 1305
  97. end
  98. end
  99. inherited CxList: TcxGrid
  100. Width = 1385
  101. Height = 696
  102. ExplicitWidth = 1385
  103. ExplicitHeight = 696
  104. inherited TvList: TcxGridBandedTableView
  105. DataController.Summary.FooterSummaryItems = <
  106. item
  107. Kind = skCount
  108. Column = FRAMEVmsStateList1.Col01
  109. end
  110. item
  111. Column = FRAMEVmsStateList1.Col02
  112. end
  113. item
  114. Column = FRAMEVmsStateList1.Col05
  115. end
  116. item
  117. Column = FRAMEVmsStateList1.Col06
  118. end>
  119. end
  120. end
  121. inherited lblTitle: TcxLabel
  122. ExplicitWidth = 109
  123. ExplicitHeight = 21
  124. end
  125. end
  126. end
  127. end
  128. end
  129. end
  130. object TmrShow: TTimer
  131. Enabled = False
  132. Interval = 500
  133. OnTimer = TmrShowTimer
  134. Left = 492
  135. Top = 300
  136. end
  137. end