VMSBACKMF.dfm 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  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 = 'Tahoma'
  15. Font.Style = []
  16. OldCreateOrder = False
  17. OnCreate = FormCreate
  18. OnDestroy = FormDestroy
  19. OnResize = FormResize
  20. OnShow = FormShow
  21. PixelsPerInch = 96
  22. TextHeight = 16
  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. ExplicitTop = 1
  62. end
  63. end
  64. end
  65. object TmrShow: TTimer
  66. Enabled = False
  67. Interval = 300
  68. OnTimer = TmrShowTimer
  69. Left = 552
  70. Top = 136
  71. end
  72. end