VMSBACKMF.dfm 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  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. PixelsPerInch = 96
  22. TextHeight = 17
  23. object PnlClient: TPanel
  24. Left = 0
  25. Top = 0
  26. Width = 1030
  27. Height = 698
  28. Align = alClient
  29. BevelOuter = bvNone
  30. Color = 15719371
  31. ParentBackground = False
  32. TabOrder = 0
  33. object ScrollBox: TScrollBox
  34. Left = 0
  35. Top = 0
  36. Width = 1030
  37. Height = 698
  38. HorzScrollBar.Smooth = True
  39. HorzScrollBar.Style = ssFlat
  40. VertScrollBar.Smooth = True
  41. VertScrollBar.Style = ssFlat
  42. Align = alClient
  43. AutoSize = True
  44. BevelInner = bvNone
  45. BevelOuter = bvNone
  46. BorderStyle = bsNone
  47. TabOrder = 0
  48. OnClick = ScrollBoxClick
  49. OnMouseWheel = ScrollBoxMouseWheel
  50. object FpnlForm: TFlowPanel
  51. Left = 0
  52. Top = 0
  53. Width = 1030
  54. Height = 694
  55. Align = alTop
  56. BevelOuter = bvNone
  57. ParentBackground = False
  58. ParentColor = True
  59. TabOrder = 0
  60. OnClick = FpnlFormClick
  61. end
  62. end
  63. end
  64. object TmrShow: TTimer
  65. Enabled = False
  66. Interval = 300
  67. OnTimer = TmrShowTimer
  68. Left = 552
  69. Top = 136
  70. end
  71. end