IHS00401F.dfm 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364
  1. object IHS00401: TIHS00401
  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 = #44032#44277#45936#51060#53552' '#51060#47141#51312#54924
  10. ClientHeight = 698
  11. ClientWidth = 1089
  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 = 1089
  31. Height = 34
  32. Align = alTop
  33. BevelOuter = bvNone
  34. TabOrder = 0
  35. DesignSize = (
  36. 1089
  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 = 939
  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. end
  63. object BtnExlSave: TcxButton
  64. Left = 1007
  65. Top = 5
  66. Width = 75
  67. Height = 25
  68. Cursor = crHandPoint
  69. Hint = #51312#54924' '#44208#44284' '#45936#51060#53552#47484' '#54028#51068#47196' '#51200#51109#54633#45768#45796'.'
  70. Anchors = [akTop, akRight]
  71. Caption = #51200#51109
  72. Colors.Default = 3893744
  73. TabOrder = 0
  74. Font.Charset = DEFAULT_CHARSET
  75. Font.Color = clWindowText
  76. Font.Height = -13
  77. Font.Name = #47569#51008' '#44256#46357
  78. Font.Style = [fsBold]
  79. ParentFont = False
  80. OnClick = BtnExlSaveClick
  81. end
  82. end
  83. object PnlList: TPanel
  84. Left = 0
  85. Top = 34
  86. Width = 1089
  87. Height = 372
  88. Align = alClient
  89. BevelOuter = bvNone
  90. TabOrder = 1
  91. DesignSize = (
  92. 1089
  93. 372)
  94. object CxList: TcxGrid
  95. Left = 0
  96. Top = 0
  97. Width = 1089
  98. Height = 372
  99. Align = alClient
  100. TabOrder = 1
  101. object TvList: TcxGridTableView
  102. Navigator.Buttons.Append.Visible = True
  103. Navigator.Buttons.SaveBookmark.Visible = False
  104. Navigator.InfoPanel.Visible = True
  105. DataController.Summary.DefaultGroupSummaryItems = <>
  106. DataController.Summary.FooterSummaryItems = <>
  107. DataController.Summary.SummaryGroups = <>
  108. FilterRow.InfoText = #44160#49353#50612#47484' '#51077#47141#54616#49464#50836'.'
  109. OptionsBehavior.CellHints = True
  110. OptionsBehavior.ShowLockedStateImageOptions.BestFit = lsimImmediate
  111. OptionsBehavior.ShowLockedStateImageOptions.Filtering = lsimImmediate
  112. OptionsBehavior.ShowLockedStateImageOptions.Grouping = lsimImmediate
  113. OptionsBehavior.ShowLockedStateImageOptions.Sorting = lsimImmediate
  114. OptionsData.Deleting = False
  115. OptionsData.DeletingConfirmation = False
  116. OptionsData.Editing = False
  117. OptionsData.Inserting = False
  118. OptionsView.Indicator = True
  119. object Column01: TcxGridColumn
  120. Caption = #44032#44277#51068#49884
  121. PropertiesClassName = 'TcxTextEditProperties'
  122. Properties.Alignment.Horz = taCenter
  123. Properties.Alignment.Vert = taVCenter
  124. HeaderAlignmentHorz = taCenter
  125. HeaderAlignmentVert = vaCenter
  126. Options.Editing = False
  127. Width = 162
  128. end
  129. object Column02: TcxGridColumn
  130. Caption = #47553#53356
  131. PropertiesClassName = 'TcxTextEditProperties'
  132. Properties.Alignment.Horz = taCenter
  133. Properties.Alignment.Vert = taVCenter
  134. Properties.MaxLength = 0
  135. Properties.PasswordChar = '*'
  136. HeaderAlignmentHorz = taCenter
  137. HeaderAlignmentVert = vaCenter
  138. Options.Editing = False
  139. Width = 129
  140. end
  141. object Column13: TcxGridColumn
  142. Caption = #44368#53685#47049
  143. DataBinding.ValueType = 'Integer'
  144. PropertiesClassName = 'TcxCalcEditProperties'
  145. Properties.Alignment.Horz = taRightJustify
  146. Properties.Alignment.Vert = taVCenter
  147. HeaderAlignmentHorz = taCenter
  148. HeaderAlignmentVert = vaCenter
  149. end
  150. object Column03: TcxGridColumn
  151. Caption = #49549#46020
  152. DataBinding.ValueType = 'Integer'
  153. PropertiesClassName = 'TcxCalcEditProperties'
  154. Properties.Alignment.Horz = taRightJustify
  155. Properties.Alignment.Vert = taVCenter
  156. HeaderAlignmentHorz = taCenter
  157. HeaderAlignmentVert = vaCenter
  158. Options.Editing = False
  159. Width = 65
  160. end
  161. object Column04: TcxGridColumn
  162. Caption = #49548#53685#46321#44553
  163. PropertiesClassName = 'TcxTextEditProperties'
  164. Properties.Alignment.Horz = taCenter
  165. Properties.Alignment.Vert = taVCenter
  166. HeaderAlignmentHorz = taCenter
  167. HeaderAlignmentVert = vaCenter
  168. Options.Editing = False
  169. Width = 95
  170. end
  171. object Column05: TcxGridColumn
  172. Caption = #44208#52769#50668#48512
  173. PropertiesClassName = 'TcxTextEditProperties'
  174. Properties.Alignment.Horz = taCenter
  175. Properties.Alignment.Vert = taVCenter
  176. HeaderAlignmentHorz = taCenter
  177. HeaderAlignmentVert = vaCenter
  178. end
  179. object Column06: TcxGridColumn
  180. Caption = #44032#44277#49549#46020
  181. DataBinding.ValueType = 'Integer'
  182. PropertiesClassName = 'TcxCalcEditProperties'
  183. Properties.Alignment.Horz = taRightJustify
  184. Properties.Alignment.Vert = taVCenter
  185. HeaderAlignmentHorz = taCenter
  186. HeaderAlignmentVert = vaCenter
  187. Width = 77
  188. end
  189. object Column07: TcxGridColumn
  190. Caption = #54217#54876#54868#49549#46020
  191. DataBinding.ValueType = 'Integer'
  192. PropertiesClassName = 'TcxCalcEditProperties'
  193. Properties.Alignment.Horz = taRightJustify
  194. Properties.Alignment.Vert = taVCenter
  195. HeaderAlignmentHorz = taCenter
  196. HeaderAlignmentVert = vaCenter
  197. Width = 82
  198. end
  199. object Column08: TcxGridColumn
  200. Caption = #48372#51221#49549#46020
  201. DataBinding.ValueType = 'Integer'
  202. PropertiesClassName = 'TcxCalcEditProperties'
  203. Properties.Alignment.Horz = taRightJustify
  204. Properties.Alignment.Vert = taVCenter
  205. HeaderAlignmentHorz = taCenter
  206. HeaderAlignmentVert = vaCenter
  207. end
  208. object Column09: TcxGridColumn
  209. Caption = #54056#53556#49549#46020
  210. DataBinding.ValueType = 'Integer'
  211. PropertiesClassName = 'TcxCalcEditProperties'
  212. Properties.Alignment.Horz = taRightJustify
  213. Properties.Alignment.Vert = taVCenter
  214. HeaderAlignmentHorz = taCenter
  215. HeaderAlignmentVert = vaCenter
  216. end
  217. object Column10: TcxGridColumn
  218. Caption = #49688#51665#50896
  219. PropertiesClassName = 'TcxTextEditProperties'
  220. Properties.Alignment.Horz = taCenter
  221. Properties.Alignment.Vert = taVCenter
  222. HeaderAlignmentHorz = taCenter
  223. HeaderAlignmentVert = vaCenter
  224. end
  225. object Column11: TcxGridColumn
  226. Caption = #48372#51221#49548#49828
  227. PropertiesClassName = 'TcxTextEditProperties'
  228. Properties.Alignment.Horz = taCenter
  229. Properties.Alignment.Vert = taVCenter
  230. HeaderAlignmentHorz = taCenter
  231. HeaderAlignmentVert = vaCenter
  232. end
  233. object Column12: TcxGridColumn
  234. Caption = #45936#51060#53552#44079#49688
  235. DataBinding.ValueType = 'Integer'
  236. PropertiesClassName = 'TcxCalcEditProperties'
  237. Properties.Alignment.Horz = taRightJustify
  238. Properties.Alignment.Vert = taVCenter
  239. HeaderAlignmentHorz = taCenter
  240. HeaderAlignmentVert = vaCenter
  241. Width = 83
  242. end
  243. object Column14: TcxGridColumn
  244. Caption = #51216#50976#50984
  245. DataBinding.ValueType = 'Float'
  246. PropertiesClassName = 'TcxCalcEditProperties'
  247. Properties.Alignment.Horz = taRightJustify
  248. Properties.Alignment.Vert = taVCenter
  249. Properties.DisplayFormat = '#0.#0'
  250. Visible = False
  251. HeaderAlignmentHorz = taCenter
  252. HeaderAlignmentVert = vaCenter
  253. end
  254. object Column15: TcxGridColumn
  255. Caption = #53685#54665#49884#44036
  256. DataBinding.ValueType = 'Integer'
  257. PropertiesClassName = 'TcxCalcEditProperties'
  258. Properties.Alignment.Horz = taRightJustify
  259. Properties.Alignment.Vert = taVCenter
  260. Visible = False
  261. HeaderAlignmentHorz = taCenter
  262. HeaderAlignmentVert = vaCenter
  263. end
  264. end
  265. object GlList: TcxGridLevel
  266. GridView = TvList
  267. end
  268. end
  269. object ChkExpand: TcxCheckBox
  270. Tag = 9
  271. Left = 975
  272. Top = 7
  273. Cursor = crHandPoint
  274. Hint = #44536#47353' '#47785#47197' '#54869#51109' '#46608#45716' '#52712#49548
  275. Anchors = [akTop, akRight]
  276. Caption = #54869#51109'/'#52629#49548
  277. ParentBackground = False
  278. ParentColor = False
  279. ParentShowHint = False
  280. ShowHint = True
  281. State = cbsChecked
  282. Style.BorderColor = 9868950
  283. Style.BorderStyle = ebsThick
  284. Style.Color = 14671839
  285. Style.Shadow = False
  286. TabOrder = 0
  287. Transparent = True
  288. OnClick = ChkExpandClick
  289. Width = 85
  290. end
  291. end
  292. object PnlChart: TPanel
  293. Left = 0
  294. Top = 412
  295. Width = 1089
  296. Height = 286
  297. Align = alBottom
  298. BevelOuter = bvNone
  299. TabOrder = 2
  300. inline FRAMEChart1: TFRAMEChart
  301. Left = 0
  302. Top = 0
  303. Width = 1089
  304. Height = 286
  305. Align = alClient
  306. TabOrder = 0
  307. ExplicitWidth = 1089
  308. ExplicitHeight = 286
  309. inherited CxChart: TcxGrid
  310. Width = 1089
  311. Height = 286
  312. ExplicitWidth = 1089
  313. ExplicitHeight = 286
  314. end
  315. inherited ChkDisplayVal: TcxCheckBox
  316. ExplicitHeight = 21
  317. end
  318. inherited cxLabel2: TcxLabel
  319. ExplicitWidth = 30
  320. ExplicitHeight = 21
  321. end
  322. inherited LblPage: TcxLabel
  323. ExplicitWidth = 18
  324. ExplicitHeight = 21
  325. end
  326. inherited lblAll: TcxLabel
  327. ExplicitWidth = 35
  328. ExplicitHeight = 21
  329. end
  330. inherited lblImgSave: TcxLabel
  331. ExplicitWidth = 110
  332. ExplicitHeight = 21
  333. end
  334. inherited lblSaveErr: TcxLabel
  335. ExplicitWidth = 261
  336. ExplicitHeight = 21
  337. end
  338. inherited lblSaveOk: TcxLabel
  339. ExplicitWidth = 191
  340. ExplicitHeight = 21
  341. end
  342. end
  343. end
  344. object cxSplitter1: TcxSplitter
  345. Left = 0
  346. Top = 406
  347. Width = 1089
  348. Height = 6
  349. AlignSplitter = salBottom
  350. Control = PnlChart
  351. end
  352. object ADOQry: TADOQuery
  353. Parameters = <>
  354. Left = 240
  355. Top = 148
  356. end
  357. object TmrShow: TTimer
  358. Enabled = False
  359. Interval = 300
  360. OnTimer = TmrShowTimer
  361. Left = 320
  362. Top = 156
  363. end
  364. end