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 / TSUBMITFORM / TSUBMITFORM.txt < prev   
Encoding:
Text File  |  2000-06-22  |  3.4 KB  |  149 lines

  1. object SubmitForm: TSubmitForm
  2.   Left = 286
  3.   Top = 374
  4.   ActiveControl = ReferCombobox
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsSingle
  7.   Caption = 'Submit A Site'
  8.   ClientHeight = 144
  9.   ClientWidth = 449
  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.   Icon.Data = {<image000.ico>}
  17.   OldCreateOrder = True
  18.   Position = poScreenCenter
  19.   OnCreate = FormCreate
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object Label1: TLabel
  23.     Left = 74
  24.     Top = 10
  25.     Width = 359
  26.     Height = 26
  27.     Caption = 
  28.       'Enter the address of the site you would like to submit to be blo' +
  29.       'cked, or make a selection from the drop-down menu.'
  30.     Font.Charset = DEFAULT_CHARSET
  31.     Font.Color = clWindowText
  32.     Font.Height = -11
  33.     Font.Name = 'MS Sans Serif'
  34.     Font.Style = []
  35.     ParentFont = False
  36.     WordWrap = True
  37.   end
  38.   object Label2: TLabel
  39.     Left = 4
  40.     Top = 58
  41.     Width = 66
  42.     Height = 13
  43.     Caption = 'Submit http://'
  44.     Font.Charset = DEFAULT_CHARSET
  45.     Font.Color = clWindowText
  46.     Font.Height = -11
  47.     Font.Name = 'MS Sans Serif'
  48.     Font.Style = []
  49.     ParentFont = False
  50.   end
  51.   object ReferCombobox: TComboBox
  52.     Left = 72
  53.     Top = 52
  54.     Width = 369
  55.     Height = 21
  56.     ItemHeight = 13
  57.     TabOrder = 0
  58.     Text = 'ReferCombobox'
  59.     OnKeyDown = ReferComboboxKeyDown
  60.   end
  61.   object Panel1: TPanel
  62.     Left = 0
  63.     Top = 102
  64.     Width = 449
  65.     Height = 42
  66.     Align = alBottom
  67.     BevelOuter = bvNone
  68.     TabOrder = 1
  69.     object SaveButton: TBitBtn
  70.       Left = 6
  71.       Top = 6
  72.       Width = 139
  73.       Height = 31
  74.       Caption = '&Block this Site Now'
  75.       Default = True
  76.       Font.Charset = DEFAULT_CHARSET
  77.       Font.Color = clWindowText
  78.       Font.Height = -11
  79.       Font.Name = 'MS Sans Serif'
  80.       Font.Style = []
  81.       ParentFont = False
  82.       TabOrder = 0
  83.       OnClick = SaveButtonClick
  84.       NumGlyphs = 2
  85.     end
  86.     object BitBtn2: TBitBtn
  87.       Left = 358
  88.       Top = 6
  89.       Width = 85
  90.       Height = 31
  91.       Caption = '&Cancel'
  92.       Font.Charset = DEFAULT_CHARSET
  93.       Font.Color = clWindowText
  94.       Font.Height = -11
  95.       Font.Name = 'MS Sans Serif'
  96.       Font.Style = []
  97.       ParentFont = False
  98.       TabOrder = 3
  99.       OnClick = BitBtn2Click
  100.       NumGlyphs = 2
  101.     end
  102.     object BitBtn1: TBitBtn
  103.       Left = 150
  104.       Top = 6
  105.       Width = 91
  106.       Height = 31
  107.       Caption = '&Refresh List'
  108.       Font.Charset = DEFAULT_CHARSET
  109.       Font.Color = clWindowText
  110.       Font.Height = -11
  111.       Font.Name = 'MS Sans Serif'
  112.       Font.Style = []
  113.       ParentFont = False
  114.       TabOrder = 1
  115.       OnClick = BitBtn1Click
  116.     end
  117.     object btnSubmitHelp: TBitBtn
  118.       Left = 246
  119.       Top = 6
  120.       Width = 107
  121.       Height = 31
  122.       Caption = 'Submission &Help'
  123.       Font.Charset = DEFAULT_CHARSET
  124.       Font.Color = clWindowText
  125.       Font.Height = -11
  126.       Font.Name = 'MS Sans Serif'
  127.       Font.Style = []
  128.       ParentFont = False
  129.       TabOrder = 2
  130.       OnClick = btnSubmitHelpClick
  131.     end
  132.   end
  133.   object staInstructions: TStaticText
  134.     Left = 82
  135.     Top = 82
  136.     Width = 349
  137.     Height = 13
  138.     AutoSize = False
  139.     Caption = 'Press "Block This Site Now" to begin blocking the selected site.'
  140.     Font.Charset = DEFAULT_CHARSET
  141.     Font.Color = clWindowText
  142.     Font.Height = -11
  143.     Font.Name = 'MS Sans Serif'
  144.     Font.Style = []
  145.     ParentFont = False
  146.     TabOrder = 2
  147.   end
  148. end
  149.