FrmVmsLogDsplSubF.dfm 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685
  1. object FrmVmsLogDsplSub: TFrmVmsLogDsplSub
  2. Tag = 99
  3. Left = 0
  4. Top = 0
  5. HorzScrollBar.Visible = False
  6. VertScrollBar.Visible = False
  7. Align = alClient
  8. BorderStyle = bsNone
  9. Caption = #51060#47141#51312#54924
  10. ClientHeight = 839
  11. ClientWidth = 1315
  12. Color = clBtnFace
  13. DoubleBuffered = True
  14. Font.Charset = DEFAULT_CHARSET
  15. Font.Color = clWindowText
  16. Font.Height = -13
  17. Font.Name = #47569#51008' '#44256#46357
  18. Font.Style = []
  19. KeyPreview = True
  20. OldCreateOrder = False
  21. WindowState = wsMaximized
  22. OnClose = FormClose
  23. OnDestroy = FormDestroy
  24. OnShow = FormShow
  25. ExplicitWidth = 320
  26. ExplicitHeight = 240
  27. PixelsPerInch = 96
  28. TextHeight = 17
  29. object PnlTop: TPanel
  30. Left = 0
  31. Top = 0
  32. Width = 1315
  33. Height = 34
  34. Align = alTop
  35. BevelOuter = bvNone
  36. TabOrder = 0
  37. DesignSize = (
  38. 1315
  39. 34)
  40. object LblSearch: TLabel
  41. Left = 20
  42. Top = 9
  43. Width = 52
  44. Height = 17
  45. Caption = #44160#49353#51312#44148
  46. Transparent = True
  47. end
  48. object ImgDesc01: TImage
  49. Left = 5
  50. Top = 12
  51. Width = 9
  52. Height = 9
  53. Transparent = True
  54. end
  55. object LblRecords: TLabel
  56. Left = 1165
  57. Top = 9
  58. Width = 52
  59. Height = 17
  60. Alignment = taRightJustify
  61. Anchors = [akTop, akRight]
  62. Caption = #51312#54924#44148#49688
  63. Transparent = True
  64. ExplicitLeft = 588
  65. end
  66. object BtnExlSave: TcxButton
  67. Left = 1228
  68. Top = 5
  69. Width = 80
  70. Height = 25
  71. Cursor = crHandPoint
  72. Hint = #51312#54924' '#44208#44284' '#45936#51060#53552#47484' '#54028#51068#47196' '#51200#51109#54633#45768#45796'.'
  73. Anchors = [akTop, akRight]
  74. Caption = #51200#51109
  75. Colors.Default = 3893744
  76. TabOrder = 0
  77. Font.Charset = DEFAULT_CHARSET
  78. Font.Color = clWindowText
  79. Font.Height = -13
  80. Font.Name = #47569#51008' '#44256#46357
  81. Font.Style = [fsBold]
  82. ParentFont = False
  83. OnClick = BtnExlSaveClick
  84. end
  85. end
  86. object PnlList: TPanel
  87. Left = 0
  88. Top = 34
  89. Width = 1315
  90. Height = 805
  91. Align = alClient
  92. BevelOuter = bvNone
  93. TabOrder = 1
  94. DesignSize = (
  95. 1315
  96. 805)
  97. object CxList: TcxGrid
  98. Left = 0
  99. Top = 0
  100. Width = 922
  101. Height = 805
  102. Align = alClient
  103. TabOrder = 1
  104. LockedStateImageOptions.Effect = lsieDark
  105. LockedStateImageOptions.ShowText = True
  106. LookAndFeel.Kind = lfUltraFlat
  107. LookAndFeel.NativeStyle = False
  108. object TvList: TcxGridTableView
  109. FilterBox.CustomizeDialog = False
  110. OnFocusedRecordChanged = TvListFocusedRecordChanged
  111. DataController.Summary.DefaultGroupSummaryItems = <>
  112. DataController.Summary.FooterSummaryItems = <>
  113. DataController.Summary.SummaryGroups = <>
  114. FilterRow.Visible = True
  115. OptionsCustomize.ColumnsQuickCustomization = True
  116. OptionsData.CancelOnExit = False
  117. OptionsData.Deleting = False
  118. OptionsData.DeletingConfirmation = False
  119. OptionsData.Editing = False
  120. OptionsData.Inserting = False
  121. object Col00: TcxGridColumn
  122. Caption = #48264#54840
  123. PropertiesClassName = 'TcxLabelProperties'
  124. Properties.Alignment.Horz = taCenter
  125. Properties.Alignment.Vert = taVCenter
  126. HeaderAlignmentHorz = taCenter
  127. HeaderAlignmentVert = vaCenter
  128. Width = 50
  129. end
  130. object Col01: TcxGridColumn
  131. Caption = 'VMS ID'
  132. PropertiesClassName = 'TcxLabelProperties'
  133. Properties.Alignment.Horz = taCenter
  134. Properties.Alignment.Vert = taVCenter
  135. HeaderAlignmentHorz = taCenter
  136. HeaderAlignmentVert = vaCenter
  137. Options.Editing = False
  138. Width = 101
  139. end
  140. object Col02: TcxGridColumn
  141. Caption = 'VMS '#47749#52845
  142. PropertiesClassName = 'TcxLabelProperties'
  143. Properties.Alignment.Horz = taLeftJustify
  144. Properties.Alignment.Vert = taVCenter
  145. HeaderAlignmentHorz = taCenter
  146. HeaderAlignmentVert = vaCenter
  147. HeaderGlyphAlignmentHorz = taCenter
  148. Options.Editing = False
  149. Width = 199
  150. end
  151. object Col03: TcxGridColumn
  152. Caption = #54268#50976#54805
  153. PropertiesClassName = 'TcxLabelProperties'
  154. Properties.Alignment.Horz = taCenter
  155. Properties.Alignment.Vert = taVCenter
  156. Visible = False
  157. HeaderAlignmentHorz = taCenter
  158. HeaderAlignmentVert = vaCenter
  159. Options.Editing = False
  160. VisibleForCustomization = False
  161. Width = 114
  162. end
  163. object Col10: TcxGridColumn
  164. Caption = 'VMS '#50976#54805
  165. PropertiesClassName = 'TcxLabelProperties'
  166. Properties.Alignment.Horz = taCenter
  167. Properties.Alignment.Vert = taVCenter
  168. Visible = False
  169. HeaderAlignmentHorz = taCenter
  170. HeaderAlignmentVert = vaCenter
  171. VisibleForCustomization = False
  172. Width = 75
  173. end
  174. object Col11: TcxGridColumn
  175. Caption = 'VMS '#53356#44592
  176. PropertiesClassName = 'TcxLabelProperties'
  177. Properties.Alignment.Horz = taRightJustify
  178. Properties.Alignment.Vert = taVCenter
  179. Visible = False
  180. HeaderAlignmentHorz = taCenter
  181. HeaderAlignmentVert = vaCenter
  182. Width = 72
  183. end
  184. object Col04: TcxGridColumn
  185. Caption = #51228#44277#49884#44033
  186. PropertiesClassName = 'TcxLabelProperties'
  187. Properties.Alignment.Horz = taCenter
  188. Properties.Alignment.Vert = taVCenter
  189. HeaderAlignmentHorz = taCenter
  190. HeaderAlignmentVert = vaCenter
  191. Options.Editing = False
  192. Width = 144
  193. end
  194. object Col05: TcxGridColumn
  195. Caption = #49692#49436
  196. PropertiesClassName = 'TcxLabelProperties'
  197. Properties.Alignment.Horz = taCenter
  198. Properties.Alignment.Vert = taVCenter
  199. HeaderAlignmentHorz = taCenter
  200. HeaderAlignmentVert = vaCenter
  201. Options.Editing = False
  202. Width = 50
  203. end
  204. object Col15: TcxGridColumn
  205. Caption = #54268#50976#54805
  206. PropertiesClassName = 'TcxLabelProperties'
  207. Properties.Alignment.Horz = taLeftJustify
  208. Properties.Alignment.Vert = taVCenter
  209. HeaderAlignmentHorz = taCenter
  210. HeaderAlignmentVert = vaCenter
  211. Width = 155
  212. end
  213. object Col06: TcxGridColumn
  214. Caption = #54364#52636#47928#44396
  215. PropertiesClassName = 'TcxTextEditProperties'
  216. Properties.Alignment.Vert = taVCenter
  217. HeaderAlignmentHorz = taCenter
  218. HeaderAlignmentVert = vaCenter
  219. Options.Editing = False
  220. Width = 256
  221. end
  222. object Col07: TcxGridColumn
  223. Caption = #51204#49569#44208#44284
  224. PropertiesClassName = 'TcxLabelProperties'
  225. Properties.Alignment.Horz = taCenter
  226. Properties.Alignment.Vert = taVCenter
  227. OnCustomDrawCell = Col07CustomDrawCell
  228. HeaderAlignmentHorz = taCenter
  229. HeaderAlignmentVert = vaCenter
  230. Width = 71
  231. end
  232. object Col08: TcxGridColumn
  233. Caption = #51228#44277#49884#44033'2'
  234. PropertiesClassName = 'TcxLabelProperties'
  235. Properties.Alignment.Horz = taCenter
  236. Properties.Alignment.Vert = taVCenter
  237. Visible = False
  238. HeaderAlignmentHorz = taCenter
  239. HeaderAlignmentVert = vaCenter
  240. VisibleForCustomization = False
  241. end
  242. object Col09: TcxGridColumn
  243. Caption = 'VMS '#50976#54805
  244. PropertiesClassName = 'TcxLabelProperties'
  245. Properties.Alignment.Horz = taCenter
  246. Properties.Alignment.Vert = taVCenter
  247. Visible = False
  248. VisibleForCustomization = False
  249. end
  250. object Col12: TcxGridColumn
  251. Caption = #45331#51060
  252. DataBinding.ValueType = 'Integer'
  253. PropertiesClassName = 'TcxSpinEditProperties'
  254. Properties.Alignment.Horz = taCenter
  255. Properties.Alignment.Vert = taVCenter
  256. Visible = False
  257. HeaderAlignmentHorz = taCenter
  258. HeaderAlignmentVert = vaCenter
  259. VisibleForCustomization = False
  260. end
  261. object Col13: TcxGridColumn
  262. Caption = #45458#51060
  263. DataBinding.ValueType = 'Integer'
  264. PropertiesClassName = 'TcxSpinEditProperties'
  265. Properties.Alignment.Horz = taCenter
  266. Properties.Alignment.Vert = taVCenter
  267. Visible = False
  268. HeaderAlignmentHorz = taCenter
  269. HeaderAlignmentVert = vaCenter
  270. VisibleForCustomization = False
  271. end
  272. object Col14: TcxGridColumn
  273. Caption = #51228#44277#49884#44033
  274. PropertiesClassName = 'TcxLabelProperties'
  275. Properties.Alignment.Horz = taCenter
  276. Properties.Alignment.Vert = taVCenter
  277. Visible = False
  278. VisibleForCustomization = False
  279. end
  280. end
  281. object GlList: TcxGridLevel
  282. GridView = TvList
  283. end
  284. end
  285. object ChkExpand: TcxCheckBox
  286. Tag = 9
  287. Left = 814
  288. Top = 7
  289. Cursor = crHandPoint
  290. Hint = #44536#47353' '#47785#47197' '#54869#51109' '#46608#45716' '#52712#49548
  291. Anchors = [akTop, akRight]
  292. Caption = #54869#51109'/'#52629#49548
  293. ParentBackground = False
  294. ParentColor = False
  295. ParentShowHint = False
  296. ShowHint = True
  297. State = cbsChecked
  298. Style.BorderColor = 9868950
  299. Style.BorderStyle = ebsThick
  300. Style.Color = 14671839
  301. Style.Shadow = False
  302. TabOrder = 0
  303. Transparent = True
  304. OnClick = ChkExpandClick
  305. Width = 85
  306. end
  307. object SplitterLeft: TcxSplitter
  308. Left = 922
  309. Top = 0
  310. Width = 6
  311. Height = 805
  312. HotZoneClassName = 'TcxSimpleStyle'
  313. AlignSplitter = salRight
  314. MinSize = 150
  315. ResizeUpdate = True
  316. Control = cxGroupBox1
  317. end
  318. object cxGroupBox1: TcxGroupBox
  319. Left = 928
  320. Top = 0
  321. Align = alRight
  322. Caption = 'VMS '#54364#52636' '#51060#47141' '#51221#48372
  323. ParentShowHint = False
  324. ShowHint = True
  325. Style.BorderColor = clCaptionText
  326. Style.LookAndFeel.Kind = lfUltraFlat
  327. Style.LookAndFeel.NativeStyle = False
  328. Style.Shadow = False
  329. Style.TextColor = clBlack
  330. Style.TextStyle = []
  331. StyleDisabled.LookAndFeel.Kind = lfUltraFlat
  332. StyleDisabled.LookAndFeel.NativeStyle = False
  333. StyleFocused.LookAndFeel.Kind = lfUltraFlat
  334. StyleFocused.LookAndFeel.NativeStyle = False
  335. StyleHot.LookAndFeel.Kind = lfUltraFlat
  336. StyleHot.LookAndFeel.NativeStyle = False
  337. TabOrder = 3
  338. Height = 805
  339. Width = 387
  340. object PnlSvcTime: TPanel
  341. Left = 3
  342. Top = 19
  343. Width = 381
  344. Height = 70
  345. Align = alTop
  346. Alignment = taLeftJustify
  347. BevelOuter = bvNone
  348. ParentColor = True
  349. TabOrder = 0
  350. object ImgDesc02: TImage
  351. Left = 10
  352. Top = 13
  353. Width = 9
  354. Height = 9
  355. Transparent = True
  356. end
  357. object Label1: TLabel
  358. Left = 27
  359. Top = 9
  360. Width = 27
  361. Height = 17
  362. Caption = 'VMS'
  363. Font.Charset = DEFAULT_CHARSET
  364. Font.Color = clWindowText
  365. Font.Height = -13
  366. Font.Name = #47569#51008' '#44256#46357
  367. Font.Style = []
  368. ParentFont = False
  369. end
  370. object Label3: TLabel
  371. Left = 27
  372. Top = 39
  373. Width = 52
  374. Height = 17
  375. Caption = #51228#44277#51221#48372
  376. Color = clWindowText
  377. ParentColor = False
  378. Transparent = True
  379. end
  380. object ImgDesc04: TImage
  381. Left = 10
  382. Top = 43
  383. Width = 9
  384. Height = 9
  385. Transparent = True
  386. end
  387. object EdId: TcxTextEdit
  388. Left = 92
  389. Top = 6
  390. ImeMode = imSAlpha
  391. ParentShowHint = False
  392. Properties.Alignment.Horz = taCenter
  393. Properties.Alignment.Vert = taVCenter
  394. Properties.ImeMode = imSAlpha
  395. Properties.MaxLength = 10
  396. Properties.ReadOnly = True
  397. ShowHint = True
  398. Style.LookAndFeel.Kind = lfUltraFlat
  399. Style.LookAndFeel.NativeStyle = False
  400. Style.Shadow = False
  401. StyleDisabled.LookAndFeel.Kind = lfUltraFlat
  402. StyleDisabled.LookAndFeel.NativeStyle = False
  403. StyleFocused.LookAndFeel.Kind = lfUltraFlat
  404. StyleFocused.LookAndFeel.NativeStyle = False
  405. StyleHot.LookAndFeel.Kind = lfUltraFlat
  406. StyleHot.LookAndFeel.NativeStyle = False
  407. TabOrder = 0
  408. Width = 95
  409. end
  410. object EdName: TcxTextEdit
  411. Left = 190
  412. Top = 6
  413. ImeMode = imSAlpha
  414. ParentShowHint = False
  415. Properties.Alignment.Horz = taLeftJustify
  416. Properties.Alignment.Vert = taVCenter
  417. Properties.ImeMode = imSAlpha
  418. Properties.MaxLength = 10
  419. Properties.ReadOnly = True
  420. ShowHint = True
  421. Style.LookAndFeel.Kind = lfUltraFlat
  422. Style.LookAndFeel.NativeStyle = False
  423. Style.Shadow = False
  424. StyleDisabled.LookAndFeel.Kind = lfUltraFlat
  425. StyleDisabled.LookAndFeel.NativeStyle = False
  426. StyleFocused.LookAndFeel.Kind = lfUltraFlat
  427. StyleFocused.LookAndFeel.NativeStyle = False
  428. StyleHot.LookAndFeel.Kind = lfUltraFlat
  429. StyleHot.LookAndFeel.NativeStyle = False
  430. TabOrder = 1
  431. Width = 187
  432. end
  433. object EdSvcDt: TcxTextEdit
  434. Left = 92
  435. Top = 37
  436. Hint = #51228#44277#49884#44033
  437. ImeMode = imSAlpha
  438. ParentShowHint = False
  439. Properties.Alignment.Horz = taCenter
  440. Properties.Alignment.Vert = taVCenter
  441. Properties.ImeMode = imSAlpha
  442. Properties.MaxLength = 10
  443. Properties.ReadOnly = True
  444. ShowHint = True
  445. Style.LookAndFeel.Kind = lfUltraFlat
  446. Style.LookAndFeel.NativeStyle = False
  447. Style.Shadow = False
  448. StyleDisabled.LookAndFeel.Kind = lfUltraFlat
  449. StyleDisabled.LookAndFeel.NativeStyle = False
  450. StyleFocused.LookAndFeel.Kind = lfUltraFlat
  451. StyleFocused.LookAndFeel.NativeStyle = False
  452. StyleHot.LookAndFeel.Kind = lfUltraFlat
  453. StyleHot.LookAndFeel.NativeStyle = False
  454. TabOrder = 2
  455. Width = 153
  456. end
  457. object EdMsgCnt: TcxTextEdit
  458. Left = 244
  459. Top = 37
  460. Hint = #51228#44277#49884#44033
  461. ImeMode = imSAlpha
  462. ParentShowHint = False
  463. Properties.Alignment.Horz = taCenter
  464. Properties.Alignment.Vert = taVCenter
  465. Properties.ImeMode = imSAlpha
  466. Properties.MaxLength = 10
  467. Properties.ReadOnly = True
  468. ShowHint = True
  469. Style.LookAndFeel.Kind = lfUltraFlat
  470. Style.LookAndFeel.NativeStyle = False
  471. Style.Shadow = False
  472. StyleDisabled.LookAndFeel.Kind = lfUltraFlat
  473. StyleDisabled.LookAndFeel.NativeStyle = False
  474. StyleFocused.LookAndFeel.Kind = lfUltraFlat
  475. StyleFocused.LookAndFeel.NativeStyle = False
  476. StyleHot.LookAndFeel.Kind = lfUltraFlat
  477. StyleHot.LookAndFeel.NativeStyle = False
  478. TabOrder = 3
  479. Width = 133
  480. end
  481. end
  482. object Panel1: TPanel
  483. Left = 3
  484. Top = 89
  485. Width = 381
  486. Height = 706
  487. Align = alClient
  488. Alignment = taLeftJustify
  489. BevelOuter = bvNone
  490. ParentColor = True
  491. TabOrder = 1
  492. object CxVmsMsg: TcxGrid
  493. Left = 0
  494. Top = 0
  495. Width = 381
  496. Height = 706
  497. Align = alClient
  498. TabOrder = 0
  499. LockedStateImageOptions.Effect = lsieLight
  500. LockedStateImageOptions.ShowText = True
  501. object TvVmsMsg: TcxGridTableView
  502. DataController.Summary.DefaultGroupSummaryItems = <>
  503. DataController.Summary.FooterSummaryItems = <>
  504. DataController.Summary.SummaryGroups = <>
  505. OptionsCustomize.ColumnFiltering = False
  506. OptionsData.CancelOnExit = False
  507. OptionsData.Deleting = False
  508. OptionsData.DeletingConfirmation = False
  509. OptionsData.Inserting = False
  510. OptionsSelection.HideFocusRectOnExit = False
  511. OptionsSelection.HideSelection = True
  512. OptionsView.ColumnAutoWidth = True
  513. OptionsView.DataRowHeight = 64
  514. OptionsView.GroupByBox = False
  515. OptionsView.Indicator = True
  516. object ColSch01: TcxGridColumn
  517. Caption = #49692#49436
  518. PropertiesClassName = 'TcxLabelProperties'
  519. Properties.Alignment.Horz = taCenter
  520. Properties.Alignment.Vert = taVCenter
  521. GroupSummaryAlignment = taCenter
  522. HeaderAlignmentHorz = taCenter
  523. HeaderAlignmentVert = vaCenter
  524. HeaderGlyphAlignmentHorz = taCenter
  525. Width = 40
  526. end
  527. object ColSch02: TcxGridColumn
  528. Caption = #54364#52636#47700#49884#51648
  529. DataBinding.ValueType = 'Variant'
  530. PropertiesClassName = 'TcxImageProperties'
  531. Properties.GraphicClassName = 'TdxSmartImage'
  532. GroupSummaryAlignment = taCenter
  533. HeaderAlignmentHorz = taCenter
  534. HeaderAlignmentVert = vaCenter
  535. HeaderGlyphAlignmentHorz = taCenter
  536. Options.Editing = False
  537. Width = 330
  538. end
  539. end
  540. object GlVmsMsg: TcxGridLevel
  541. GridView = TvVmsMsg
  542. end
  543. end
  544. end
  545. end
  546. object lblForm90: TcxLabel
  547. Left = 413
  548. Top = 316
  549. Caption = #45824#44592#54872#44221
  550. Transparent = True
  551. Visible = False
  552. end
  553. object lblForm91: TcxLabel
  554. Left = 413
  555. Top = 343
  556. Caption = #51452#52264#51221#48372
  557. Transparent = True
  558. Visible = False
  559. end
  560. end
  561. object lblText1: TcxLabel
  562. Left = 141
  563. Top = 349
  564. Caption = #51312#54924#44208#44284#44032' '#50630#49845#45768#45796'.'
  565. Transparent = True
  566. Visible = False
  567. end
  568. object lblText2: TcxLabel
  569. Left = 141
  570. Top = 376
  571. Caption = #44160#49353#44592#44036': '
  572. Transparent = True
  573. Visible = False
  574. end
  575. object lblSucc: TcxLabel
  576. Left = 141
  577. Top = 403
  578. Caption = #49457#44277
  579. Transparent = True
  580. Visible = False
  581. end
  582. object lblFai: TcxLabel
  583. Left = 141
  584. Top = 430
  585. Caption = #49892#54056
  586. Transparent = True
  587. Visible = False
  588. end
  589. object lblCnt: TcxLabel
  590. Left = 141
  591. Top = 457
  592. Caption = ' '#44148
  593. Transparent = True
  594. Visible = False
  595. end
  596. object lblFigure: TcxLabel
  597. Left = 141
  598. Top = 493
  599. Caption = #47928#51088#49885
  600. Transparent = True
  601. Visible = False
  602. end
  603. object lblText: TcxLabel
  604. Left = 141
  605. Top = 520
  606. Caption = #46020#54805#49885
  607. Transparent = True
  608. Visible = False
  609. end
  610. object lblForm11: TcxLabel
  611. Left = 413
  612. Top = 189
  613. Caption = #44368#53685#51221#48372
  614. Transparent = True
  615. Visible = False
  616. end
  617. object lblForm12: TcxLabel
  618. Left = 413
  619. Top = 204
  620. Caption = #46028#48156
  621. Transparent = True
  622. Visible = False
  623. end
  624. object lblForm13: TcxLabel
  625. Left = 413
  626. Top = 220
  627. Caption = #44277#49324#54665#49324
  628. Transparent = True
  629. Visible = False
  630. end
  631. object lblForm14: TcxLabel
  632. Left = 413
  633. Top = 236
  634. Caption = #54861#48372
  635. Transparent = True
  636. Visible = False
  637. end
  638. object lblForm15: TcxLabel
  639. Left = 413
  640. Top = 252
  641. Caption = #46020#54805#49885#48176#44221#49548#53685#51221#48372
  642. Transparent = True
  643. Visible = False
  644. end
  645. object lblForm20: TcxLabel
  646. Left = 413
  647. Top = 268
  648. Caption = #50864#54924
  649. Transparent = True
  650. Visible = False
  651. end
  652. object lblForm30: TcxLabel
  653. Left = 413
  654. Top = 284
  655. Caption = #51221#52404
  656. Transparent = True
  657. Visible = False
  658. end
  659. object lblForm40: TcxLabel
  660. Left = 413
  661. Top = 300
  662. Caption = #46041#50689#49345
  663. Transparent = True
  664. Visible = False
  665. end
  666. object lblForm50: TcxLabel
  667. Left = 413
  668. Top = 316
  669. Caption = #49828#53944#47532#48141#50689#49345
  670. Transparent = True
  671. Visible = False
  672. end
  673. object ADOQry: TADOQuery
  674. Parameters = <>
  675. Left = 240
  676. Top = 148
  677. end
  678. object TmrShow: TTimer
  679. Enabled = False
  680. Interval = 300
  681. OnTimer = TmrShowTimer
  682. Left = 320
  683. Top = 156
  684. end
  685. end