IST00401F.dfm 23 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647
  1. object IST00401: TIST00401
  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 = #46028#48156#49345#54889' '#53685#44228
  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. 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 = 1111
  33. Height = 34
  34. Align = alTop
  35. BevelOuter = bvNone
  36. TabOrder = 0
  37. DesignSize = (
  38. 1111
  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 = 961
  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. Visible = False
  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 = 192
  91. Align = alClient
  92. BevelOuter = bvNone
  93. TabOrder = 1
  94. DesignSize = (
  95. 1111
  96. 192)
  97. object CxList: TcxGrid
  98. Left = 0
  99. Top = 0
  100. Width = 1111
  101. Height = 192
  102. Align = alClient
  103. TabOrder = 1
  104. object TvList: TcxGridTableView
  105. OnCustomDrawCell = TvListCustomDrawCell
  106. DataController.Summary.DefaultGroupSummaryItems = <>
  107. DataController.Summary.FooterSummaryItems = <>
  108. DataController.Summary.SummaryGroups = <>
  109. OptionsCustomize.ColumnFiltering = False
  110. OptionsCustomize.ColumnGrouping = False
  111. OptionsCustomize.ColumnMoving = False
  112. OptionsData.Deleting = False
  113. OptionsData.DeletingConfirmation = False
  114. OptionsData.Editing = False
  115. OptionsData.Inserting = False
  116. OptionsView.GroupByBox = False
  117. OptionsView.Indicator = True
  118. object Column01: TcxGridColumn
  119. Caption = #53685#44228#49884#44033
  120. PropertiesClassName = 'TcxTextEditProperties'
  121. Properties.Alignment.Horz = taCenter
  122. Properties.Alignment.Vert = taVCenter
  123. HeaderAlignmentHorz = taCenter
  124. HeaderAlignmentVert = vaCenter
  125. Options.CellMerging = True
  126. Width = 159
  127. end
  128. object Column02: TcxGridColumn
  129. Caption = #44396#44036' ID'
  130. PropertiesClassName = 'TcxLabelProperties'
  131. Properties.Alignment.Horz = taCenter
  132. Properties.Alignment.Vert = taVCenter
  133. HeaderAlignmentHorz = taCenter
  134. HeaderAlignmentVert = vaCenter
  135. Width = 104
  136. end
  137. object Column03: TcxGridColumn
  138. Caption = #49884#51089#45432#46300
  139. PropertiesClassName = 'TcxLabelProperties'
  140. Properties.Alignment.Horz = taLeftJustify
  141. Properties.Alignment.Vert = taVCenter
  142. HeaderAlignmentHorz = taCenter
  143. HeaderAlignmentVert = vaCenter
  144. Width = 194
  145. end
  146. object Column11: TcxGridColumn
  147. Caption = #51333#47308#45432#46300
  148. PropertiesClassName = 'TcxLabelProperties'
  149. Properties.Alignment.Vert = taVCenter
  150. HeaderAlignmentHorz = taCenter
  151. HeaderAlignmentVert = vaCenter
  152. Width = 178
  153. end
  154. object Column04: TcxGridColumn
  155. Caption = #46028#48156#50976#54805
  156. PropertiesClassName = 'TcxLabelProperties'
  157. Properties.Alignment.Horz = taCenter
  158. Properties.Alignment.Vert = taVCenter
  159. HeaderAlignmentHorz = taCenter
  160. HeaderAlignmentVert = vaCenter
  161. Width = 113
  162. end
  163. object Column05: TcxGridColumn
  164. Caption = #46028#48156#50976#54805#53076#46300
  165. PropertiesClassName = 'TcxLabelProperties'
  166. Properties.Alignment.Horz = taCenter
  167. Properties.Alignment.Vert = taVCenter
  168. HeaderAlignmentHorz = taCenter
  169. HeaderAlignmentVert = vaCenter
  170. Width = 99
  171. end
  172. object Column06: TcxGridColumn
  173. Caption = #46028#48156#48156#49373#44148#49688
  174. DataBinding.ValueType = 'Integer'
  175. PropertiesClassName = 'TcxCalcEditProperties'
  176. Properties.Alignment.Horz = taRightJustify
  177. Properties.Alignment.Vert = taVCenter
  178. HeaderAlignmentHorz = taCenter
  179. HeaderAlignmentVert = vaCenter
  180. Width = 102
  181. end
  182. object Column07: TcxGridColumn
  183. Caption = #49324#47581#51088#49688
  184. DataBinding.ValueType = 'Integer'
  185. PropertiesClassName = 'TcxCalcEditProperties'
  186. Properties.Alignment.Horz = taRightJustify
  187. Properties.Alignment.Vert = taVCenter
  188. HeaderAlignmentHorz = taCenter
  189. HeaderAlignmentVert = vaCenter
  190. Width = 84
  191. end
  192. object Column08: TcxGridColumn
  193. Caption = #48512#49345#51088#49688
  194. DataBinding.ValueType = 'Integer'
  195. PropertiesClassName = 'TcxCalcEditProperties'
  196. Properties.Alignment.Horz = taRightJustify
  197. Properties.Alignment.Vert = taVCenter
  198. HeaderAlignmentHorz = taCenter
  199. HeaderAlignmentVert = vaCenter
  200. Width = 80
  201. end
  202. object Column09: TcxGridColumn
  203. Caption = #51116#49328#54588#54644#44552#50529'('#48177#47564#50896')'
  204. DataBinding.ValueType = 'Integer'
  205. PropertiesClassName = 'TcxCalcEditProperties'
  206. Properties.Alignment.Horz = taRightJustify
  207. Properties.Alignment.Vert = taVCenter
  208. Visible = False
  209. HeaderAlignmentHorz = taCenter
  210. HeaderAlignmentVert = vaCenter
  211. VisibleForCustomization = False
  212. Width = 166
  213. end
  214. object Column10: TcxGridColumn
  215. Caption = #52972#47100
  216. PropertiesClassName = 'TcxLabelProperties'
  217. Properties.Alignment.Horz = taRightJustify
  218. Properties.Alignment.Vert = taVCenter
  219. Visible = False
  220. HeaderAlignmentHorz = taCenter
  221. HeaderAlignmentVert = vaCenter
  222. end
  223. end
  224. object GlList: TcxGridLevel
  225. GridView = TvList
  226. end
  227. end
  228. object ChkExpand: TcxCheckBox
  229. Tag = 9
  230. Left = 997
  231. Top = 7
  232. Cursor = crHandPoint
  233. Hint = #44536#47353' '#47785#47197' '#54869#51109' '#46608#45716' '#52712#49548
  234. Anchors = [akTop, akRight]
  235. Caption = #54869#51109'/'#52629#49548
  236. ParentBackground = False
  237. ParentColor = False
  238. ParentShowHint = False
  239. ShowHint = True
  240. State = cbsChecked
  241. Style.BorderColor = 9868950
  242. Style.BorderStyle = ebsThick
  243. Style.Color = 14671839
  244. Style.Shadow = False
  245. TabOrder = 0
  246. Transparent = True
  247. Visible = False
  248. OnClick = ChkExpandClick
  249. Width = 85
  250. end
  251. end
  252. object PnlChart: TPanel
  253. Left = 0
  254. Top = 232
  255. Width = 1111
  256. Height = 466
  257. Align = alBottom
  258. BevelOuter = bvNone
  259. TabOrder = 2
  260. object cxPageControl1: TcxPageControl
  261. Left = 0
  262. Top = 0
  263. Width = 1111
  264. Height = 466
  265. Align = alClient
  266. TabOrder = 0
  267. Properties.ActivePage = cxTabSheet1
  268. ClientRectBottom = 461
  269. ClientRectLeft = 2
  270. ClientRectRight = 1106
  271. ClientRectTop = 28
  272. object cxTabSheet1: TcxTabSheet
  273. Caption = #46028#48156#48156#49373' '#44148#49688#48324' '
  274. ImageIndex = 0
  275. object CxChart1: TcxGrid
  276. Left = 0
  277. Top = 0
  278. Width = 1104
  279. Height = 433
  280. Margins.Left = 2
  281. Margins.Top = 2
  282. Margins.Right = 2
  283. Margins.Bottom = 2
  284. Align = alClient
  285. TabOrder = 0
  286. LockedStateImageOptions.ShowText = True
  287. LockedStateImageOptions.Text = #44536#47000#54532#47484' '#44536#47532#45716' '#51473#51077#45768#45796'...'
  288. RootLevelOptions.TabsForEmptyDetails = False
  289. object TvChart1: TcxGridChartView
  290. DiagramArea.Enabled = False
  291. DiagramArea.AxisCategory.Title.Text = #49688#51665#49884#44033
  292. DiagramArea.AxisValue.Title.Text = 'Count'
  293. DiagramArea.Values.MarkerStyle = cmsSquare
  294. DiagramBar.AxisCategory.Title.Text = 'Stop'
  295. DiagramBar.AxisValue.Title.Text = 'Count'
  296. DiagramColumn.Active = True
  297. DiagramColumn.AxisCategory.Title.Text = #49688#51665#49884#44033
  298. DiagramColumn.AxisValue.Title.Text = 'Count'
  299. DiagramColumn.Values.CaptionPosition = cdvcpOutsideEnd
  300. DiagramLine.AxisCategory.Title.Text = 'Stop'
  301. DiagramLine.AxisValue.Title.Text = 'Count'
  302. DiagramLine.Values.LineWidth = 2
  303. DiagramLine.Values.MarkerStyle = cmsSquare
  304. DiagramPie.Enabled = False
  305. DiagramStackedArea.Enabled = False
  306. DiagramStackedArea.AxisCategory.Title.Text = 'Stop'
  307. DiagramStackedArea.AxisValue.Title.Text = 'Count'
  308. DiagramStackedArea.Values.MarkerStyle = cmsSquare
  309. DiagramStackedBar.Enabled = False
  310. DiagramStackedBar.AxisCategory.Title.Text = 'Stop'
  311. DiagramStackedBar.AxisValue.Title.Text = 'Count'
  312. DiagramStackedColumn.Enabled = False
  313. DiagramStackedColumn.AxisCategory.Title.Text = 'Stop'
  314. DiagramStackedColumn.AxisValue.Title.Text = 'Count'
  315. Legend.Alignment = cpaStart
  316. Legend.Border = lbSingle
  317. OptionsBehavior.ValueHotTrack = vhAlways
  318. OptionsView.CategoriesPerPage = 20
  319. OptionsView.TransparentCaptions = False
  320. ToolBox.DiagramSelector = True
  321. end
  322. object GlChart1: TcxGridLevel
  323. GridView = TvChart1
  324. end
  325. end
  326. object ChkDisplayVal1: TcxCheckBox
  327. Tag = 1
  328. Left = 115
  329. Top = 20
  330. Cursor = crHandPoint
  331. Caption = #44050#54364#52636
  332. Properties.OnChange = ChkDisplayValPropertiesChange
  333. State = cbsChecked
  334. TabOrder = 1
  335. Transparent = True
  336. Width = 74
  337. end
  338. object cxLabel2: TcxLabel
  339. Left = 197
  340. Top = 21
  341. Caption = #54364#52636
  342. Transparent = True
  343. end
  344. object cxTrackBar1: TcxTrackBar
  345. Tag = 1
  346. Left = 227
  347. Top = 16
  348. Position = 20
  349. Properties.Frequency = 5
  350. Properties.Max = 100
  351. Properties.Min = 5
  352. Properties.PageSize = 10
  353. Properties.OnChange = cxTrackBarPropertiesChange
  354. TabOrder = 3
  355. OnMouseUp = cxTrackBarMouseUp
  356. Height = 27
  357. Width = 169
  358. end
  359. object LblPage1: TcxLabel
  360. Left = 396
  361. Top = 20
  362. Caption = '20'
  363. Transparent = True
  364. end
  365. object BtnGraphSave1: TcxButton
  366. Tag = 1
  367. Left = 18
  368. Top = 18
  369. Width = 87
  370. Height = 25
  371. Cursor = crHandPoint
  372. Hint = #52264#53944#47484' '#51060#48120#51648#47196' '#51200#51109#54633#45768#45796'.'
  373. Caption = #52264#53944#51200#51109
  374. Colors.Default = 10737865
  375. Glyph.Data = {
  376. 36040000424D3604000000000000360000002800000010000000100000000100
  377. 2000000000000004000000000000000000000000000000000000000000000000
  378. 0000000000000000000000000000000000000000000000000000000000000000
  379. 0000000000000000000000000000000000000000000000000000874480FF833F
  380. 7EFF7F387DFF7C337CFF792E7BFFC63A13FFC63712FFC43112FFC02E11FFC02A
  381. 10FFBF270FFF7C4F25FF7A4A21FF77461EFF75421BFF733F19FF413DF3FF999B
  382. FEFF9698FEFF9395FEFF9193FEFFC94315FFE0935DFFDF8F59FFDF8D55FFDE8A
  383. 51FFC02E11FFA2C99EFF9DC699FF98C395FF94C091FF276D2CFF4A47F5FF9EA0
  384. FEFF5B5EFEFF5659FEFF9597FEFFCD4C16FFE19763FFDA8041FFD97D3BFFDF8F
  385. 58FFC63512FFA8CDA4FF77B071FF70AB6AFF9AC496FF2E7633FF5351F6FFA2A4
  386. FEFF6266FEFF5D61FEFF999BFEFFCF5518FFE39C6CFFDC864AFFDB8344FFE094
  387. 5EFFC63C13FFAFD1ABFF80B77AFF79B273FFA0C89CFF35803CFF5B5BF8FFA8AA
  388. FEFF6B6FFEFF6569FEFF9EA0FEFFD1601AFFE5A274FFDE8C53FFDD894DFFE299
  389. 66FFC94515FFB5D5B0FF8ABD83FF83B87DFFA7CDA3FF3D8B44FF6364FAFFACAF
  390. FEFF7276FEFF6D71FEFFA2A4FEFFD6691EFFE7A77BFFE0925CFFDF8F56FFE49E
  391. 6EFFCD4E16FFBAD9B5FFB7D6B1FFB3D3AEFFAED1A9FF45964DFF6A6CFCFFB0B3
  392. FEFF797EFEFF7579FEFFA8AAFEFFD8742AFFE8AD83FFE29865FFE19560FFE5A3
  393. 76FFCF5718FF60BC6CFF5CB667FF57B061FF52A85CFF4DA155FF7073FDFFB4B7
  394. FEFF8185FEFF7C81FEFFACAFFEFFD97B39FFEAB28AFFE49F6EFFE39C6AFFE7A8
  395. 7DFFD1621AFF00000000000000000000000000000000000000007478FEFFB8BB
  396. FEFFB6B9FEFFB3B6FEFFB0B3FEFFDF8445FFECB792FFE6A578FFE6A273FFE9AD
  397. 85FFD66B1EFF00000000000000000000000000000000000000007478FEFF7478
  398. FEFF7276FEFF6E71FDFF6A6CFCFFE18D52FFEDBB99FFE9AC81FFE7A87CFFEAB3
  399. 8DFFD8742CFF0000000000000000000000000000000000000000000000000000
  400. 0000000000000000000000000000E2925CFFEEC1A0FFEAB189FFE9AE85FFEDB7
  401. 94FFDB7C3AFF0000000000000000000000000000000000000000000000000000
  402. 0000000000000000000000000000E69B67FFF0C5A6FFECB691FFEBB38CFFEEBC
  403. 9BFFDF8547FF0000000000000000000000000000000000000000000000000000
  404. 0000000000000000000000000000E8A070FFF2C8ACFFF0C6A8FFF0C5A6FFEFC2
  405. A2FFE18E53FF0000000000000000000000000000000000000000000000000000
  406. 0000000000000000000000000000EAA677FFE8A474FFE8A06EFFE69D6BFFE499
  407. 65FFE2955EFF0000000000000000000000000000000000000000000000000000
  408. 0000000000000000000000000000000000000000000000000000000000000000
  409. 0000000000000000000000000000000000000000000000000000}
  410. Spacing = 2
  411. TabOrder = 5
  412. Font.Charset = DEFAULT_CHARSET
  413. Font.Color = clBlack
  414. Font.Height = -13
  415. Font.Name = #47569#51008' '#44256#46357
  416. Font.Style = [fsBold]
  417. ParentFont = False
  418. OnClick = BtnGraphSaveClick
  419. end
  420. end
  421. object cxTabSheet2: TcxTabSheet
  422. Caption = #46028#48156#48156#49373' '#50976#54805#48324' '
  423. ImageIndex = 1
  424. object CxChart2: TcxGrid
  425. Left = 0
  426. Top = 0
  427. Width = 1104
  428. Height = 433
  429. Margins.Left = 2
  430. Margins.Top = 2
  431. Margins.Right = 2
  432. Margins.Bottom = 2
  433. Align = alClient
  434. TabOrder = 0
  435. LockedStateImageOptions.ShowText = True
  436. LockedStateImageOptions.Text = #44536#47000#54532#47484' '#44536#47532#45716' '#51473#51077#45768#45796'...'
  437. RootLevelOptions.TabsForEmptyDetails = False
  438. object TvChart2: TcxGridChartView
  439. DiagramArea.Enabled = False
  440. DiagramArea.AxisCategory.Title.Text = #49688#51665#49884#44033
  441. DiagramArea.AxisValue.Title.Text = 'Count'
  442. DiagramArea.Values.MarkerStyle = cmsSquare
  443. DiagramBar.AxisCategory.Title.Text = 'Stop'
  444. DiagramBar.AxisValue.Title.Text = 'Count'
  445. DiagramColumn.Active = True
  446. DiagramColumn.AxisCategory.Title.Text = #49688#51665#49884#44033
  447. DiagramColumn.AxisValue.Title.Text = 'Count'
  448. DiagramLine.AxisCategory.Title.Text = 'Stop'
  449. DiagramLine.AxisValue.Title.Text = 'Count'
  450. DiagramLine.Values.LineWidth = 2
  451. DiagramLine.Values.MarkerStyle = cmsSquare
  452. DiagramPie.Enabled = False
  453. DiagramStackedArea.Enabled = False
  454. DiagramStackedArea.AxisCategory.Title.Text = 'Stop'
  455. DiagramStackedArea.AxisValue.Title.Text = 'Count'
  456. DiagramStackedArea.Values.MarkerStyle = cmsSquare
  457. DiagramStackedBar.Enabled = False
  458. DiagramStackedBar.AxisCategory.Title.Text = 'Stop'
  459. DiagramStackedBar.AxisValue.Title.Text = 'Count'
  460. DiagramStackedColumn.Enabled = False
  461. DiagramStackedColumn.AxisCategory.Title.Text = 'Stop'
  462. DiagramStackedColumn.AxisValue.Title.Text = 'Count'
  463. Legend.Alignment = cpaStart
  464. Legend.Border = lbSingle
  465. OptionsBehavior.ValueHotTrack = vhAlways
  466. OptionsView.CategoriesPerPage = 20
  467. OptionsView.TransparentCaptions = False
  468. ToolBox.DiagramSelector = True
  469. end
  470. object GlChart2: TcxGridLevel
  471. GridView = TvChart2
  472. end
  473. end
  474. object ChkDisplayVal2: TcxCheckBox
  475. Tag = 2
  476. Left = 115
  477. Top = 20
  478. Cursor = crHandPoint
  479. Caption = #44050#54364#52636
  480. Properties.OnChange = ChkDisplayValPropertiesChange
  481. State = cbsChecked
  482. TabOrder = 1
  483. Transparent = True
  484. Width = 74
  485. end
  486. object cxLabel1: TcxLabel
  487. Left = 197
  488. Top = 21
  489. Caption = #54364#52636
  490. Transparent = True
  491. end
  492. object cxTrackBar2: TcxTrackBar
  493. Tag = 2
  494. Left = 227
  495. Top = 16
  496. Position = 20
  497. Properties.Frequency = 5
  498. Properties.Max = 100
  499. Properties.Min = 5
  500. Properties.PageSize = 10
  501. Properties.OnChange = cxTrackBarPropertiesChange
  502. TabOrder = 3
  503. OnMouseUp = cxTrackBarMouseUp
  504. Height = 27
  505. Width = 169
  506. end
  507. object LblPage2: TcxLabel
  508. Left = 396
  509. Top = 20
  510. Caption = '20'
  511. Transparent = True
  512. end
  513. object BtnGraphSave2: TcxButton
  514. Tag = 2
  515. Left = 18
  516. Top = 18
  517. Width = 87
  518. Height = 25
  519. Cursor = crHandPoint
  520. Hint = #52264#53944#47484' '#51060#48120#51648#47196' '#51200#51109#54633#45768#45796'.'
  521. Caption = #52264#53944#51200#51109
  522. Colors.Default = 10737865
  523. Glyph.Data = {
  524. 36040000424D3604000000000000360000002800000010000000100000000100
  525. 2000000000000004000000000000000000000000000000000000000000000000
  526. 0000000000000000000000000000000000000000000000000000000000000000
  527. 0000000000000000000000000000000000000000000000000000874480FF833F
  528. 7EFF7F387DFF7C337CFF792E7BFFC63A13FFC63712FFC43112FFC02E11FFC02A
  529. 10FFBF270FFF7C4F25FF7A4A21FF77461EFF75421BFF733F19FF413DF3FF999B
  530. FEFF9698FEFF9395FEFF9193FEFFC94315FFE0935DFFDF8F59FFDF8D55FFDE8A
  531. 51FFC02E11FFA2C99EFF9DC699FF98C395FF94C091FF276D2CFF4A47F5FF9EA0
  532. FEFF5B5EFEFF5659FEFF9597FEFFCD4C16FFE19763FFDA8041FFD97D3BFFDF8F
  533. 58FFC63512FFA8CDA4FF77B071FF70AB6AFF9AC496FF2E7633FF5351F6FFA2A4
  534. FEFF6266FEFF5D61FEFF999BFEFFCF5518FFE39C6CFFDC864AFFDB8344FFE094
  535. 5EFFC63C13FFAFD1ABFF80B77AFF79B273FFA0C89CFF35803CFF5B5BF8FFA8AA
  536. FEFF6B6FFEFF6569FEFF9EA0FEFFD1601AFFE5A274FFDE8C53FFDD894DFFE299
  537. 66FFC94515FFB5D5B0FF8ABD83FF83B87DFFA7CDA3FF3D8B44FF6364FAFFACAF
  538. FEFF7276FEFF6D71FEFFA2A4FEFFD6691EFFE7A77BFFE0925CFFDF8F56FFE49E
  539. 6EFFCD4E16FFBAD9B5FFB7D6B1FFB3D3AEFFAED1A9FF45964DFF6A6CFCFFB0B3
  540. FEFF797EFEFF7579FEFFA8AAFEFFD8742AFFE8AD83FFE29865FFE19560FFE5A3
  541. 76FFCF5718FF60BC6CFF5CB667FF57B061FF52A85CFF4DA155FF7073FDFFB4B7
  542. FEFF8185FEFF7C81FEFFACAFFEFFD97B39FFEAB28AFFE49F6EFFE39C6AFFE7A8
  543. 7DFFD1621AFF00000000000000000000000000000000000000007478FEFFB8BB
  544. FEFFB6B9FEFFB3B6FEFFB0B3FEFFDF8445FFECB792FFE6A578FFE6A273FFE9AD
  545. 85FFD66B1EFF00000000000000000000000000000000000000007478FEFF7478
  546. FEFF7276FEFF6E71FDFF6A6CFCFFE18D52FFEDBB99FFE9AC81FFE7A87CFFEAB3
  547. 8DFFD8742CFF0000000000000000000000000000000000000000000000000000
  548. 0000000000000000000000000000E2925CFFEEC1A0FFEAB189FFE9AE85FFEDB7
  549. 94FFDB7C3AFF0000000000000000000000000000000000000000000000000000
  550. 0000000000000000000000000000E69B67FFF0C5A6FFECB691FFEBB38CFFEEBC
  551. 9BFFDF8547FF0000000000000000000000000000000000000000000000000000
  552. 0000000000000000000000000000E8A070FFF2C8ACFFF0C6A8FFF0C5A6FFEFC2
  553. A2FFE18E53FF0000000000000000000000000000000000000000000000000000
  554. 0000000000000000000000000000EAA677FFE8A474FFE8A06EFFE69D6BFFE499
  555. 65FFE2955EFF0000000000000000000000000000000000000000000000000000
  556. 0000000000000000000000000000000000000000000000000000000000000000
  557. 0000000000000000000000000000000000000000000000000000}
  558. Spacing = 2
  559. TabOrder = 5
  560. Font.Charset = DEFAULT_CHARSET
  561. Font.Color = clBlack
  562. Font.Height = -13
  563. Font.Name = #47569#51008' '#44256#46357
  564. Font.Style = [fsBold]
  565. ParentFont = False
  566. OnClick = BtnGraphSaveClick
  567. end
  568. end
  569. end
  570. end
  571. object cxSplitter1: TcxSplitter
  572. Left = 0
  573. Top = 226
  574. Width = 1111
  575. Height = 6
  576. AlignSplitter = salBottom
  577. Control = PnlChart
  578. end
  579. object lblCnt: TcxLabel
  580. Left = 29
  581. Top = 61
  582. Caption = #48156#49373#44148#49688'('#47049')'
  583. Transparent = True
  584. Visible = False
  585. end
  586. object lblSect: TcxLabel
  587. Left = 28
  588. Top = 80
  589. Caption = #44396#44036
  590. Transparent = True
  591. Visible = False
  592. end
  593. object lblImgSave: TcxLabel
  594. Left = 254
  595. Top = 62
  596. Caption = ' '#52264#53944' '#51060#48120#51648' '#51200#51109
  597. Transparent = True
  598. Visible = False
  599. end
  600. object lblAll: TcxLabel
  601. Left = 150
  602. Top = 73
  603. Caption = #51204#52404' '
  604. Transparent = True
  605. Visible = False
  606. end
  607. object lblSaveErr: TcxLabel
  608. Left = 317
  609. Top = 89
  610. Caption = #54028#51068#47196' '#51200#51109#54616#45716' '#51473#50640' '#50640#47084#44032' '#48156#49373#54664#49845#45768#45796'.'
  611. Transparent = True
  612. Visible = False
  613. end
  614. object lblSaveOk: TcxLabel
  615. Left = 435
  616. Top = 73
  617. Caption = #52264#53944' '#51060#48120#51648#47484' '#49373#49457' '#54616#50688#49845#45768#45796'.'
  618. Transparent = True
  619. Visible = False
  620. end
  621. object lblDesc1: TcxLabel
  622. Left = 36
  623. Top = 109
  624. Caption = #44396#44036#48324' '#46028#48156#48156#49373' '#44148#49688#48324' '
  625. Transparent = True
  626. Visible = False
  627. end
  628. object lblDesc2: TcxLabel
  629. Left = 36
  630. Top = 136
  631. Caption = #44396#44036#48324' '#46028#48156#48156#49373' '#50976#54805#48324' '
  632. Transparent = True
  633. Visible = False
  634. end
  635. object ADOQry: TADOQuery
  636. Parameters = <>
  637. Left = 240
  638. Top = 148
  639. end
  640. object TmrShow: TTimer
  641. Enabled = False
  642. Interval = 300
  643. OnTimer = TmrShowTimer
  644. Left = 320
  645. Top = 156
  646. end
  647. end