FRAME_VmsMsgListF.dfm 7.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234
  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 = 'Seq.'
  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 = 'Display message'
  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. object ColSch03: TcxGridColumn
  54. Caption = 'Section'
  55. PropertiesClassName = 'TcxLabelProperties'
  56. Properties.Alignment.Horz = taCenter
  57. Properties.Alignment.Vert = taVCenter
  58. Visible = False
  59. GroupSummaryAlignment = taCenter
  60. HeaderAlignmentHorz = taCenter
  61. HeaderAlignmentVert = vaCenter
  62. HeaderGlyphAlignmentHorz = taCenter
  63. Options.Editing = False
  64. VisibleForCustomization = False
  65. Width = 60
  66. end
  67. object ColSch04: TcxGridColumn
  68. Caption = 'Time(sec)'
  69. PropertiesClassName = 'TcxComboBoxProperties'
  70. Properties.Alignment.Horz = taCenter
  71. Properties.Alignment.Vert = taVCenter
  72. Properties.DropDownListStyle = lsFixedList
  73. Properties.ImmediatePost = True
  74. Properties.Items.Strings = (
  75. '1'
  76. '2'
  77. '3'
  78. '4'
  79. '5'
  80. '6'
  81. '7'
  82. '8'
  83. '9'
  84. '10')
  85. Visible = False
  86. GroupSummaryAlignment = taCenter
  87. HeaderAlignmentHorz = taCenter
  88. HeaderAlignmentVert = vaCenter
  89. HeaderGlyphAlignmentHorz = taCenter
  90. VisibleForCustomization = False
  91. Width = 60
  92. end
  93. object ColSch005: TcxGridColumn
  94. Caption = 'Start Time'
  95. PropertiesClassName = 'TcxTextEditProperties'
  96. Properties.Alignment.Horz = taCenter
  97. Properties.Alignment.Vert = taVCenter
  98. Visible = False
  99. GroupSummaryAlignment = taCenter
  100. HeaderAlignmentHorz = taCenter
  101. HeaderAlignmentVert = vaCenter
  102. HeaderGlyphAlignmentHorz = taCenter
  103. Options.Editing = False
  104. VisibleForCustomization = False
  105. Width = 80
  106. end
  107. object ColSch006: TcxGridColumn
  108. Caption = 'End Time'
  109. PropertiesClassName = 'TcxTextEditProperties'
  110. Properties.Alignment.Horz = taCenter
  111. Properties.Alignment.Vert = taVCenter
  112. Visible = False
  113. GroupSummaryAlignment = taCenter
  114. HeaderAlignmentHorz = taCenter
  115. HeaderAlignmentVert = vaCenter
  116. HeaderGlyphAlignmentHorz = taCenter
  117. Options.Editing = False
  118. VisibleForCustomization = False
  119. Width = 80
  120. end
  121. object ColSch007: TcxGridColumn
  122. Caption = 'Use'
  123. PropertiesClassName = 'TcxComboBoxProperties'
  124. Properties.Alignment.Horz = taCenter
  125. Properties.Alignment.Vert = taVCenter
  126. Properties.DropDownListStyle = lsFixedList
  127. Properties.ImmediatePost = True
  128. Properties.Items.Strings = (
  129. 'Y'
  130. 'N')
  131. Visible = False
  132. GroupSummaryAlignment = taCenter
  133. HeaderAlignmentHorz = taCenter
  134. HeaderAlignmentVert = vaCenter
  135. HeaderGlyphAlignmentHorz = taCenter
  136. VisibleForCustomization = False
  137. end
  138. object ColSch008: TcxGridColumn
  139. Caption = 'Start Time'
  140. PropertiesClassName = 'TcxTextEditProperties'
  141. Visible = False
  142. GroupSummaryAlignment = taCenter
  143. HeaderAlignmentHorz = taCenter
  144. HeaderAlignmentVert = vaCenter
  145. HeaderGlyphAlignmentHorz = taCenter
  146. VisibleForCustomization = False
  147. end
  148. object ColSch009: TcxGridColumn
  149. Caption = 'End Time'
  150. PropertiesClassName = 'TcxTextEditProperties'
  151. Visible = False
  152. GroupSummaryAlignment = taCenter
  153. HeaderAlignmentHorz = taCenter
  154. HeaderAlignmentVert = vaCenter
  155. HeaderGlyphAlignmentHorz = taCenter
  156. VisibleForCustomization = False
  157. end
  158. object TvVmsMsgColumn1: TcxGridColumn
  159. PropertiesClassName = 'TcxTextEditProperties'
  160. Properties.Alignment.Horz = taCenter
  161. Properties.Alignment.Vert = taVCenter
  162. Visible = False
  163. VisibleForCustomization = False
  164. end
  165. object TvVmsMsgColumn2: TcxGridColumn
  166. PropertiesClassName = 'TcxTextEditProperties'
  167. Properties.Alignment.Horz = taCenter
  168. Properties.Alignment.Vert = taVCenter
  169. Visible = False
  170. VisibleForCustomization = False
  171. end
  172. object TvVmsMsgColumn3: TcxGridColumn
  173. PropertiesClassName = 'TcxTextEditProperties'
  174. Properties.Alignment.Horz = taCenter
  175. Properties.Alignment.Vert = taVCenter
  176. Visible = False
  177. VisibleForCustomization = False
  178. end
  179. object TvVmsMsgColumn4: TcxGridColumn
  180. PropertiesClassName = 'TcxTextEditProperties'
  181. Properties.Alignment.Horz = taCenter
  182. Properties.Alignment.Vert = taVCenter
  183. Visible = False
  184. VisibleForCustomization = False
  185. end
  186. object TvVmsMsgColumn5: TcxGridColumn
  187. Caption = 'VMS Type'
  188. PropertiesClassName = 'TcxTextEditProperties'
  189. Properties.Alignment.Horz = taCenter
  190. Properties.Alignment.Vert = taVCenter
  191. Visible = False
  192. VisibleForCustomization = False
  193. end
  194. object TvVmsMsgColumn6: TcxGridColumn
  195. Caption = 'Form Color'
  196. PropertiesClassName = 'TcxTextEditProperties'
  197. Properties.Alignment.Horz = taCenter
  198. Properties.Alignment.Vert = taVCenter
  199. Visible = False
  200. VisibleForCustomization = False
  201. end
  202. object TvVmsMsgColumn7: TcxGridColumn
  203. Caption = 'Form Type'
  204. PropertiesClassName = 'TcxTextEditProperties'
  205. Properties.Alignment.Horz = taRightJustify
  206. Properties.Alignment.Vert = taVCenter
  207. Visible = False
  208. VisibleForCustomization = False
  209. end
  210. end
  211. object GlVmsMsg: TcxGridLevel
  212. GridView = TvVmsMsg
  213. end
  214. end
  215. object PnlSvcTime: TPanel
  216. Left = 0
  217. Top = 0
  218. Width = 401
  219. Height = 27
  220. Align = alTop
  221. Alignment = taLeftJustify
  222. BevelOuter = bvNone
  223. Caption = ' Provide time: -'
  224. Font.Charset = DEFAULT_CHARSET
  225. Font.Color = clNavy
  226. Font.Height = -12
  227. Font.Name = #47569#51008' '#44256#46357
  228. Font.Style = [fsBold]
  229. ParentBackground = False
  230. ParentColor = True
  231. ParentFont = False
  232. TabOrder = 1
  233. end
  234. end