object Form1: TForm1 Caption = 'Form1' ClientHeight = 300 ClientWidth = 400 OnCreate = FormCreate PixelsPerInch = 112 HorzScrollBar.Page = 399 VertScrollBar.Page = 299 Left = 290 Height = 300 Top = 163 Width = 400 end