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

  1. object frmSniffer: TfrmSniffer
  2.   Left = 292
  3.   Top = 213
  4.   Width = 669
  5.   Height = 449
  6.   Caption = 'XNS Sniffer'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OldCreateOrder = False
  14.   OnCreate = FormCreate
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Label1: TLabel
  18.     Left = 312
  19.     Top = 11
  20.     Width = 42
  21.     Height = 13
  22.     Caption = 'Interface'
  23.     Font.Charset = DEFAULT_CHARSET
  24.     Font.Color = clWindowText
  25.     Font.Height = -11
  26.     Font.Name = 'MS Sans Serif'
  27.     Font.Style = []
  28.     ParentFont = False
  29.   end
  30.   object btnStart: TButton
  31.     Left = 8
  32.     Top = 8
  33.     Width = 75
  34.     Height = 25
  35.     Caption = 'Start'
  36.     TabOrder = 0
  37.     OnClick = btnStartClick
  38.   end
  39.   object ListView1: TListView
  40.     Left = 8
  41.     Top = 40
  42.     Width = 649
  43.     Height = 121
  44.     Columns = <
  45.       item
  46.         Caption = 'Time'
  47.         Width = 100
  48.       end
  49.       item
  50.         Caption = 'Src IP'
  51.         Width = 100
  52.       end
  53.       item
  54.         Caption = 'Dest IP'
  55.         Width = 100
  56.       end
  57.       item
  58.         Caption = 'Proto'
  59.       end
  60.       item
  61.         Caption = 'Length'
  62.         Width = 75
  63.       end
  64.       item
  65.         Caption = 'Src Port'
  66.         Width = 100
  67.       end
  68.       item
  69.         Caption = 'Dest Port'
  70.         Width = 100
  71.       end>
  72.     Font.Charset = ANSI_CHARSET
  73.     Font.Color = clWindowText
  74.     Font.Height = -11
  75.     Font.Name = 'MS Sans Serif'
  76.     Font.Style = []
  77.     RowSelect = True
  78.     ParentFont = False
  79.     TabOrder = 1
  80.     ViewStyle = vsReport
  81.     OnClick = ListView1Click
  82.   end
  83.   object HexEditor1: THexEditor
  84.     Left = 8
  85.     Top = 168
  86.     Width = 649
  87.     Height = 73
  88.     Cursor = crIBeam
  89.     BytesPerColumn = 2
  90.     Translation = ttAnsi
  91.     BackupExtension = '.bak'
  92.     OffsetDisplay = odHex
  93.     BytesPerLine = 16
  94.     Colors.Background = clWindow
  95.     Colors.PositionBackground = clMaroon
  96.     Colors.PositionText = clWhite
  97.     Colors.ChangedBackground = 11075583
  98.     Colors.ChangedText = clMaroon
  99.     Colors.CursorFrame = clNavy
  100.     Colors.Offset = clBlack
  101.     Colors.OddColumn = clBlue
  102.     Colors.EvenColumn = clNavy
  103.     FocusFrame = True
  104.     Font.Charset = ANSI_CHARSET
  105.     Font.Color = clWindowText
  106.     Font.Height = -13
  107.     Font.Name = 'Times New Roman'
  108.     Font.Style = []
  109.     OffsetSeparator = ':'
  110.     TabOrder = 2
  111.     ColWidths = (
  112.       36
  113.       9
  114.       9
  115.       9
  116.       9
  117.       18
  118.       9
  119.       9
  120.       9
  121.       18
  122.       9
  123.       9
  124.       9
  125.       18
  126.       9
  127.       9
  128.       9
  129.       18
  130.       9
  131.       9
  132.       9
  133.       18
  134.       9
  135.       9
  136.       9
  137.       18
  138.       9
  139.       9
  140.       9
  141.       18
  142.       9
  143.       9
  144.       9
  145.       18
  146.       9
  147.       9
  148.       9
  149.       9
  150.       9
  151.       9
  152.       9
  153.       9
  154.       9
  155.       9
  156.       9
  157.       9
  158.       9
  159.       9
  160.       9
  161.       9
  162.       9)
  163.   end
  164.   object btnStop: TButton
  165.     Left = 96
  166.     Top = 8
  167.     Width = 75
  168.     Height = 25
  169.     Caption = 'Stop'
  170.     TabOrder = 3
  171.     OnClick = btnStopClick
  172.   end
  173.   object btnClean: TButton
  174.     Left = 184
  175.     Top = 8
  176.     Width = 75
  177.     Height = 25
  178.     Caption = 'Clean'
  179.     TabOrder = 4
  180.     OnClick = btnCleanClick
  181.   end
  182.   object cboInterface: TComboBox
  183.     Left = 360
  184.     Top = 8
  185.     Width = 297
  186.     Height = 21
  187.     ItemHeight = 13
  188.     TabOrder = 5
  189.   end
  190.   object ListView2: TListView
  191.     Left = 8
  192.     Top = 256
  193.     Width = 641
  194.     Height = 150
  195.     Columns = <
  196.       item
  197.         Caption = 'Address'
  198.       end
  199.       item
  200.         Caption = 'Proto'
  201.       end
  202.       item
  203.         Caption = 'Up'
  204.       end
  205.       item
  206.         Caption = 'Down'
  207.       end>
  208.     TabOrder = 6
  209.     ViewStyle = vsReport
  210.   end
  211. end
  212.