home *** CD-ROM | disk | FTP | other *** search
/ .net - The Best of 1999/2000 / netCD Special01.iso / pc / Software / We-Blocker / weblock.exe / WebSafe.exe / 0 / RCDATA / TADDAWORDFORM / TADDAWORDFORM.txt
Encoding:
Text File  |  2000-06-22  |  1.9 KB  |  91 lines

  1. object AddAWordForm: TAddAWordForm
  2.   Left = 324
  3.   Top = 90
  4.   ActiveControl = NewWord
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsSingle
  7.   Caption = 'Add A Word'
  8.   ClientHeight = 338
  9.   ClientWidth = 222
  10.   Color = clBtnFace
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = []
  16.   FormStyle = fsStayOnTop
  17.   OldCreateOrder = False
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object Panel1: TPanel
  22.     Left = 0
  23.     Top = 296
  24.     Width = 222
  25.     Height = 42
  26.     Align = alBottom
  27.     BevelOuter = bvNone
  28.     TabOrder = 0
  29.     object SaveButton: TBitBtn
  30.       Left = 136
  31.       Top = 6
  32.       Width = 75
  33.       Height = 31
  34.       Caption = '&Save'
  35.       Default = True
  36.       Font.Charset = DEFAULT_CHARSET
  37.       Font.Color = clWindowText
  38.       Font.Height = -11
  39.       Font.Name = 'MS Sans Serif'
  40.       Font.Style = []
  41.       ParentFont = False
  42.       TabOrder = 0
  43.       OnClick = SaveButtonClick
  44.       NumGlyphs = 2
  45.     end
  46.     object Cancelbutton: TBitBtn
  47.       Left = 28
  48.       Top = 6
  49.       Width = 85
  50.       Height = 31
  51.       Caption = '&Cancel'
  52.       Font.Charset = DEFAULT_CHARSET
  53.       Font.Color = clWindowText
  54.       Font.Height = -11
  55.       Font.Name = 'MS Sans Serif'
  56.       Font.Style = []
  57.       ParentFont = False
  58.       TabOrder = 1
  59.       OnClick = CancelbuttonClick
  60.       NumGlyphs = 2
  61.     end
  62.   end
  63.   object NewWord: TEdit
  64.     Left = 30
  65.     Top = 18
  66.     Width = 163
  67.     Height = 21
  68.     CharCase = ecUpperCase
  69.     TabOrder = 1
  70.   end
  71.   object BadWordTypesGroup: TRadioGroup
  72.     Left = 30
  73.     Top = 48
  74.     Width = 163
  75.     Height = 229
  76.     BiDiMode = bdLeftToRight
  77.     Caption = 'Word Category'
  78.     ItemIndex = 0
  79.     Items.Strings = (
  80.       'Pornography'
  81.       'Adult Subjects'
  82.       'Violence/Criminal Activity'
  83.       'Hate/Persecution'
  84.       'Drugs/Alcolhol'
  85.       'Gambling'
  86.       'Weaponry')
  87.     ParentBiDiMode = False
  88.     TabOrder = 2
  89.   end
  90. end
  91.