FRAME_VdsListF.dfm 14 KB

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