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

IP电话/视频会议

开发平台:

Visual C++

  1. #if !defined(AFX_WNDDIALOG_H__964BA5F2_E347_47B1_BC34_0AC33AE08294__INCLUDED_)
  2. #define AFX_WNDDIALOG_H__964BA5F2_E347_47B1_BC34_0AC33AE08294__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // WndDialog.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CWndDialog dialog
  10. class CWndDialog : public CDialog
  11. {
  12. public:
  13. CWndDialog( int id , CWnd* pParent = NULL );
  14. //{{AFX_DATA(CWndDialog)
  15. BOOL m_check;
  16. //}}AFX_DATA
  17. protected:
  18. //{{AFX_VIRTUAL(CWndDialog)
  19. virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  20. //}}AFX_VIRTUAL
  21. //{{AFX_MSG(CWndDialog)
  22. //}}AFX_MSG
  23. DECLARE_MESSAGE_MAP( )
  24. };
  25. //{{AFX_INSERT_LOCATION}}
  26. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  27. #endif // !defined(AFX_WNDDIALOG_H__964BA5F2_E347_47B1_BC34_0AC33AE08294__INCLUDED_)