BTNCODOC.H
上传用户:xyjtyn
上传日期:2007-01-01
资源大小:85k
文件大小:1k
源码类别:

按钮控件

开发平台:

Visual C++

  1. // btncodoc.h : interface of the CBtncolorDoc class
  2. //
  3. /////////////////////////////////////////////////////////////////////////////
  4. class CBtncolorDoc : public CDocument
  5. {
  6. protected: // create from serialization only
  7. CBtncolorDoc();
  8. DECLARE_DYNCREATE(CBtncolorDoc)
  9. // Attributes
  10. public:
  11. // Operations
  12. public:
  13. // Implementation
  14. public:
  15. virtual ~CBtncolorDoc();
  16. virtual void Serialize(CArchive& ar);   // overridden for document i/o
  17. #ifdef _DEBUG
  18. virtual void AssertValid() const;
  19. virtual void Dump(CDumpContext& dc) const;
  20. #endif
  21. protected:
  22. virtual BOOL OnNewDocument();
  23. // Generated message map functions
  24. protected:
  25. //{{AFX_MSG(CBtncolorDoc)
  26. // NOTE - the ClassWizard will add and remove member functions here.
  27. //    DO NOT EDIT what you see in these blocks of generated code !
  28. //}}AFX_MSG
  29. DECLARE_MESSAGE_MAP()
  30. };
  31. /////////////////////////////////////////////////////////////////////////////