12345678910111213141516171819202122232425 |
- object Form2: TForm2
- Left = 0
- Top = 0
- AutoSize = True
- BorderStyle = bsSizeToolWin
- Caption = 'Font Texture'
- ClientHeight = 264
- ClientWidth = 388
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Tahoma'
- Font.Style = []
- OldCreateOrder = False
- PixelsPerInch = 96
- TextHeight = 13
- object Image1: TImage
- Left = 0
- Top = 0
- Width = 388
- Height = 264
- AutoSize = True
- end
- end
|