www.pudn.com > 推箱子源码.rar > U_MouseHook.dfm
object F_MouseHook: TF_MouseHook
Left = 203
Top = 167
BorderStyle = bsDialog
Caption = 'F_MouseHook'
ClientHeight = 109
ClientWidth = 267
Color = clBtnFace
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = '宋体'
Font.Style = []
OldCreateOrder = False
OnClose = FormClose
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object lblInfo: TLabel
Left = 8
Top = 16
Width = 77
Height = 13
Caption = 'Mouse Info:'
end
object edtMInfo: TEdit
Left = 8
Top = 32
Width = 249
Height = 21
TabOrder = 0
end
object btnHook: TButton
Left = 8
Top = 64
Width = 81
Height = 25
Caption = 'HookMouse'
TabOrder = 1
OnClick = btnHookClick
end
end