object FrmSelectFile: TFrmSelectFile Left = 200 Top = 99 BorderStyle = bsDialog Caption = 'Select a File' ClientHeight = 258 ClientWidth = 377 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] PixelsPerInch = 96 Position = poScreenCenter TextHeight = 13 object RzDirectoryListBox1: TRzDirectoryListBox Left = 168 Top = 36 Width = 145 Height = 105 ItemHeight = 17 TabOrder = 0 end object RzFileListBox1: TRzFileListBox Left = 12 Top = 36 Width = 145 Height = 133 ItemHeight = 13 TabOrder = 1 end object RzDriveComboBox1: TRzDriveComboBox Left = 168 Top = 148 Width = 145 Height = 22 TabOrder = 2 end object BtnOK: TButton Left = 208 Top = 220 Width = 81 Height = 25 Caption = 'BtnOK' TabOrder = 3 end object BtnCancel: TButton Left = 300 Top = 216 Width = 65 Height = 29 Caption = 'BtnCancel' TabOrder = 4 end end