FRAME_VmsListF.dfm 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389
  1. object FRAMEVmsList: TFRAMEVmsList
  2. Left = 0
  3. Top = 0
  4. Width = 1224
  5. Height = 713
  6. TabOrder = 0
  7. object CxList: TcxGrid
  8. Left = 0
  9. Top = 31
  10. Width = 1224
  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 = #48264#54840
  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 = 50
  65. end
  66. object Column02: TcxGridColumn
  67. Caption = 'VMS ID'
  68. PropertiesClassName = 'TcxTextEditProperties'
  69. Properties.Alignment.Horz = taCenter
  70. Properties.Alignment.Vert = taVCenter
  71. Properties.MaxLength = 0
  72. HeaderAlignmentHorz = taCenter
  73. Options.Editing = False
  74. Width = 101
  75. end
  76. object Column03: TcxGridColumn
  77. Caption = 'VMS '#47749#52845
  78. PropertiesClassName = 'TcxTextEditProperties'
  79. Properties.Alignment.Horz = taLeftJustify
  80. Properties.Alignment.Vert = taVCenter
  81. HeaderAlignmentHorz = taCenter
  82. Options.Editing = False
  83. Width = 214
  84. end
  85. object Column04: TcxGridColumn
  86. Caption = #50976#54805
  87. PropertiesClassName = 'TcxTextEditProperties'
  88. Properties.Alignment.Horz = taCenter
  89. Properties.Alignment.Vert = taVCenter
  90. Properties.MaxLength = 0
  91. HeaderAlignmentHorz = taCenter
  92. Options.Editing = False
  93. Width = 99
  94. end
  95. object Column05: TcxGridColumn
  96. Caption = #53356#44592
  97. PropertiesClassName = 'TcxTextEditProperties'
  98. Properties.Alignment.Horz = taCenter
  99. Properties.Alignment.Vert = taVCenter
  100. Properties.MaxLength = 20
  101. Visible = False
  102. HeaderAlignmentHorz = taCenter
  103. Options.Editing = False
  104. VisibleForCustomization = False
  105. Width = 81
  106. end
  107. object Column06: TcxGridColumn
  108. Caption = #51228#50612#44592' IP'
  109. PropertiesClassName = 'TcxTextEditProperties'
  110. Properties.Alignment.Horz = taCenter
  111. Properties.Alignment.Vert = taVCenter
  112. Properties.MaxLength = 20
  113. HeaderAlignmentHorz = taCenter
  114. Options.Editing = False
  115. Width = 127
  116. end
  117. object Column07: TcxGridColumn
  118. Caption = #53685#49888#54252#53944
  119. PropertiesClassName = 'TcxTextEditProperties'
  120. Properties.Alignment.Horz = taRightJustify
  121. Properties.Alignment.Vert = taVCenter
  122. Properties.MaxLength = 5
  123. HeaderAlignmentHorz = taCenter
  124. Options.Editing = False
  125. Width = 67
  126. end
  127. object Column10: TcxGridColumn
  128. Caption = #50937#52852#47700#46972' IP'
  129. PropertiesClassName = 'TcxTextEditProperties'
  130. Properties.Alignment.Horz = taCenter
  131. Properties.Alignment.Vert = taVCenter
  132. HeaderAlignmentHorz = taCenter
  133. Options.Editing = False
  134. Width = 136
  135. end
  136. object Column08: TcxGridColumn
  137. Caption = #51204#44305#54032' ON'
  138. PropertiesClassName = 'TcxTextEditProperties'
  139. Properties.Alignment.Horz = taCenter
  140. Properties.Alignment.Vert = taVCenter
  141. HeaderAlignmentHorz = taCenter
  142. Options.Editing = False
  143. Width = 82
  144. end
  145. object Column09: TcxGridColumn
  146. Caption = #51204#44305#54032' OFF'
  147. PropertiesClassName = 'TcxTextEditProperties'
  148. Properties.Alignment.Horz = taCenter
  149. Properties.Alignment.Vert = taVCenter
  150. HeaderAlignmentHorz = taCenter
  151. Options.Editing = False
  152. Width = 93
  153. end
  154. object Column11: TcxGridColumn
  155. Caption = 'ID'
  156. DataBinding.ValueType = 'Integer'
  157. PropertiesClassName = 'TcxCalcEditProperties'
  158. Properties.Alignment.Horz = taCenter
  159. Properties.Alignment.Vert = taVCenter
  160. Visible = False
  161. HeaderAlignmentHorz = taCenter
  162. Options.Editing = False
  163. VisibleForCustomization = False
  164. Width = 87
  165. end
  166. object Column13: TcxGridColumn
  167. Caption = #54268#52572#45824#44079#49688
  168. DataBinding.ValueType = 'Integer'
  169. PropertiesClassName = 'TcxCalcEditProperties'
  170. Properties.Alignment.Horz = taCenter
  171. Properties.Alignment.Vert = taVCenter
  172. Visible = False
  173. HeaderAlignmentHorz = taCenter
  174. HeaderAlignmentVert = vaCenter
  175. VisibleForCustomization = False
  176. Width = 92
  177. end
  178. object Column12: TcxGridColumn
  179. Caption = 'VMS ID'
  180. PropertiesClassName = 'TcxTextEditProperties'
  181. Properties.Alignment.Vert = taVCenter
  182. Visible = False
  183. HeaderAlignmentHorz = taCenter
  184. Options.Editing = False
  185. VisibleForCustomization = False
  186. Width = 100
  187. end
  188. object Column99: TcxGridColumn
  189. Caption = #47700#47784#47532
  190. DataBinding.ValueType = 'Integer'
  191. PropertiesClassName = 'TcxCalcEditProperties'
  192. Properties.Alignment.Horz = taCenter
  193. Properties.Alignment.Vert = taVCenter
  194. Visible = False
  195. Options.Editing = False
  196. end
  197. end
  198. object GlList: TcxGridLevel
  199. GridView = TvList
  200. end
  201. end
  202. object PnlTop: TPanel
  203. Left = 0
  204. Top = 0
  205. Width = 1224
  206. Height = 31
  207. Align = alTop
  208. BevelOuter = bvNone
  209. TabOrder = 1
  210. object BtnAllSelect: TcxButton
  211. Left = 3
  212. Top = 3
  213. Width = 80
  214. Height = 24
  215. Cursor = crHandPoint
  216. Hint = #54364#52636' '#51204#52404' '#49440#53469'('#54596#53552#47553' '#45936#51060#53552#45716' '#54252#54632#46104#51648' '#50506#49845#45768#45796'.)'
  217. Caption = #51204#52404#49440#53469
  218. Colors.Default = clBtnFace
  219. TabOrder = 0
  220. Font.Charset = DEFAULT_CHARSET
  221. Font.Color = clWindowText
  222. Font.Height = -12
  223. Font.Name = #47569#51008' '#44256#46357
  224. Font.Style = []
  225. ParentFont = False
  226. OnClick = BtnAllSelectClick
  227. end
  228. object BtnReverse: TcxButton
  229. Tag = 2
  230. Left = 169
  231. Top = 3
  232. Width = 80
  233. Height = 24
  234. Cursor = crHandPoint
  235. Hint = #54364#52636' '#49440#53469' '#48152#51204'('#54596#53552#47553' '#45936#51060#53552#45716' '#54252#54632#46104#51648' '#50506#49845#45768#45796'.)'
  236. Caption = #49440#53469#48152#51204
  237. Colors.Default = clBtnFace
  238. TabOrder = 1
  239. Font.Charset = DEFAULT_CHARSET
  240. Font.Color = clWindowText
  241. Font.Height = -12
  242. Font.Name = #47569#51008' '#44256#46357
  243. Font.Style = []
  244. ParentFont = False
  245. OnClick = BtnAllSelectClick
  246. end
  247. object BtnAllClear: TcxButton
  248. Tag = 1
  249. Left = 86
  250. Top = 3
  251. Width = 80
  252. Height = 24
  253. Cursor = crHandPoint
  254. Hint = #54364#52636' '#51204#52404' '#54644#51228'('#54596#53552#47553' '#45936#51060#53552#45716' '#54252#54632#46104#51648' '#50506#49845#45768#45796'.)'
  255. Caption = #51204#52404#54644#51228
  256. Colors.Default = clBtnFace
  257. TabOrder = 2
  258. Font.Charset = DEFAULT_CHARSET
  259. Font.Color = clWindowText
  260. Font.Height = -12
  261. Font.Name = #47569#51008' '#44256#46357
  262. Font.Style = []
  263. ParentFont = False
  264. OnClick = BtnAllSelectClick
  265. end
  266. end
  267. object PnlBottom: TPanel
  268. Left = 0
  269. Top = 682
  270. Width = 1224
  271. Height = 31
  272. Align = alBottom
  273. BevelOuter = bvNone
  274. TabOrder = 2
  275. DesignSize = (
  276. 1224
  277. 31)
  278. object LblRecords: TLabel
  279. Left = 1113
  280. Top = 8
  281. Width = 20
  282. Height = 13
  283. Alignment = taRightJustify
  284. Anchors = [akRight, akBottom]
  285. Caption = '0 '#44148
  286. Transparent = True
  287. end
  288. object LbDef: TLabel
  289. Left = 4
  290. Top = 8
  291. Width = 186
  292. Height = 13
  293. Hint = '('#54596#53552#47553' '#45936#51060#53552#45716' '#54252#54632#46104#51648' '#50506#49845#45768#45796'.)'
  294. Caption = '('#54596#53552#47553' '#45936#51060#53552#45716' '#54252#54632#46104#51648' '#50506#49845#45768#45796'.)'
  295. Color = clWindowText
  296. Font.Charset = DEFAULT_CHARSET
  297. Font.Color = clMaroon
  298. Font.Height = -11
  299. Font.Name = 'Tahoma'
  300. Font.Style = []
  301. ParentColor = False
  302. ParentFont = False
  303. Transparent = True
  304. end
  305. object BtnExlSave: TcxButton
  306. Tag = 1
  307. Left = 1139
  308. Top = 3
  309. Width = 80
  310. Height = 25
  311. Cursor = crHandPoint
  312. Hint = #54028#51068' '#51200#51109
  313. Anchors = [akRight, akBottom]
  314. Caption = #51200#51109
  315. Colors.Default = 10737865
  316. Glyph.Data = {
  317. B6030000424DB603000000000000360000002800000012000000100000000100
  318. 1800000000008003000012170000121700000000000000000000C0C0C0C0C0C0
  319. C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0
  320. C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C00000C0C0C0A5A5A57878787878787878
  321. 7878787878787878787878787878787878787878787878787878787878787878
  322. 78787878787878780000B6B6B6271A156E483B6E483B6E483B6E483B6E483B6E
  323. 483B6E483B6E483B6E483B6E483B6E483B6E483B6E483B6E483B281A15626262
  324. 0000D0D0D04F342AEAAD96F6C6B2F6C6B2F6C6B2F6C6B2F6C6B2F6C6B2F6C6B2
  325. F6C6B2F6C6B2F6C6B2F6C6B2F6C6B2EAAD9650342A6262620000D0D0D04F342A
  326. EAAD96F6C6B2F6C6B2F6C6B2F6C6B2F6C6B2F6C6B2F6C6B29C7E710000000000
  327. 0000000000000063413550342A6262620000D0D0D04F342AA77765211B180000
  328. 000000000000000000000000001717177F7F7F3A3A3A0000000B08089C7D71EA
  329. AD9650342A6262620000D0D0D04F342AEAAD96F6C6B216121000000000000000
  330. 0000000000D0D0D0000000000000000000161110F6C6B2EAAD9650342A626262
  331. 0000D0D0D04F342AEAAD96F6C6B2EABDA95948400000005151517F7F7F000000
  332. 0000004335307B63597B63599C7D71EAAD9650342A6262620000D0D0D04F342A
  333. EAAD96F6C6B2F6C6B2B290817373735C5C5C000000000000000000866B61F6C6
  334. B2F6C6B2F6C6B2EAAD9650342A6262620000D0D0D04F342AEAAD96F6C6B2DFB4
  335. A14545458B8B8B000000000000000000000000000000B28F81F6C6B2F6C6B2EA
  336. AD9650342A6262620000D0D0D04F342AEAAD969C7E717E7C7B5C5C5C00000000
  337. 00006450480000000000000000000000007A6258F6C6B2EAAD9650342A626262
  338. 0000D0D0D04F342A644135B9B9B91717170000000000009C7D71F6C6B2C9A291
  339. 000000000000000000000000423530EAAD9650342A6262620000D0D0D04F342A
  340. 6441350000000000000000006F5950F6C6B2F6C6B2F6C6B29C7E710000000000
  341. 00000000423530EAAD9650342A6262620000D0D0D04F342AEAAD96F6C6B2F6C6
  342. B2F6C6B2F6C6B2F6C6B2F6C6B2F6C6B2F6C6B2F6C6B2F6C6B2F6C6B2F6C6B2EA
  343. AD9650342A6262620000D0D0D04F342ADC9076DC9076DC9076DC9076DC9076DC
  344. 9076DC9076DC9076DC9076DC9076DC9076DC9076DC9076DC907650342A626262
  345. 0000E7E7E77F7F7F7F7F7F7F7F7F7F7F7F7F7F7F7F7F7F7F7F7F7F7F7F7F7F7F
  346. 7F7F7F7F7F7F7F7F7F7F7F7F7F7F7F7F7F7F6B6B6BAEAEAE0000}
  347. Spacing = 6
  348. TabOrder = 0
  349. Font.Charset = DEFAULT_CHARSET
  350. Font.Color = clBlack
  351. Font.Height = -13
  352. Font.Name = #47569#51008' '#44256#46357
  353. Font.Style = []
  354. ParentFont = False
  355. OnClick = BtnExlSaveClick
  356. end
  357. end
  358. object CbUsagType: TcxComboBox
  359. Left = 282
  360. Top = 4
  361. Cursor = crHandPoint
  362. Properties.Alignment.Vert = taVCenter
  363. Properties.DropDownListStyle = lsFixedList
  364. Properties.DropDownSizeable = True
  365. Properties.ReadOnly = False
  366. TabOrder = 3
  367. Visible = False
  368. Width = 200
  369. end
  370. object CbType: TcxComboBox
  371. Left = 487
  372. Top = 4
  373. Cursor = crHandPoint
  374. Properties.Alignment.Vert = taVCenter
  375. Properties.DropDownListStyle = lsFixedList
  376. Properties.DropDownSizeable = True
  377. Properties.ReadOnly = False
  378. TabOrder = 4
  379. Visible = False
  380. Width = 200
  381. end
  382. object lblTitle: TcxLabel
  383. Left = 95
  384. Top = 126
  385. Caption = 'VMS'#51221#48372
  386. Transparent = True
  387. Visible = False
  388. end
  389. end