object Form1: TForm1 Left = 433 Top = 268 Width = 145 Height = 92 Caption = 'Form1' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object Edit1: TEdit Left = 8 Top = 8 Width = 121 Height = 21 TabOrder = 0 Text = 'Edit1' end object Edit2: TEdit Left = 8 Top = 32 Width = 121 Height = 21 TabOrder = 1 Text = 'Edit2' end object FnugryKeyboardNotify1: TFnugryKeyboardNotify Enabled = True OnKeyboardMessage = FnugryKeyboardNotify1KeyboardMessage Left = 48 Top = 56 end object Timer1: TTimer Interval = 60000 OnTimer = Timer1Timer Left = 16 Top = 56 end end