home *** CD-ROM | disk | FTP | other *** search
/ Chip: Special Tips & Tricks for Windows 95 / Chip Wintips.iso / sharewar / online / webpagec / wpc.exe / 0 / RCDATA / TBROWSERLOC / TBROWSERLOC.txt
Encoding:
Text File  |  1996-04-05  |  3.2 KB  |  162 lines

  1. object BrowserLoc: TBrowserLoc
  2.   Left = 223
  3.   Top = 127
  4.   BorderIcons = []
  5.   BorderStyle = bsSingle
  6.   Caption = 'Browser Location'
  7.   ClientHeight = 221
  8.   ClientWidth = 562
  9.   Font.Color = clWindowText
  10.   Font.Height = -17
  11.   Font.Name = 'System'
  12.   Font.Style = []
  13.   PixelsPerInch = 120
  14.   Position = poScreenCenter
  15.   OnActivate = FormActivate
  16.   OnCloseQuery = FormCloseQuery
  17.   TextHeight = 20
  18.   object Label1: TLabel
  19.     Left = 11
  20.     Top = 32
  21.     Width = 66
  22.     Height = 20
  23.     Alignment = taRightJustify
  24.     Caption = 'Current:'
  25.     Font.Color = clBlue
  26.     Font.Height = -17
  27.     Font.Name = 'System'
  28.     Font.Style = [fsBold]
  29.     ParentFont = False
  30.   end
  31.   object Label2: TLabel
  32.     Left = 37
  33.     Top = 80
  34.     Width = 40
  35.     Height = 20
  36.     Alignment = taRightJustify
  37.     Caption = 'New:'
  38.     Font.Color = clBlue
  39.     Font.Height = -17
  40.     Font.Name = 'System'
  41.     Font.Style = [fsBold]
  42.     ParentFont = False
  43.   end
  44.   object Edit1: TEdit
  45.     Left = 88
  46.     Top = 28
  47.     Width = 361
  48.     Height = 29
  49.     TabStop = False
  50.     Color = clSilver
  51.     Font.Color = clMaroon
  52.     Font.Height = -17
  53.     Font.Name = 'System'
  54.     Font.Style = [fsBold]
  55.     ParentFont = False
  56.     ReadOnly = True
  57.     TabOrder = 4
  58.   end
  59.   object Edit2: TEdit
  60.     Left = 88
  61.     Top = 76
  62.     Width = 361
  63.     Height = 29
  64.     Color = clSilver
  65.     Font.Color = clMaroon
  66.     Font.Height = -17
  67.     Font.Name = 'System'
  68.     Font.Style = [fsBold]
  69.     ParentFont = False
  70.     TabOrder = 0
  71.   end
  72.   object BitBtn1: TBitBtn
  73.     Left = 462
  74.     Top = 76
  75.     Width = 89
  76.     Height = 29
  77.     Caption = 'Browse'
  78.     Font.Color = clBlue
  79.     Font.Height = -17
  80.     Font.Name = 'System'
  81.     Font.Style = [fsBold]
  82.     ParentFont = False
  83.     TabOrder = 1
  84.     OnClick = BitBtn1Click
  85.   end
  86.   object BitBtn2: TBitBtn
  87.     Left = 120
  88.     Top = 176
  89.     Width = 105
  90.     Height = 33
  91.     TabOrder = 2
  92.     OnClick = BitBtn2Click
  93.     Kind = bkOK
  94.   end
  95.   object BitBtn3: TBitBtn
  96.     Left = 328
  97.     Top = 176
  98.     Width = 105
  99.     Height = 33
  100.     TabOrder = 3
  101.     OnClick = BitBtn3Click
  102.     Kind = bkCancel
  103.   end
  104.   object GroupBox1: TGroupBox
  105.     Left = 16
  106.     Top = 112
  107.     Width = 537
  108.     Height = 49
  109.     Caption = 'Browser Type'
  110.     Font.Color = clBlue
  111.     Font.Height = -17
  112.     Font.Name = 'System'
  113.     Font.Style = [fsBold]
  114.     ParentFont = False
  115.     TabOrder = 5
  116.     object RadioButton1: TRadioButton
  117.       Left = 64
  118.       Top = 24
  119.       Width = 113
  120.       Height = 17
  121.       Caption = 'NetScape'
  122.       Font.Color = clMaroon
  123.       Font.Height = -17
  124.       Font.Name = 'System'
  125.       Font.Style = [fsBold]
  126.       ParentFont = False
  127.       TabOrder = 0
  128.     end
  129.     object RadioButton2: TRadioButton
  130.       Left = 208
  131.       Top = 24
  132.       Width = 169
  133.       Height = 17
  134.       Caption = 'Internet Explorer'
  135.       Font.Color = clMaroon
  136.       Font.Height = -17
  137.       Font.Name = 'System'
  138.       Font.Style = [fsBold]
  139.       ParentFont = False
  140.       TabOrder = 1
  141.     end
  142.     object RadioButton3: TRadioButton
  143.       Left = 408
  144.       Top = 24
  145.       Width = 81
  146.       Height = 17
  147.       Caption = 'Other'
  148.       Font.Color = clMaroon
  149.       Font.Height = -17
  150.       Font.Name = 'System'
  151.       Font.Style = [fsBold]
  152.       ParentFont = False
  153.       TabOrder = 2
  154.     end
  155.   end
  156.   object OpenDialog1: TOpenDialog
  157.     Filter = 'EXE Files (*.EXE)|*.exe|All Files (*.*)|*.*'
  158.     Left = 8
  159.     Top = 176
  160.   end
  161. end
  162.