object BrowseFolder: TBrowseFolder Left = 411 Top = 215 BorderStyle = bsDialog Caption = 'Choose Folder' ClientHeight = 266 ClientWidth = 250 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] KeyPreview = True OldCreateOrder = False Position = poScreenCenter OnCloseQuery = FormCloseQuery OnKeyPress = FormKeyPress OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object PathLabel: TLabel Left = 16 Top = 32 Width = 28 Height = 13 Caption = '&Path: ' end object DirLabel: TLabel Left = 17 Top = 79 Width = 50 Height = 13 Caption = '&Directories' end object ChooseLabel: TLabel Left = 17 Top = 11 Width = 172 Height = 13 Caption = 'Please choose the installation folder.' end object DriveLabel: TLabel Left = 16 Top = 224 Width = 33 Height = 13 Caption = 'Dr&ives:' end object PathEdit: TEdit Left = 16 Top = 48 Width = 216 Height = 21 TabOrder = 0 end object OKButton: TButton Left = 162 Top = 96 Width = 75 Height = 23 Caption = '&OK' Default = True ModalResult = 1 TabOrder = 1 end object CancelButton: TButton Left = 162 Top = 126 Width = 75 Height = 25 Caption = '&Cancel' ModalResult = 2 TabOrder = 2 end object DirectoryListBox: TDirectoryListBox Left = 16 Top = 96 Width = 137 Height = 105 ItemHeight = 16 TabOrder = 3 OnChange = DirectoryListBoxDblClick end object DriveComboBox: TDriveComboBox Left = 16 Top = 240 Width = 137 Height = 19 DirList = DirectoryListBox TabOrder = 4 end object Netbutton: TButton Left = 162 Top = 238 Width = 75 Height = 23 Caption = '&Network...' TabOrder = 5 OnClick = NetbuttonClick end end