xFRAME_VmsListF.dfm 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387
  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. HeaderAlignmentHorz = taCenter
  173. HeaderAlignmentVert = vaCenter
  174. Width = 92
  175. end
  176. object Column12: TcxGridColumn
  177. Caption = 'VMS ID'
  178. PropertiesClassName = 'TcxTextEditProperties'
  179. Properties.Alignment.Vert = taVCenter
  180. Visible = False
  181. HeaderAlignmentHorz = taCenter
  182. Options.Editing = False
  183. VisibleForCustomization = False
  184. Width = 100
  185. end
  186. object Column99: TcxGridColumn
  187. Caption = #47700#47784#47532
  188. DataBinding.ValueType = 'Integer'
  189. PropertiesClassName = 'TcxCalcEditProperties'
  190. Properties.Alignment.Horz = taCenter
  191. Properties.Alignment.Vert = taVCenter
  192. Visible = False
  193. Options.Editing = False
  194. end
  195. end
  196. object GlList: TcxGridLevel
  197. GridView = TvList
  198. end
  199. end
  200. object PnlTop: TPanel
  201. Left = 0
  202. Top = 0
  203. Width = 1224
  204. Height = 31
  205. Align = alTop
  206. BevelOuter = bvNone
  207. TabOrder = 1
  208. object BtnAllSelect: TcxButton
  209. Left = 3
  210. Top = 3
  211. Width = 80
  212. Height = 24
  213. Cursor = crHandPoint
  214. Hint = #54364#52636' '#51204#52404' '#49440#53469'('#54596#53552#47553' '#45936#51060#53552#45716' '#54252#54632#46104#51648' '#50506#49845#45768#45796'.)'
  215. Caption = #51204#52404#49440#53469
  216. Colors.Default = clBtnFace
  217. TabOrder = 0
  218. Font.Charset = DEFAULT_CHARSET
  219. Font.Color = clWindowText
  220. Font.Height = -12
  221. Font.Name = #47569#51008' '#44256#46357
  222. Font.Style = []
  223. ParentFont = False
  224. OnClick = BtnAllSelectClick
  225. end
  226. object BtnReverse: TcxButton
  227. Tag = 2
  228. Left = 169
  229. Top = 3
  230. Width = 80
  231. Height = 24
  232. Cursor = crHandPoint
  233. Hint = #54364#52636' '#49440#53469' '#48152#51204'('#54596#53552#47553' '#45936#51060#53552#45716' '#54252#54632#46104#51648' '#50506#49845#45768#45796'.)'
  234. Caption = #49440#53469#48152#51204
  235. Colors.Default = clBtnFace
  236. TabOrder = 1
  237. Font.Charset = DEFAULT_CHARSET
  238. Font.Color = clWindowText
  239. Font.Height = -12
  240. Font.Name = #47569#51008' '#44256#46357
  241. Font.Style = []
  242. ParentFont = False
  243. OnClick = BtnAllSelectClick
  244. end
  245. object BtnAllClear: TcxButton
  246. Tag = 1
  247. Left = 86
  248. Top = 3
  249. Width = 80
  250. Height = 24
  251. Cursor = crHandPoint
  252. Hint = #54364#52636' '#51204#52404' '#54644#51228'('#54596#53552#47553' '#45936#51060#53552#45716' '#54252#54632#46104#51648' '#50506#49845#45768#45796'.)'
  253. Caption = #51204#52404#54644#51228
  254. Colors.Default = clBtnFace
  255. TabOrder = 2
  256. Font.Charset = DEFAULT_CHARSET
  257. Font.Color = clWindowText
  258. Font.Height = -12
  259. Font.Name = #47569#51008' '#44256#46357
  260. Font.Style = []
  261. ParentFont = False
  262. OnClick = BtnAllSelectClick
  263. end
  264. end
  265. object PnlBottom: TPanel
  266. Left = 0
  267. Top = 682
  268. Width = 1224
  269. Height = 31
  270. Align = alBottom
  271. BevelOuter = bvNone
  272. TabOrder = 2
  273. DesignSize = (
  274. 1224
  275. 31)
  276. object LblRecords: TLabel
  277. Left = 1112
  278. Top = 8
  279. Width = 21
  280. Height = 13
  281. Alignment = taRightJustify
  282. Anchors = [akRight, akBottom]
  283. Caption = '0 '#44148
  284. Transparent = True
  285. end
  286. object LbDef: TLabel
  287. Left = 4
  288. Top = 8
  289. Width = 201
  290. Height = 13
  291. Hint = '('#54596#53552#47553' '#45936#51060#53552#45716' '#54252#54632#46104#51648' '#50506#49845#45768#45796'.)'
  292. Caption = '('#54596#53552#47553' '#45936#51060#53552#45716' '#54252#54632#46104#51648' '#50506#49845#45768#45796'.)'
  293. Color = clWindowText
  294. Font.Charset = DEFAULT_CHARSET
  295. Font.Color = clMaroon
  296. Font.Height = -11
  297. Font.Name = 'Tahoma'
  298. Font.Style = []
  299. ParentColor = False
  300. ParentFont = False
  301. Transparent = True
  302. end
  303. object BtnExlSave: TcxButton
  304. Tag = 1
  305. Left = 1139
  306. Top = 3
  307. Width = 80
  308. Height = 25
  309. Cursor = crHandPoint
  310. Hint = #54028#51068' '#51200#51109
  311. Anchors = [akRight, akBottom]
  312. Caption = #51200#51109
  313. Colors.Default = 10737865
  314. Glyph.Data = {
  315. B6030000424DB603000000000000360000002800000012000000100000000100
  316. 1800000000008003000012170000121700000000000000000000C0C0C0C0C0C0
  317. C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0
  318. C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C00000C0C0C0A5A5A57878787878787878
  319. 7878787878787878787878787878787878787878787878787878787878787878
  320. 78787878787878780000B6B6B6271A156E483B6E483B6E483B6E483B6E483B6E
  321. 483B6E483B6E483B6E483B6E483B6E483B6E483B6E483B6E483B281A15626262
  322. 0000D0D0D04F342AEAAD96F6C6B2F6C6B2F6C6B2F6C6B2F6C6B2F6C6B2F6C6B2
  323. F6C6B2F6C6B2F6C6B2F6C6B2F6C6B2EAAD9650342A6262620000D0D0D04F342A
  324. EAAD96F6C6B2F6C6B2F6C6B2F6C6B2F6C6B2F6C6B2F6C6B29C7E710000000000
  325. 0000000000000063413550342A6262620000D0D0D04F342AA77765211B180000
  326. 000000000000000000000000001717177F7F7F3A3A3A0000000B08089C7D71EA
  327. AD9650342A6262620000D0D0D04F342AEAAD96F6C6B216121000000000000000
  328. 0000000000D0D0D0000000000000000000161110F6C6B2EAAD9650342A626262
  329. 0000D0D0D04F342AEAAD96F6C6B2EABDA95948400000005151517F7F7F000000
  330. 0000004335307B63597B63599C7D71EAAD9650342A6262620000D0D0D04F342A
  331. EAAD96F6C6B2F6C6B2B290817373735C5C5C000000000000000000866B61F6C6
  332. B2F6C6B2F6C6B2EAAD9650342A6262620000D0D0D04F342AEAAD96F6C6B2DFB4
  333. A14545458B8B8B000000000000000000000000000000B28F81F6C6B2F6C6B2EA
  334. AD9650342A6262620000D0D0D04F342AEAAD969C7E717E7C7B5C5C5C00000000
  335. 00006450480000000000000000000000007A6258F6C6B2EAAD9650342A626262
  336. 0000D0D0D04F342A644135B9B9B91717170000000000009C7D71F6C6B2C9A291
  337. 000000000000000000000000423530EAAD9650342A6262620000D0D0D04F342A
  338. 6441350000000000000000006F5950F6C6B2F6C6B2F6C6B29C7E710000000000
  339. 00000000423530EAAD9650342A6262620000D0D0D04F342AEAAD96F6C6B2F6C6
  340. B2F6C6B2F6C6B2F6C6B2F6C6B2F6C6B2F6C6B2F6C6B2F6C6B2F6C6B2F6C6B2EA
  341. AD9650342A6262620000D0D0D04F342ADC9076DC9076DC9076DC9076DC9076DC
  342. 9076DC9076DC9076DC9076DC9076DC9076DC9076DC9076DC907650342A626262
  343. 0000E7E7E77F7F7F7F7F7F7F7F7F7F7F7F7F7F7F7F7F7F7F7F7F7F7F7F7F7F7F
  344. 7F7F7F7F7F7F7F7F7F7F7F7F7F7F7F7F7F7F6B6B6BAEAEAE0000}
  345. Spacing = 6
  346. TabOrder = 0
  347. Font.Charset = DEFAULT_CHARSET
  348. Font.Color = clBlack
  349. Font.Height = -13
  350. Font.Name = #47569#51008' '#44256#46357
  351. Font.Style = []
  352. ParentFont = False
  353. OnClick = BtnExlSaveClick
  354. end
  355. end
  356. object CbUsagType: TcxComboBox
  357. Left = 282
  358. Top = 4
  359. Cursor = crHandPoint
  360. Properties.Alignment.Vert = taVCenter
  361. Properties.DropDownListStyle = lsFixedList
  362. Properties.DropDownSizeable = True
  363. Properties.ReadOnly = False
  364. TabOrder = 3
  365. Visible = False
  366. Width = 200
  367. end
  368. object CbType: TcxComboBox
  369. Left = 487
  370. Top = 4
  371. Cursor = crHandPoint
  372. Properties.Alignment.Vert = taVCenter
  373. Properties.DropDownListStyle = lsFixedList
  374. Properties.DropDownSizeable = True
  375. Properties.ReadOnly = False
  376. TabOrder = 4
  377. Visible = False
  378. Width = 200
  379. end
  380. object lblTitle: TcxLabel
  381. Left = 95
  382. Top = 126
  383. Caption = 'VMS'#51221#48372
  384. Transparent = True
  385. Visible = False
  386. end
  387. end