object Form1: TForm1 Left = 192 Top = 114 Width = 134 Height = 269 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 StartButton: TButton Left = 8 Top = 8 Width = 105 Height = 33 Caption = 'Start' TabOrder = 0 OnClick = StartButtonClick end object StopButton: TButton Left = 8 Top = 40 Width = 105 Height = 33 Caption = 'Stop' TabOrder = 1 OnClick = StopButtonClick end object LogList: TListBox Left = 8 Top = 72 Width = 105 Height = 145 ItemHeight = 13 TabOrder = 2 end end