object Form1: TForm1 Left = 1038 Top = 306 Width = 123 Height = 228 Caption = 'Form1' Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False Position = poScreenCenter OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object StartButton: TButton Left = 8 Top = 8 Width = 89 Height = 25 Anchors = [akLeft, akTop, akRight] Caption = 'Start' TabOrder = 0 OnClick = StartButtonClick end object StopButton: TButton Left = 8 Top = 40 Width = 89 Height = 25 Anchors = [akLeft, akTop, akRight] Caption = 'Stop' TabOrder = 1 Visible = False OnClick = StopButtonClick end object LogList: TListBox Left = 8 Top = 72 Width = 89 Height = 121 Anchors = [akLeft, akTop, akRight, akBottom] ItemHeight = 13 TabOrder = 2 end end