VMSVIEWMF.dfm 26 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717
  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 '#47784#45768#53552#47553' '#54868#47732' '#44288#47532
  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 = #47569#51008' '#44256#46357
  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 = 17
  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 = 25
  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 '#47784#45768#53552#47553' '#54868#47732' '#47785#47197
  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 = 19
  127. Width = 261
  128. Height = 523
  129. Align = alClient
  130. TabOrder = 0
  131. object TvList: TcxGridTableView
  132. OnCellDblClick = TvListCellDblClick
  133. OnFocusedRecordChanged = TvListFocusedRecordChanged
  134. DataController.Summary.DefaultGroupSummaryItems = <>
  135. DataController.Summary.FooterSummaryItems = <>
  136. DataController.Summary.SummaryGroups = <>
  137. OptionsCustomize.ColumnFiltering = False
  138. OptionsCustomize.ColumnGrouping = False
  139. OptionsCustomize.ColumnMoving = False
  140. OptionsCustomize.ColumnSorting = False
  141. OptionsCustomize.DataRowSizing = True
  142. OptionsData.CancelOnExit = False
  143. OptionsData.Deleting = False
  144. OptionsData.DeletingConfirmation = False
  145. OptionsData.Editing = False
  146. OptionsData.Inserting = False
  147. OptionsSelection.HideFocusRectOnExit = False
  148. OptionsSelection.HideSelection = True
  149. OptionsView.ColumnAutoWidth = True
  150. OptionsView.GroupByBox = False
  151. OptionsView.Indicator = True
  152. object Col01: TcxGridColumn
  153. Caption = 'ID'
  154. PropertiesClassName = 'TcxLabelProperties'
  155. Properties.Alignment.Horz = taCenter
  156. Properties.Alignment.Vert = taVCenter
  157. Visible = False
  158. HeaderAlignmentHorz = taCenter
  159. HeaderAlignmentVert = vaCenter
  160. Width = 61
  161. end
  162. object Col02: TcxGridColumn
  163. Caption = #54868#47732#47749#52845
  164. PropertiesClassName = 'TcxLabelProperties'
  165. Properties.Alignment.Vert = taVCenter
  166. HeaderAlignmentHorz = taCenter
  167. HeaderAlignmentVert = vaCenter
  168. Width = 196
  169. end
  170. object Col03: TcxGridColumn
  171. Caption = #54868#47732#49688
  172. PropertiesClassName = 'TcxLabelProperties'
  173. Properties.Alignment.Horz = taCenter
  174. Properties.Alignment.Vert = taVCenter
  175. HeaderAlignmentHorz = taCenter
  176. HeaderAlignmentVert = vaCenter
  177. Options.Editing = False
  178. Width = 51
  179. end
  180. end
  181. object GlList: TcxGridLevel
  182. GridView = TvList
  183. end
  184. end
  185. end
  186. end
  187. object Panel1: TPanel
  188. Left = 267
  189. Top = 0
  190. Width = 806
  191. Height = 552
  192. Align = alClient
  193. BevelOuter = bvNone
  194. TabOrder = 1
  195. object Panel3: TPanel
  196. Left = 0
  197. Top = 0
  198. Width = 806
  199. Height = 552
  200. Align = alClient
  201. BevelOuter = bvNone
  202. TabOrder = 0
  203. object cxGroupBox1: TcxGroupBox
  204. Left = 0
  205. Top = 0
  206. Align = alClient
  207. Caption = #9654' VMS '#47784#45768#53552#47553' '#54868#47732' '#49444#51221
  208. Style.BorderColor = clCaptionText
  209. Style.Shadow = False
  210. Style.TextColor = clWindowText
  211. Style.TextStyle = [fsBold]
  212. TabOrder = 0
  213. Height = 552
  214. Width = 806
  215. object PnlMenu: TPanel
  216. Left = 3
  217. Top = 496
  218. Width = 800
  219. Height = 46
  220. Align = alBottom
  221. BevelOuter = bvNone
  222. TabOrder = 0
  223. DesignSize = (
  224. 800
  225. 46)
  226. object BtnEdit: TcxButton
  227. Tag = 2
  228. Left = 8
  229. Top = 18
  230. Width = 80
  231. Height = 25
  232. Cursor = crHandPoint
  233. Hint = #45936#51060#53552' '#54200#51665
  234. Anchors = [akLeft, akBottom]
  235. Caption = #54200#51665
  236. Colors.Default = 10737865
  237. Enabled = False
  238. TabOrder = 0
  239. Font.Charset = DEFAULT_CHARSET
  240. Font.Color = clBlack
  241. Font.Height = -13
  242. Font.Name = #47569#51008' '#44256#46357
  243. Font.Style = [fsBold]
  244. ParentFont = False
  245. OnClick = BtnEditClick
  246. end
  247. object BtnInsert: TcxButton
  248. Tag = 2
  249. Left = 89
  250. Top = 18
  251. Width = 80
  252. Height = 25
  253. Cursor = crHandPoint
  254. Hint = #45936#51060#53552' '#52628#44032
  255. Anchors = [akLeft, akBottom]
  256. Caption = #52628#44032
  257. Colors.Default = 10737865
  258. TabOrder = 1
  259. Font.Charset = DEFAULT_CHARSET
  260. Font.Color = clBlack
  261. Font.Height = -13
  262. Font.Name = #47569#51008' '#44256#46357
  263. Font.Style = [fsBold]
  264. ParentFont = False
  265. OnClick = BtnInsertClick
  266. end
  267. object BtnDelete: TcxButton
  268. Tag = 4
  269. Left = 171
  270. Top = 18
  271. Width = 80
  272. Height = 25
  273. Cursor = crHandPoint
  274. Hint = #45936#51060#53552' '#49325#51228
  275. Anchors = [akLeft, akBottom]
  276. Caption = #49325#51228
  277. Colors.Default = 10737865
  278. Enabled = False
  279. TabOrder = 2
  280. Font.Charset = DEFAULT_CHARSET
  281. Font.Color = clBlack
  282. Font.Height = -13
  283. Font.Name = #47569#51008' '#44256#46357
  284. Font.Style = [fsBold]
  285. ParentFont = False
  286. OnClick = BtnDeleteClick
  287. end
  288. object BtnSave: TcxButton
  289. Tag = 5
  290. Left = 252
  291. Top = 18
  292. Width = 80
  293. Height = 25
  294. Cursor = crHandPoint
  295. Hint = #54200#51665#51089#50629' '#51200#51109
  296. Anchors = [akLeft, akBottom]
  297. Caption = #51200#51109
  298. Colors.Default = 10737865
  299. Enabled = False
  300. TabOrder = 3
  301. Font.Charset = DEFAULT_CHARSET
  302. Font.Color = clBlack
  303. Font.Height = -13
  304. Font.Name = #47569#51008' '#44256#46357
  305. Font.Style = [fsBold]
  306. ParentFont = False
  307. OnClick = BtnSaveClick
  308. end
  309. end
  310. object PnlCmd: TPanel
  311. Left = 3
  312. Top = 19
  313. Width = 800
  314. Height = 477
  315. Align = alClient
  316. BevelOuter = bvNone
  317. Enabled = False
  318. TabOrder = 1
  319. object Panel2: TPanel
  320. Left = 0
  321. Top = 0
  322. Width = 434
  323. Height = 477
  324. Align = alLeft
  325. BevelOuter = bvNone
  326. TabOrder = 0
  327. object Panel4: TPanel
  328. Left = 339
  329. Top = 0
  330. Width = 95
  331. Height = 432
  332. Align = alRight
  333. BevelOuter = bvNone
  334. TabOrder = 0
  335. DesignSize = (
  336. 95
  337. 432)
  338. object BtnUp: TcxButton
  339. Tag = 2
  340. Left = 9
  341. Top = 212
  342. Width = 80
  343. Height = 25
  344. Cursor = crHandPoint
  345. Anchors = [akLeft, akBottom]
  346. Caption = #9650' '#50948#47196
  347. Colors.Default = 10737865
  348. LookAndFeel.NativeStyle = False
  349. TabOrder = 0
  350. OnClick = BtnUpClick
  351. end
  352. object BtnDown: TcxButton
  353. Tag = 2
  354. Left = 9
  355. Top = 243
  356. Width = 80
  357. Height = 25
  358. Cursor = crHandPoint
  359. Anchors = [akLeft, akBottom]
  360. Caption = #9660' '#50500#47000#46020
  361. Colors.Default = 10737865
  362. LookAndFeel.NativeStyle = False
  363. TabOrder = 1
  364. OnClick = BtnDownClick
  365. end
  366. object BtnListAdd: TcxButton
  367. Tag = 2
  368. Left = 9
  369. Top = 125
  370. Width = 80
  371. Height = 25
  372. Cursor = crHandPoint
  373. Hint = #47785#47197#51004#47196' '#46321#47197
  374. Caption = #46321#47197
  375. Colors.Default = 10737865
  376. Glyph.Data = {
  377. 36040000424D3604000000000000360000002800000010000000100000000100
  378. 2000000000000004000000000000000000000000000000000000000000000000
  379. 0000000000000000000000000000000000000000000000000000000000000000
  380. 0000000000000000000000000000000000000000000000000000000000E60000
  381. 00E6000000E6000000E6000000E6000000E6000000E6000000E6000000E60000
  382. 00E6000000E6000000E600000000000000000000000000000000000000E6B1B2
  383. B1E6B1B2B1E6B1B2B1E6B1B2B1E6B1B2B1E6B1B2B1E6B1B2B1E6B1B2B1E6B1B2
  384. B1E6838383E6000000E600000000000000000000000000000000000000E6E6E6
  385. E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6
  386. E6E6B1B2B1E6000000E600000000000000000000000000000000000000E6E6E6
  387. E6E6747C74E6747C74E6747C74E6747C74E6747C74E6747C74E6000000E60000
  388. 00E6B1B2B1E6000000E600000000000000000000000000000000000000E6E6E6
  389. E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6000000E61F4AE6E60000
  390. 00E6B1B2B1E6000000E600000000000000000000000000000000000000E6E6E6
  391. E6E6B1B2B1E6B1B2B1E6B1B2B1E6B1B2B1E6000000E61F4AE6E661A1E6E60000
  392. 00E6000000E6000000E6000000E6000000E6000000E600000000000000E6E6E6
  393. E6E6E6E6E6E6E6E6E6E6E6E6E6E6000000E61F4AE6E685D0E6E67BC2E6E61F4A
  394. E6E61F4AE6E61F4AE6E61F4AE6E61F4AE6E6000000E600000000000000E6E6E6
  395. E6E6747C74E6747C74E6000000E696E5E6E696E5E6E696E5E6E68FDDE6E685D0
  396. E6E67BC2E6E66FB2E6E661A1E6E65490E6E6000000E600000000000000E6E6E6
  397. E6E6E6E6E6E6E6E6E6E6E6E6E6E6000000E696E5E6E696E5E6E696E5E6E696E5
  398. E6E68FDCE6E685D0E6E67BC2E6E66EB2E6E6000000E600000000000000E6E6E6
  399. E6E6B1B2B1E6B1B2B1E6B1B2B1E6B1B2B1E6000000E696E5E6E696E5E6E60000
  400. 00E6000000E6000000E6000000E6000000E6000000E600000000000000E6E6E6
  401. E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6000000E696E5E6E60000
  402. 00E6000000E60000000000000000000000000000000000000000000000E6E6E6
  403. E6E6747C74E6747C74E6747C74E6747C74E6747C74E6747C74E6000000E60000
  404. 00E6000000000000000000000000000000000000000000000000000000E6E6E6
  405. E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6000000E60000
  406. 0000000000000000000000000000000000000000000000000000000000E60000
  407. 00E6000000E6000000E6000000E6000000E6000000E6000000E6000000000000
  408. 0000000000000000000000000000000000000000000000000000000000000000
  409. 0000000000000000000000000000000000000000000000000000000000000000
  410. 0000000000000000000000000000000000000000000000000000}
  411. LookAndFeel.NativeStyle = False
  412. TabOrder = 2
  413. OnClick = BtnListAddClick
  414. end
  415. object BtnListDelete: TcxButton
  416. Tag = 2
  417. Left = 9
  418. Top = 161
  419. Width = 80
  420. Height = 25
  421. Cursor = crHandPoint
  422. Hint = #47785#47197#50640#49436' '#49325#51228
  423. Caption = #49325#51228
  424. Colors.Default = 10737865
  425. Glyph.Data = {
  426. 36040000424D3604000000000000360000002800000010000000100000000100
  427. 2000000000000004000000000000000000000000000000000000000000000000
  428. 0000000000001F1C16E6101910E6100D1CE61F1C16E6101910E6000000E61F1C
  429. 16E6100D1CE6101910E61F1C16E6000000E60000000000000000000000000000
  430. 0000100D1CE66D776DE6B7A5A5E6B7B7B7E6B7C2B7E6000000E62C2CE6E60000
  431. 00E6B7B7B7E6B7A5A5E6000000E60707E6E6000000E600000000000000001F1C
  432. 16E6E6E6E6E62C2F29E6AEB3B3E6DDDDDDE6000000E62C2CE6E62C2CE6E62C2C
  433. E6E6000000E6000000E60707E6E65252E6E60707E6E6000000E61F1C16E66D77
  434. 6DE62C2F29E643434CE6DDDDDDE6DDDDDDE6DDDDDDE6000000E62C2CE6E62C2C
  435. E6E62C2CE6E61C29E6E62C2CE6E60707E6E6000000E600000000100D1CE6CBD4
  436. CBE6CBD4CBE6CBD4CBE6D4DDD4E6DDDDDDE6DDDDDDE6DDDDDDE6000000E62C2C
  437. E6E62C2CE6E62C2CE6E62C2CE6E6000000E60000000000000000101910E6D4D4
  438. D4E6CBD4CBE6CBD4CBE6CBD4CBE6CBD4CBE6CBD4CBE6DDDDDDE6DDDDDDE60000
  439. 00E62C2CE6E62C2CE6E6000000E60000000000000000000000001F1C16E6DDDD
  440. DDE6CBD4CBE6D4D4D4E6CBD4CBE6CBD4CBE6CBD4CBE6CBD4CBE6000000E6525B
  441. E6E62C2CE6E62C2CE6E62C2CE6E6000000E60000000000000000101910E6DDDD
  442. DDE6CBCBCBE6CBCBCBE6CBCBCBE6D4D4D4E6CBD4CBE6000000E65252E6E60707
  443. E6E60707E6E62C2CE6E62C2CE6E62C2CE6E6000000E6000000001F1C16E6DDDD
  444. DDE6CBCBCBE6CBCBCBE6CBCBCBE6CBCBCBE6000000E6525BE6E60707E6E65252
  445. E6E6000000E6000000E62C2CE6E62C2CE6E62C2CE6E6000000E6100D1CE6DDDD
  446. DDE6CBCBCBE6CBCBCBE6CBCBCBE6C2C2C2E6D4D4D4E6000000E6525BE6E60000
  447. 00E6CBD4CBE6CBCBCBE6000000E62C2CE6E6000000E6000000001F1C16E6E6E6
  448. E6E6CBCBCBE6CBCBCBE6CBCBCBE6CBCBCBE6CBCBCBE6CBCBCBE6000000E6CBD4
  449. CBE6CBD4CBE6CBD4CBE61F1C16E6000000E60000000000000000101910E6E6E6
  450. E6E6B7B7B7E6C2C2C2E6C2C6C6E6CBCBCBE6C2C2C2E6CBCBCBE6CBCBCBE6CBCB
  451. CBE6D4D4D4E6CBD4CBE6101910E6000000000000000000000000101910E6E6E6
  452. E6E6B7B7B7E6B7B7B7E6B7C2B7E6CBCBCBE6CBCBCBE6CBCBCBE6CBCBCBE6CBCB
  453. CBE6CBCBCBE6CBCBCBE61F1C16E60000000000000000000000001F1C16E6E6E6
  454. E6E6B7B7B7E6B7B7B7E6B7B7B7E6B7B7B7E6CBCBCBE6CBCBCBE6CBCBCBE6CBCB
  455. CBE6CBCBCBE6CBD4CBE61F1C16E6000000000000000000000000101910E6E6E6
  456. E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6DDDDDDE6DDDD
  457. DDE6DDDDDDE6DDDDDDE61F1C16E60000000000000000000000001F1C16E61019
  458. 10E6100D1CE61F1C16E6101910E61F1C16E6101910E6100D1CE61F1C16E61019
  459. 10E61F1C16E6101910E6100D1CE6000000000000000000000000}
  460. LookAndFeel.NativeStyle = False
  461. TabOrder = 3
  462. OnClick = BtnListDeleteClick
  463. end
  464. end
  465. object CxVms: TcxGrid
  466. Left = 0
  467. Top = 0
  468. Width = 339
  469. Height = 432
  470. Align = alClient
  471. TabOrder = 1
  472. object TvVms: TcxGridTableView
  473. DataController.Summary.DefaultGroupSummaryItems = <>
  474. DataController.Summary.FooterSummaryItems = <>
  475. DataController.Summary.SummaryGroups = <>
  476. OptionsCustomize.ColumnFiltering = False
  477. OptionsCustomize.ColumnGrouping = False
  478. OptionsCustomize.ColumnMoving = False
  479. OptionsCustomize.ColumnSorting = False
  480. OptionsData.Deleting = False
  481. OptionsData.DeletingConfirmation = False
  482. OptionsData.Inserting = False
  483. OptionsSelection.CellSelect = False
  484. OptionsSelection.HideFocusRectOnExit = False
  485. OptionsSelection.HideSelection = True
  486. OptionsSelection.MultiSelect = True
  487. OptionsView.ColumnAutoWidth = True
  488. OptionsView.GroupByBox = False
  489. OptionsView.Indicator = True
  490. object ColVms1: TcxGridColumn
  491. Caption = #49692#49436
  492. PropertiesClassName = 'TcxLabelProperties'
  493. Properties.Alignment.Horz = taCenter
  494. Properties.Alignment.Vert = taVCenter
  495. HeaderAlignmentHorz = taCenter
  496. HeaderAlignmentVert = vaCenter
  497. Options.Editing = False
  498. Width = 48
  499. end
  500. object ColVms2: TcxGridColumn
  501. Caption = 'VMS '#48264#54840
  502. PropertiesClassName = 'TcxLabelProperties'
  503. Properties.Alignment.Horz = taCenter
  504. Properties.Alignment.Vert = taVCenter
  505. HeaderAlignmentHorz = taCenter
  506. HeaderAlignmentVert = vaCenter
  507. Options.Editing = False
  508. Width = 73
  509. end
  510. object ColVms3: TcxGridColumn
  511. Caption = 'VMS '#47749#52845
  512. PropertiesClassName = 'TcxLabelProperties'
  513. Properties.Alignment.Horz = taLeftJustify
  514. Properties.Alignment.Vert = taVCenter
  515. HeaderAlignmentHorz = taCenter
  516. HeaderAlignmentVert = vaCenter
  517. Options.Editing = False
  518. Width = 241
  519. end
  520. end
  521. object GlVms: TcxGridLevel
  522. GridView = TvVms
  523. end
  524. end
  525. object Panel5: TPanel
  526. Left = 0
  527. Top = 432
  528. Width = 434
  529. Height = 45
  530. Align = alBottom
  531. BevelOuter = bvNone
  532. TabOrder = 2
  533. object ImgDesc19: TImage
  534. Left = 9
  535. Top = 22
  536. Width = 9
  537. Height = 9
  538. Transparent = True
  539. end
  540. object cxLabel2: TcxLabel
  541. Left = 28
  542. Top = 16
  543. Caption = #54868#47732#47749#52845' [*]'
  544. Properties.Alignment.Horz = taRightJustify
  545. Properties.Alignment.Vert = taVCenter
  546. Transparent = True
  547. AnchorX = 103
  548. AnchorY = 27
  549. end
  550. object EdName: TcxTextEdit
  551. Left = 109
  552. Top = 14
  553. Properties.MaxLength = 30
  554. TabOrder = 1
  555. Width = 230
  556. end
  557. end
  558. end
  559. inline FRAMEVmsList1: TFRAMEVmsList
  560. Left = 434
  561. Top = 0
  562. Width = 366
  563. Height = 477
  564. Align = alClient
  565. TabOrder = 1
  566. ExplicitLeft = 434
  567. ExplicitWidth = 366
  568. ExplicitHeight = 477
  569. inherited CxList: TcxGrid
  570. Width = 366
  571. Height = 415
  572. ExplicitWidth = 366
  573. ExplicitHeight = 415
  574. inherited TvList: TcxGridTableView
  575. inherited Column04: TcxGridColumn
  576. Width = 90
  577. end
  578. end
  579. end
  580. inherited PnlTop: TPanel
  581. Width = 366
  582. ExplicitWidth = 366
  583. end
  584. inherited PnlBottom: TPanel
  585. Top = 446
  586. Width = 366
  587. ExplicitTop = 446
  588. ExplicitWidth = 366
  589. inherited LblRecords: TLabel
  590. Left = 255
  591. Width = 25
  592. Height = 17
  593. ExplicitLeft = 234
  594. ExplicitWidth = 25
  595. ExplicitHeight = 17
  596. end
  597. inherited BtnExlSave: TcxButton
  598. Left = 286
  599. ExplicitLeft = 286
  600. end
  601. end
  602. inherited CbUsagType: TcxComboBox
  603. ExplicitHeight = 25
  604. end
  605. inherited CbType: TcxComboBox
  606. ExplicitHeight = 25
  607. end
  608. inherited lblTitle: TcxLabel
  609. ExplicitWidth = 57
  610. ExplicitHeight = 21
  611. end
  612. end
  613. end
  614. end
  615. end
  616. end
  617. end
  618. object BtnSearch: TcxButton
  619. Left = 917
  620. Top = 11
  621. Width = 80
  622. Height = 25
  623. Cursor = crHandPoint
  624. Hint = #51312#54924
  625. Anchors = [akTop, akRight]
  626. Caption = #51312#54924
  627. Colors.Default = 10737865
  628. LookAndFeel.NativeStyle = False
  629. TabOrder = 3
  630. Visible = False
  631. Font.Charset = DEFAULT_CHARSET
  632. Font.Color = clBlack
  633. Font.Height = -13
  634. Font.Name = #47569#51008' '#44256#46357
  635. Font.Style = [fsBold]
  636. ParentFont = False
  637. OnClick = BtnSearchClick
  638. end
  639. object EdOrgName: TcxTextEdit
  640. Left = 627
  641. Top = 389
  642. Properties.ReadOnly = True
  643. TabOrder = 4
  644. Visible = False
  645. Width = 121
  646. end
  647. object lblText1: TcxLabel
  648. Left = 43
  649. Top = 93
  650. Caption = 'VMS '#47784#45768#53552#47553' '#54868#47732' '#51200#51109#13#10'VMS '#47784#45768#53552#47553' '#54868#47732#47749#52845#51012' '#51077#47141#54616#49464#50836'.'
  651. Transparent = True
  652. Visible = False
  653. end
  654. object lblText2: TcxLabel
  655. Left = 294
  656. Top = 110
  657. Caption = 'VMS '#47784#45768#53552#47553' '#54868#47732' '#51200#51109#13#10'VMS '#47784#45768#53552#47553' '#54868#47732#51012' '#47785#47197#50640#49436' '#49440#53469#54616#49464#50836'.'
  658. Transparent = True
  659. Visible = False
  660. end
  661. object lblText3: TcxLabel
  662. Left = 43
  663. Top = 149
  664. Caption = 'VMS '#47784#45768#53552#47553' '#54868#47732' '#51200#51109#13#10#47784#45768#53552#47553' '#45824#49345' VMS'#47484' '#52628#44032#54644' '#51452#49464#50836'.'
  665. Transparent = True
  666. Visible = False
  667. end
  668. object lblText4: TcxLabel
  669. Left = 288
  670. Top = 163
  671. Caption = 'VMS '#47784#45768#53552#47553' '#54868#47732' '#51200#51109#13#10#51060#48120' '#49324#50857#51473#51064' '#47784#45768#53552#47553' '#54868#47732#47749#52845' '#51077#45768#45796'.'#13#10#49324#50857#54616#51648' '#50506#45716' '#47749#52845#51012' '#51077#47141#54616#49464#50836'.'
  672. Transparent = True
  673. Visible = False
  674. end
  675. object lblText5: TcxLabel
  676. Left = 43
  677. Top = 203
  678. Caption = 'VMS '#47784#45768#53552#47553' '#54868#47732' '#51200#51109#13#10'VMS '#47784#45768#53552#47553' '#54868#47732' '#51221#48372#47484' '#51200#51109' '#54616#50688#49845#45768#45796'.'
  679. Transparent = True
  680. Visible = False
  681. end
  682. object lblText6: TcxLabel
  683. Left = 316
  684. Top = 222
  685. Caption = 'VMS '#47784#45768#53552#47553' '#54868#47732' '#49325#51228#13#10#49325#51228#54624' VMS '#47784#45768#53552#47553' '#54868#47732#51012' '#47785#47197#50640#49436' '#49440#53469#54616#49464#50836'.'
  686. Transparent = True
  687. Visible = False
  688. end
  689. object lblText7: TcxLabel
  690. Left = 43
  691. Top = 259
  692. Caption = 'VMS '#47784#45768#53552#47553' '#54868#47732
  693. Transparent = True
  694. Visible = False
  695. end
  696. object lblText8: TcxLabel
  697. Left = 43
  698. Top = 286
  699. Caption = #49440#53469#54616#49888' VMS '#47784#45768#53552#47553' '#54868#47732' '#51221#48372#47484' '#49325#51228#54616#49884#44192#49845#45768#44620'?'
  700. Transparent = True
  701. Visible = False
  702. end
  703. object lblText9: TcxLabel
  704. Left = 35
  705. Top = 313
  706. Caption = 'VMS '#47784#45768#53552#47553' '#54868#47732' '#49325#51228#13#10'VMS '#47784#45768#53552#47553' '#54868#47732' '#51221#48372#47484' '#49325#51228' '#54616#50688#49845#45768#45796'.'
  707. Transparent = True
  708. Visible = False
  709. end
  710. object TmrShow: TTimer
  711. Enabled = False
  712. Interval = 300
  713. OnTimer = TmrShowTimer
  714. Left = 876
  715. Top = 8
  716. end
  717. end