home *** CD-ROM | disk | FTP | other *** search
- object BrowserLoc: TBrowserLoc
- Left = 223
- Top = 127
- BorderIcons = []
- BorderStyle = bsSingle
- Caption = 'Browser Location'
- ClientHeight = 221
- ClientWidth = 562
- Font.Color = clWindowText
- Font.Height = -17
- Font.Name = 'System'
- Font.Style = []
- PixelsPerInch = 120
- Position = poScreenCenter
- OnActivate = FormActivate
- OnCloseQuery = FormCloseQuery
- TextHeight = 20
- object Label1: TLabel
- Left = 11
- Top = 32
- Width = 66
- Height = 20
- Alignment = taRightJustify
- Caption = 'Current:'
- Font.Color = clBlue
- Font.Height = -17
- Font.Name = 'System'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object Label2: TLabel
- Left = 37
- Top = 80
- Width = 40
- Height = 20
- Alignment = taRightJustify
- Caption = 'New:'
- Font.Color = clBlue
- Font.Height = -17
- Font.Name = 'System'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object Edit1: TEdit
- Left = 88
- Top = 28
- Width = 361
- Height = 29
- TabStop = False
- Color = clSilver
- Font.Color = clMaroon
- Font.Height = -17
- Font.Name = 'System'
- Font.Style = [fsBold]
- ParentFont = False
- ReadOnly = True
- TabOrder = 4
- end
- object Edit2: TEdit
- Left = 88
- Top = 76
- Width = 361
- Height = 29
- Color = clSilver
- Font.Color = clMaroon
- Font.Height = -17
- Font.Name = 'System'
- Font.Style = [fsBold]
- ParentFont = False
- TabOrder = 0
- end
- object BitBtn1: TBitBtn
- Left = 462
- Top = 76
- Width = 89
- Height = 29
- Caption = 'Browse'
- Font.Color = clBlue
- Font.Height = -17
- Font.Name = 'System'
- Font.Style = [fsBold]
- ParentFont = False
- TabOrder = 1
- OnClick = BitBtn1Click
- end
- object BitBtn2: TBitBtn
- Left = 120
- Top = 176
- Width = 105
- Height = 33
- TabOrder = 2
- OnClick = BitBtn2Click
- Kind = bkOK
- end
- object BitBtn3: TBitBtn
- Left = 328
- Top = 176
- Width = 105
- Height = 33
- TabOrder = 3
- OnClick = BitBtn3Click
- Kind = bkCancel
- end
- object GroupBox1: TGroupBox
- Left = 16
- Top = 112
- Width = 537
- Height = 49
- Caption = 'Browser Type'
- Font.Color = clBlue
- Font.Height = -17
- Font.Name = 'System'
- Font.Style = [fsBold]
- ParentFont = False
- TabOrder = 5
- object RadioButton1: TRadioButton
- Left = 64
- Top = 24
- Width = 113
- Height = 17
- Caption = 'NetScape'
- Font.Color = clMaroon
- Font.Height = -17
- Font.Name = 'System'
- Font.Style = [fsBold]
- ParentFont = False
- TabOrder = 0
- end
- object RadioButton2: TRadioButton
- Left = 208
- Top = 24
- Width = 169
- Height = 17
- Caption = 'Internet Explorer'
- Font.Color = clMaroon
- Font.Height = -17
- Font.Name = 'System'
- Font.Style = [fsBold]
- ParentFont = False
- TabOrder = 1
- end
- object RadioButton3: TRadioButton
- Left = 408
- Top = 24
- Width = 81
- Height = 17
- Caption = 'Other'
- Font.Color = clMaroon
- Font.Height = -17
- Font.Name = 'System'
- Font.Style = [fsBold]
- ParentFont = False
- TabOrder = 2
- end
- end
- object OpenDialog1: TOpenDialog
- Filter = 'EXE Files (*.EXE)|*.exe|All Files (*.*)|*.*'
- Left = 8
- Top = 176
- end
- end
-