MainUnit.dfm 531 B

12345678910111213141516171819202122232425
  1. object FrmAntiAliasingTest: TFrmAntiAliasingTest
  2. Left = 0
  3. Top = 0
  4. Caption = 'Anti-Aliasing Test'
  5. ClientHeight = 350
  6. ClientWidth = 480
  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. PixelsPerInch = 96
  15. TextHeight = 13
  16. object PaintBox32: TPaintBox32
  17. Left = 0
  18. Top = 0
  19. Width = 480
  20. Height = 350
  21. Align = alClient
  22. TabOrder = 0
  23. OnPaintBuffer = PaintBox32PaintBuffer
  24. end
  25. end