home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 June / ccd0605.iso / Software / Shareware / Comunicatii / xns / xns53p_setup.exe / xns5.exe / 0 / RCDATA / TFRMBANISH / TFRMBANISH.txt
Text File  |  2005-05-02  |  3KB  |  139 lines

  1. object frmBanish: TfrmBanish
  2.   Left = 280
  3.   Top = 220
  4.   BorderStyle = bsDialog
  5.   Caption = 'Banish Address'
  6.   ClientHeight = 238
  7.   ClientWidth = 248
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'Tahoma'
  13.   Font.Style = [fsUnderline]
  14.   KeyPreview = True
  15.   OldCreateOrder = False
  16.   Position = poMainFormCenter
  17.   OnClose = FormClose
  18.   OnKeyPress = FormKeyPress
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object Label1: TLabel
  22.     Left = 8
  23.     Top = 34
  24.     Width = 233
  25.     Height = 113
  26.     AutoSize = False
  27.     Caption = 
  28.       'Enter the hostname that you do not want your computer to be able' +
  29.       ' to connect to.  When your computer tries to look up the IP of t' +
  30.       'he hostname, it will get 0.0.0.0 and will be unable to connect.'#13 +
  31.       #10#13#10'A line will be added to your hosts file. You can manually edi' +
  32.       't this file by clicking '
  33.     Font.Charset = DEFAULT_CHARSET
  34.     Font.Color = clWindowText
  35.     Font.Height = -11
  36.     Font.Name = 'Tahoma'
  37.     Font.Style = []
  38.     ParentFont = False
  39.     WordWrap = True
  40.   end
  41.   object Label2: TLabel
  42.     Left = 8
  43.     Top = 163
  44.     Width = 26
  45.     Height = 13
  46.     Caption = 'Host:'
  47.     Font.Charset = DEFAULT_CHARSET
  48.     Font.Color = clWindowText
  49.     Font.Height = -11
  50.     Font.Name = 'Tahoma'
  51.     Font.Style = []
  52.     ParentFont = False
  53.   end
  54.   object lblEdit: TLabel
  55.     Left = 163
  56.     Top = 126
  57.     Width = 22
  58.     Height = 13
  59.     Cursor = crHandPoint
  60.     Caption = 'here'
  61.     Font.Charset = DEFAULT_CHARSET
  62.     Font.Color = clBlue
  63.     Font.Height = -11
  64.     Font.Name = 'Tahoma'
  65.     Font.Style = [fsUnderline]
  66.     ParentFont = False
  67.     OnClick = lblEditClick
  68.   end
  69.   object edHostname: TEdit
  70.     Left = 40
  71.     Top = 161
  72.     Width = 201
  73.     Height = 21
  74.     TabOrder = 0
  75.     OnChange = edHostnameChange
  76.     OnKeyPress = edHostnameKeyPress
  77.   end
  78.   object OK: TButton
  79.     Left = 24
  80.     Top = 201
  81.     Width = 75
  82.     Height = 25
  83.     Caption = '&OK'
  84.     Enabled = False
  85.     Font.Charset = DEFAULT_CHARSET
  86.     Font.Color = clWindowText
  87.     Font.Height = -11
  88.     Font.Name = 'Tahoma'
  89.     Font.Style = []
  90.     ParentFont = False
  91.     TabOrder = 1
  92.     OnClick = OKClick
  93.   end
  94.   object Cancel: TButton
  95.     Left = 128
  96.     Top = 201
  97.     Width = 75
  98.     Height = 25
  99.     Caption = '&Cancel'
  100.     Font.Charset = DEFAULT_CHARSET
  101.     Font.Color = clWindowText
  102.     Font.Height = -11
  103.     Font.Name = 'Tahoma'
  104.     Font.Style = []
  105.     ParentFont = False
  106.     TabOrder = 2
  107.     OnClick = CancelClick
  108.   end
  109.   object Panel1: TPanel
  110.     Left = 0
  111.     Top = 0
  112.     Width = 248
  113.     Height = 29
  114.     Align = alTop
  115.     BevelOuter = bvLowered
  116.     Color = clNavy
  117.     Font.Charset = DEFAULT_CHARSET
  118.     Font.Color = clWhite
  119.     Font.Height = -11
  120.     Font.Name = 'MS Sans Serif'
  121.     Font.Style = [fsBold]
  122.     ParentFont = False
  123.     TabOrder = 3
  124.     object header: TLabel
  125.       Left = 13
  126.       Top = 6
  127.       Width = 100
  128.       Height = 16
  129.       Caption = 'Banish Address'
  130.       Font.Charset = DEFAULT_CHARSET
  131.       Font.Color = clWhite
  132.       Font.Height = -13
  133.       Font.Name = 'Tahoma'
  134.       Font.Style = [fsBold]
  135.       ParentFont = False
  136.     end
  137.   end
  138. end
  139.