VDSS0101F.dfm 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448
  1. object VDSS0101: TVDSS0101
  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 = 'VDS-'#44160#51648#44592' '#49548#53685#51221#48372' '#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. end
  63. object BtnExlSave: TcxButton
  64. Left = 1029
  65. Top = 3
  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 = 1111
  87. Height = 372
  88. Align = alClient
  89. BevelOuter = bvNone
  90. TabOrder = 1
  91. DesignSize = (
  92. 1111
  93. 372)
  94. object CxList: TcxGrid
  95. Left = 0
  96. Top = 0
  97. Width = 1111
  98. Height = 372
  99. Align = alClient
  100. TabOrder = 1
  101. object TvList: TcxGridBandedTableView
  102. DataController.Summary.DefaultGroupSummaryItems = <
  103. item
  104. Format = '#,##0'
  105. Kind = skSum
  106. Column = Column05
  107. end
  108. item
  109. Format = '#0'
  110. Kind = skAverage
  111. Column = Column06
  112. end
  113. item
  114. Format = '0.#0'
  115. Kind = skAverage
  116. Column = Column07
  117. end
  118. item
  119. Format = '#,##0'
  120. Kind = skSum
  121. Position = spFooter
  122. Column = Column05
  123. end
  124. item
  125. Format = '#0'
  126. Kind = skAverage
  127. Position = spFooter
  128. Column = Column06
  129. end
  130. item
  131. Format = '0.#0'
  132. Kind = skAverage
  133. Position = spFooter
  134. Column = Column07
  135. end
  136. item
  137. Position = spFooter
  138. OnGetText = TvListTcxGridDataControllerTcxDataSummaryDefaultGroupSummaryItems6GetText
  139. Column = Column02
  140. DisplayText = #49548#44228
  141. end>
  142. DataController.Summary.FooterSummaryItems = <
  143. item
  144. Format = '#,##0'
  145. Kind = skSum
  146. Column = Column05
  147. end
  148. item
  149. Format = '##0'
  150. Kind = skAverage
  151. Column = Column06
  152. end
  153. item
  154. Format = '0.#0'
  155. Kind = skAverage
  156. Column = Column07
  157. end
  158. item
  159. OnGetText = TvListTcxGridDataControllerTcxDataSummaryFooterSummaryItems3GetText
  160. Column = Column02
  161. DisplayText = #54633#44228
  162. end>
  163. DataController.Summary.SummaryGroups = <>
  164. OptionsCustomize.ColumnFiltering = False
  165. OptionsData.Deleting = False
  166. OptionsData.DeletingConfirmation = False
  167. OptionsData.Editing = False
  168. OptionsData.Inserting = False
  169. OptionsView.Footer = True
  170. OptionsView.GroupFooters = gfVisibleWhenExpanded
  171. OptionsView.GroupSummaryLayout = gslAlignWithColumns
  172. OptionsView.Indicator = True
  173. Styles.Footer = cxStyle2
  174. Styles.GroupSummary = cxStyle1
  175. Bands = <
  176. item
  177. Caption = #44592#48376#51221#48372
  178. end
  179. item
  180. Caption = #53685#44228' '#51221#48372
  181. end>
  182. object Column01: TcxGridBandedColumn
  183. Caption = #44160#51648#44592' '#48264#54840
  184. PropertiesClassName = 'TcxLabelProperties'
  185. Properties.Alignment.Horz = taCenter
  186. Properties.Alignment.Vert = taVCenter
  187. HeaderAlignmentHorz = taCenter
  188. HeaderAlignmentVert = vaCenter
  189. Width = 105
  190. Position.BandIndex = 0
  191. Position.ColIndex = 1
  192. Position.RowIndex = 0
  193. end
  194. object Column02: TcxGridBandedColumn
  195. Caption = #52264#49440
  196. PropertiesClassName = 'TcxLabelProperties'
  197. Properties.Alignment.Horz = taCenter
  198. Properties.Alignment.Vert = taVCenter
  199. FooterAlignmentHorz = taCenter
  200. GroupSummaryAlignment = taCenter
  201. HeaderAlignmentHorz = taCenter
  202. HeaderAlignmentVert = vaCenter
  203. Options.Moving = False
  204. Width = 66
  205. Position.BandIndex = 0
  206. Position.ColIndex = 4
  207. Position.RowIndex = 0
  208. end
  209. object Column03: TcxGridBandedColumn
  210. Caption = #48169#54693
  211. PropertiesClassName = 'TcxLabelProperties'
  212. Properties.Alignment.Horz = taCenter
  213. Properties.Alignment.Vert = taVCenter
  214. Visible = False
  215. HeaderAlignmentHorz = taCenter
  216. HeaderAlignmentVert = vaCenter
  217. VisibleForCustomization = False
  218. Width = 92
  219. Position.BandIndex = 0
  220. Position.ColIndex = 2
  221. Position.RowIndex = 0
  222. end
  223. object Column04: TcxGridBandedColumn
  224. Caption = #53685#44228#49884#44033
  225. PropertiesClassName = 'TcxLabelProperties'
  226. Properties.Alignment.Horz = taCenter
  227. Properties.Alignment.Vert = taVCenter
  228. FooterAlignmentHorz = taCenter
  229. HeaderAlignmentHorz = taCenter
  230. HeaderAlignmentVert = vaCenter
  231. Width = 160
  232. Position.BandIndex = 0
  233. Position.ColIndex = 3
  234. Position.RowIndex = 0
  235. end
  236. object Column05: TcxGridBandedColumn
  237. Caption = #44368#53685#47049'('#45824')'
  238. DataBinding.ValueType = 'Integer'
  239. PropertiesClassName = 'TcxSpinEditProperties'
  240. Properties.Alignment.Horz = taRightJustify
  241. Properties.Alignment.Vert = taVCenter
  242. Properties.DisplayFormat = '#,##0 '
  243. FooterAlignmentHorz = taRightJustify
  244. GroupSummaryAlignment = taRightJustify
  245. HeaderAlignmentHorz = taCenter
  246. HeaderAlignmentVert = vaCenter
  247. Options.Moving = False
  248. Width = 110
  249. Position.BandIndex = 1
  250. Position.ColIndex = 0
  251. Position.RowIndex = 0
  252. end
  253. object Column06: TcxGridBandedColumn
  254. Caption = #54217#44512' '#49549#46020'(km/h)'
  255. DataBinding.ValueType = 'Integer'
  256. PropertiesClassName = 'TcxSpinEditProperties'
  257. Properties.Alignment.Horz = taRightJustify
  258. Properties.Alignment.Vert = taVCenter
  259. Properties.DisplayFormat = '#0 '
  260. FooterAlignmentHorz = taRightJustify
  261. GroupSummaryAlignment = taRightJustify
  262. HeaderAlignmentHorz = taCenter
  263. HeaderAlignmentVert = vaCenter
  264. Options.Moving = False
  265. Width = 110
  266. Position.BandIndex = 1
  267. Position.ColIndex = 1
  268. Position.RowIndex = 0
  269. end
  270. object Column07: TcxGridBandedColumn
  271. Caption = #54217#44512' '#51216#50976#50984'(%)'
  272. DataBinding.ValueType = 'Float'
  273. PropertiesClassName = 'TcxSpinEditProperties'
  274. Properties.Alignment.Horz = taRightJustify
  275. Properties.Alignment.Vert = taVCenter
  276. Properties.DisplayFormat = '0.#0 '
  277. Properties.ValueType = vtFloat
  278. FooterAlignmentHorz = taRightJustify
  279. GroupSummaryAlignment = taRightJustify
  280. HeaderAlignmentHorz = taCenter
  281. HeaderAlignmentVert = vaCenter
  282. Options.Moving = False
  283. Width = 110
  284. Position.BandIndex = 1
  285. Position.ColIndex = 2
  286. Position.RowIndex = 0
  287. end
  288. object Column08: TcxGridBandedColumn
  289. Caption = #54217#44512' '#52264#46160#49884#44036'('#52488')'
  290. PropertiesClassName = 'TcxLabelProperties'
  291. Properties.Alignment.Horz = taRightJustify
  292. Properties.Alignment.Vert = taVCenter
  293. Visible = False
  294. HeaderAlignmentHorz = taCenter
  295. HeaderAlignmentVert = vaCenter
  296. Width = 105
  297. Position.BandIndex = 1
  298. Position.ColIndex = 3
  299. Position.RowIndex = 0
  300. end
  301. object Column09: TcxGridBandedColumn
  302. Caption = #54217#44512' '#44600#51060'(m)'
  303. PropertiesClassName = 'TcxLabelProperties'
  304. Properties.Alignment.Horz = taRightJustify
  305. Properties.Alignment.Vert = taVCenter
  306. Visible = False
  307. HeaderAlignmentHorz = taCenter
  308. HeaderAlignmentVert = vaCenter
  309. Width = 73
  310. Position.BandIndex = 1
  311. Position.ColIndex = 4
  312. Position.RowIndex = 0
  313. end
  314. object Column10: TcxGridBandedColumn
  315. Caption = 'VDS'
  316. PropertiesClassName = 'TcxLabelProperties'
  317. Properties.Alignment.Vert = taVCenter
  318. HeaderAlignmentHorz = taCenter
  319. HeaderAlignmentVert = vaCenter
  320. Width = 270
  321. Position.BandIndex = 0
  322. Position.ColIndex = 0
  323. Position.RowIndex = 0
  324. end
  325. end
  326. object GlList: TcxGridLevel
  327. GridView = TvList
  328. end
  329. end
  330. object ChkExpand: TcxCheckBox
  331. Tag = 9
  332. Left = 997
  333. Top = 7
  334. Cursor = crHandPoint
  335. Hint = #44536#47353' '#47785#47197' '#54869#51109' '#46608#45716' '#52712#49548
  336. Anchors = [akTop, akRight]
  337. Caption = #54869#51109'/'#52629#49548
  338. ParentBackground = False
  339. ParentColor = False
  340. ParentShowHint = False
  341. ShowHint = True
  342. State = cbsChecked
  343. Style.BorderColor = 9868950
  344. Style.BorderStyle = ebsThick
  345. Style.Color = 14671839
  346. Style.Shadow = False
  347. TabOrder = 0
  348. Transparent = True
  349. OnClick = ChkExpandClick
  350. Width = 85
  351. end
  352. end
  353. object PnlChart: TPanel
  354. Left = 0
  355. Top = 412
  356. Width = 1111
  357. Height = 286
  358. Align = alBottom
  359. BevelOuter = bvNone
  360. TabOrder = 2
  361. inline FRAMEChart1: TFRAMEChart
  362. Left = 0
  363. Top = 0
  364. Width = 1111
  365. Height = 286
  366. Align = alClient
  367. TabOrder = 0
  368. ExplicitWidth = 1111
  369. ExplicitHeight = 286
  370. inherited CxChart: TcxGrid
  371. Width = 1111
  372. Height = 286
  373. ExplicitWidth = 1111
  374. ExplicitHeight = 286
  375. end
  376. inherited ChkDisplayVal: TcxCheckBox
  377. ExplicitHeight = 21
  378. end
  379. inherited cxLabel2: TcxLabel
  380. ExplicitWidth = 30
  381. ExplicitHeight = 21
  382. end
  383. inherited LblPage: TcxLabel
  384. ExplicitWidth = 18
  385. ExplicitHeight = 21
  386. end
  387. inherited lblAll: TcxLabel
  388. ExplicitWidth = 35
  389. ExplicitHeight = 21
  390. end
  391. inherited lblImgSave: TcxLabel
  392. ExplicitWidth = 110
  393. ExplicitHeight = 21
  394. end
  395. inherited lblSaveErr: TcxLabel
  396. ExplicitWidth = 261
  397. ExplicitHeight = 21
  398. end
  399. inherited lblSaveOk: TcxLabel
  400. ExplicitWidth = 191
  401. ExplicitHeight = 21
  402. end
  403. end
  404. end
  405. object cxSplitter1: TcxSplitter
  406. Left = 0
  407. Top = 406
  408. Width = 1111
  409. Height = 6
  410. AlignSplitter = salBottom
  411. Control = PnlChart
  412. end
  413. object ADOQry: TADOQuery
  414. Parameters = <>
  415. Left = 240
  416. Top = 148
  417. end
  418. object TmrShow: TTimer
  419. Enabled = False
  420. Interval = 300
  421. OnTimer = TmrShowTimer
  422. Left = 320
  423. Top = 156
  424. end
  425. object cxStyleRepository1: TcxStyleRepository
  426. Left = 80
  427. Top = 184
  428. PixelsPerInch = 96
  429. object cxStyle1: TcxStyle
  430. AssignedValues = [svFont, svTextColor]
  431. Font.Charset = DEFAULT_CHARSET
  432. Font.Color = clBlue
  433. Font.Height = -13
  434. Font.Name = #47569#51008' '#44256#46357
  435. Font.Style = []
  436. TextColor = clBlue
  437. end
  438. object cxStyle2: TcxStyle
  439. AssignedValues = [svFont, svTextColor]
  440. Font.Charset = DEFAULT_CHARSET
  441. Font.Color = clRed
  442. Font.Height = -13
  443. Font.Name = #47569#51008' '#44256#46357
  444. Font.Style = []
  445. TextColor = clRed
  446. end
  447. end
  448. end