DialogsView.h
上传用户:szled88
上传日期:2015-04-09
资源大小:43957k
文件大小:2k
源码类别:

对话框与窗口

开发平台:

Visual C++

  1. #if !defined(AFX_DIALOGSVIEW_H__9C7CF842_B011_410C_9A05_B05B8CFEE01A__INCLUDED_)
  2. #define AFX_DIALOGSVIEW_H__9C7CF842_B011_410C_9A05_B05B8CFEE01A__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // DialogsView.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CDialogsView form view
  10. #ifndef __AFXEXT_H__
  11. #include <afxext.h>
  12. #endif
  13. class CDialogsView : public CFormView
  14. {
  15. protected:
  16. CDialogsView();           // protected constructor used by dynamic creation
  17. DECLARE_DYNCREATE(CDialogsView)
  18. // Form Data
  19. public:
  20. //{{AFX_DATA(CDialogsView)
  21. enum { IDD = IDD_PANE_DIALOGS };
  22. // NOTE: the ClassWizard will add data members here
  23. //}}AFX_DATA
  24. // Attributes
  25. public:
  26. // Operations
  27. public:
  28. // Overrides
  29. // ClassWizard generated virtual function overrides
  30. //{{AFX_VIRTUAL(CDialogsView)
  31. public:
  32. virtual void OnInitialUpdate();
  33. protected:
  34. virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  35. //}}AFX_VIRTUAL
  36. // Implementation
  37. protected:
  38. virtual ~CDialogsView();
  39. #ifdef _DEBUG
  40. virtual void AssertValid() const;
  41. virtual void Dump(CDumpContext& dc) const;
  42. #endif
  43. // Generated message map functions
  44. //{{AFX_MSG(CDialogsView)
  45. afx_msg void OnButtonColordialog();
  46. afx_msg void OnButtonFontdialog();
  47. afx_msg void OnButtonPrintdialog();
  48. afx_msg void OnButtonOpendialog();
  49. //}}AFX_MSG
  50. DECLARE_MESSAGE_MAP()
  51. };
  52. /////////////////////////////////////////////////////////////////////////////
  53. //{{AFX_INSERT_LOCATION}}
  54. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  55. #endif // !defined(AFX_DIALOGSVIEW_H__9C7CF842_B011_410C_9A05_B05B8CFEE01A__INCLUDED_)