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

对话框与窗口

开发平台:

Visual C++

  1. // [!output WND_VIEW_HEADER] : interface of the [!output WND_VIEW_CLASS] class
  2. //
  3. #pragma once
  4. // [!output WND_VIEW_CLASS] window
  5. class [!output WND_VIEW_CLASS] : public [!output WND_VIEW_BASE_CLASS]
  6. {
  7. // Construction
  8. public:
  9. [!output WND_VIEW_CLASS]();
  10. // Attributes
  11. public:
  12. // Operations
  13. public:
  14. // Overrides
  15. protected:
  16. virtual BOOL PreCreateWindow(CREATESTRUCT& cs);
  17. // Implementation
  18. public:
  19. virtual ~[!output WND_VIEW_CLASS]();
  20. // Generated message map functions
  21. protected:
  22. afx_msg void OnPaint();
  23. DECLARE_MESSAGE_MAP()
  24. };