object Form2: TForm2 Left = 399 Top = 169 Width = 296 Height = 343 Caption = 'Detect' 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 DeviceList: TListBox Left = 8 Top = 8 Width = 161 Height = 153 ItemHeight = 13 TabOrder = 0 end object GoButton: TButton Left = 184 Top = 8 Width = 89 Height = 33 Caption = 'Go' TabOrder = 1 OnClick = GoButtonClick end object DetectButton: TButton Left = 184 Top = 56 Width = 89 Height = 41 Caption = 'Redetect' TabOrder = 2 OnClick = DetectButtonClick end object StatusMemo: TMemo Left = 16 Top = 176 Width = 257 Height = 121 Lines.Strings = ( 'StatusMemo') TabOrder = 3 end end