FRAME_VmsIfscListF.dfm 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290
  1. object FRAMEVmsIfscList: TFRAMEVmsIfscList
  2. Left = 0
  3. Top = 0
  4. Width = 345
  5. Height = 713
  6. TabOrder = 0
  7. object CxList: TcxGrid
  8. Left = 0
  9. Top = 31
  10. Width = 345
  11. Height = 651
  12. Align = alClient
  13. TabOrder = 0
  14. object TvList: TcxGridTableView
  15. Navigator.Buttons.Append.Visible = True
  16. Navigator.Buttons.SaveBookmark.Visible = False
  17. Navigator.InfoPanel.Visible = True
  18. FilterBox.CustomizeDialog = False
  19. DataController.Filter.OnChanged = TvListDataControllerFilterChanged
  20. DataController.Summary.DefaultGroupSummaryItems = <>
  21. DataController.Summary.FooterSummaryItems = <>
  22. DataController.Summary.SummaryGroups = <>
  23. FilterRow.InfoText = '<'#44160#49353#50612#47484' '#51077#47141' '#54616#49464#50836'>'
  24. OptionsBehavior.CellHints = True
  25. OptionsBehavior.ShowLockedStateImageOptions.BestFit = lsimImmediate
  26. OptionsBehavior.ShowLockedStateImageOptions.Filtering = lsimImmediate
  27. OptionsBehavior.ShowLockedStateImageOptions.Grouping = lsimImmediate
  28. OptionsBehavior.ShowLockedStateImageOptions.Sorting = lsimImmediate
  29. OptionsData.Deleting = False
  30. OptionsData.DeletingConfirmation = False
  31. OptionsData.Inserting = False
  32. OptionsSelection.HideFocusRectOnExit = False
  33. OptionsSelection.HideSelection = True
  34. OptionsView.GroupByBox = False
  35. OptionsView.Indicator = True
  36. object ColumnSel: TcxGridColumn
  37. Caption = #49440#53469
  38. DataBinding.ValueType = 'Boolean'
  39. PropertiesClassName = 'TcxCheckBoxProperties'
  40. Properties.Alignment = taCenter
  41. Properties.ImmediatePost = True
  42. Properties.NullStyle = nssUnchecked
  43. Visible = False
  44. HeaderAlignmentHorz = taCenter
  45. Width = 45
  46. end
  47. object Column00: TcxGridColumn
  48. Caption = #54200#51665#47784#46300
  49. PropertiesClassName = 'TcxTextEditProperties'
  50. Properties.Alignment.Horz = taCenter
  51. Properties.Alignment.Vert = taVCenter
  52. Visible = False
  53. HeaderAlignmentHorz = taCenter
  54. Options.Editing = False
  55. end
  56. object Column01: TcxGridColumn
  57. Caption = #44396#44036' ID'
  58. PropertiesClassName = 'TcxTextEditProperties'
  59. Properties.Alignment.Horz = taCenter
  60. Properties.Alignment.Vert = taVCenter
  61. Properties.MaxLength = 0
  62. HeaderAlignmentHorz = taCenter
  63. Options.Editing = False
  64. Width = 55
  65. end
  66. object Column02: TcxGridColumn
  67. Caption = #51228#44277#44396#44036#47749
  68. PropertiesClassName = 'TcxTextEditProperties'
  69. Properties.Alignment.Horz = taLeftJustify
  70. Properties.Alignment.Vert = taVCenter
  71. Properties.MaxLength = 0
  72. HeaderAlignmentHorz = taCenter
  73. Options.Editing = False
  74. Width = 150
  75. end
  76. object Column03: TcxGridColumn
  77. Caption = #49884#51216#47749
  78. PropertiesClassName = 'TcxTextEditProperties'
  79. Properties.Alignment.Horz = taLeftJustify
  80. Properties.Alignment.Vert = taVCenter
  81. HeaderAlignmentHorz = taCenter
  82. Options.Editing = False
  83. Width = 80
  84. end
  85. object Column04: TcxGridColumn
  86. Caption = #51333#51216#47749
  87. PropertiesClassName = 'TcxTextEditProperties'
  88. Properties.Alignment.Vert = taVCenter
  89. Properties.MaxLength = 0
  90. HeaderAlignmentHorz = taCenter
  91. Options.Editing = False
  92. Width = 80
  93. end
  94. object Column10: TcxGridColumn
  95. Caption = #51333#47308#45432#46300'ID'
  96. PropertiesClassName = 'TcxTextEditProperties'
  97. Properties.Alignment.Vert = taVCenter
  98. Visible = False
  99. HeaderAlignmentHorz = taCenter
  100. Options.Editing = False
  101. Width = 101
  102. end
  103. object Column99: TcxGridColumn
  104. Caption = #47700#47784#47532
  105. DataBinding.ValueType = 'Integer'
  106. PropertiesClassName = 'TcxCalcEditProperties'
  107. Properties.Alignment.Horz = taCenter
  108. Properties.Alignment.Vert = taVCenter
  109. Visible = False
  110. Options.Editing = False
  111. end
  112. object Column05: TcxGridColumn
  113. Caption = #52629
  114. PropertiesClassName = 'TcxLabelProperties'
  115. Properties.Alignment.Horz = taCenter
  116. Properties.Alignment.Vert = taVCenter
  117. OnCustomDrawCell = Column05CustomDrawCell
  118. HeaderAlignmentHorz = taCenter
  119. HeaderAlignmentVert = vaCenter
  120. end
  121. end
  122. object GlList: TcxGridLevel
  123. GridView = TvList
  124. end
  125. end
  126. object PnlTop: TPanel
  127. Left = 0
  128. Top = 0
  129. Width = 345
  130. Height = 31
  131. Align = alTop
  132. BevelOuter = bvNone
  133. TabOrder = 1
  134. object BtnAllSelect: TcxButton
  135. Left = 3
  136. Top = 3
  137. Width = 80
  138. Height = 24
  139. Cursor = crHandPoint
  140. Hint = #54364#52636' '#51204#52404' '#49440#53469'('#54596#53552#47553' '#45936#51060#53552#45716' '#54252#54632#46104#51648' '#50506#49845#45768#45796'.)'
  141. Caption = #51204#52404#49440#53469
  142. Colors.Default = clBtnFace
  143. TabOrder = 0
  144. Font.Charset = DEFAULT_CHARSET
  145. Font.Color = clWindowText
  146. Font.Height = -12
  147. Font.Name = #47569#51008' '#44256#46357
  148. Font.Style = []
  149. ParentFont = False
  150. OnClick = BtnAllSelectClick
  151. end
  152. object BtnReverse: TcxButton
  153. Tag = 2
  154. Left = 167
  155. Top = 3
  156. Width = 80
  157. Height = 24
  158. Cursor = crHandPoint
  159. Hint = #54364#52636' '#49440#53469' '#48152#51204'('#54596#53552#47553' '#45936#51060#53552#45716' '#54252#54632#46104#51648' '#50506#49845#45768#45796'.)'
  160. Caption = #49440#53469#48152#51204
  161. Colors.Default = clBtnFace
  162. TabOrder = 1
  163. Font.Charset = DEFAULT_CHARSET
  164. Font.Color = clWindowText
  165. Font.Height = -12
  166. Font.Name = #47569#51008' '#44256#46357
  167. Font.Style = []
  168. ParentFont = False
  169. OnClick = BtnAllSelectClick
  170. end
  171. object BtnAllClear: TcxButton
  172. Tag = 1
  173. Left = 85
  174. Top = 3
  175. Width = 80
  176. Height = 24
  177. Cursor = crHandPoint
  178. Hint = #54364#52636' '#51204#52404' '#54644#51228'('#54596#53552#47553' '#45936#51060#53552#45716' '#54252#54632#46104#51648' '#50506#49845#45768#45796'.)'
  179. Caption = #51204#52404#54644#51228
  180. Colors.Default = clBtnFace
  181. TabOrder = 2
  182. Font.Charset = DEFAULT_CHARSET
  183. Font.Color = clWindowText
  184. Font.Height = -12
  185. Font.Name = #47569#51008' '#44256#46357
  186. Font.Style = []
  187. ParentFont = False
  188. OnClick = BtnAllSelectClick
  189. end
  190. end
  191. object PnlBottom: TPanel
  192. Left = 0
  193. Top = 682
  194. Width = 345
  195. Height = 31
  196. Align = alBottom
  197. BevelOuter = bvNone
  198. TabOrder = 2
  199. DesignSize = (
  200. 345
  201. 31)
  202. object LblRecords: TLabel
  203. Left = 233
  204. Top = 8
  205. Width = 21
  206. Height = 13
  207. Alignment = taRightJustify
  208. Anchors = [akRight, akBottom]
  209. Caption = '0 '#44148
  210. Transparent = True
  211. end
  212. object LbDef: TLabel
  213. Left = 4
  214. Top = 8
  215. Width = 201
  216. Height = 13
  217. Hint = '('#54596#53552#47553' '#45936#51060#53552#45716' '#54252#54632#46104#51648' '#50506#49845#45768#45796'.)'
  218. Caption = '('#54596#53552#47553' '#45936#51060#53552#45716' '#54252#54632#46104#51648' '#50506#49845#45768#45796'.)'
  219. Color = clWindowText
  220. Font.Charset = DEFAULT_CHARSET
  221. Font.Color = clMaroon
  222. Font.Height = -11
  223. Font.Name = 'Tahoma'
  224. Font.Style = []
  225. ParentColor = False
  226. ParentFont = False
  227. Transparent = True
  228. Visible = False
  229. end
  230. object BtnExlSave: TcxButton
  231. Tag = 1
  232. Left = 260
  233. Top = 3
  234. Width = 80
  235. Height = 25
  236. Cursor = crHandPoint
  237. Hint = #54028#51068' '#51200#51109
  238. Anchors = [akRight, akBottom]
  239. Caption = #51200#51109
  240. Colors.Default = 10737865
  241. Glyph.Data = {
  242. B6030000424DB603000000000000360000002800000012000000100000000100
  243. 1800000000008003000012170000121700000000000000000000C0C0C0C0C0C0
  244. C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0
  245. C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C00000C0C0C0A5A5A57878787878787878
  246. 7878787878787878787878787878787878787878787878787878787878787878
  247. 78787878787878780000B6B6B6271A156E483B6E483B6E483B6E483B6E483B6E
  248. 483B6E483B6E483B6E483B6E483B6E483B6E483B6E483B6E483B281A15626262
  249. 0000D0D0D04F342AEAAD96F6C6B2F6C6B2F6C6B2F6C6B2F6C6B2F6C6B2F6C6B2
  250. F6C6B2F6C6B2F6C6B2F6C6B2F6C6B2EAAD9650342A6262620000D0D0D04F342A
  251. EAAD96F6C6B2F6C6B2F6C6B2F6C6B2F6C6B2F6C6B2F6C6B29C7E710000000000
  252. 0000000000000063413550342A6262620000D0D0D04F342AA77765211B180000
  253. 000000000000000000000000001717177F7F7F3A3A3A0000000B08089C7D71EA
  254. AD9650342A6262620000D0D0D04F342AEAAD96F6C6B216121000000000000000
  255. 0000000000D0D0D0000000000000000000161110F6C6B2EAAD9650342A626262
  256. 0000D0D0D04F342AEAAD96F6C6B2EABDA95948400000005151517F7F7F000000
  257. 0000004335307B63597B63599C7D71EAAD9650342A6262620000D0D0D04F342A
  258. EAAD96F6C6B2F6C6B2B290817373735C5C5C000000000000000000866B61F6C6
  259. B2F6C6B2F6C6B2EAAD9650342A6262620000D0D0D04F342AEAAD96F6C6B2DFB4
  260. A14545458B8B8B000000000000000000000000000000B28F81F6C6B2F6C6B2EA
  261. AD9650342A6262620000D0D0D04F342AEAAD969C7E717E7C7B5C5C5C00000000
  262. 00006450480000000000000000000000007A6258F6C6B2EAAD9650342A626262
  263. 0000D0D0D04F342A644135B9B9B91717170000000000009C7D71F6C6B2C9A291
  264. 000000000000000000000000423530EAAD9650342A6262620000D0D0D04F342A
  265. 6441350000000000000000006F5950F6C6B2F6C6B2F6C6B29C7E710000000000
  266. 00000000423530EAAD9650342A6262620000D0D0D04F342AEAAD96F6C6B2F6C6
  267. B2F6C6B2F6C6B2F6C6B2F6C6B2F6C6B2F6C6B2F6C6B2F6C6B2F6C6B2F6C6B2EA
  268. AD9650342A6262620000D0D0D04F342ADC9076DC9076DC9076DC9076DC9076DC
  269. 9076DC9076DC9076DC9076DC9076DC9076DC9076DC9076DC907650342A626262
  270. 0000E7E7E77F7F7F7F7F7F7F7F7F7F7F7F7F7F7F7F7F7F7F7F7F7F7F7F7F7F7F
  271. 7F7F7F7F7F7F7F7F7F7F7F7F7F7F7F7F7F7F6B6B6BAEAEAE0000}
  272. Spacing = 6
  273. TabOrder = 0
  274. Font.Charset = DEFAULT_CHARSET
  275. Font.Color = clBlack
  276. Font.Height = -13
  277. Font.Name = #47569#51008' '#44256#46357
  278. Font.Style = []
  279. ParentFont = False
  280. OnClick = BtnExlSaveClick
  281. end
  282. end
  283. object lblTitle: TcxLabel
  284. Left = 95
  285. Top = 126
  286. Caption = 'VMS'#51221#48372#51228#44277#44396#44036
  287. Transparent = True
  288. Visible = False
  289. end
  290. end