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

  1. object frmRecog: TfrmRecog
  2.   Left = 458
  3.   Top = 244
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Recognize'
  7.   ClientHeight = 338
  8.   ClientWidth = 311
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'Tahoma'
  14.   Font.Style = []
  15.   FormStyle = fsStayOnTop
  16.   KeyPreview = True
  17.   OldCreateOrder = False
  18.   Position = poScreenCenter
  19.   OnKeyPress = FormKeyPress
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object Label1: TLabel
  23.     Left = 8
  24.     Top = 32
  25.     Width = 96
  26.     Height = 13
  27.     Caption = 'If a connection has:'
  28.     Font.Charset = DEFAULT_CHARSET
  29.     Font.Color = clWindowText
  30.     Font.Height = -11
  31.     Font.Name = 'Tahoma'
  32.     Font.Style = [fsUnderline]
  33.     ParentFont = False
  34.   end
  35.   object Label2: TLabel
  36.     Left = 24
  37.     Top = 88
  38.     Width = 14
  39.     Height = 13
  40.     Caption = '&IP:'
  41.   end
  42.   object Label3: TLabel
  43.     Left = 24
  44.     Top = 56
  45.     Width = 52
  46.     Height = 13
  47.     Caption = '&Hostname:'
  48.   end
  49.   object Label4: TLabel
  50.     Left = 8
  51.     Top = 136
  52.     Width = 217
  53.     Height = 13
  54.     Caption = 'X-NetStat will recognize it with friendly name:'
  55.     Font.Charset = DEFAULT_CHARSET
  56.     Font.Color = clWindowText
  57.     Font.Height = -11
  58.     Font.Name = 'Tahoma'
  59.     Font.Style = [fsUnderline]
  60.     ParentFont = False
  61.   end
  62.   object Bevel1: TBevel
  63.     Left = 0
  64.     Top = 296
  65.     Width = 313
  66.     Height = 9
  67.     Shape = bsTopLine
  68.   end
  69.   object Bevel3: TBevel
  70.     Left = -8
  71.     Top = 128
  72.     Width = 321
  73.     Height = 9
  74.     Shape = bsTopLine
  75.   end
  76.   object Bevel2: TBevel
  77.     Left = 0
  78.     Top = 200
  79.     Width = 313
  80.     Height = 9
  81.     Shape = bsTopLine
  82.   end
  83.   object Edit1: TEdit
  84.     Left = 80
  85.     Top = 56
  86.     Width = 225
  87.     Height = 21
  88.     TabOrder = 0
  89.   end
  90.   object Edit2: TEdit
  91.     Left = 80
  92.     Top = 88
  93.     Width = 225
  94.     Height = 21
  95.     TabOrder = 1
  96.   end
  97.   object Edit3: TEdit
  98.     Left = 8
  99.     Top = 160
  100.     Width = 297
  101.     Height = 21
  102.     TabOrder = 2
  103.   end
  104.   object Button1: TButton
  105.     Left = 74
  106.     Top = 304
  107.     Width = 75
  108.     Height = 25
  109.     Caption = '&OK'
  110.     TabOrder = 6
  111.     OnClick = Button1Click
  112.   end
  113.   object Button2: TButton
  114.     Left = 162
  115.     Top = 304
  116.     Width = 75
  117.     Height = 25
  118.     Caption = '&Cancel'
  119.     TabOrder = 7
  120.     OnClick = Button2Click
  121.   end
  122.   object optPartial: TRadioButton
  123.     Tag = 4
  124.     Left = 64
  125.     Top = 240
  126.     Width = 177
  127.     Height = 17
  128.     Caption = 'Recognize &partial matches'
  129.     TabOrder = 4
  130.     OnClick = optExactClick
  131.   end
  132.   object optExact: TRadioButton
  133.     Tag = 4
  134.     Left = 64
  135.     Top = 216
  136.     Width = 177
  137.     Height = 17
  138.     Caption = 'Recognize on &exact match only'
  139.     Checked = True
  140.     TabOrder = 3
  141.     TabStop = True
  142.     OnClick = optExactClick
  143.   end
  144.   object optStop: TRadioButton
  145.     Tag = 5
  146.     Left = 64
  147.     Top = 264
  148.     Width = 217
  149.     Height = 17
  150.     Caption = '&Stop recognizing this friendly name'
  151.     TabOrder = 5
  152.     OnClick = optExactClick
  153.   end
  154.   object Panel1: TPanel
  155.     Left = 0
  156.     Top = 0
  157.     Width = 311
  158.     Height = 29
  159.     Align = alTop
  160.     BevelOuter = bvLowered
  161.     Color = clNavy
  162.     Font.Charset = DEFAULT_CHARSET
  163.     Font.Color = clWhite
  164.     Font.Height = -11
  165.     Font.Name = 'MS Sans Serif'
  166.     Font.Style = [fsBold]
  167.     ParentFont = False
  168.     TabOrder = 8
  169.     object header: TLabel
  170.       Left = 13
  171.       Top = 6
  172.       Width = 142
  173.       Height = 16
  174.       Caption = 'Recognize an address'
  175.       Font.Charset = DEFAULT_CHARSET
  176.       Font.Color = clWhite
  177.       Font.Height = -13
  178.       Font.Name = 'Tahoma'
  179.       Font.Style = [fsBold]
  180.       ParentFont = False
  181.     end
  182.   end
  183. end
  184.