IST00401F.dfm 23 KB

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