internal OverlayForm() { InitializeComponent(); this.m_hookProc = new WinEventDelegate(this.WinEventProc); this.m_overlay = new OverlayFormMove(this); timer = new Timer(); timer.Interval = Global.BLINK_INTERVAL; timer.Tick += Timer_Tick; }