object DRIVEDLG: TDRIVEDLG Tag = 1 Left = 220 Top = 109 ActiveControl = id_drivedlgchoose BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = 'ERROR!' ClientHeight = 100 ClientWidth = 235 Font.Color = clBtnText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter PixelsPerInch = 96 TextHeight = 13 object Drivenotfound: TLabel Tag = 2 Left = 6 Top = 8 Width = 223 Height = 18 AutoSize = False Caption = 'Drive not found!' Font.Color = clBlack Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False WordWrap = True end object Pleasechooseanother: TLabel Tag = 3 Left = 6 Top = 41 Width = 163 Height = 16 AutoSize = False Caption = 'Please choose another:' WordWrap = True end object id_drivedlgchoose: TComboBox Left = 171 Top = 40 Width = 60 Height = 21 Style = csDropDownList DropDownCount = 20 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ItemHeight = 13 ParentFont = False Sorted = True TabOrder = 0 OnChange = id_drivedlgchooseChange OnKeyDown = id_drivedlgchooseKeyDown end object Ok: TButton Tag = 4001 Left = 23 Top = 70 Width = 85 Height = 25 Caption = 'Ok' Default = True ModalResult = 1 TabOrder = 1 OnClick = OkClick end object Cancel: TButton Tag = 4002 Left = 127 Top = 70 Width = 85 Height = 25 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 2 OnClick = CancelClick end object Translate1: TTranslate Tag = 5500 Top = 72 end end