TAS00201F.dfm 29 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855
  1. object TAS00201: TTAS00201
  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 = #44368#53685#54056#53556#48516#49437
  10. ClientHeight = 698
  11. ClientWidth = 1111
  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. OnCreate = FormCreate
  24. OnDestroy = FormDestroy
  25. OnShow = FormShow
  26. ExplicitWidth = 320
  27. ExplicitHeight = 240
  28. PixelsPerInch = 96
  29. TextHeight = 17
  30. object PnlTop: TPanel
  31. Left = 0
  32. Top = 0
  33. Width = 1111
  34. Height = 34
  35. Align = alTop
  36. BevelOuter = bvNone
  37. TabOrder = 0
  38. DesignSize = (
  39. 1111
  40. 34)
  41. object LblSearch: TLabel
  42. Left = 20
  43. Top = 9
  44. Width = 52
  45. Height = 17
  46. Caption = #44160#49353#51312#44148
  47. Transparent = True
  48. end
  49. object ImgDesc01: TImage
  50. Left = 5
  51. Top = 12
  52. Width = 9
  53. Height = 9
  54. Transparent = True
  55. end
  56. object LblRecords: TLabel
  57. Left = 961
  58. Top = 9
  59. Width = 52
  60. Height = 17
  61. Alignment = taRightJustify
  62. Anchors = [akTop, akRight]
  63. Caption = #51312#54924#44148#49688
  64. Transparent = True
  65. end
  66. object BtnExlSave: TcxButton
  67. Left = 1029
  68. Top = 5
  69. Width = 75
  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 = 1111
  90. Height = 338
  91. Align = alClient
  92. BevelOuter = bvNone
  93. TabOrder = 1
  94. DesignSize = (
  95. 1111
  96. 338)
  97. object CxList: TcxGrid
  98. Left = 0
  99. Top = 0
  100. Width = 1111
  101. Height = 338
  102. Align = alClient
  103. TabOrder = 0
  104. LookAndFeel.Kind = lfUltraFlat
  105. LookAndFeel.NativeStyle = False
  106. object TvList: TcxGridBandedTableView
  107. DataController.Summary.DefaultGroupSummaryItems = <>
  108. DataController.Summary.FooterSummaryItems = <>
  109. DataController.Summary.SummaryGroups = <>
  110. OptionsCustomize.ColumnSorting = False
  111. OptionsCustomize.BandMoving = False
  112. OptionsCustomize.BandSizing = False
  113. OptionsData.CancelOnExit = False
  114. OptionsData.Deleting = False
  115. OptionsData.DeletingConfirmation = False
  116. OptionsData.Editing = False
  117. OptionsView.NoDataToDisplayInfoText = '<'#54364#52636#54624' '#51221#48372#44032' '#50630#49845#45768#45796'.>'
  118. OptionsView.GroupByBox = False
  119. OptionsView.Indicator = True
  120. Bands = <
  121. item
  122. Caption = #44396#48516
  123. end
  124. item
  125. Caption = #49884#44036#45824#48324' '#49549#46020'(km/h)'
  126. end
  127. item
  128. Caption = #49884#44036#45824#48324#53685#44228'('#46321#44553')'
  129. Visible = False
  130. VisibleForCustomization = False
  131. end>
  132. object Col01: TcxGridBandedColumn
  133. Caption = #46020#47196#47749
  134. PropertiesClassName = 'TcxLabelProperties'
  135. Properties.Alignment.Horz = taLeftJustify
  136. Properties.Alignment.Vert = taVCenter
  137. Visible = False
  138. HeaderAlignmentHorz = taCenter
  139. HeaderAlignmentVert = vaCenter
  140. Options.CellMerging = True
  141. VisibleForCustomization = False
  142. Width = 200
  143. Position.BandIndex = 0
  144. Position.ColIndex = 0
  145. Position.RowIndex = 0
  146. end
  147. object Col02: TcxGridBandedColumn
  148. Caption = #48169#54693
  149. PropertiesClassName = 'TcxLabelProperties'
  150. Properties.Alignment.Horz = taLeftJustify
  151. Properties.Alignment.Vert = taVCenter
  152. HeaderAlignmentHorz = taCenter
  153. HeaderAlignmentVert = vaCenter
  154. Options.CellMerging = True
  155. Width = 80
  156. Position.BandIndex = 0
  157. Position.ColIndex = 1
  158. Position.RowIndex = 0
  159. end
  160. object Col03: TcxGridBandedColumn
  161. Caption = #44396#44036
  162. PropertiesClassName = 'TcxLabelProperties'
  163. Properties.Alignment.Horz = taLeftJustify
  164. Properties.Alignment.Vert = taVCenter
  165. HeaderAlignmentHorz = taCenter
  166. HeaderAlignmentVert = vaCenter
  167. Width = 300
  168. Position.BandIndex = 0
  169. Position.ColIndex = 2
  170. Position.RowIndex = 0
  171. end
  172. object Col04: TcxGridBandedColumn
  173. PropertiesClassName = 'TcxLabelProperties'
  174. Properties.Alignment.Horz = taLeftJustify
  175. Properties.Alignment.Vert = taVCenter
  176. Visible = False
  177. HeaderAlignmentHorz = taCenter
  178. HeaderAlignmentVert = vaCenter
  179. VisibleForCustomization = False
  180. Position.BandIndex = 0
  181. Position.ColIndex = 3
  182. Position.RowIndex = 0
  183. end
  184. object Col05: TcxGridBandedColumn
  185. PropertiesClassName = 'TcxLabelProperties'
  186. Properties.Alignment.Horz = taLeftJustify
  187. Properties.Alignment.Vert = taVCenter
  188. Visible = False
  189. HeaderAlignmentHorz = taCenter
  190. HeaderAlignmentVert = vaCenter
  191. VisibleForCustomization = False
  192. Position.BandIndex = 0
  193. Position.ColIndex = 4
  194. Position.RowIndex = 0
  195. end
  196. object ColSped: TcxGridBandedColumn
  197. Caption = '00'
  198. PropertiesClassName = 'TcxLabelProperties'
  199. Properties.Alignment.Horz = taRightJustify
  200. Properties.Alignment.Vert = taVCenter
  201. OnCustomDrawCell = ColSpedCustomDrawCell
  202. HeaderAlignmentHorz = taCenter
  203. HeaderAlignmentVert = vaCenter
  204. Width = 50
  205. Position.BandIndex = 1
  206. Position.ColIndex = 0
  207. Position.RowIndex = 0
  208. end
  209. object TvListColumn7: TcxGridBandedColumn
  210. Caption = '01'
  211. PropertiesClassName = 'TcxLabelProperties'
  212. Properties.Alignment.Horz = taRightJustify
  213. Properties.Alignment.Vert = taVCenter
  214. OnCustomDrawCell = ColSpedCustomDrawCell
  215. HeaderAlignmentHorz = taCenter
  216. HeaderAlignmentVert = vaCenter
  217. Width = 50
  218. Position.BandIndex = 1
  219. Position.ColIndex = 1
  220. Position.RowIndex = 0
  221. end
  222. object TvListColumn8: TcxGridBandedColumn
  223. Caption = '02'
  224. PropertiesClassName = 'TcxLabelProperties'
  225. Properties.Alignment.Horz = taRightJustify
  226. Properties.Alignment.Vert = taVCenter
  227. OnCustomDrawCell = ColSpedCustomDrawCell
  228. HeaderAlignmentHorz = taCenter
  229. HeaderAlignmentVert = vaCenter
  230. Width = 50
  231. Position.BandIndex = 1
  232. Position.ColIndex = 2
  233. Position.RowIndex = 0
  234. end
  235. object TvListColumn9: TcxGridBandedColumn
  236. Caption = '03'
  237. PropertiesClassName = 'TcxLabelProperties'
  238. Properties.Alignment.Horz = taRightJustify
  239. Properties.Alignment.Vert = taVCenter
  240. OnCustomDrawCell = ColSpedCustomDrawCell
  241. HeaderAlignmentHorz = taCenter
  242. HeaderAlignmentVert = vaCenter
  243. Width = 50
  244. Position.BandIndex = 1
  245. Position.ColIndex = 3
  246. Position.RowIndex = 0
  247. end
  248. object TvListColumn10: TcxGridBandedColumn
  249. Caption = '04'
  250. PropertiesClassName = 'TcxLabelProperties'
  251. Properties.Alignment.Horz = taRightJustify
  252. Properties.Alignment.Vert = taVCenter
  253. OnCustomDrawCell = ColSpedCustomDrawCell
  254. HeaderAlignmentHorz = taCenter
  255. HeaderAlignmentVert = vaCenter
  256. Width = 50
  257. Position.BandIndex = 1
  258. Position.ColIndex = 4
  259. Position.RowIndex = 0
  260. end
  261. object TvListColumn11: TcxGridBandedColumn
  262. Caption = '05'
  263. PropertiesClassName = 'TcxLabelProperties'
  264. Properties.Alignment.Horz = taRightJustify
  265. Properties.Alignment.Vert = taVCenter
  266. OnCustomDrawCell = ColSpedCustomDrawCell
  267. HeaderAlignmentHorz = taCenter
  268. HeaderAlignmentVert = vaCenter
  269. Width = 50
  270. Position.BandIndex = 1
  271. Position.ColIndex = 5
  272. Position.RowIndex = 0
  273. end
  274. object TvListColumn12: TcxGridBandedColumn
  275. Caption = '06'
  276. PropertiesClassName = 'TcxLabelProperties'
  277. Properties.Alignment.Horz = taRightJustify
  278. Properties.Alignment.Vert = taVCenter
  279. OnCustomDrawCell = ColSpedCustomDrawCell
  280. HeaderAlignmentHorz = taCenter
  281. HeaderAlignmentVert = vaCenter
  282. Width = 50
  283. Position.BandIndex = 1
  284. Position.ColIndex = 6
  285. Position.RowIndex = 0
  286. end
  287. object TvListColumn13: TcxGridBandedColumn
  288. Caption = '07'
  289. PropertiesClassName = 'TcxLabelProperties'
  290. Properties.Alignment.Horz = taRightJustify
  291. Properties.Alignment.Vert = taVCenter
  292. OnCustomDrawCell = ColSpedCustomDrawCell
  293. HeaderAlignmentHorz = taCenter
  294. HeaderAlignmentVert = vaCenter
  295. Width = 50
  296. Position.BandIndex = 1
  297. Position.ColIndex = 7
  298. Position.RowIndex = 0
  299. end
  300. object TvListColumn14: TcxGridBandedColumn
  301. Caption = '08'
  302. PropertiesClassName = 'TcxLabelProperties'
  303. Properties.Alignment.Horz = taRightJustify
  304. Properties.Alignment.Vert = taVCenter
  305. OnCustomDrawCell = ColSpedCustomDrawCell
  306. HeaderAlignmentHorz = taCenter
  307. HeaderAlignmentVert = vaCenter
  308. Width = 50
  309. Position.BandIndex = 1
  310. Position.ColIndex = 8
  311. Position.RowIndex = 0
  312. end
  313. object TvListColumn15: TcxGridBandedColumn
  314. Caption = '09'
  315. PropertiesClassName = 'TcxLabelProperties'
  316. Properties.Alignment.Horz = taRightJustify
  317. Properties.Alignment.Vert = taVCenter
  318. OnCustomDrawCell = ColSpedCustomDrawCell
  319. HeaderAlignmentHorz = taCenter
  320. HeaderAlignmentVert = vaCenter
  321. Width = 50
  322. Position.BandIndex = 1
  323. Position.ColIndex = 9
  324. Position.RowIndex = 0
  325. end
  326. object TvListColumn16: TcxGridBandedColumn
  327. Caption = '10'
  328. PropertiesClassName = 'TcxLabelProperties'
  329. Properties.Alignment.Horz = taRightJustify
  330. Properties.Alignment.Vert = taVCenter
  331. OnCustomDrawCell = ColSpedCustomDrawCell
  332. HeaderAlignmentHorz = taCenter
  333. HeaderAlignmentVert = vaCenter
  334. Width = 50
  335. Position.BandIndex = 1
  336. Position.ColIndex = 10
  337. Position.RowIndex = 0
  338. end
  339. object TvListColumn17: TcxGridBandedColumn
  340. Caption = '11'
  341. PropertiesClassName = 'TcxLabelProperties'
  342. Properties.Alignment.Horz = taRightJustify
  343. Properties.Alignment.Vert = taVCenter
  344. OnCustomDrawCell = ColSpedCustomDrawCell
  345. HeaderAlignmentHorz = taCenter
  346. HeaderAlignmentVert = vaCenter
  347. Width = 50
  348. Position.BandIndex = 1
  349. Position.ColIndex = 11
  350. Position.RowIndex = 0
  351. end
  352. object TvListColumn18: TcxGridBandedColumn
  353. Caption = '12'
  354. PropertiesClassName = 'TcxLabelProperties'
  355. Properties.Alignment.Horz = taRightJustify
  356. Properties.Alignment.Vert = taVCenter
  357. OnCustomDrawCell = ColSpedCustomDrawCell
  358. HeaderAlignmentHorz = taCenter
  359. HeaderAlignmentVert = vaCenter
  360. Width = 50
  361. Position.BandIndex = 1
  362. Position.ColIndex = 12
  363. Position.RowIndex = 0
  364. end
  365. object TvListColumn19: TcxGridBandedColumn
  366. Caption = '13'
  367. PropertiesClassName = 'TcxLabelProperties'
  368. Properties.Alignment.Horz = taRightJustify
  369. Properties.Alignment.Vert = taVCenter
  370. OnCustomDrawCell = ColSpedCustomDrawCell
  371. HeaderAlignmentHorz = taCenter
  372. HeaderAlignmentVert = vaCenter
  373. Width = 50
  374. Position.BandIndex = 1
  375. Position.ColIndex = 13
  376. Position.RowIndex = 0
  377. end
  378. object TvListColumn20: TcxGridBandedColumn
  379. Caption = '14'
  380. PropertiesClassName = 'TcxLabelProperties'
  381. Properties.Alignment.Horz = taRightJustify
  382. Properties.Alignment.Vert = taVCenter
  383. OnCustomDrawCell = ColSpedCustomDrawCell
  384. HeaderAlignmentHorz = taCenter
  385. HeaderAlignmentVert = vaCenter
  386. Width = 50
  387. Position.BandIndex = 1
  388. Position.ColIndex = 14
  389. Position.RowIndex = 0
  390. end
  391. object TvListColumn21: TcxGridBandedColumn
  392. Caption = '15'
  393. PropertiesClassName = 'TcxLabelProperties'
  394. Properties.Alignment.Horz = taRightJustify
  395. Properties.Alignment.Vert = taVCenter
  396. OnCustomDrawCell = ColSpedCustomDrawCell
  397. HeaderAlignmentHorz = taCenter
  398. HeaderAlignmentVert = vaCenter
  399. Width = 50
  400. Position.BandIndex = 1
  401. Position.ColIndex = 15
  402. Position.RowIndex = 0
  403. end
  404. object TvListColumn22: TcxGridBandedColumn
  405. Caption = '16'
  406. PropertiesClassName = 'TcxLabelProperties'
  407. Properties.Alignment.Horz = taRightJustify
  408. Properties.Alignment.Vert = taVCenter
  409. OnCustomDrawCell = ColSpedCustomDrawCell
  410. HeaderAlignmentHorz = taCenter
  411. HeaderAlignmentVert = vaCenter
  412. Width = 50
  413. Position.BandIndex = 1
  414. Position.ColIndex = 16
  415. Position.RowIndex = 0
  416. end
  417. object TvListColumn23: TcxGridBandedColumn
  418. Caption = '17'
  419. PropertiesClassName = 'TcxLabelProperties'
  420. Properties.Alignment.Horz = taRightJustify
  421. Properties.Alignment.Vert = taVCenter
  422. OnCustomDrawCell = ColSpedCustomDrawCell
  423. HeaderAlignmentHorz = taCenter
  424. HeaderAlignmentVert = vaCenter
  425. Width = 50
  426. Position.BandIndex = 1
  427. Position.ColIndex = 17
  428. Position.RowIndex = 0
  429. end
  430. object TvListColumn24: TcxGridBandedColumn
  431. Caption = '18'
  432. PropertiesClassName = 'TcxLabelProperties'
  433. Properties.Alignment.Horz = taRightJustify
  434. Properties.Alignment.Vert = taVCenter
  435. OnCustomDrawCell = ColSpedCustomDrawCell
  436. HeaderAlignmentHorz = taCenter
  437. HeaderAlignmentVert = vaCenter
  438. Width = 50
  439. Position.BandIndex = 1
  440. Position.ColIndex = 18
  441. Position.RowIndex = 0
  442. end
  443. object TvListColumn25: TcxGridBandedColumn
  444. Caption = '19'
  445. PropertiesClassName = 'TcxLabelProperties'
  446. Properties.Alignment.Horz = taRightJustify
  447. Properties.Alignment.Vert = taVCenter
  448. OnCustomDrawCell = ColSpedCustomDrawCell
  449. HeaderAlignmentHorz = taCenter
  450. HeaderAlignmentVert = vaCenter
  451. Width = 50
  452. Position.BandIndex = 1
  453. Position.ColIndex = 19
  454. Position.RowIndex = 0
  455. end
  456. object TvListColumn26: TcxGridBandedColumn
  457. Caption = '20'
  458. PropertiesClassName = 'TcxLabelProperties'
  459. Properties.Alignment.Horz = taRightJustify
  460. Properties.Alignment.Vert = taVCenter
  461. OnCustomDrawCell = ColSpedCustomDrawCell
  462. HeaderAlignmentHorz = taCenter
  463. HeaderAlignmentVert = vaCenter
  464. Width = 50
  465. Position.BandIndex = 1
  466. Position.ColIndex = 20
  467. Position.RowIndex = 0
  468. end
  469. object TvListColumn27: TcxGridBandedColumn
  470. Caption = '21'
  471. PropertiesClassName = 'TcxLabelProperties'
  472. Properties.Alignment.Horz = taRightJustify
  473. Properties.Alignment.Vert = taVCenter
  474. OnCustomDrawCell = ColSpedCustomDrawCell
  475. HeaderAlignmentHorz = taCenter
  476. HeaderAlignmentVert = vaCenter
  477. Width = 50
  478. Position.BandIndex = 1
  479. Position.ColIndex = 21
  480. Position.RowIndex = 0
  481. end
  482. object TvListColumn28: TcxGridBandedColumn
  483. Caption = '22'
  484. PropertiesClassName = 'TcxLabelProperties'
  485. Properties.Alignment.Horz = taRightJustify
  486. Properties.Alignment.Vert = taVCenter
  487. OnCustomDrawCell = ColSpedCustomDrawCell
  488. HeaderAlignmentHorz = taCenter
  489. HeaderAlignmentVert = vaCenter
  490. Width = 50
  491. Position.BandIndex = 1
  492. Position.ColIndex = 22
  493. Position.RowIndex = 0
  494. end
  495. object TvListColumn29: TcxGridBandedColumn
  496. Caption = '23'
  497. PropertiesClassName = 'TcxLabelProperties'
  498. Properties.Alignment.Horz = taRightJustify
  499. Properties.Alignment.Vert = taVCenter
  500. OnCustomDrawCell = ColSpedCustomDrawCell
  501. HeaderAlignmentHorz = taCenter
  502. HeaderAlignmentVert = vaCenter
  503. Width = 50
  504. Position.BandIndex = 1
  505. Position.ColIndex = 23
  506. Position.RowIndex = 0
  507. end
  508. object ColGrad: TcxGridBandedColumn
  509. Caption = '00'
  510. PropertiesClassName = 'TcxLabelProperties'
  511. Properties.Alignment.Horz = taCenter
  512. Properties.Alignment.Vert = taVCenter
  513. HeaderAlignmentHorz = taCenter
  514. HeaderAlignmentVert = vaCenter
  515. Width = 50
  516. Position.BandIndex = 2
  517. Position.ColIndex = 0
  518. Position.RowIndex = 0
  519. end
  520. object TvListColumn31: TcxGridBandedColumn
  521. Caption = '01'
  522. PropertiesClassName = 'TcxLabelProperties'
  523. Properties.Alignment.Horz = taCenter
  524. Properties.Alignment.Vert = taVCenter
  525. HeaderAlignmentHorz = taCenter
  526. HeaderAlignmentVert = vaCenter
  527. Width = 50
  528. Position.BandIndex = 2
  529. Position.ColIndex = 1
  530. Position.RowIndex = 0
  531. end
  532. object TvListColumn32: TcxGridBandedColumn
  533. Caption = '02'
  534. PropertiesClassName = 'TcxLabelProperties'
  535. Properties.Alignment.Horz = taCenter
  536. Properties.Alignment.Vert = taVCenter
  537. HeaderAlignmentHorz = taCenter
  538. HeaderAlignmentVert = vaCenter
  539. Width = 50
  540. Position.BandIndex = 2
  541. Position.ColIndex = 2
  542. Position.RowIndex = 0
  543. end
  544. object TvListColumn33: TcxGridBandedColumn
  545. Caption = '03'
  546. PropertiesClassName = 'TcxLabelProperties'
  547. Properties.Alignment.Horz = taCenter
  548. Properties.Alignment.Vert = taVCenter
  549. HeaderAlignmentHorz = taCenter
  550. HeaderAlignmentVert = vaCenter
  551. Width = 50
  552. Position.BandIndex = 2
  553. Position.ColIndex = 3
  554. Position.RowIndex = 0
  555. end
  556. object TvListColumn34: TcxGridBandedColumn
  557. Caption = '04'
  558. PropertiesClassName = 'TcxLabelProperties'
  559. Properties.Alignment.Horz = taCenter
  560. Properties.Alignment.Vert = taVCenter
  561. HeaderAlignmentHorz = taCenter
  562. HeaderAlignmentVert = vaCenter
  563. Width = 50
  564. Position.BandIndex = 2
  565. Position.ColIndex = 4
  566. Position.RowIndex = 0
  567. end
  568. object TvListColumn35: TcxGridBandedColumn
  569. Caption = '05'
  570. PropertiesClassName = 'TcxLabelProperties'
  571. Properties.Alignment.Horz = taCenter
  572. Properties.Alignment.Vert = taVCenter
  573. HeaderAlignmentHorz = taCenter
  574. HeaderAlignmentVert = vaCenter
  575. Width = 50
  576. Position.BandIndex = 2
  577. Position.ColIndex = 5
  578. Position.RowIndex = 0
  579. end
  580. object TvListColumn36: TcxGridBandedColumn
  581. Caption = '06'
  582. PropertiesClassName = 'TcxLabelProperties'
  583. Properties.Alignment.Horz = taCenter
  584. Properties.Alignment.Vert = taVCenter
  585. HeaderAlignmentHorz = taCenter
  586. HeaderAlignmentVert = vaCenter
  587. Width = 50
  588. Position.BandIndex = 2
  589. Position.ColIndex = 6
  590. Position.RowIndex = 0
  591. end
  592. object TvListColumn37: TcxGridBandedColumn
  593. Caption = '07'
  594. PropertiesClassName = 'TcxLabelProperties'
  595. Properties.Alignment.Horz = taCenter
  596. Properties.Alignment.Vert = taVCenter
  597. HeaderAlignmentHorz = taCenter
  598. HeaderAlignmentVert = vaCenter
  599. Width = 50
  600. Position.BandIndex = 2
  601. Position.ColIndex = 7
  602. Position.RowIndex = 0
  603. end
  604. object TvListColumn38: TcxGridBandedColumn
  605. Caption = '08'
  606. PropertiesClassName = 'TcxLabelProperties'
  607. Properties.Alignment.Horz = taCenter
  608. Properties.Alignment.Vert = taVCenter
  609. HeaderAlignmentHorz = taCenter
  610. HeaderAlignmentVert = vaCenter
  611. Width = 50
  612. Position.BandIndex = 2
  613. Position.ColIndex = 8
  614. Position.RowIndex = 0
  615. end
  616. object TvListColumn39: TcxGridBandedColumn
  617. Caption = '09'
  618. PropertiesClassName = 'TcxLabelProperties'
  619. Properties.Alignment.Horz = taCenter
  620. Properties.Alignment.Vert = taVCenter
  621. HeaderAlignmentHorz = taCenter
  622. HeaderAlignmentVert = vaCenter
  623. Width = 50
  624. Position.BandIndex = 2
  625. Position.ColIndex = 9
  626. Position.RowIndex = 0
  627. end
  628. object TvListColumn40: TcxGridBandedColumn
  629. Caption = '10'
  630. PropertiesClassName = 'TcxLabelProperties'
  631. Properties.Alignment.Horz = taCenter
  632. Properties.Alignment.Vert = taVCenter
  633. HeaderAlignmentHorz = taCenter
  634. HeaderAlignmentVert = vaCenter
  635. Width = 50
  636. Position.BandIndex = 2
  637. Position.ColIndex = 10
  638. Position.RowIndex = 0
  639. end
  640. object TvListColumn41: TcxGridBandedColumn
  641. Caption = '11'
  642. PropertiesClassName = 'TcxLabelProperties'
  643. Properties.Alignment.Horz = taCenter
  644. Properties.Alignment.Vert = taVCenter
  645. HeaderAlignmentHorz = taCenter
  646. HeaderAlignmentVert = vaCenter
  647. Width = 50
  648. Position.BandIndex = 2
  649. Position.ColIndex = 11
  650. Position.RowIndex = 0
  651. end
  652. object TvListColumn42: TcxGridBandedColumn
  653. Caption = '12'
  654. PropertiesClassName = 'TcxLabelProperties'
  655. Properties.Alignment.Horz = taCenter
  656. Properties.Alignment.Vert = taVCenter
  657. HeaderAlignmentHorz = taCenter
  658. HeaderAlignmentVert = vaCenter
  659. Width = 50
  660. Position.BandIndex = 2
  661. Position.ColIndex = 12
  662. Position.RowIndex = 0
  663. end
  664. object TvListColumn43: TcxGridBandedColumn
  665. Caption = '13'
  666. PropertiesClassName = 'TcxLabelProperties'
  667. Properties.Alignment.Horz = taCenter
  668. Properties.Alignment.Vert = taVCenter
  669. HeaderAlignmentHorz = taCenter
  670. HeaderAlignmentVert = vaCenter
  671. Width = 50
  672. Position.BandIndex = 2
  673. Position.ColIndex = 13
  674. Position.RowIndex = 0
  675. end
  676. object TvListColumn44: TcxGridBandedColumn
  677. Caption = '14'
  678. PropertiesClassName = 'TcxLabelProperties'
  679. Properties.Alignment.Horz = taCenter
  680. Properties.Alignment.Vert = taVCenter
  681. HeaderAlignmentHorz = taCenter
  682. HeaderAlignmentVert = vaCenter
  683. Width = 50
  684. Position.BandIndex = 2
  685. Position.ColIndex = 14
  686. Position.RowIndex = 0
  687. end
  688. object TvListColumn45: TcxGridBandedColumn
  689. Caption = '15'
  690. PropertiesClassName = 'TcxLabelProperties'
  691. Properties.Alignment.Horz = taCenter
  692. Properties.Alignment.Vert = taVCenter
  693. HeaderAlignmentHorz = taCenter
  694. HeaderAlignmentVert = vaCenter
  695. Width = 50
  696. Position.BandIndex = 2
  697. Position.ColIndex = 15
  698. Position.RowIndex = 0
  699. end
  700. object TvListColumn46: TcxGridBandedColumn
  701. Caption = '16'
  702. PropertiesClassName = 'TcxLabelProperties'
  703. Properties.Alignment.Horz = taCenter
  704. Properties.Alignment.Vert = taVCenter
  705. HeaderAlignmentHorz = taCenter
  706. HeaderAlignmentVert = vaCenter
  707. Width = 50
  708. Position.BandIndex = 2
  709. Position.ColIndex = 16
  710. Position.RowIndex = 0
  711. end
  712. object TvListColumn47: TcxGridBandedColumn
  713. Caption = '17'
  714. PropertiesClassName = 'TcxLabelProperties'
  715. Properties.Alignment.Horz = taCenter
  716. Properties.Alignment.Vert = taVCenter
  717. HeaderAlignmentHorz = taCenter
  718. HeaderAlignmentVert = vaCenter
  719. Width = 50
  720. Position.BandIndex = 2
  721. Position.ColIndex = 17
  722. Position.RowIndex = 0
  723. end
  724. object TvListColumn48: TcxGridBandedColumn
  725. Caption = '18'
  726. PropertiesClassName = 'TcxLabelProperties'
  727. Properties.Alignment.Horz = taCenter
  728. Properties.Alignment.Vert = taVCenter
  729. HeaderAlignmentHorz = taCenter
  730. HeaderAlignmentVert = vaCenter
  731. Width = 50
  732. Position.BandIndex = 2
  733. Position.ColIndex = 18
  734. Position.RowIndex = 0
  735. end
  736. object TvListColumn49: TcxGridBandedColumn
  737. Caption = '19'
  738. PropertiesClassName = 'TcxLabelProperties'
  739. Properties.Alignment.Horz = taCenter
  740. Properties.Alignment.Vert = taVCenter
  741. HeaderAlignmentHorz = taCenter
  742. HeaderAlignmentVert = vaCenter
  743. Width = 50
  744. Position.BandIndex = 2
  745. Position.ColIndex = 19
  746. Position.RowIndex = 0
  747. end
  748. object TvListColumn50: TcxGridBandedColumn
  749. Caption = '20'
  750. PropertiesClassName = 'TcxLabelProperties'
  751. Properties.Alignment.Horz = taCenter
  752. Properties.Alignment.Vert = taVCenter
  753. HeaderAlignmentHorz = taCenter
  754. HeaderAlignmentVert = vaCenter
  755. Width = 50
  756. Position.BandIndex = 2
  757. Position.ColIndex = 20
  758. Position.RowIndex = 0
  759. end
  760. object TvListColumn51: TcxGridBandedColumn
  761. Caption = '21'
  762. PropertiesClassName = 'TcxLabelProperties'
  763. Properties.Alignment.Horz = taCenter
  764. Properties.Alignment.Vert = taVCenter
  765. HeaderAlignmentHorz = taCenter
  766. HeaderAlignmentVert = vaCenter
  767. Width = 50
  768. Position.BandIndex = 2
  769. Position.ColIndex = 21
  770. Position.RowIndex = 0
  771. end
  772. object TvListColumn52: TcxGridBandedColumn
  773. Caption = '22'
  774. PropertiesClassName = 'TcxLabelProperties'
  775. Properties.Alignment.Horz = taCenter
  776. Properties.Alignment.Vert = taVCenter
  777. HeaderAlignmentHorz = taCenter
  778. HeaderAlignmentVert = vaCenter
  779. Width = 50
  780. Position.BandIndex = 2
  781. Position.ColIndex = 22
  782. Position.RowIndex = 0
  783. end
  784. object TvListColumn53: TcxGridBandedColumn
  785. Caption = '23'
  786. PropertiesClassName = 'TcxLabelProperties'
  787. Properties.Alignment.Horz = taCenter
  788. Properties.Alignment.Vert = taVCenter
  789. HeaderAlignmentHorz = taCenter
  790. HeaderAlignmentVert = vaCenter
  791. Width = 50
  792. Position.BandIndex = 2
  793. Position.ColIndex = 23
  794. Position.RowIndex = 0
  795. end
  796. end
  797. object GlList: TcxGridLevel
  798. GridView = TvList
  799. end
  800. end
  801. object ChkExpand: TcxCheckBox
  802. Tag = 9
  803. Left = 813
  804. Top = 6
  805. Cursor = crHandPoint
  806. Hint = #44536#47353' '#47785#47197' '#54869#51109' '#46608#45716' '#52712#49548
  807. Anchors = [akTop, akRight]
  808. Caption = #54869#51109'/'#52629#49548
  809. ParentBackground = False
  810. ParentColor = False
  811. ParentShowHint = False
  812. ShowHint = True
  813. State = cbsChecked
  814. Style.BorderColor = 9868950
  815. Style.BorderStyle = ebsThick
  816. Style.Color = 14671839
  817. Style.Shadow = False
  818. TabOrder = 1
  819. Transparent = True
  820. Visible = False
  821. OnClick = ChkExpandClick
  822. Width = 85
  823. end
  824. end
  825. object cxSplitter1: TcxSplitter
  826. Left = 0
  827. Top = 372
  828. Width = 1111
  829. Height = 6
  830. AlignSplitter = salBottom
  831. Control = PnlChart
  832. end
  833. object PnlChart: TPanel
  834. Left = 0
  835. Top = 378
  836. Width = 1111
  837. Height = 320
  838. Align = alBottom
  839. BevelInner = bvLowered
  840. BevelOuter = bvNone
  841. TabOrder = 3
  842. end
  843. object ADOQry: TADOQuery
  844. Parameters = <>
  845. Left = 240
  846. Top = 148
  847. end
  848. object TmrShow: TTimer
  849. Enabled = False
  850. Interval = 300
  851. OnTimer = TmrShowTimer
  852. Left = 320
  853. Top = 156
  854. end
  855. end