home *** CD-ROM | disk | FTP | other *** search
/ Freelog 29 / Freelog029.iso / BestOf / WinForce / WinForce.exe / 0 / RCDATA / TKEYFORM / TKEYFORM.txt
Text File  |  2001-02-04  |  2KB  |  98 lines

  1. object KeyForm: TKeyForm
  2.   Left = 38
  3.   Top = 95
  4.   ActiveControl = Button1
  5.   BorderStyle = bsToolWindow
  6.   Caption = 'Keylogger'
  7.   ClientHeight = 359
  8.   ClientWidth = 391
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   Scaled = False
  18.   OnActivate = FormActivate
  19.   OnCreate = FormCreate
  20.   OnDestroy = FormDestroy
  21.   OnHide = FormHide
  22.   OnKeyDown = FormKeyDown
  23.   OnShow = FormShow
  24.   PixelsPerInch = 96
  25.   TextHeight = 13
  26.   object Memo1: TMemo
  27.     Left = 0
  28.     Top = 44
  29.     Width = 391
  30.     Height = 315
  31.     Align = alBottom
  32.     ReadOnly = True
  33.     ScrollBars = ssVertical
  34.     TabOrder = 2
  35.     OnKeyDown = FormKeyDown
  36.   end
  37.   object Button1: TButton
  38.     Left = 112
  39.     Top = 8
  40.     Width = 137
  41.     Height = 25
  42.     Caption = 'Activate Keylogger'
  43.     TabOrder = 1
  44.     OnClick = Button1Click
  45.     OnKeyDown = FormKeyDown
  46.   end
  47.   object LogCheck: TCheckBox
  48.     Left = 225
  49.     Top = 69
  50.     Width = 153
  51.     Height = 17
  52.     Caption = 'Logfile'
  53.     TabOrder = 3
  54.     Visible = False
  55.     OnClick = LogCheckClick
  56.   end
  57.   object LogFileName: TFilenameEdit
  58.     Left = 8
  59.     Top = 40
  60.     Width = 385
  61.     Height = 21
  62.     Filter = 'Logfiles|*.log'
  63.     CharCase = ecLowerCase
  64.     NumGlyphs = 1
  65.     TabOrder = 4
  66.     Visible = False
  67.   end
  68.   object Button2: TButton
  69.     Left = 8
  70.     Top = 8
  71.     Width = 91
  72.     Height = 25
  73.     Caption = 'Clear Log'
  74.     TabOrder = 0
  75.     OnClick = Button2Click
  76.     OnKeyDown = FormKeyDown
  77.   end
  78.   object CheckBox1: TCheckBox
  79.     Left = 264
  80.     Top = 11
  81.     Width = 121
  82.     Height = 17
  83.     Caption = 'Report Titles'
  84.     TabOrder = 5
  85.   end
  86.   object KeySpy1: TKeySpy
  87.     Enabled = False
  88.     Keyword = 'showwinforceifactive'
  89.     SpyLayout = klGerman
  90.     ActiveLayout = '00000407'
  91.     OnKeySpyDown = KeySpy1KeySpyDown
  92.     OnKeyword = KeySpy1Keyword
  93.     OnActiveTitleChanged = KeySpy1ActiveTitleChanged
  94.     Left = 16
  95.     Top = 104
  96.   end
  97. end
  98.