Main.dfm 840 B

123456789101112131415161718192021222324252627282930313233343536
  1. object FormMain: TFormMain
  2. Left = 0
  3. Top = 0
  4. Caption = 'Custom background example'
  5. ClientHeight = 627
  6. ClientWidth = 710
  7. Color = clBtnFace
  8. Font.Charset = DEFAULT_CHARSET
  9. Font.Color = clWindowText
  10. Font.Height = -12
  11. Font.Name = 'Segoe UI'
  12. Font.Style = []
  13. OnCreate = FormCreate
  14. TextHeight = 15
  15. object ImgView: TImgView32
  16. Left = 0
  17. Top = 0
  18. Width = 710
  19. Height = 627
  20. Align = alClient
  21. Bitmap.DrawMode = dmBlend
  22. Bitmap.ResamplerClassName = 'TNearestResampler'
  23. BitmapAlign = baCustom
  24. Color = 15461355
  25. ParentColor = False
  26. RepaintMode = rmOptimizer
  27. Scale = 1.000000000000000000
  28. ScaleMode = smScale
  29. ScrollBars.ShowHandleGrip = True
  30. ScrollBars.Style = rbsDefault
  31. ScrollBars.Size = 17
  32. ScrollBars.Visibility = svAuto
  33. OverSize = 20
  34. TabOrder = 0
  35. end
  36. end