VMSVIEWMF.dfm 27 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749
  1. object VMSVIEWM: TVMSVIEWM
  2. Left = 0
  3. Top = 0
  4. HorzScrollBar.Visible = False
  5. VertScrollBar.Visible = False
  6. BorderIcons = [biSystemMenu, biMinimize]
  7. Caption = 'VMS Monitoring Screen Management'
  8. ClientHeight = 576
  9. ClientWidth = 1099
  10. Color = clBtnFace
  11. Font.Charset = DEFAULT_CHARSET
  12. Font.Color = clWindowText
  13. Font.Height = -13
  14. Font.Name = 'Tahoma'
  15. Font.Style = []
  16. KeyPreview = True
  17. OldCreateOrder = False
  18. Position = poOwnerFormCenter
  19. ShowHint = True
  20. OnClose = FormClose
  21. OnShow = FormShow
  22. DesignSize = (
  23. 1099
  24. 576)
  25. PixelsPerInch = 96
  26. TextHeight = 16
  27. object ShpTitle: TShape
  28. Left = 4
  29. Top = 4
  30. Width = 1091
  31. Height = 40
  32. Anchors = [akLeft, akTop, akRight]
  33. Brush.Color = 14671839
  34. Pen.Color = 10849679
  35. Pen.Width = 2
  36. Visible = False
  37. ExplicitWidth = 1269
  38. end
  39. object LblCaption: TLabel
  40. Left = 16
  41. Top = 10
  42. Width = 267
  43. Height = 23
  44. Caption = #53440#51060#53952' '
  45. Font.Charset = DEFAULT_CHARSET
  46. Font.Color = 4740964
  47. Font.Height = -17
  48. Font.Name = #47569#51008' '#44256#46357
  49. Font.Style = [fsBold]
  50. ParentFont = False
  51. ParentShowHint = False
  52. ShowHint = True
  53. Visible = False
  54. end
  55. object ShpList: TShape
  56. Left = 4
  57. Top = 4
  58. Width = 1091
  59. Height = 566
  60. Anchors = [akLeft, akTop, akRight, akBottom]
  61. Pen.Color = 10849679
  62. Pen.Width = 2
  63. ExplicitWidth = 1069
  64. end
  65. object BtnClose: TcxButton
  66. Left = 1010
  67. Top = 11
  68. Width = 75
  69. Height = 25
  70. Cursor = crHandPoint
  71. Hint = #45803#44592
  72. Anchors = [akTop, akRight]
  73. Caption = #45803#44592
  74. Colors.Default = 10737865
  75. TabOrder = 0
  76. Visible = False
  77. Font.Charset = DEFAULT_CHARSET
  78. Font.Color = clBlack
  79. Font.Height = -13
  80. Font.Name = #47569#51008' '#44256#46357
  81. Font.Style = [fsBold]
  82. ParentFont = False
  83. OnClick = BtnCloseClick
  84. end
  85. object EdFocus: TEdit
  86. Left = -10
  87. Top = -10
  88. Width = 2
  89. Height = 24
  90. ImeName = 'Microsoft Office IME 2007'
  91. TabOrder = 1
  92. Text = 'EdFocus'
  93. end
  94. object PanelBack: TPanel
  95. Left = 12
  96. Top = 11
  97. Width = 1073
  98. Height = 552
  99. Anchors = [akLeft, akTop, akRight, akBottom]
  100. BevelOuter = bvNone
  101. ParentBackground = False
  102. ParentColor = True
  103. TabOrder = 2
  104. object PnlLeft: TPanel
  105. Left = 0
  106. Top = 0
  107. Width = 267
  108. Height = 552
  109. Align = alLeft
  110. BevelOuter = bvNone
  111. TabOrder = 0
  112. object GrpList: TcxGroupBox
  113. Left = 0
  114. Top = 0
  115. Align = alClient
  116. Caption = #9654' VMS monitoring screen list'
  117. Style.BorderColor = clCaptionText
  118. Style.Shadow = False
  119. Style.TextColor = clWindowText
  120. Style.TextStyle = [fsBold]
  121. TabOrder = 0
  122. Height = 552
  123. Width = 267
  124. object CxList: TcxGrid
  125. Left = 3
  126. Top = 18
  127. Width = 261
  128. Height = 524
  129. Align = alClient
  130. TabOrder = 0
  131. ExplicitTop = 19
  132. ExplicitHeight = 523
  133. object TvList: TcxGridTableView
  134. OnCellDblClick = TvListCellDblClick
  135. OnFocusedRecordChanged = TvListFocusedRecordChanged
  136. DataController.Summary.DefaultGroupSummaryItems = <>
  137. DataController.Summary.FooterSummaryItems = <>
  138. DataController.Summary.SummaryGroups = <>
  139. OptionsCustomize.ColumnFiltering = False
  140. OptionsCustomize.ColumnGrouping = False
  141. OptionsCustomize.ColumnMoving = False
  142. OptionsCustomize.ColumnSorting = False
  143. OptionsCustomize.DataRowSizing = True
  144. OptionsData.CancelOnExit = False
  145. OptionsData.Deleting = False
  146. OptionsData.DeletingConfirmation = False
  147. OptionsData.Editing = False
  148. OptionsData.Inserting = False
  149. OptionsSelection.HideFocusRectOnExit = False
  150. OptionsSelection.HideSelection = True
  151. OptionsView.ColumnAutoWidth = True
  152. OptionsView.GroupByBox = False
  153. OptionsView.Indicator = True
  154. object Col01: TcxGridColumn
  155. Caption = 'ID'
  156. PropertiesClassName = 'TcxLabelProperties'
  157. Properties.Alignment.Horz = taCenter
  158. Properties.Alignment.Vert = taVCenter
  159. Visible = False
  160. HeaderAlignmentHorz = taCenter
  161. HeaderAlignmentVert = vaCenter
  162. Width = 61
  163. end
  164. object Col02: TcxGridColumn
  165. Caption = 'Screen Name'
  166. PropertiesClassName = 'TcxLabelProperties'
  167. Properties.Alignment.Vert = taVCenter
  168. HeaderAlignmentHorz = taCenter
  169. HeaderAlignmentVert = vaCenter
  170. Width = 196
  171. end
  172. object Col03: TcxGridColumn
  173. Caption = 'Count'
  174. PropertiesClassName = 'TcxLabelProperties'
  175. Properties.Alignment.Horz = taCenter
  176. Properties.Alignment.Vert = taVCenter
  177. HeaderAlignmentHorz = taCenter
  178. HeaderAlignmentVert = vaCenter
  179. Options.Editing = False
  180. Width = 51
  181. end
  182. object Col04: TcxGridColumn
  183. Caption = #54268#51333#47448
  184. PropertiesClassName = 'TcxLabelProperties'
  185. Properties.Alignment.Horz = taCenter
  186. Properties.Alignment.Vert = taVCenter
  187. Visible = False
  188. HeaderAlignmentHorz = taCenter
  189. HeaderAlignmentVert = vaCenter
  190. VisibleForCustomization = False
  191. Width = 114
  192. end
  193. object Col05: TcxGridColumn
  194. Caption = #54268#53356#44592
  195. PropertiesClassName = 'TcxLabelProperties'
  196. Properties.Alignment.Horz = taCenter
  197. Properties.Alignment.Vert = taVCenter
  198. Visible = False
  199. HeaderAlignmentHorz = taCenter
  200. HeaderAlignmentVert = vaCenter
  201. VisibleForCustomization = False
  202. Width = 49
  203. end
  204. object Col06: TcxGridColumn
  205. Caption = #54364#52636#48169#48277#53076#46300
  206. PropertiesClassName = 'TcxLabelProperties'
  207. Properties.Alignment.Horz = taLeftJustify
  208. Properties.Alignment.Vert = taVCenter
  209. Visible = False
  210. HeaderAlignmentHorz = taCenter
  211. HeaderAlignmentVert = vaCenter
  212. VisibleForCustomization = False
  213. Width = 250
  214. end
  215. object Col07: TcxGridColumn
  216. Caption = #54364#52636#48169#54693#53076#46300
  217. Visible = False
  218. VisibleForCustomization = False
  219. end
  220. object Col08: TcxGridColumn
  221. Caption = #48176#44221#49353#53076#46300
  222. Visible = False
  223. VisibleForCustomization = False
  224. end
  225. object Col09: TcxGridColumn
  226. Caption = #54268#51333#47448#53076#46300
  227. Visible = False
  228. VisibleForCustomization = False
  229. end
  230. object Col10: TcxGridColumn
  231. Caption = #54268#53356#44592#53076#46300
  232. Visible = False
  233. VisibleForCustomization = False
  234. end
  235. object Col12: TcxGridColumn
  236. Visible = False
  237. VisibleForCustomization = False
  238. end
  239. object Col13: TcxGridColumn
  240. Visible = False
  241. VisibleForCustomization = False
  242. end
  243. end
  244. object GlList: TcxGridLevel
  245. GridView = TvList
  246. end
  247. end
  248. end
  249. end
  250. object Panel1: TPanel
  251. Left = 267
  252. Top = 0
  253. Width = 806
  254. Height = 552
  255. Align = alClient
  256. BevelOuter = bvNone
  257. TabOrder = 1
  258. object Panel3: TPanel
  259. Left = 0
  260. Top = 0
  261. Width = 806
  262. Height = 552
  263. Align = alClient
  264. BevelOuter = bvNone
  265. TabOrder = 0
  266. object cxGroupBox1: TcxGroupBox
  267. Left = 0
  268. Top = 0
  269. Align = alClient
  270. Caption = #9654' VMS monitoring screen setting'
  271. Style.BorderColor = clCaptionText
  272. Style.Shadow = False
  273. Style.TextColor = clWindowText
  274. Style.TextStyle = [fsBold]
  275. TabOrder = 0
  276. Height = 552
  277. Width = 806
  278. object PnlMenu: TPanel
  279. Left = 3
  280. Top = 496
  281. Width = 800
  282. Height = 46
  283. Align = alBottom
  284. BevelOuter = bvNone
  285. TabOrder = 0
  286. DesignSize = (
  287. 800
  288. 46)
  289. object BtnEdit: TcxButton
  290. Tag = 2
  291. Left = 8
  292. Top = 18
  293. Width = 75
  294. Height = 25
  295. Cursor = crHandPoint
  296. Hint = #45936#51060#53552' '#54200#51665
  297. Anchors = [akLeft, akBottom]
  298. Caption = #54200#51665
  299. Colors.Default = 10737865
  300. Enabled = False
  301. TabOrder = 0
  302. Font.Charset = DEFAULT_CHARSET
  303. Font.Color = clBlack
  304. Font.Height = -13
  305. Font.Name = #47569#51008' '#44256#46357
  306. Font.Style = [fsBold]
  307. ParentFont = False
  308. OnClick = BtnEditClick
  309. end
  310. object BtnInsert: TcxButton
  311. Tag = 2
  312. Left = 89
  313. Top = 18
  314. Width = 75
  315. Height = 25
  316. Cursor = crHandPoint
  317. Hint = #45936#51060#53552' '#52628#44032
  318. Anchors = [akLeft, akBottom]
  319. Caption = #52628#44032
  320. Colors.Default = 10737865
  321. TabOrder = 1
  322. Font.Charset = DEFAULT_CHARSET
  323. Font.Color = clBlack
  324. Font.Height = -13
  325. Font.Name = #47569#51008' '#44256#46357
  326. Font.Style = [fsBold]
  327. ParentFont = False
  328. OnClick = BtnInsertClick
  329. end
  330. object BtnDelete: TcxButton
  331. Tag = 4
  332. Left = 171
  333. Top = 18
  334. Width = 75
  335. Height = 25
  336. Cursor = crHandPoint
  337. Hint = #45936#51060#53552' '#49325#51228
  338. Anchors = [akLeft, akBottom]
  339. Caption = #49325#51228
  340. Colors.Default = 10737865
  341. Enabled = False
  342. TabOrder = 2
  343. Font.Charset = DEFAULT_CHARSET
  344. Font.Color = clBlack
  345. Font.Height = -13
  346. Font.Name = #47569#51008' '#44256#46357
  347. Font.Style = [fsBold]
  348. ParentFont = False
  349. OnClick = BtnDeleteClick
  350. end
  351. object BtnSave: TcxButton
  352. Tag = 5
  353. Left = 252
  354. Top = 18
  355. Width = 75
  356. Height = 25
  357. Cursor = crHandPoint
  358. Hint = #54200#51665#51089#50629' '#51200#51109
  359. Anchors = [akLeft, akBottom]
  360. Caption = #51200#51109
  361. Colors.Default = 10737865
  362. Enabled = False
  363. TabOrder = 3
  364. Font.Charset = DEFAULT_CHARSET
  365. Font.Color = clBlack
  366. Font.Height = -13
  367. Font.Name = #47569#51008' '#44256#46357
  368. Font.Style = [fsBold]
  369. ParentFont = False
  370. OnClick = BtnSaveClick
  371. end
  372. end
  373. object PnlCmd: TPanel
  374. Left = 3
  375. Top = 18
  376. Width = 800
  377. Height = 478
  378. Align = alClient
  379. BevelOuter = bvNone
  380. Enabled = False
  381. TabOrder = 1
  382. ExplicitTop = 19
  383. ExplicitHeight = 477
  384. object Panel2: TPanel
  385. Left = 0
  386. Top = 0
  387. Width = 434
  388. Height = 478
  389. Align = alLeft
  390. BevelOuter = bvNone
  391. TabOrder = 0
  392. ExplicitHeight = 477
  393. object Panel4: TPanel
  394. Left = 339
  395. Top = 0
  396. Width = 95
  397. Height = 433
  398. Align = alRight
  399. BevelOuter = bvNone
  400. TabOrder = 0
  401. ExplicitHeight = 432
  402. DesignSize = (
  403. 95
  404. 433)
  405. object BtnUp: TcxButton
  406. Tag = 2
  407. Left = 9
  408. Top = 213
  409. Width = 80
  410. Height = 25
  411. Cursor = crHandPoint
  412. Anchors = [akLeft, akBottom]
  413. Caption = #9650' Up'
  414. Colors.Default = 10737865
  415. LookAndFeel.NativeStyle = False
  416. TabOrder = 0
  417. OnClick = BtnUpClick
  418. ExplicitTop = 212
  419. end
  420. object BtnDown: TcxButton
  421. Tag = 2
  422. Left = 9
  423. Top = 244
  424. Width = 80
  425. Height = 25
  426. Cursor = crHandPoint
  427. Anchors = [akLeft, akBottom]
  428. Caption = #9660' Down'
  429. Colors.Default = 10737865
  430. LookAndFeel.NativeStyle = False
  431. TabOrder = 1
  432. OnClick = BtnDownClick
  433. ExplicitTop = 243
  434. end
  435. object BtnListAdd: TcxButton
  436. Tag = 2
  437. Left = 9
  438. Top = 125
  439. Width = 80
  440. Height = 25
  441. Cursor = crHandPoint
  442. Hint = 'Register as a list'
  443. Caption = 'Regist'
  444. Colors.Default = 10737865
  445. Glyph.Data = {
  446. 36040000424D3604000000000000360000002800000010000000100000000100
  447. 2000000000000004000000000000000000000000000000000000000000000000
  448. 0000000000000000000000000000000000000000000000000000000000000000
  449. 0000000000000000000000000000000000000000000000000000000000E60000
  450. 00E6000000E6000000E6000000E6000000E6000000E6000000E6000000E60000
  451. 00E6000000E6000000E600000000000000000000000000000000000000E6B1B2
  452. B1E6B1B2B1E6B1B2B1E6B1B2B1E6B1B2B1E6B1B2B1E6B1B2B1E6B1B2B1E6B1B2
  453. B1E6838383E6000000E600000000000000000000000000000000000000E6E6E6
  454. E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6
  455. E6E6B1B2B1E6000000E600000000000000000000000000000000000000E6E6E6
  456. E6E6747C74E6747C74E6747C74E6747C74E6747C74E6747C74E6000000E60000
  457. 00E6B1B2B1E6000000E600000000000000000000000000000000000000E6E6E6
  458. E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6000000E61F4AE6E60000
  459. 00E6B1B2B1E6000000E600000000000000000000000000000000000000E6E6E6
  460. E6E6B1B2B1E6B1B2B1E6B1B2B1E6B1B2B1E6000000E61F4AE6E661A1E6E60000
  461. 00E6000000E6000000E6000000E6000000E6000000E600000000000000E6E6E6
  462. E6E6E6E6E6E6E6E6E6E6E6E6E6E6000000E61F4AE6E685D0E6E67BC2E6E61F4A
  463. E6E61F4AE6E61F4AE6E61F4AE6E61F4AE6E6000000E600000000000000E6E6E6
  464. E6E6747C74E6747C74E6000000E696E5E6E696E5E6E696E5E6E68FDDE6E685D0
  465. E6E67BC2E6E66FB2E6E661A1E6E65490E6E6000000E600000000000000E6E6E6
  466. E6E6E6E6E6E6E6E6E6E6E6E6E6E6000000E696E5E6E696E5E6E696E5E6E696E5
  467. E6E68FDCE6E685D0E6E67BC2E6E66EB2E6E6000000E600000000000000E6E6E6
  468. E6E6B1B2B1E6B1B2B1E6B1B2B1E6B1B2B1E6000000E696E5E6E696E5E6E60000
  469. 00E6000000E6000000E6000000E6000000E6000000E600000000000000E6E6E6
  470. E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6000000E696E5E6E60000
  471. 00E6000000E60000000000000000000000000000000000000000000000E6E6E6
  472. E6E6747C74E6747C74E6747C74E6747C74E6747C74E6747C74E6000000E60000
  473. 00E6000000000000000000000000000000000000000000000000000000E6E6E6
  474. E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6000000E60000
  475. 0000000000000000000000000000000000000000000000000000000000E60000
  476. 00E6000000E6000000E6000000E6000000E6000000E6000000E6000000000000
  477. 0000000000000000000000000000000000000000000000000000000000000000
  478. 0000000000000000000000000000000000000000000000000000000000000000
  479. 0000000000000000000000000000000000000000000000000000}
  480. LookAndFeel.NativeStyle = False
  481. TabOrder = 2
  482. OnClick = BtnListAddClick
  483. end
  484. object BtnListDelete: TcxButton
  485. Tag = 2
  486. Left = 9
  487. Top = 161
  488. Width = 80
  489. Height = 25
  490. Cursor = crHandPoint
  491. Hint = 'Remove from list'
  492. Caption = 'Remove'
  493. Colors.Default = 10737865
  494. Glyph.Data = {
  495. 36040000424D3604000000000000360000002800000010000000100000000100
  496. 2000000000000004000000000000000000000000000000000000000000000000
  497. 0000000000001F1C16E6101910E6100D1CE61F1C16E6101910E6000000E61F1C
  498. 16E6100D1CE6101910E61F1C16E6000000E60000000000000000000000000000
  499. 0000100D1CE66D776DE6B7A5A5E6B7B7B7E6B7C2B7E6000000E62C2CE6E60000
  500. 00E6B7B7B7E6B7A5A5E6000000E60707E6E6000000E600000000000000001F1C
  501. 16E6E6E6E6E62C2F29E6AEB3B3E6DDDDDDE6000000E62C2CE6E62C2CE6E62C2C
  502. E6E6000000E6000000E60707E6E65252E6E60707E6E6000000E61F1C16E66D77
  503. 6DE62C2F29E643434CE6DDDDDDE6DDDDDDE6DDDDDDE6000000E62C2CE6E62C2C
  504. E6E62C2CE6E61C29E6E62C2CE6E60707E6E6000000E600000000100D1CE6CBD4
  505. CBE6CBD4CBE6CBD4CBE6D4DDD4E6DDDDDDE6DDDDDDE6DDDDDDE6000000E62C2C
  506. E6E62C2CE6E62C2CE6E62C2CE6E6000000E60000000000000000101910E6D4D4
  507. D4E6CBD4CBE6CBD4CBE6CBD4CBE6CBD4CBE6CBD4CBE6DDDDDDE6DDDDDDE60000
  508. 00E62C2CE6E62C2CE6E6000000E60000000000000000000000001F1C16E6DDDD
  509. DDE6CBD4CBE6D4D4D4E6CBD4CBE6CBD4CBE6CBD4CBE6CBD4CBE6000000E6525B
  510. E6E62C2CE6E62C2CE6E62C2CE6E6000000E60000000000000000101910E6DDDD
  511. DDE6CBCBCBE6CBCBCBE6CBCBCBE6D4D4D4E6CBD4CBE6000000E65252E6E60707
  512. E6E60707E6E62C2CE6E62C2CE6E62C2CE6E6000000E6000000001F1C16E6DDDD
  513. DDE6CBCBCBE6CBCBCBE6CBCBCBE6CBCBCBE6000000E6525BE6E60707E6E65252
  514. E6E6000000E6000000E62C2CE6E62C2CE6E62C2CE6E6000000E6100D1CE6DDDD
  515. DDE6CBCBCBE6CBCBCBE6CBCBCBE6C2C2C2E6D4D4D4E6000000E6525BE6E60000
  516. 00E6CBD4CBE6CBCBCBE6000000E62C2CE6E6000000E6000000001F1C16E6E6E6
  517. E6E6CBCBCBE6CBCBCBE6CBCBCBE6CBCBCBE6CBCBCBE6CBCBCBE6000000E6CBD4
  518. CBE6CBD4CBE6CBD4CBE61F1C16E6000000E60000000000000000101910E6E6E6
  519. E6E6B7B7B7E6C2C2C2E6C2C6C6E6CBCBCBE6C2C2C2E6CBCBCBE6CBCBCBE6CBCB
  520. CBE6D4D4D4E6CBD4CBE6101910E6000000000000000000000000101910E6E6E6
  521. E6E6B7B7B7E6B7B7B7E6B7C2B7E6CBCBCBE6CBCBCBE6CBCBCBE6CBCBCBE6CBCB
  522. CBE6CBCBCBE6CBCBCBE61F1C16E60000000000000000000000001F1C16E6E6E6
  523. E6E6B7B7B7E6B7B7B7E6B7B7B7E6B7B7B7E6CBCBCBE6CBCBCBE6CBCBCBE6CBCB
  524. CBE6CBCBCBE6CBD4CBE61F1C16E6000000000000000000000000101910E6E6E6
  525. E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6DDDDDDE6DDDD
  526. DDE6DDDDDDE6DDDDDDE61F1C16E60000000000000000000000001F1C16E61019
  527. 10E6100D1CE61F1C16E6101910E61F1C16E6101910E6100D1CE61F1C16E61019
  528. 10E61F1C16E6101910E6100D1CE6000000000000000000000000}
  529. LookAndFeel.NativeStyle = False
  530. TabOrder = 3
  531. OnClick = BtnListDeleteClick
  532. end
  533. end
  534. object CxVms: TcxGrid
  535. Left = 0
  536. Top = 0
  537. Width = 339
  538. Height = 433
  539. Align = alClient
  540. TabOrder = 1
  541. ExplicitHeight = 432
  542. object TvVms: TcxGridTableView
  543. DataController.Summary.DefaultGroupSummaryItems = <>
  544. DataController.Summary.FooterSummaryItems = <>
  545. DataController.Summary.SummaryGroups = <>
  546. OptionsCustomize.ColumnFiltering = False
  547. OptionsCustomize.ColumnGrouping = False
  548. OptionsCustomize.ColumnMoving = False
  549. OptionsCustomize.ColumnSorting = False
  550. OptionsData.Deleting = False
  551. OptionsData.DeletingConfirmation = False
  552. OptionsData.Inserting = False
  553. OptionsSelection.CellSelect = False
  554. OptionsSelection.HideFocusRectOnExit = False
  555. OptionsSelection.HideSelection = True
  556. OptionsSelection.MultiSelect = True
  557. OptionsView.ColumnAutoWidth = True
  558. OptionsView.GroupByBox = False
  559. OptionsView.Indicator = True
  560. object ColVms1: TcxGridColumn
  561. Caption = 'Seq'
  562. PropertiesClassName = 'TcxLabelProperties'
  563. Properties.Alignment.Horz = taCenter
  564. Properties.Alignment.Vert = taVCenter
  565. HeaderAlignmentHorz = taCenter
  566. HeaderAlignmentVert = vaCenter
  567. Options.Editing = False
  568. Width = 48
  569. end
  570. object ColVms2: TcxGridColumn
  571. Caption = 'VMS No'
  572. PropertiesClassName = 'TcxLabelProperties'
  573. Properties.Alignment.Horz = taCenter
  574. Properties.Alignment.Vert = taVCenter
  575. HeaderAlignmentHorz = taCenter
  576. HeaderAlignmentVert = vaCenter
  577. Options.Editing = False
  578. Width = 73
  579. end
  580. object ColVms3: TcxGridColumn
  581. Caption = 'VMS Name'
  582. PropertiesClassName = 'TcxLabelProperties'
  583. Properties.Alignment.Horz = taLeftJustify
  584. Properties.Alignment.Vert = taVCenter
  585. HeaderAlignmentHorz = taCenter
  586. HeaderAlignmentVert = vaCenter
  587. Options.Editing = False
  588. Width = 241
  589. end
  590. object ColLink4: TcxGridColumn
  591. Caption = #49884#51216#47749
  592. PropertiesClassName = 'TcxTextEditProperties'
  593. Properties.Alignment.Vert = taVCenter
  594. Visible = False
  595. HeaderAlignmentHorz = taCenter
  596. HeaderAlignmentVert = vaCenter
  597. Width = 120
  598. end
  599. object ColLink5: TcxGridColumn
  600. Caption = #51333#51216#47749
  601. PropertiesClassName = 'TcxTextEditProperties'
  602. Properties.Alignment.Vert = taVCenter
  603. Visible = False
  604. HeaderAlignmentHorz = taCenter
  605. HeaderAlignmentVert = vaCenter
  606. Width = 120
  607. end
  608. object ColLink6: TcxGridColumn
  609. Caption = #51333#47308#51648#51216#47749
  610. PropertiesClassName = 'TcxLabelProperties'
  611. Properties.Alignment.Horz = taLeftJustify
  612. Properties.Alignment.Vert = taVCenter
  613. Visible = False
  614. HeaderAlignmentHorz = taCenter
  615. HeaderAlignmentVert = vaCenter
  616. Width = 250
  617. end
  618. end
  619. object GlVms: TcxGridLevel
  620. GridView = TvVms
  621. end
  622. end
  623. object Panel5: TPanel
  624. Left = 0
  625. Top = 433
  626. Width = 434
  627. Height = 45
  628. Align = alBottom
  629. BevelOuter = bvNone
  630. TabOrder = 2
  631. ExplicitTop = 432
  632. object ImgDesc19: TImage
  633. Left = 9
  634. Top = 22
  635. Width = 9
  636. Height = 9
  637. Transparent = True
  638. end
  639. object cxLabel2: TcxLabel
  640. Left = 40
  641. Top = 17
  642. Caption = ' Name [*]'
  643. Properties.Alignment.Horz = taRightJustify
  644. Properties.Alignment.Vert = taVCenter
  645. Transparent = True
  646. AnchorX = 103
  647. AnchorY = 27
  648. end
  649. object EdName: TcxTextEdit
  650. Left = 109
  651. Top = 14
  652. Properties.MaxLength = 30
  653. TabOrder = 1
  654. Width = 230
  655. end
  656. end
  657. end
  658. inline FRAMEVmsList1: TFRAMEVmsList
  659. Left = 434
  660. Top = 0
  661. Width = 366
  662. Height = 478
  663. Align = alClient
  664. TabOrder = 1
  665. ExplicitLeft = 434
  666. ExplicitWidth = 366
  667. ExplicitHeight = 477
  668. inherited CxList: TcxGrid
  669. Width = 366
  670. Height = 416
  671. ExplicitWidth = 366
  672. ExplicitHeight = 415
  673. inherited TvList: TcxGridTableView
  674. inherited Column04: TcxGridColumn
  675. Width = 90
  676. end
  677. end
  678. end
  679. inherited PnlTop: TPanel
  680. Width = 366
  681. ExplicitWidth = 366
  682. end
  683. inherited PnlBottom: TPanel
  684. Top = 447
  685. Width = 366
  686. ExplicitTop = 446
  687. ExplicitWidth = 366
  688. inherited LblRecords: TLabel
  689. Left = 254
  690. Width = 26
  691. Height = 16
  692. ExplicitLeft = 254
  693. ExplicitWidth = 26
  694. ExplicitHeight = 16
  695. end
  696. inherited BtnExlSave: TcxButton
  697. Left = 286
  698. ExplicitLeft = 286
  699. end
  700. end
  701. inherited CbUsagType: TcxComboBox
  702. ExplicitHeight = 24
  703. end
  704. inherited CbType: TcxComboBox
  705. ExplicitHeight = 24
  706. end
  707. end
  708. end
  709. end
  710. end
  711. end
  712. end
  713. object BtnSearch: TcxButton
  714. Left = 917
  715. Top = 11
  716. Width = 75
  717. Height = 25
  718. Cursor = crHandPoint
  719. Hint = #51312#54924
  720. Anchors = [akTop, akRight]
  721. Caption = #51312#54924
  722. Colors.Default = 10737865
  723. LookAndFeel.NativeStyle = False
  724. TabOrder = 3
  725. Visible = False
  726. Font.Charset = DEFAULT_CHARSET
  727. Font.Color = clBlack
  728. Font.Height = -13
  729. Font.Name = #47569#51008' '#44256#46357
  730. Font.Style = [fsBold]
  731. ParentFont = False
  732. OnClick = BtnSearchClick
  733. end
  734. object EdOrgName: TcxTextEdit
  735. Left = 627
  736. Top = 389
  737. Properties.ReadOnly = True
  738. TabOrder = 4
  739. Visible = False
  740. Width = 121
  741. end
  742. object TmrShow: TTimer
  743. Enabled = False
  744. Interval = 300
  745. OnTimer = TmrShowTimer
  746. Left = 660
  747. Top = 16
  748. end
  749. end