12345678910111213141516171819202122 |
- object Form2: TForm2
- Left = 149
- Top = 81
- Caption = 'Form2'
- ClientHeight = 154
- ClientWidth = 267
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = True
- PixelsPerInch = 96
- TextHeight = 13
- object Image1: TImage
- Left = 0
- Top = 0
- Width = 265
- Height = 153
- end
- end
|