Unit2.dfm 501 B

12345678910111213141516171819202122232425
  1. object Form2: TForm2
  2. Left = 0
  3. Top = 0
  4. AutoSize = True
  5. BorderStyle = bsSizeToolWin
  6. Caption = 'Font Texture'
  7. ClientHeight = 264
  8. ClientWidth = 388
  9. Color = clBtnFace
  10. Font.Charset = DEFAULT_CHARSET
  11. Font.Color = clWindowText
  12. Font.Height = -11
  13. Font.Name = 'Tahoma'
  14. Font.Style = []
  15. OldCreateOrder = False
  16. PixelsPerInch = 96
  17. TextHeight = 13
  18. object Image1: TImage
  19. Left = 0
  20. Top = 0
  21. Width = 388
  22. Height = 264
  23. AutoSize = True
  24. end
  25. end