home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 May / CHIPCD200305.iso / soft / iparmor.exe / {app} / Iparmor.exe / 0 / RCDATA / TSNIFFER / TSNIFFER.txt
Encoding:
Text File  |  2003-04-14  |  1.6 KB  |  73 lines

  1. object Sniffer: TSniffer
  2.   Left = 261
  3.   Top = 282
  4.   Width = 695
  5.   Height = 318
  6.   Caption = 'Socket Armor Demo'
  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.   OnResize = FormResize
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object MonitorStart: TGradBtn
  19.     Left = 232
  20.     Top = 16
  21.     Width = 69
  22.     Height = 25
  23.     DisabledColor = clGray
  24.     BeginColor = 13565951
  25.     EndColor = 15790320
  26.     GradientStyle = gsHorizontal
  27.     TextStyle = tsNormal
  28.     Caption = 'Sniffer Start'
  29.     OnClick = MonitorStartClick
  30.     Font.Charset = DEFAULT_CHARSET
  31.     Font.Color = clGreen
  32.     Font.Height = -11
  33.     Font.Name = 'MS Sans Serif'
  34.     Font.Style = []
  35.     TabOrder = 0
  36.     TabStop = True
  37.   end
  38.   object snifferend: TGradBtn
  39.     Left = 496
  40.     Top = 16
  41.     Width = 69
  42.     Height = 25
  43.     DisabledColor = clGray
  44.     BeginColor = 13565951
  45.     EndColor = 15790320
  46.     GradientStyle = gsHorizontal
  47.     TextStyle = tsNormal
  48.     Caption = 'Sniffer End'
  49.     OnClick = snifferendClick
  50.     Font.Charset = DEFAULT_CHARSET
  51.     Font.Color = clGreen
  52.     Font.Height = -11
  53.     Font.Name = 'MS Sans Serif'
  54.     Font.Style = []
  55.     TabOrder = 1
  56.     TabStop = True
  57.   end
  58.   object hexeditor1: TRxRichEdit
  59.     Left = 0
  60.     Top = 90
  61.     Width = 687
  62.     Height = 201
  63.     Align = alBottom
  64.     Font.Charset = GB2312_CHARSET
  65.     Font.Color = clWindowText
  66.     Font.Height = -11
  67.     Font.Name = 'MS Sans Serif'
  68.     Font.Style = []
  69.     ParentFont = False
  70.     TabOrder = 2
  71.   end
  72. end
  73.