object Form1: TForm1 Left = 198 Top = 160 Width = 696 Height = 480 Caption = 'Form1' Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False PixelsPerInch = 96 TextHeight = 13 object ListBox1: TListBox Left = 96 Top = 32 Width = 401 Height = 257 ItemHeight = 13 TabOrder = 0 end object btnRun: TButton Left = 104 Top = 336 Width = 81 Height = 33 Caption = '&Run' Default = True TabOrder = 1 OnClick = btnRunClick end end