home *** CD-ROM | disk | FTP | other *** search
/ NetGuide 2004 March / NETGUIDN0403.iso / pc / featured / Windows / setup2k.exe / %WIN% / Cyb2k.exe / 0 / RCDATA / TREDIR / TREDIR.txt
Encoding:
Text File  |  2004-01-13  |  1.9 KB  |  94 lines

  1. object ReDir: TReDir
  2.   Left = 494
  3.   Top = 267
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'Redirection Options'
  7.   ClientHeight = 297
  8.   ClientWidth = 326
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poMainFormCenter
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Bevel1: TBevel
  21.     Left = 18
  22.     Top = 8
  23.     Width = 289
  24.     Height = 225
  25.   end
  26.   object Label3: TLabel
  27.     Left = 42
  28.     Top = 24
  29.     Width = 232
  30.     Height = 57
  31.     AutoSize = False
  32.     Caption = 
  33.       'When a site is blocked by name, CYBERsitter will redirect you to' +
  34.       ' another location. You may select where you are redirected to be' +
  35.       'low.'
  36.     WordWrap = True
  37.   end
  38.   object ApplyBtn: TSpeedButton
  39.     Left = 220
  40.     Top = 248
  41.     Width = 75
  42.     Height = 32
  43.     Caption = 'Apply'
  44.     OnClick = ApplyBtnClick
  45.   end
  46.   object Redir1: TRadioButton
  47.     Tag = 1
  48.     Left = 72
  49.     Top = 104
  50.     Width = 185
  51.     Height = 17
  52.     Caption = 'CYBERsitter Search Engine'
  53.     Font.Charset = DEFAULT_CHARSET
  54.     Font.Color = clNavy
  55.     Font.Height = -11
  56.     Font.Name = 'MS Sans Serif'
  57.     Font.Style = []
  58.     ParentFont = False
  59.     TabOrder = 0
  60.   end
  61.   object Redir2: TRadioButton
  62.     Tag = 2
  63.     Left = 72
  64.     Top = 140
  65.     Width = 201
  66.     Height = 17
  67.     Caption = 'Random "Safe Site" (General Interest)'
  68.     Checked = True
  69.     Font.Charset = DEFAULT_CHARSET
  70.     Font.Color = clNavy
  71.     Font.Height = -11
  72.     Font.Name = 'MS Sans Serif'
  73.     Font.Style = []
  74.     ParentFont = False
  75.     TabOrder = 1
  76.     TabStop = True
  77.   end
  78.   object Redir3: TRadioButton
  79.     Tag = 3
  80.     Left = 72
  81.     Top = 176
  82.     Width = 161
  83.     Height = 17
  84.     Caption = 'Generic "No Access" Page'
  85.     Font.Charset = DEFAULT_CHARSET
  86.     Font.Color = clNavy
  87.     Font.Height = -11
  88.     Font.Name = 'MS Sans Serif'
  89.     Font.Style = []
  90.     ParentFont = False
  91.     TabOrder = 2
  92.   end
  93. end
  94.