home *** CD-ROM | disk | FTP | other *** search
/ Chip 1999 Extra / Chip_Extra_1999.iso / share / office / pczeit / trap.exe / RCDATA / TFORM1 / TFORM1.txt
Text File  |  1998-09-15  |  804b  |  44 lines

  1. object Form1: TForm1
  2.   Left = 433
  3.   Top = 268
  4.   Width = 145
  5.   Height = 92
  6.   Caption = 'Form1'
  7.   Font.Charset = DEFAULT_CHARSET
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   OnCreate = FormCreate
  13.   PixelsPerInch = 96
  14.   TextHeight = 13
  15.   object Edit1: TEdit
  16.     Left = 8
  17.     Top = 8
  18.     Width = 121
  19.     Height = 21
  20.     TabOrder = 0
  21.     Text = 'Edit1'
  22.   end
  23.   object Edit2: TEdit
  24.     Left = 8
  25.     Top = 32
  26.     Width = 121
  27.     Height = 21
  28.     TabOrder = 1
  29.     Text = 'Edit2'
  30.   end
  31.   object FnugryKeyboardNotify1: TFnugryKeyboardNotify
  32.     Enabled = True
  33.     OnKeyboardMessage = FnugryKeyboardNotify1KeyboardMessage
  34.     Left = 48
  35.     Top = 56
  36.   end
  37.   object Timer1: TTimer
  38.     Interval = 60000
  39.     OnTimer = Timer1Timer
  40.     Left = 16
  41.     Top = 56
  42.   end
  43. end
  44.