VMSBACKMF.dfm 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. object VMSBACKM: TVMSBACKM
  2. Left = 0
  3. Top = 0
  4. Align = alClient
  5. BorderIcons = []
  6. BorderStyle = bsNone
  7. ClientHeight = 698
  8. ClientWidth = 1030
  9. Color = clBtnFace
  10. DoubleBuffered = True
  11. Font.Charset = DEFAULT_CHARSET
  12. Font.Color = clWindowText
  13. Font.Height = -13
  14. Font.Name = #47569#51008' '#44256#46357
  15. Font.Style = []
  16. OldCreateOrder = False
  17. OnCreate = FormCreate
  18. OnDestroy = FormDestroy
  19. OnResize = FormResize
  20. OnShow = FormShow
  21. ExplicitWidth = 320
  22. ExplicitHeight = 240
  23. PixelsPerInch = 96
  24. TextHeight = 17
  25. object PnlClient: TPanel
  26. Left = 0
  27. Top = 0
  28. Width = 1030
  29. Height = 698
  30. Align = alClient
  31. BevelOuter = bvNone
  32. Color = 15719371
  33. ParentBackground = False
  34. TabOrder = 0
  35. object ScrollBox: TScrollBox
  36. Left = 0
  37. Top = 0
  38. Width = 1030
  39. Height = 698
  40. HorzScrollBar.Smooth = True
  41. HorzScrollBar.Style = ssFlat
  42. VertScrollBar.Smooth = True
  43. VertScrollBar.Style = ssFlat
  44. Align = alClient
  45. AutoSize = True
  46. BevelInner = bvNone
  47. BevelOuter = bvNone
  48. BorderStyle = bsNone
  49. TabOrder = 0
  50. OnClick = ScrollBoxClick
  51. OnMouseWheel = ScrollBoxMouseWheel
  52. object FpnlForm: TFlowPanel
  53. Left = 0
  54. Top = 0
  55. Width = 1030
  56. Height = 694
  57. Align = alTop
  58. BevelOuter = bvNone
  59. ParentBackground = False
  60. ParentColor = True
  61. TabOrder = 0
  62. OnClick = FpnlFormClick
  63. end
  64. end
  65. end
  66. object TmrShow: TTimer
  67. Enabled = False
  68. Interval = 300
  69. OnTimer = TmrShowTimer
  70. Left = 552
  71. Top = 136
  72. end
  73. end