MyDialogBar.h
上传用户:popouu88
上传日期:2013-02-11
资源大小:2894k
文件大小:1k
源码类别:

IP电话/视频会议

开发平台:

Visual C++

  1. #if !defined(AFX_MYDIALOGBAR_H__2F3400D5_FD69_40C2_959E_040BF6D64820__INCLUDED_)
  2. #define AFX_MYDIALOGBAR_H__2F3400D5_FD69_40C2_959E_040BF6D64820__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // MyDialogBar.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CMyDialogBar window
  10. class CMyDialogBar : public CDialogBar
  11. {
  12. public:
  13.          CMyDialogBar();
  14.     virtual ~CMyDialogBar();
  15. protected:
  16. //{{AFX_VIRTUAL(CMyDialogBar)
  17. //}}AFX_VIRTUAL
  18. //{{AFX_MSG(CMyDialogBar)
  19. afx_msg HBRUSH OnCtlColor(CDC* pDC, CWnd* pWnd, UINT nCtlColor);
  20. //}}AFX_MSG
  21. DECLARE_MESSAGE_MAP()
  22. };
  23. /////////////////////////////////////////////////////////////////////////////
  24. //{{AFX_INSERT_LOCATION}}
  25. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  26. #endif // !defined(AFX_MYDIALOGBAR_H__2F3400D5_FD69_40C2_959E_040BF6D64820__INCLUDED_)