MainUnit.dfm 691 B

12345678910111213141516171819202122232425262728293031
  1. object FmScatterPlot: TFmScatterPlot
  2. Left = 0
  3. Top = 0
  4. Caption = 'Scatter Plot'
  5. ClientHeight = 400
  6. ClientWidth = 400
  7. Color = clBtnFace
  8. Font.Charset = DEFAULT_CHARSET
  9. Font.Color = clWindowText
  10. Font.Height = -11
  11. Font.Name = 'Tahoma'
  12. Font.Style = []
  13. OldCreateOrder = False
  14. OnCreate = FormCreate
  15. PixelsPerInch = 96
  16. TextHeight = 13
  17. object Image32: TImage32
  18. Left = 0
  19. Top = 0
  20. Width = 400
  21. Height = 400
  22. Align = alClient
  23. Bitmap.ResamplerClassName = 'TLinearResampler'
  24. BitmapAlign = baTopLeft
  25. Scale = 1.000000000000000000
  26. ScaleMode = smStretch
  27. TabOrder = 0
  28. OnClick = Image32Click
  29. OnPaintStage = Image32PaintStage
  30. end
  31. end