| 12345678910111213141516171819202122232425 |
- object Form2: TForm2
- Left = 149
- Top = 81
- Caption = 'Form2'
- ClientHeight = 193
- ClientWidth = 334
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -14
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- PixelsPerInch = 120
- TextHeight = 16
- object Image1: TImage
- Left = 0
- Top = 0
- Width = 331
- Height = 191
- Margins.Left = 4
- Margins.Top = 4
- Margins.Right = 4
- Margins.Bottom = 4
- end
- end
|