BTNCODOC.H
上传用户:xyjtyn
上传日期:2007-01-01
资源大小:85k
文件大小:1k
- // btncodoc.h : interface of the CBtncolorDoc class
- //
- /////////////////////////////////////////////////////////////////////////////
- class CBtncolorDoc : public CDocument
- {
- protected: // create from serialization only
- CBtncolorDoc();
- DECLARE_DYNCREATE(CBtncolorDoc)
- // Attributes
- public:
- // Operations
- public:
- // Implementation
- public:
- virtual ~CBtncolorDoc();
- virtual void Serialize(CArchive& ar); // overridden for document i/o
- #ifdef _DEBUG
- virtual void AssertValid() const;
- virtual void Dump(CDumpContext& dc) const;
- #endif
- protected:
- virtual BOOL OnNewDocument();
- // Generated message map functions
- protected:
- //{{AFX_MSG(CBtncolorDoc)
- // NOTE - the ClassWizard will add and remove member functions here.
- // DO NOT EDIT what you see in these blocks of generated code !
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
- /////////////////////////////////////////////////////////////////////////////