object DetectForm: TDetectForm Left = 420 Top = 124 Width = 393 Height = 196 Caption = 'USB Device Selection' 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 Panel1: TPanel Left = 296 Top = 0 Width = 89 Height = 112 Align = alRight BevelOuter = bvNone TabOrder = 0 object GoButton: TButton Left = 8 Top = 8 Width = 73 Height = 25 Caption = 'Go' TabOrder = 0 OnClick = GoButtonClick end object DetectButton: TButton Left = 8 Top = 40 Width = 73 Height = 25 Caption = 'Redetect' TabOrder = 1 OnClick = DetectButtonClick end end object DeviceList: TListBox Left = 0 Top = 0 Width = 296 Height = 112 Align = alClient ItemHeight = 13 TabOrder = 1 end object StatusMemo: TMemo Left = 0 Top = 112 Width = 385 Height = 57 Align = alBottom ScrollBars = ssVertical TabOrder = 2 end end