FrmCrsTrafVolLogSubF.dfm 24 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753
  1. object FrmCrsTrafVolLogSub: TFrmCrsTrafVolLogSub
  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 = 698
  11. ClientWidth = 1370
  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 = 1370
  33. Height = 34
  34. Align = alTop
  35. BevelOuter = bvNone
  36. TabOrder = 0
  37. DesignSize = (
  38. 1370
  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 = 1220
  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 = 1283
  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 = 1370
  90. Height = 372
  91. Align = alClient
  92. BevelOuter = bvNone
  93. TabOrder = 1
  94. DesignSize = (
  95. 1370
  96. 372)
  97. object ChkExpand: TcxCheckBox
  98. Tag = 9
  99. Left = 1256
  100. Top = 7
  101. Cursor = crHandPoint
  102. Hint = #44536#47353' '#47785#47197' '#54869#51109' '#46608#45716' '#52712#49548
  103. Anchors = [akTop, akRight]
  104. Caption = #54869#51109'/'#52629#49548
  105. ParentBackground = False
  106. ParentColor = False
  107. ParentShowHint = False
  108. ShowHint = True
  109. State = cbsChecked
  110. Style.BorderColor = 9868950
  111. Style.BorderStyle = ebsThick
  112. Style.Color = 14671839
  113. Style.Shadow = False
  114. TabOrder = 0
  115. Transparent = True
  116. OnClick = ChkExpandClick
  117. Width = 85
  118. end
  119. object CxList: TcxGrid
  120. Left = 0
  121. Top = 0
  122. Width = 1370
  123. Height = 372
  124. Align = alClient
  125. TabOrder = 1
  126. LockedStateImageOptions.Effect = lsieDark
  127. LockedStateImageOptions.ShowText = True
  128. LookAndFeel.NativeStyle = False
  129. object TvList: TcxGridBandedTableView
  130. FilterBox.CustomizeDialog = False
  131. DataController.Summary.DefaultGroupSummaryItems = <>
  132. DataController.Summary.FooterSummaryItems = <
  133. item
  134. Kind = skCount
  135. Column = Col02
  136. end
  137. item
  138. Column = Col03
  139. end
  140. item
  141. end
  142. item
  143. Column = Col04
  144. end>
  145. DataController.Summary.SummaryGroups = <>
  146. OptionsBehavior.CellHints = True
  147. OptionsCustomize.ColumnMoving = False
  148. OptionsCustomize.ColumnVertSizing = False
  149. OptionsData.CancelOnExit = False
  150. OptionsData.Deleting = False
  151. OptionsData.DeletingConfirmation = False
  152. OptionsData.Inserting = False
  153. OptionsSelection.HideFocusRectOnExit = False
  154. OptionsSelection.HideSelection = True
  155. OptionsView.GroupByBox = False
  156. OptionsView.Indicator = True
  157. Bands = <
  158. item
  159. Caption = #44368#52264#47196' '#51221#48372
  160. Width = 374
  161. end
  162. item
  163. Caption = #49688#51665
  164. Width = 501
  165. end
  166. item
  167. Caption = #51649#51652
  168. Width = 160
  169. end
  170. item
  171. Caption = #51340#54924#51204
  172. Width = 160
  173. end
  174. item
  175. Caption = #50864#54924#51204
  176. Width = 160
  177. end
  178. item
  179. Caption = #50976#53556
  180. Width = 160
  181. end>
  182. object Col01: TcxGridBandedColumn
  183. Caption = 'No'
  184. DataBinding.ValueType = 'Integer'
  185. PropertiesClassName = 'TcxSpinEditProperties'
  186. Properties.Alignment.Horz = taRightJustify
  187. Properties.Alignment.Vert = taVCenter
  188. HeaderAlignmentHorz = taCenter
  189. HeaderAlignmentVert = vaCenter
  190. Options.Editing = False
  191. Width = 69
  192. Position.BandIndex = 0
  193. Position.ColIndex = 0
  194. Position.RowIndex = 0
  195. end
  196. object Col02: TcxGridBandedColumn
  197. Caption = #44368#52264#47196
  198. PropertiesClassName = 'TcxTextEditProperties'
  199. Properties.Alignment.Horz = taLeftJustify
  200. Properties.Alignment.Vert = taVCenter
  201. HeaderAlignmentHorz = taCenter
  202. HeaderAlignmentVert = vaCenter
  203. Options.Editing = False
  204. Width = 217
  205. Position.BandIndex = 0
  206. Position.ColIndex = 1
  207. Position.RowIndex = 0
  208. end
  209. object Col03: TcxGridBandedColumn
  210. Caption = #52852#47700#46972
  211. PropertiesClassName = 'TcxTextEditProperties'
  212. Properties.Alignment.Horz = taLeftJustify
  213. Properties.Alignment.Vert = taVCenter
  214. HeaderAlignmentHorz = taCenter
  215. HeaderAlignmentVert = vaCenter
  216. Options.Editing = False
  217. Width = 217
  218. Position.BandIndex = 0
  219. Position.ColIndex = 2
  220. Position.RowIndex = 0
  221. end
  222. object Col04: TcxGridBandedColumn
  223. Tag = 1
  224. Caption = #49688#51665#49884#44033
  225. PropertiesClassName = 'TcxTextEditProperties'
  226. Properties.Alignment.Horz = taCenter
  227. Properties.Alignment.Vert = taVCenter
  228. HeaderAlignmentHorz = taCenter
  229. HeaderAlignmentVert = vaCenter
  230. Options.Editing = False
  231. Width = 150
  232. Position.BandIndex = 1
  233. Position.ColIndex = 0
  234. Position.RowIndex = 0
  235. end
  236. object Col05: TcxGridBandedColumn
  237. Caption = #52264#49440
  238. PropertiesClassName = 'TcxTextEditProperties'
  239. Properties.Alignment.Horz = taCenter
  240. Properties.Alignment.Vert = taVCenter
  241. HeaderAlignmentHorz = taCenter
  242. HeaderAlignmentVert = vaCenter
  243. Options.Editing = False
  244. Width = 50
  245. Position.BandIndex = 1
  246. Position.ColIndex = 1
  247. Position.RowIndex = 0
  248. end
  249. object Col06: TcxGridBandedColumn
  250. Caption = #51216#50976#50984
  251. DataBinding.ValueType = 'Integer'
  252. PropertiesClassName = 'TcxSpinEditProperties'
  253. Properties.Alignment.Horz = taRightJustify
  254. Properties.Alignment.Vert = taVCenter
  255. Properties.DisplayFormat = '##0'
  256. Properties.EditFormat = '##0'
  257. Visible = False
  258. HeaderAlignmentHorz = taCenter
  259. HeaderAlignmentVert = vaCenter
  260. Options.Editing = False
  261. VisibleForCustomization = False
  262. Width = 50
  263. Position.BandIndex = 1
  264. Position.ColIndex = 2
  265. Position.RowIndex = 0
  266. end
  267. object Col07: TcxGridBandedColumn
  268. Caption = #44368#53685#47049
  269. DataBinding.ValueType = 'Integer'
  270. PropertiesClassName = 'TcxSpinEditProperties'
  271. Properties.Alignment.Horz = taRightJustify
  272. Properties.Alignment.Vert = taVCenter
  273. Properties.DisplayFormat = '#,##0'
  274. Properties.EditFormat = '#,##0'
  275. OnCustomDrawCell = Col07CustomDrawCell
  276. HeaderAlignmentHorz = taCenter
  277. HeaderAlignmentVert = vaCenter
  278. Options.Editing = False
  279. Width = 50
  280. Position.BandIndex = 1
  281. Position.ColIndex = 3
  282. Position.RowIndex = 0
  283. end
  284. object Col08: TcxGridBandedColumn
  285. Caption = #49549#46020
  286. DataBinding.ValueType = 'Integer'
  287. PropertiesClassName = 'TcxSpinEditProperties'
  288. Properties.Alignment.Horz = taRightJustify
  289. Properties.Alignment.Vert = taVCenter
  290. Properties.DisplayFormat = '#,##0'
  291. Properties.EditFormat = '#,##0'
  292. Visible = False
  293. HeaderAlignmentHorz = taCenter
  294. HeaderAlignmentVert = vaCenter
  295. Options.Editing = False
  296. VisibleForCustomization = False
  297. Width = 50
  298. Position.BandIndex = 1
  299. Position.ColIndex = 4
  300. Position.RowIndex = 0
  301. end
  302. object Col09: TcxGridBandedColumn
  303. Caption = #45824#44592#54665#47148'(m)'
  304. DataBinding.ValueType = 'Integer'
  305. PropertiesClassName = 'TcxSpinEditProperties'
  306. Properties.Alignment.Horz = taRightJustify
  307. Properties.Alignment.Vert = taVCenter
  308. Properties.DisplayFormat = '#,##0'
  309. Properties.EditFormat = '#,##0'
  310. Visible = False
  311. HeaderAlignmentHorz = taCenter
  312. HeaderAlignmentVert = vaCenter
  313. Options.Editing = False
  314. VisibleForCustomization = False
  315. Width = 60
  316. Position.BandIndex = 1
  317. Position.ColIndex = 5
  318. Position.RowIndex = 0
  319. end
  320. object Col10: TcxGridBandedColumn
  321. Caption = #48372#54665#51088
  322. DataBinding.ValueType = 'Integer'
  323. PropertiesClassName = 'TcxSpinEditProperties'
  324. Properties.Alignment.Horz = taRightJustify
  325. Properties.Alignment.Vert = taVCenter
  326. Properties.DisplayFormat = '#,##0'
  327. Properties.EditFormat = '#,##0'
  328. Visible = False
  329. HeaderAlignmentHorz = taCenter
  330. HeaderAlignmentVert = vaCenter
  331. Options.Editing = False
  332. VisibleForCustomization = False
  333. Width = 50
  334. Position.BandIndex = 1
  335. Position.ColIndex = 6
  336. Position.RowIndex = 0
  337. end
  338. object ColG1: TcxGridBandedColumn
  339. Caption = #49548#54805
  340. DataBinding.ValueType = 'Integer'
  341. PropertiesClassName = 'TcxSpinEditProperties'
  342. Properties.Alignment.Horz = taRightJustify
  343. Properties.Alignment.Vert = taVCenter
  344. Properties.DisplayFormat = '#,##0'
  345. Properties.EditFormat = '#,##0'
  346. OnCustomDrawCell = Col07CustomDrawCell
  347. HeaderAlignmentHorz = taCenter
  348. HeaderAlignmentVert = vaCenter
  349. Options.Editing = False
  350. Width = 50
  351. Position.BandIndex = 2
  352. Position.ColIndex = 0
  353. Position.RowIndex = 0
  354. end
  355. object ColG2: TcxGridBandedColumn
  356. Caption = #45824#54805
  357. DataBinding.ValueType = 'Integer'
  358. PropertiesClassName = 'TcxSpinEditProperties'
  359. Properties.Alignment.Horz = taRightJustify
  360. Properties.Alignment.Vert = taVCenter
  361. Properties.DisplayFormat = '#,##0'
  362. Properties.EditFormat = '#,##0'
  363. OnCustomDrawCell = Col07CustomDrawCell
  364. HeaderAlignmentHorz = taCenter
  365. HeaderAlignmentVert = vaCenter
  366. Options.Editing = False
  367. Width = 50
  368. Position.BandIndex = 2
  369. Position.ColIndex = 1
  370. Position.RowIndex = 0
  371. end
  372. object ColG3: TcxGridBandedColumn
  373. Caption = #48260#49828
  374. DataBinding.ValueType = 'Integer'
  375. PropertiesClassName = 'TcxSpinEditProperties'
  376. Properties.Alignment.Horz = taRightJustify
  377. Properties.Alignment.Vert = taVCenter
  378. Properties.DisplayFormat = '#,##0'
  379. Properties.EditFormat = '#,##0'
  380. OnCustomDrawCell = Col07CustomDrawCell
  381. HeaderAlignmentHorz = taCenter
  382. HeaderAlignmentVert = vaCenter
  383. Options.Editing = False
  384. Width = 50
  385. Position.BandIndex = 2
  386. Position.ColIndex = 2
  387. Position.RowIndex = 0
  388. end
  389. object ColL1: TcxGridBandedColumn
  390. Caption = #49548#54805
  391. DataBinding.ValueType = 'Integer'
  392. PropertiesClassName = 'TcxSpinEditProperties'
  393. Properties.Alignment.Horz = taRightJustify
  394. Properties.Alignment.Vert = taVCenter
  395. Properties.DisplayFormat = '#,##0'
  396. Properties.EditFormat = '#,##0'
  397. OnCustomDrawCell = Col07CustomDrawCell
  398. HeaderAlignmentHorz = taCenter
  399. HeaderAlignmentVert = vaCenter
  400. Options.Editing = False
  401. Width = 50
  402. Position.BandIndex = 3
  403. Position.ColIndex = 0
  404. Position.RowIndex = 0
  405. end
  406. object ColL2: TcxGridBandedColumn
  407. Caption = #45824#54805
  408. DataBinding.ValueType = 'Integer'
  409. PropertiesClassName = 'TcxSpinEditProperties'
  410. Properties.Alignment.Horz = taRightJustify
  411. Properties.Alignment.Vert = taVCenter
  412. Properties.DisplayFormat = '#,##0'
  413. Properties.EditFormat = '#,##0'
  414. OnCustomDrawCell = Col07CustomDrawCell
  415. HeaderAlignmentHorz = taCenter
  416. HeaderAlignmentVert = vaCenter
  417. Options.Editing = False
  418. Width = 50
  419. Position.BandIndex = 3
  420. Position.ColIndex = 1
  421. Position.RowIndex = 0
  422. end
  423. object ColL3: TcxGridBandedColumn
  424. Caption = #48260#49828
  425. DataBinding.ValueType = 'Integer'
  426. PropertiesClassName = 'TcxSpinEditProperties'
  427. Properties.Alignment.Horz = taRightJustify
  428. Properties.Alignment.Vert = taVCenter
  429. Properties.DisplayFormat = '#,##0'
  430. Properties.EditFormat = '#,##0'
  431. OnCustomDrawCell = Col07CustomDrawCell
  432. HeaderAlignmentHorz = taCenter
  433. HeaderAlignmentVert = vaCenter
  434. Options.Editing = False
  435. Width = 50
  436. Position.BandIndex = 3
  437. Position.ColIndex = 2
  438. Position.RowIndex = 0
  439. end
  440. object ColR1: TcxGridBandedColumn
  441. Caption = #49548#54805
  442. DataBinding.ValueType = 'Integer'
  443. PropertiesClassName = 'TcxSpinEditProperties'
  444. Properties.Alignment.Horz = taRightJustify
  445. Properties.Alignment.Vert = taVCenter
  446. Properties.DisplayFormat = '#,##0'
  447. Properties.EditFormat = '#,##0'
  448. OnCustomDrawCell = Col07CustomDrawCell
  449. HeaderAlignmentHorz = taCenter
  450. HeaderAlignmentVert = vaCenter
  451. Options.Editing = False
  452. Width = 50
  453. Position.BandIndex = 4
  454. Position.ColIndex = 0
  455. Position.RowIndex = 0
  456. end
  457. object ColR2: TcxGridBandedColumn
  458. Caption = #45824#54805
  459. DataBinding.ValueType = 'Integer'
  460. PropertiesClassName = 'TcxSpinEditProperties'
  461. Properties.Alignment.Horz = taRightJustify
  462. Properties.Alignment.Vert = taVCenter
  463. Properties.DisplayFormat = '#,##0'
  464. Properties.EditFormat = '#,##0'
  465. OnCustomDrawCell = Col07CustomDrawCell
  466. HeaderAlignmentHorz = taCenter
  467. HeaderAlignmentVert = vaCenter
  468. Options.Editing = False
  469. Width = 50
  470. Position.BandIndex = 4
  471. Position.ColIndex = 1
  472. Position.RowIndex = 0
  473. end
  474. object ColR3: TcxGridBandedColumn
  475. Caption = #48260#49828
  476. DataBinding.ValueType = 'Integer'
  477. PropertiesClassName = 'TcxSpinEditProperties'
  478. Properties.Alignment.Horz = taRightJustify
  479. Properties.Alignment.Vert = taVCenter
  480. Properties.DisplayFormat = '#,##0'
  481. Properties.EditFormat = '#,##0'
  482. OnCustomDrawCell = Col07CustomDrawCell
  483. HeaderAlignmentHorz = taCenter
  484. HeaderAlignmentVert = vaCenter
  485. Options.Editing = False
  486. Width = 50
  487. Position.BandIndex = 4
  488. Position.ColIndex = 2
  489. Position.RowIndex = 0
  490. end
  491. object ColU1: TcxGridBandedColumn
  492. Caption = #49548#54805
  493. DataBinding.ValueType = 'Integer'
  494. PropertiesClassName = 'TcxSpinEditProperties'
  495. Properties.Alignment.Horz = taRightJustify
  496. Properties.Alignment.Vert = taVCenter
  497. Properties.DisplayFormat = '#,##0'
  498. Properties.EditFormat = '#,##0'
  499. OnCustomDrawCell = Col07CustomDrawCell
  500. HeaderAlignmentHorz = taCenter
  501. HeaderAlignmentVert = vaCenter
  502. Options.Editing = False
  503. Width = 50
  504. Position.BandIndex = 5
  505. Position.ColIndex = 0
  506. Position.RowIndex = 0
  507. end
  508. object ColU2: TcxGridBandedColumn
  509. Caption = #45824#54805
  510. DataBinding.ValueType = 'Integer'
  511. PropertiesClassName = 'TcxSpinEditProperties'
  512. Properties.Alignment.Horz = taRightJustify
  513. Properties.Alignment.Vert = taVCenter
  514. Properties.DisplayFormat = '#,##0'
  515. Properties.EditFormat = '#,##0'
  516. OnCustomDrawCell = Col07CustomDrawCell
  517. HeaderAlignmentHorz = taCenter
  518. HeaderAlignmentVert = vaCenter
  519. Options.Editing = False
  520. Width = 50
  521. Position.BandIndex = 5
  522. Position.ColIndex = 1
  523. Position.RowIndex = 0
  524. end
  525. object ColU3: TcxGridBandedColumn
  526. Caption = #48260#49828
  527. DataBinding.ValueType = 'Integer'
  528. PropertiesClassName = 'TcxSpinEditProperties'
  529. Properties.Alignment.Horz = taRightJustify
  530. Properties.Alignment.Vert = taVCenter
  531. Properties.DisplayFormat = '#,##0'
  532. Properties.EditFormat = '#,##0'
  533. OnCustomDrawCell = Col07CustomDrawCell
  534. HeaderAlignmentHorz = taCenter
  535. HeaderAlignmentVert = vaCenter
  536. Options.Editing = False
  537. Width = 50
  538. Position.BandIndex = 5
  539. Position.ColIndex = 2
  540. Position.RowIndex = 0
  541. end
  542. object ColCrossId: TcxGridBandedColumn
  543. Caption = #44368#52264#47196'ID'
  544. PropertiesClassName = 'TcxTextEditProperties'
  545. Properties.Alignment.Horz = taCenter
  546. Properties.Alignment.Vert = taVCenter
  547. Visible = False
  548. HeaderAlignmentHorz = taCenter
  549. HeaderAlignmentVert = vaCenter
  550. VisibleForCustomization = False
  551. Position.BandIndex = 0
  552. Position.ColIndex = 3
  553. Position.RowIndex = 0
  554. end
  555. object ColCamId: TcxGridBandedColumn
  556. Caption = #52852#47700#46972'ID'
  557. PropertiesClassName = 'TcxTextEditProperties'
  558. Properties.Alignment.Horz = taCenter
  559. Properties.Alignment.Vert = taVCenter
  560. Visible = False
  561. HeaderAlignmentHorz = taCenter
  562. HeaderAlignmentVert = vaCenter
  563. VisibleForCustomization = False
  564. Position.BandIndex = 0
  565. Position.ColIndex = 4
  566. Position.RowIndex = 0
  567. end
  568. object ColG0: TcxGridBandedColumn
  569. Caption = #51649#51652
  570. DataBinding.ValueType = 'Integer'
  571. PropertiesClassName = 'TcxSpinEditProperties'
  572. Properties.Alignment.Horz = taRightJustify
  573. Properties.Alignment.Vert = taVCenter
  574. Properties.DisplayFormat = '#,##0'
  575. Properties.EditFormat = '#,##0'
  576. OnCustomDrawCell = Col07CustomDrawCell
  577. HeaderAlignmentHorz = taCenter
  578. HeaderAlignmentVert = vaCenter
  579. Options.Editing = False
  580. Width = 50
  581. Position.BandIndex = 1
  582. Position.ColIndex = 7
  583. Position.RowIndex = 0
  584. end
  585. object ColL0: TcxGridBandedColumn
  586. Caption = #51340#54924#51204
  587. DataBinding.ValueType = 'Integer'
  588. PropertiesClassName = 'TcxSpinEditProperties'
  589. Properties.Alignment.Horz = taRightJustify
  590. Properties.Alignment.Vert = taVCenter
  591. Properties.DisplayFormat = '#,##0'
  592. Properties.EditFormat = '#,##0'
  593. OnCustomDrawCell = Col07CustomDrawCell
  594. HeaderAlignmentHorz = taCenter
  595. HeaderAlignmentVert = vaCenter
  596. Options.Editing = False
  597. Width = 50
  598. Position.BandIndex = 1
  599. Position.ColIndex = 8
  600. Position.RowIndex = 0
  601. end
  602. object ColR0: TcxGridBandedColumn
  603. Caption = #50864#54924#51204
  604. DataBinding.ValueType = 'Integer'
  605. PropertiesClassName = 'TcxSpinEditProperties'
  606. Properties.Alignment.Horz = taRightJustify
  607. Properties.Alignment.Vert = taVCenter
  608. Properties.DisplayFormat = '#,##0'
  609. Properties.EditFormat = '#,##0'
  610. OnCustomDrawCell = Col07CustomDrawCell
  611. HeaderAlignmentHorz = taCenter
  612. HeaderAlignmentVert = vaCenter
  613. Options.Editing = False
  614. Width = 50
  615. Position.BandIndex = 1
  616. Position.ColIndex = 9
  617. Position.RowIndex = 0
  618. end
  619. object ColU0: TcxGridBandedColumn
  620. Caption = #50976#53556
  621. DataBinding.ValueType = 'Integer'
  622. PropertiesClassName = 'TcxSpinEditProperties'
  623. Properties.Alignment.Horz = taRightJustify
  624. Properties.Alignment.Vert = taVCenter
  625. Properties.DisplayFormat = '#,##0'
  626. Properties.EditFormat = '#,##0'
  627. OnCustomDrawCell = Col07CustomDrawCell
  628. HeaderAlignmentHorz = taCenter
  629. HeaderAlignmentVert = vaCenter
  630. Options.Editing = False
  631. Width = 50
  632. Position.BandIndex = 1
  633. Position.ColIndex = 10
  634. Position.RowIndex = 0
  635. end
  636. end
  637. object GlList: TcxGridLevel
  638. GridView = TvList
  639. end
  640. end
  641. end
  642. object lblText1: TcxLabel
  643. Left = 157
  644. Top = 241
  645. Caption = #51312#54924#44208#44284#44032' '#50630#49845#45768#45796'.'
  646. Transparent = True
  647. Visible = False
  648. end
  649. object lblText2: TcxLabel
  650. Left = 157
  651. Top = 268
  652. Caption = #44160#49353#44592#44036': '
  653. Transparent = True
  654. Visible = False
  655. end
  656. object lblFai: TcxLabel
  657. Left = 141
  658. Top = 430
  659. Caption = #49892#54056
  660. Transparent = True
  661. Visible = False
  662. end
  663. object lblCnt: TcxLabel
  664. Left = 141
  665. Top = 457
  666. Caption = ' '#44148
  667. Transparent = True
  668. Visible = False
  669. end
  670. object PnlChart: TPanel
  671. Left = 0
  672. Top = 412
  673. Width = 1370
  674. Height = 286
  675. Align = alBottom
  676. BevelOuter = bvNone
  677. TabOrder = 6
  678. inline FRAMEChart1: TFRAMEChart
  679. Left = 0
  680. Top = 0
  681. Width = 1370
  682. Height = 286
  683. Align = alClient
  684. TabOrder = 0
  685. ExplicitWidth = 1370
  686. ExplicitHeight = 286
  687. inherited CxChart: TcxGrid
  688. Width = 1370
  689. Height = 286
  690. ExplicitWidth = 1370
  691. ExplicitHeight = 286
  692. end
  693. inherited ChkDisplayVal: TcxCheckBox
  694. ExplicitHeight = 21
  695. end
  696. inherited cxLabel2: TcxLabel
  697. ExplicitWidth = 30
  698. ExplicitHeight = 21
  699. end
  700. inherited LblPage: TcxLabel
  701. ExplicitWidth = 18
  702. ExplicitHeight = 21
  703. end
  704. inherited lblAll: TcxLabel
  705. ExplicitWidth = 35
  706. ExplicitHeight = 21
  707. end
  708. inherited lblImgSave: TcxLabel
  709. ExplicitWidth = 110
  710. ExplicitHeight = 21
  711. end
  712. inherited lblSaveErr: TcxLabel
  713. ExplicitWidth = 261
  714. ExplicitHeight = 21
  715. end
  716. inherited lblSaveOk: TcxLabel
  717. ExplicitWidth = 191
  718. ExplicitHeight = 21
  719. end
  720. inherited LblOptionName: TcxLabel
  721. AnchorX = 524
  722. AnchorY = 30
  723. end
  724. inherited CbOption: TcxComboBox
  725. ExplicitHeight = 25
  726. end
  727. inherited EdFocus: TEdit
  728. Height = 25
  729. ExplicitHeight = 25
  730. end
  731. end
  732. end
  733. object spltChart: TcxSplitter
  734. Left = 0
  735. Top = 406
  736. Width = 1370
  737. Height = 6
  738. AlignSplitter = salBottom
  739. Control = PnlChart
  740. end
  741. object ADOQry: TADOQuery
  742. Parameters = <>
  743. Left = 240
  744. Top = 148
  745. end
  746. object TmrShow: TTimer
  747. Enabled = False
  748. Interval = 300
  749. OnTimer = TmrShowTimer
  750. Left = 320
  751. Top = 156
  752. end
  753. end