object HookForm: THookForm Left = 467 Top = 538 BorderStyle = bsDialog Caption = 'SetWindowsHookEx() Example' ClientHeight = 153 ClientWidth = 409 Font.Color = clWindowText Font.Height = -13 Font.Name = 'System' Font.Style = [] PixelsPerInch = 96 Position = poScreenCenter OnCreate = FormCreate OnDestroy = FormDestroy TextHeight = 16 object SysHookBtn: TButton Left = 24 Top = 15 Width = 166 Height = 51 Hint = 'Beep will occur anywhere in Windows when right mouse button pres' + 'sed.' Caption = 'Set System Hook' TabOrder = 0 OnClick = SysHookBtnClick end object RemoveHookBtn: TButton Left = 121 Top = 85 Width = 166 Height = 51 Caption = 'Remove Hook' TabOrder = 2 OnClick = RemoveHookBtnClick end object TaskHookBtn: TButton Left = 219 Top = 15 Width = 166 Height = 51 Hint = 'Beep will occur only in app when right mouse button pressed.' Caption = 'Set Task Hook' TabOrder = 1 OnClick = TaskHookBtnClick end end