VDSS0101F.dfm 13 KB

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