fWinTextureD.dfm 569 B

12345678910111213141516171819202122232425262728
  1. object FormFontTexture: TFormFontTexture
  2. Left = 324
  3. Top = 160
  4. AutoSize = True
  5. BorderStyle = bsSizeToolWin
  6. Caption = 'Font Texture'
  7. ClientHeight = 330
  8. ClientWidth = 485
  9. Color = clBtnFace
  10. Font.Charset = DEFAULT_CHARSET
  11. Font.Color = clWindowText
  12. Font.Height = -14
  13. Font.Name = 'MS Sans Serif'
  14. Font.Style = []
  15. PixelsPerInch = 120
  16. TextHeight = 16
  17. object Image1: TImage
  18. Left = 0
  19. Top = 0
  20. Width = 485
  21. Height = 330
  22. Margins.Left = 4
  23. Margins.Top = 4
  24. Margins.Right = 4
  25. Margins.Bottom = 4
  26. AutoSize = True
  27. end
  28. end