ScReportFrm.dfm 1.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. object ReportFrm: TReportFrm
  2. Left = 502
  3. Top = 237
  4. Width = 498
  5. Height = 378
  6. BorderIcons = [biSystemMenu]
  7. Caption = #25253#34920
  8. Color = clBtnFace
  9. Font.Charset = DEFAULT_CHARSET
  10. Font.Color = clWindowText
  11. Font.Height = -11
  12. Font.Name = 'MS Sans Serif'
  13. Font.Style = []
  14. OldCreateOrder = False
  15. Position = poMainFormCenter
  16. PixelsPerInch = 96
  17. TextHeight = 13
  18. inline ReportView: TReportViewFrame
  19. Left = 0
  20. Top = 0
  21. Width = 490
  22. Height = 344
  23. Align = alClient
  24. Color = clAppWorkSpace
  25. Font.Charset = ANSI_CHARSET
  26. Font.Color = clWindowText
  27. Font.Height = -12
  28. Font.Name = 'smartSimSun'
  29. Font.Style = []
  30. ParentColor = False
  31. ParentFont = False
  32. TabOrder = 0
  33. inherited spl1: TSplitter
  34. Height = 321
  35. end
  36. inherited tvReport: TTreeView
  37. Height = 321
  38. end
  39. inherited Panel1: TPanel
  40. Width = 490
  41. end
  42. inherited Panel2: TPanel
  43. Top = 338
  44. Width = 490
  45. end
  46. inherited tvGatherProject: TTreeView
  47. Width = 245
  48. Height = 321
  49. end
  50. end
  51. end