object DlgMoveWavigo: TDlgMoveWavigo Left = 192 Top = 114 Width = 212 Height = 162 Caption = 'Utilities' Color = clBtnFace Constraints.MaxHeight = 162 Constraints.MaxWidth = 212 Constraints.MinHeight = 162 Constraints.MinWidth = 212 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Icon.Data = {} OldCreateOrder = False OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object DriveSel: TDriveComboBox Left = 16 Top = 32 Width = 161 Height = 19 TabOrder = 0 end object TDriveSel: TStaticText Left = 8 Top = 8 Width = 159 Height = 17 Caption = 'Select Drive to Move Wavigo to:' TabOrder = 3 end object BMoveOK: TButton Left = 16 Top = 64 Width = 75 Height = 25 Caption = 'BMoveOK' TabOrder = 1 OnClick = BMoveOKClick end object BMoveCancel: TButton Left = 104 Top = 64 Width = 75 Height = 25 Caption = 'BMoveCancel' TabOrder = 2 OnClick = BMoveCancelClick end object MType: TStaticText Left = 176 Top = 0 Width = 28 Height = 17 Caption = 'Type' TabOrder = 4 Visible = False end object ProgBar: TProgressBar Left = 24 Top = 96 Width = 150 Height = 17 Min = 0 Max = 100 TabOrder = 5 end end