#if !defined(AFX_DISPWND_H__E7599DBD_EEDF_45FF_8A35_89D159090CB6__INCLUDED_) #define AFX_DISPWND_H__E7599DBD_EEDF_45FF_8A35_89D159090CB6__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 // DispWnd.h : header file // ///////////////////////////////////////////////////////////////////////////// // CDispWnd window class CDispWnd : public CWnd { // Construction public: CDispWnd(); // Attributes public: // Operations public: void UpdateVSuface(); void ShowChannelInfo(HDC hdc); void GetOverlayChannelInfo(); char m_strChannelInfo[MAX_PATH]; // Overrides // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(CDispWnd) //}}AFX_VIRTUAL // Implementation public: void AdjustWindowSize(RECT* pRect); virtual ~CDispWnd(); // Generated message map functions protected: //{{AFX_MSG(CDispWnd) afx_msg void OnLButtonDown(UINT nFlags, CPoint point); afx_msg void OnPaint(); afx_msg void OnMove(int x, int y); afx_msg void OnSize(UINT nType, int cx, int cy); afx_msg int OnCreate(LPCREATESTRUCT lpCreateStruct); //}}AFX_MSG DECLARE_MESSAGE_MAP() }; ///////////////////////////////////////////////////////////////////////////// //{{AFX_INSERT_LOCATION}} // Microsoft Visual C++ will insert additional declarations immediately before the previous line. #endif // !defined(AFX_DISPWND_H__E7599DBD_EEDF_45FF_8A35_89D159090CB6__INCLUDED_)