home *** CD-ROM | disk | FTP | other *** search
- object BrowseForm: TBrowseForm
- Left = 551
- Top = 235
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- Caption = 'Choose Directory'
- ClientHeight = 299
- ClientWidth = 261
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = True
- Position = poScreenCenter
- OnActivate = FormActivate
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 16
- Top = 12
- Width = 201
- Height = 13
- Caption = 'Please choose the directory for installation.'
- end
- object Label3: TLabel
- Left = 16
- Top = 243
- Width = 33
- Height = 13
- Caption = 'Drives:'
- end
- object Label4: TLabel
- Left = 16
- Top = 82
- Width = 50
- Height = 13
- Caption = 'Directories'
- end
- object Label2: TLabel
- Left = 16
- Top = 36
- Width = 25
- Height = 13
- Caption = 'Path:'
- end
- object DirectoryListBox1: TDirectoryListBox
- Left = 16
- Top = 102
- Width = 145
- Height = 129
- ItemHeight = 16
- TabOrder = 0
- OnChange = DirectoryListBox1Change
- end
- object DriveComboBox1: TDriveComboBox
- Left = 16
- Top = 263
- Width = 145
- Height = 19
- DirList = DirectoryListBox1
- TabOrder = 1
- end
- object Button1: TButton
- Left = 173
- Top = 102
- Width = 75
- Height = 25
- Caption = '&OK'
- Default = True
- TabOrder = 2
- OnClick = Button1Click
- end
- object Button2: TButton
- Left = 173
- Top = 134
- Width = 75
- Height = 25
- Caption = '&Cancel'
- TabOrder = 3
- OnClick = Button2Click
- end
- object PathEdit: TEdit
- Left = 16
- Top = 55
- Width = 233
- Height = 21
- TabOrder = 4
- end
- end
-