object FSetDir: TFSetDir Left = 304 Top = 217 HorzScrollBar.Visible = False VertScrollBar.Visible = False ActiveControl = Button1 BorderStyle = bsDialog Caption = 'SetDir' ClientHeight = 202 ClientWidth = 248 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] FormStyle = fsStayOnTop Position = poScreenCenter PixelsPerInch = 96 TextHeight = 13 object Bevel1: TBevel Left = 0 Top = 0 Width = 248 Height = 166 end object Label1: TLabel Left = 40 Top = 11 Width = 28 Height = 13 Caption = 'Drive:' end object DirectoryListBox1: TDirectoryListBox Left = 8 Top = 32 Width = 233 Height = 97 ItemHeight = 16 TabOrder = 0 OnChange = DirectoryListBox1Change end object DriveComboBox1: TDriveComboBox Left = 96 Top = 6 Width = 145 Height = 19 DirList = DirectoryListBox1 TabOrder = 1 end object Edit1: TEdit Left = 8 Top = 136 Width = 233 Height = 21 TabOrder = 2 end object Button1: TButton Left = 56 Top = 174 Width = 65 Height = 25 Caption = 'OK' Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False TabOrder = 3 OnClick = Button1Click end object Button2: TButton Left = 128 Top = 174 Width = 65 Height = 25 Caption = 'Cancel' TabOrder = 4 OnClick = Button2Click end end