object Form1: TForm1 Left = 364 Top = 192 BorderStyle = bsDialog Caption = 'Form1' ClientHeight = 231 ClientWidth = 367 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] PixelsPerInch = 96 TextHeight = 13 object DirectoryListBox1: TDirectoryListBox Left = 8 Top = 32 Width = 177 Height = 161 ItemHeight = 16 TabOrder = 0 OnChange = DirectoryListBox1Change end object FileListBox1: TFileListBox Left = 192 Top = 8 Width = 169 Height = 185 ItemHeight = 13 TabOrder = 1 OnDblClick = FileListBox1DblClick end object DriveComboBox1: TDriveComboBox Left = 8 Top = 8 Width = 177 Height = 19 TabOrder = 2 OnChange = DriveComboBox1Change end object ConvBtn: TBitBtn Left = 8 Top = 200 Width = 75 Height = 25 TabOrder = 3 OnClick = ConvBtnClick Kind = bkOK end object ExitBtn: TBitBtn Left = 288 Top = 200 Width = 75 Height = 25 TabOrder = 4 Kind = bkClose end end