VMSM610MF.dfm 24 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770
  1. object VMSM610M: TVMSM610M
  2. Left = 0
  3. Top = 0
  4. HorzScrollBar.Visible = False
  5. VertScrollBar.Visible = False
  6. BorderIcons = [biSystemMenu, biMinimize]
  7. Caption = 'VMS '#47700#49884#51648' '#54268' '#44396#44036' '#49444#51221
  8. ClientHeight = 761
  9. ClientWidth = 1086
  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. OnCreate = FormCreate
  22. OnShow = FormShow
  23. DesignSize = (
  24. 1086
  25. 761)
  26. PixelsPerInch = 96
  27. TextHeight = 17
  28. object ShpTitle: TShape
  29. Left = 4
  30. Top = 4
  31. Width = 1078
  32. Height = 40
  33. Anchors = [akLeft, akTop, akRight]
  34. Brush.Color = 14671839
  35. Pen.Color = 10849679
  36. Pen.Width = 2
  37. Visible = False
  38. ExplicitWidth = 1269
  39. end
  40. object LblCaption: TLabel
  41. Left = 16
  42. Top = 10
  43. Width = 267
  44. Height = 23
  45. Caption = #53440#51060#53952' '
  46. Font.Charset = DEFAULT_CHARSET
  47. Font.Color = 4740964
  48. Font.Height = -17
  49. Font.Name = #47569#51008' '#44256#46357
  50. Font.Style = [fsBold]
  51. ParentFont = False
  52. ParentShowHint = False
  53. ShowHint = True
  54. Visible = False
  55. end
  56. object ShpList: TShape
  57. Left = 4
  58. Top = 4
  59. Width = 1078
  60. Height = 751
  61. Anchors = [akLeft, akTop, akRight, akBottom]
  62. Pen.Color = 10849679
  63. Pen.Width = 2
  64. ExplicitWidth = 966
  65. ExplicitHeight = 741
  66. end
  67. object EdFocus: TEdit
  68. Left = -10
  69. Top = -10
  70. Width = 2
  71. Height = 25
  72. ImeName = 'Microsoft Office IME 2007'
  73. TabOrder = 0
  74. Text = 'EdFocus'
  75. end
  76. object PanelBack: TPanel
  77. Left = 12
  78. Top = 10
  79. Width = 1060
  80. Height = 740
  81. Anchors = [akLeft, akTop, akRight, akBottom]
  82. BevelOuter = bvNone
  83. ParentBackground = False
  84. ParentColor = True
  85. TabOrder = 1
  86. ExplicitWidth = 975
  87. object PnlMenu: TPanel
  88. Left = 0
  89. Top = 702
  90. Width = 1060
  91. Height = 38
  92. Align = alBottom
  93. BevelOuter = bvNone
  94. TabOrder = 0
  95. ExplicitWidth = 975
  96. DesignSize = (
  97. 1060
  98. 38)
  99. object BtnEdit: TcxButton
  100. Tag = 2
  101. Left = 8
  102. Top = 10
  103. Width = 80
  104. Height = 25
  105. Cursor = crHandPoint
  106. Hint = #45936#51060#53552' '#54200#51665
  107. Anchors = [akLeft, akBottom]
  108. Caption = #54200#51665
  109. Colors.Default = 10737865
  110. Enabled = False
  111. TabOrder = 0
  112. Visible = False
  113. Font.Charset = DEFAULT_CHARSET
  114. Font.Color = clBlack
  115. Font.Height = -13
  116. Font.Name = #47569#51008' '#44256#46357
  117. Font.Style = [fsBold]
  118. ParentFont = False
  119. end
  120. object BtnInsert: TcxButton
  121. Tag = 2
  122. Left = 89
  123. Top = 10
  124. Width = 80
  125. Height = 25
  126. Cursor = crHandPoint
  127. Hint = #45936#51060#53552' '#52628#44032
  128. Anchors = [akLeft, akBottom]
  129. Caption = #52628#44032
  130. Colors.Default = 10737865
  131. TabOrder = 1
  132. Visible = False
  133. Font.Charset = DEFAULT_CHARSET
  134. Font.Color = clBlack
  135. Font.Height = -13
  136. Font.Name = #47569#51008' '#44256#46357
  137. Font.Style = [fsBold]
  138. ParentFont = False
  139. end
  140. object BtnDelete: TcxButton
  141. Tag = 4
  142. Left = 171
  143. Top = 10
  144. Width = 80
  145. Height = 25
  146. Cursor = crHandPoint
  147. Hint = #45936#51060#53552' '#49325#51228
  148. Anchors = [akLeft, akBottom]
  149. Caption = #49325#51228
  150. Colors.Default = 10737865
  151. Enabled = False
  152. TabOrder = 2
  153. Visible = False
  154. Font.Charset = DEFAULT_CHARSET
  155. Font.Color = clBlack
  156. Font.Height = -13
  157. Font.Name = #47569#51008' '#44256#46357
  158. Font.Style = [fsBold]
  159. ParentFont = False
  160. end
  161. object BtnSavex: TcxButton
  162. Tag = 5
  163. Left = 252
  164. Top = 10
  165. Width = 80
  166. Height = 25
  167. Cursor = crHandPoint
  168. Hint = #54200#51665#51089#50629' '#51200#51109
  169. Anchors = [akLeft, akBottom]
  170. Caption = #51200#51109
  171. Colors.Default = 10737865
  172. Enabled = False
  173. TabOrder = 3
  174. Visible = False
  175. Font.Charset = DEFAULT_CHARSET
  176. Font.Color = clBlack
  177. Font.Height = -13
  178. Font.Name = #47569#51008' '#44256#46357
  179. Font.Style = [fsBold]
  180. ParentFont = False
  181. end
  182. object BtnClose: TcxButton
  183. Left = 849
  184. Top = 7
  185. Width = 100
  186. Height = 25
  187. Cursor = crHandPoint
  188. Hint = #52712#49548
  189. Anchors = [akRight, akBottom]
  190. Caption = #52712#49548
  191. Colors.Default = 10737865
  192. TabOrder = 4
  193. Font.Charset = DEFAULT_CHARSET
  194. Font.Color = clBlack
  195. Font.Height = -13
  196. Font.Name = #47569#51008' '#44256#46357
  197. Font.Style = [fsBold]
  198. ParentFont = False
  199. OnClick = BtnClosexClick
  200. ExplicitLeft = 764
  201. end
  202. object BtnSave: TcxButton
  203. Tag = 4
  204. Left = 956
  205. Top = 7
  206. Width = 100
  207. Height = 25
  208. Cursor = crHandPoint
  209. Hint = #54364#52636#44396#44036#51012' '#49444#51221' '#54633#45768#45796'.'
  210. Anchors = [akRight, akBottom]
  211. Caption = #54869#51064
  212. Colors.Default = 10737865
  213. TabOrder = 5
  214. Font.Charset = DEFAULT_CHARSET
  215. Font.Color = clBlack
  216. Font.Height = -13
  217. Font.Name = #47569#51008' '#44256#46357
  218. Font.Style = [fsBold]
  219. ParentFont = False
  220. OnClick = BtnSaveClick
  221. ExplicitLeft = 871
  222. end
  223. end
  224. object cxGroupBox1: TcxGroupBox
  225. Left = 0
  226. Top = 0
  227. Align = alTop
  228. Caption = #9654' VMS '#47700#49884#51648' '#54268
  229. Style.BorderColor = clCaptionText
  230. Style.Shadow = False
  231. Style.TextColor = clWindowText
  232. Style.TextStyle = [fsBold]
  233. TabOrder = 1
  234. ExplicitWidth = 975
  235. Height = 385
  236. Width = 1060
  237. object PnlCmd: TPanel
  238. Left = 3
  239. Top = 19
  240. Width = 1054
  241. Height = 356
  242. Align = alClient
  243. BevelOuter = bvNone
  244. Enabled = False
  245. TabOrder = 0
  246. ExplicitWidth = 969
  247. object Panel2: TPanel
  248. Left = 0
  249. Top = 0
  250. Width = 1054
  251. Height = 356
  252. Align = alClient
  253. BevelOuter = bvNone
  254. Color = clMenuHighlight
  255. Enabled = False
  256. ParentBackground = False
  257. TabOrder = 0
  258. ExplicitLeft = -11
  259. ExplicitTop = -16
  260. ExplicitWidth = 969
  261. object ImgForm: TImage
  262. Left = 880
  263. Top = 194
  264. Width = 80
  265. Height = 57
  266. Visible = False
  267. end
  268. object PnlEdtBack: TPanel
  269. Left = 3
  270. Top = 2
  271. Width = 578
  272. Height = 324
  273. BevelInner = bvLowered
  274. Color = clSilver
  275. ParentBackground = False
  276. TabOrder = 0
  277. object PnlEditForm: TPanel
  278. Left = 2
  279. Top = 2
  280. Width = 574
  281. Height = 320
  282. Align = alClient
  283. BevelOuter = bvNone
  284. Color = clBlack
  285. ParentBackground = False
  286. TabOrder = 0
  287. end
  288. end
  289. end
  290. end
  291. end
  292. object GrpObj: TcxGroupBox
  293. Left = 0
  294. Top = 385
  295. Align = alClient
  296. Caption = #9654' VMS '#54268' '#44396#44036' '#49444#51221
  297. Style.TextStyle = [fsBold]
  298. TabOrder = 2
  299. ExplicitWidth = 975
  300. Height = 317
  301. Width = 1060
  302. object PgObject: TcxPageControl
  303. Left = 3
  304. Top = 19
  305. Width = 472
  306. Height = 288
  307. Align = alLeft
  308. Color = clWhite
  309. Focusable = False
  310. ParentBackground = False
  311. ParentColor = False
  312. ParentShowHint = False
  313. ShowHint = True
  314. TabOrder = 0
  315. Properties.ActivePage = TsObject
  316. Properties.HotTrack = True
  317. Properties.Options = [pcoAlwaysShowGoDialogButton, pcoFixedTabWidthWhenRotated, pcoGradient, pcoGradientClientArea, pcoRedrawOnResize]
  318. Properties.OwnerDraw = True
  319. Properties.Style = 9
  320. Properties.TabSlants.Positions = [spRight]
  321. TabSlants.Positions = [spRight]
  322. ClientRectBottom = 288
  323. ClientRectRight = 472
  324. ClientRectTop = 24
  325. object TsObject: TcxTabSheet
  326. Caption = #54268' '#44061#52404' '#47785#47197' '
  327. ImageIndex = 2
  328. object CxObjList: TcxGrid
  329. Left = 0
  330. Top = 0
  331. Width = 472
  332. Height = 264
  333. Align = alClient
  334. TabOrder = 0
  335. LookAndFeel.Kind = lfUltraFlat
  336. LookAndFeel.NativeStyle = False
  337. object TvObjList: TcxGridTableView
  338. FilterBox.CustomizeDialog = False
  339. OnFocusedRecordChanged = TvObjListFocusedRecordChanged
  340. DataController.Summary.DefaultGroupSummaryItems = <>
  341. DataController.Summary.FooterSummaryItems = <>
  342. DataController.Summary.SummaryGroups = <>
  343. OptionsSelection.HideFocusRectOnExit = False
  344. OptionsSelection.HideSelection = True
  345. OptionsView.GroupByBox = False
  346. object ColObj01: TcxGridColumn
  347. Caption = #54268#54805#49885
  348. PropertiesClassName = 'TcxTextEditProperties'
  349. Properties.Alignment.Horz = taCenter
  350. Properties.Alignment.Vert = taVCenter
  351. Visible = False
  352. HeaderAlignmentHorz = taCenter
  353. HeaderAlignmentVert = vaCenter
  354. Options.Editing = False
  355. Options.Filtering = False
  356. VisibleForCustomization = False
  357. Width = 55
  358. end
  359. object ColObj02: TcxGridColumn
  360. Caption = #44061#52404#50976#54805
  361. PropertiesClassName = 'TcxTextEditProperties'
  362. Properties.Alignment.Horz = taLeftJustify
  363. Properties.Alignment.Vert = taVCenter
  364. HeaderAlignmentHorz = taCenter
  365. HeaderAlignmentVert = vaCenter
  366. Options.Editing = False
  367. Options.Filtering = False
  368. VisibleForCustomization = False
  369. Width = 103
  370. end
  371. object ColObj03: TcxGridColumn
  372. Caption = #44061#52404'ID'
  373. PropertiesClassName = 'TcxTextEditProperties'
  374. Properties.Alignment.Horz = taCenter
  375. Properties.Alignment.Vert = taVCenter
  376. Visible = False
  377. HeaderAlignmentHorz = taCenter
  378. HeaderAlignmentVert = vaCenter
  379. Options.Editing = False
  380. Options.Filtering = False
  381. VisibleForCustomization = False
  382. Width = 53
  383. end
  384. object ColObj04: TcxGridColumn
  385. Caption = #50689#50669
  386. PropertiesClassName = 'TcxTextEditProperties'
  387. Properties.Alignment.Vert = taVCenter
  388. Visible = False
  389. HeaderAlignmentHorz = taCenter
  390. HeaderAlignmentVert = vaCenter
  391. Options.Editing = False
  392. Options.Filtering = False
  393. VisibleForCustomization = False
  394. end
  395. object ColIfscId: TcxGridColumn
  396. Caption = #44396#44036' ID'
  397. PropertiesClassName = 'TcxTextEditProperties'
  398. Properties.Alignment.Horz = taCenter
  399. Properties.Alignment.Vert = taVCenter
  400. HeaderAlignmentHorz = taCenter
  401. HeaderAlignmentVert = vaCenter
  402. Options.Editing = False
  403. Options.Filtering = False
  404. Width = 68
  405. end
  406. object ColIfscNm: TcxGridColumn
  407. Caption = #44396#44036#47749
  408. PropertiesClassName = 'TcxTextEditProperties'
  409. Properties.Alignment.Vert = taVCenter
  410. HeaderAlignmentHorz = taCenter
  411. HeaderAlignmentVert = vaCenter
  412. Options.Editing = False
  413. Options.Filtering = False
  414. Width = 92
  415. end
  416. object ColIfscStr: TcxGridColumn
  417. Caption = #49884#51216#47749
  418. PropertiesClassName = 'TcxTextEditProperties'
  419. Properties.Alignment.Horz = taLeftJustify
  420. Properties.Alignment.Vert = taVCenter
  421. HeaderAlignmentHorz = taCenter
  422. HeaderAlignmentVert = vaCenter
  423. Options.Editing = False
  424. Options.Filtering = False
  425. Width = 111
  426. end
  427. object ColIfscEnd: TcxGridColumn
  428. Caption = #51333#51216#47749
  429. PropertiesClassName = 'TcxTextEditProperties'
  430. Properties.Alignment.Horz = taLeftJustify
  431. Properties.Alignment.Vert = taVCenter
  432. HeaderAlignmentHorz = taCenter
  433. HeaderAlignmentVert = vaCenter
  434. Options.Editing = False
  435. Options.Filtering = False
  436. Width = 100
  437. end
  438. object TvObjListColumn9: TcxGridColumn
  439. PropertiesClassName = 'TcxTextEditProperties'
  440. Properties.Alignment.Vert = taVCenter
  441. Visible = False
  442. HeaderAlignmentHorz = taCenter
  443. HeaderAlignmentVert = vaCenter
  444. Options.Editing = False
  445. Options.Filtering = False
  446. VisibleForCustomization = False
  447. end
  448. object TvObjListColumn10: TcxGridColumn
  449. PropertiesClassName = 'TcxTextEditProperties'
  450. Properties.Alignment.Vert = taVCenter
  451. Visible = False
  452. HeaderAlignmentHorz = taCenter
  453. HeaderAlignmentVert = vaCenter
  454. Options.Editing = False
  455. Options.Filtering = False
  456. VisibleForCustomization = False
  457. end
  458. object TvObjListColumn11: TcxGridColumn
  459. PropertiesClassName = 'TcxTextEditProperties'
  460. Properties.Alignment.Vert = taVCenter
  461. Visible = False
  462. HeaderAlignmentHorz = taCenter
  463. HeaderAlignmentVert = vaCenter
  464. Options.Editing = False
  465. Options.Filtering = False
  466. VisibleForCustomization = False
  467. end
  468. object ColMem: TcxGridColumn
  469. Caption = #47700#47784#47532
  470. DataBinding.ValueType = 'Integer'
  471. PropertiesClassName = 'TcxCalcEditProperties'
  472. Visible = False
  473. HeaderAlignmentHorz = taCenter
  474. HeaderAlignmentVert = vaCenter
  475. Options.Editing = False
  476. Options.Filtering = False
  477. VisibleForCustomization = False
  478. end
  479. object ColObjType: TcxGridColumn
  480. PropertiesClassName = 'TcxTextEditProperties'
  481. Visible = False
  482. VisibleForCustomization = False
  483. end
  484. end
  485. object GlObjList: TcxGridLevel
  486. GridView = TvObjList
  487. end
  488. end
  489. end
  490. end
  491. object BtnListAdd: TcxButton
  492. Left = 481
  493. Top = 92
  494. Width = 80
  495. Height = 25
  496. Cursor = crHandPoint
  497. Hint = #51228#44277#44396#44036' '#49444#51221
  498. Caption = #9664' '#51201#50857
  499. Colors.Default = 10737865
  500. LookAndFeel.NativeStyle = False
  501. TabOrder = 1
  502. Font.Charset = DEFAULT_CHARSET
  503. Font.Color = clWindowText
  504. Font.Height = -13
  505. Font.Name = #47569#51008' '#44256#46357
  506. Font.Style = [fsBold]
  507. ParentFont = False
  508. OnClick = BtnListAddClick
  509. end
  510. object BtnListDelete: TcxButton
  511. Left = 481
  512. Top = 129
  513. Width = 80
  514. Height = 25
  515. Cursor = crHandPoint
  516. Hint = #51228#44277#44396#44036' '#49325#51228
  517. Caption = #49325#51228' '#9654
  518. Colors.Default = 10737865
  519. LookAndFeel.NativeStyle = False
  520. TabOrder = 2
  521. Font.Charset = DEFAULT_CHARSET
  522. Font.Color = clWindowText
  523. Font.Height = -13
  524. Font.Name = #47569#51008' '#44256#46357
  525. Font.Style = [fsBold]
  526. ParentFont = False
  527. OnClick = BtnListDeleteClick
  528. end
  529. object cxPageControl1: TcxPageControl
  530. Left = 571
  531. Top = 19
  532. Width = 486
  533. Height = 288
  534. Align = alRight
  535. Anchors = [akLeft, akTop, akRight, akBottom]
  536. Color = clWhite
  537. Focusable = False
  538. ParentBackground = False
  539. ParentColor = False
  540. ParentShowHint = False
  541. ShowHint = True
  542. TabOrder = 3
  543. Properties.ActivePage = cxTabSheet1
  544. Properties.HotTrack = True
  545. Properties.Options = [pcoAlwaysShowGoDialogButton, pcoFixedTabWidthWhenRotated, pcoGradient, pcoGradientClientArea, pcoRedrawOnResize]
  546. Properties.OwnerDraw = True
  547. Properties.Style = 9
  548. Properties.TabSlants.Positions = [spRight]
  549. TabSlants.Positions = [spRight]
  550. ExplicitLeft = 567
  551. ClientRectBottom = 288
  552. ClientRectRight = 486
  553. ClientRectTop = 24
  554. object cxTabSheet1: TcxTabSheet
  555. Caption = 'VMS '#45812#45817' '#44396#44036' '#47785#47197' '
  556. ImageIndex = 2
  557. ExplicitWidth = 401
  558. object CxSect: TcxGrid
  559. Left = 0
  560. Top = 0
  561. Width = 486
  562. Height = 264
  563. Align = alClient
  564. TabOrder = 0
  565. LookAndFeel.Kind = lfUltraFlat
  566. LookAndFeel.NativeStyle = False
  567. ExplicitWidth = 401
  568. object TvAxis: TcxGridTableView
  569. FilterBox.CustomizeDialog = False
  570. DataController.Summary.DefaultGroupSummaryItems = <>
  571. DataController.Summary.FooterSummaryItems = <>
  572. DataController.Summary.SummaryGroups = <>
  573. OptionsCustomize.ColumnSorting = False
  574. OptionsData.Editing = False
  575. OptionsSelection.HideFocusRectOnExit = False
  576. OptionsSelection.HideSelection = True
  577. OptionsView.GroupByBox = False
  578. OptionsView.Indicator = True
  579. object Col00: TcxGridColumn
  580. Caption = 'VMS ID'
  581. PropertiesClassName = 'TcxTextEditProperties'
  582. Properties.Alignment.Horz = taCenter
  583. Properties.Alignment.Vert = taVCenter
  584. Visible = False
  585. HeaderAlignmentHorz = taCenter
  586. HeaderAlignmentVert = vaCenter
  587. VisibleForCustomization = False
  588. Width = 99
  589. end
  590. object Col01: TcxGridColumn
  591. Caption = #44396#44036' ID'
  592. PropertiesClassName = 'TcxTextEditProperties'
  593. Properties.Alignment.Horz = taCenter
  594. Properties.Alignment.Vert = taVCenter
  595. HeaderAlignmentHorz = taCenter
  596. HeaderAlignmentVert = vaCenter
  597. Options.Editing = False
  598. Options.Filtering = False
  599. Width = 70
  600. end
  601. object Col02: TcxGridColumn
  602. Caption = #44396#44036#47749
  603. PropertiesClassName = 'TcxTextEditProperties'
  604. Properties.Alignment.Horz = taLeftJustify
  605. Properties.Alignment.Vert = taVCenter
  606. HeaderAlignmentHorz = taCenter
  607. HeaderAlignmentVert = vaCenter
  608. Options.Editing = False
  609. Options.Filtering = False
  610. Width = 149
  611. end
  612. object Col03: TcxGridColumn
  613. Caption = #49884#51216#47749
  614. PropertiesClassName = 'TcxTextEditProperties'
  615. Properties.Alignment.Horz = taLeftJustify
  616. Properties.Alignment.Vert = taVCenter
  617. HeaderAlignmentHorz = taCenter
  618. HeaderAlignmentVert = vaCenter
  619. Options.Editing = False
  620. Width = 127
  621. end
  622. object Col04: TcxGridColumn
  623. Caption = #51333#51216#47749
  624. PropertiesClassName = 'TcxTextEditProperties'
  625. Properties.Alignment.Horz = taLeftJustify
  626. Properties.Alignment.Vert = taVCenter
  627. HeaderAlignmentHorz = taCenter
  628. HeaderAlignmentVert = vaCenter
  629. Options.Editing = False
  630. Width = 105
  631. end
  632. object Col05: TcxGridColumn
  633. Caption = #50864#54924#46020#47196' ID'
  634. PropertiesClassName = 'TcxTextEditProperties'
  635. Properties.Alignment.Horz = taLeftJustify
  636. Properties.Alignment.Vert = taVCenter
  637. Visible = False
  638. OnCustomDrawCell = Col05CustomDrawCell
  639. HeaderAlignmentHorz = taCenter
  640. HeaderAlignmentVert = vaCenter
  641. Options.Editing = False
  642. VisibleForCustomization = False
  643. Width = 40
  644. end
  645. end
  646. object GlAxis: TcxGridLevel
  647. GridView = TvAxis
  648. end
  649. end
  650. end
  651. end
  652. object CbVmsDsplCndt: TcxComboBox
  653. Left = 252
  654. Top = 172
  655. Properties.Alignment.Vert = taVCenter
  656. Properties.DropDownListStyle = lsFixedList
  657. Properties.HideSelection = False
  658. Properties.Items.Strings = (
  659. '')
  660. Style.BorderStyle = ebsUltraFlat
  661. Style.LookAndFeel.Kind = lfUltraFlat
  662. Style.LookAndFeel.NativeStyle = False
  663. Style.ButtonStyle = btsUltraFlat
  664. Style.PopupBorderStyle = epbsFlat
  665. StyleDisabled.LookAndFeel.Kind = lfUltraFlat
  666. StyleDisabled.LookAndFeel.NativeStyle = False
  667. StyleFocused.LookAndFeel.Kind = lfUltraFlat
  668. StyleFocused.LookAndFeel.NativeStyle = False
  669. StyleFocused.TextStyle = [fsBold]
  670. StyleHot.LookAndFeel.Kind = lfUltraFlat
  671. StyleHot.LookAndFeel.NativeStyle = False
  672. TabOrder = 4
  673. Width = 506
  674. end
  675. end
  676. end
  677. object BtnSearch: TcxButton
  678. Left = 904
  679. Top = 11
  680. Width = 80
  681. Height = 25
  682. Cursor = crHandPoint
  683. Hint = #51312#54924
  684. Anchors = [akTop, akRight]
  685. Caption = #51312#54924
  686. Colors.Default = 10737865
  687. LookAndFeel.NativeStyle = False
  688. TabOrder = 2
  689. Visible = False
  690. Font.Charset = DEFAULT_CHARSET
  691. Font.Color = clBlack
  692. Font.Height = -13
  693. Font.Name = #47569#51008' '#44256#46357
  694. Font.Style = [fsBold]
  695. ParentFont = False
  696. OnClick = BtnSearchClick
  697. ExplicitLeft = 819
  698. end
  699. object EdObjId: TcxMaskEdit
  700. Left = 186
  701. Top = 8
  702. Properties.Alignment.Horz = taCenter
  703. Properties.Alignment.Vert = taVCenter
  704. Properties.MaskKind = emkRegExpr
  705. Properties.MaxLength = 0
  706. Style.LookAndFeel.NativeStyle = False
  707. StyleDisabled.LookAndFeel.NativeStyle = False
  708. StyleFocused.LookAndFeel.NativeStyle = False
  709. StyleHot.LookAndFeel.NativeStyle = False
  710. TabOrder = 3
  711. Text = '0'
  712. Visible = False
  713. Width = 56
  714. end
  715. object EdFormId: TcxTextEdit
  716. Left = 289
  717. Top = 8
  718. ImeMode = imSAlpha
  719. Properties.Alignment.Horz = taCenter
  720. Properties.Alignment.Vert = taVCenter
  721. Properties.ImeMode = imSAlpha
  722. Properties.MaxLength = 0
  723. Properties.ReadOnly = True
  724. Style.LookAndFeel.Kind = lfUltraFlat
  725. Style.LookAndFeel.NativeStyle = False
  726. Style.Shadow = False
  727. StyleDisabled.LookAndFeel.Kind = lfUltraFlat
  728. StyleDisabled.LookAndFeel.NativeStyle = False
  729. StyleFocused.LookAndFeel.Kind = lfUltraFlat
  730. StyleFocused.LookAndFeel.NativeStyle = False
  731. StyleHot.LookAndFeel.Kind = lfUltraFlat
  732. StyleHot.LookAndFeel.NativeStyle = False
  733. TabOrder = 4
  734. Text = '10000'
  735. Visible = False
  736. Width = 83
  737. end
  738. object BtnClosex: TcxButton
  739. Left = 992
  740. Top = 11
  741. Width = 80
  742. Height = 25
  743. Cursor = crHandPoint
  744. Hint = #45803#44592
  745. Anchors = [akTop, akRight]
  746. Caption = #45803#44592
  747. Colors.Default = 10737865
  748. TabOrder = 5
  749. Visible = False
  750. Font.Charset = DEFAULT_CHARSET
  751. Font.Color = clBlack
  752. Font.Height = -13
  753. Font.Name = #47569#51008' '#44256#46357
  754. Font.Style = [fsBold]
  755. ParentFont = False
  756. OnClick = BtnClosexClick
  757. ExplicitLeft = 907
  758. end
  759. object TmrShow: TTimer
  760. Enabled = False
  761. Interval = 300
  762. OnTimer = TmrShowTimer
  763. Left = 708
  764. Top = 8
  765. end
  766. object VmsDesigner1: VmsDesigner
  767. Left = 624
  768. Top = 8
  769. end
  770. end