www.pudn.com > ZhuYouyong.rar > ZhuYouyongDoc.h
// ZhuYouyongDoc.h : interface of the CZhuYouyongDoc class
//
/////////////////////////////////////////////////////////////////////////////
#if !defined(AFX_ZHUYOUYONGDOC_H__4DE2FEA5_98E0_4259_B05A_487D1FA77298__INCLUDED_)
#define AFX_ZHUYOUYONGDOC_H__4DE2FEA5_98E0_4259_B05A_487D1FA77298__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
class CZhuYouyongDoc : public CDocument
{
protected: // create from serialization only
CZhuYouyongDoc();
DECLARE_DYNCREATE(CZhuYouyongDoc)
// Attributes
public:
// Operations
int CurrentDrawTool;
public:
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CZhuYouyongDoc)
public:
virtual BOOL OnNewDocument();
virtual void Serialize(CArchive& ar);
//}}AFX_VIRTUAL
// Implementation
public:
virtual ~CZhuYouyongDoc();
#ifdef _DEBUG
virtual void AssertValid() const;
virtual void Dump(CDumpContext& dc) const;
#endif
protected:
// Generated message map functions
protected:
//{{AFX_MSG(CZhuYouyongDoc)
afx_msg void OnDRAWbresenhamcircle();
afx_msg void OnUpdateDRAWbresenhamcircle(CCmdUI* pCmdUI);
afx_msg void OnDRAWbresenhamline();
afx_msg void OnUpdateDRAWbresenhamline(CCmdUI* pCmdUI);
afx_msg void OnDRAWddaline();
afx_msg void OnUpdateDRAWddaline(CCmdUI* pCmdUI);
afx_msg void OnDRAWfill();
afx_msg void OnUpdateDRAWfill(CCmdUI* pCmdUI);
afx_msg void OnDRAWoval();
afx_msg void OnUpdateDRAWoval(CCmdUI* pCmdUI);
afx_msg void OnDRAWspline();
afx_msg void OnUpdateDRAWspline(CCmdUI* pCmdUI);
afx_msg void Ongame();
afx_msg void OnUpdategame(CCmdUI* pCmdUI);
afx_msg void OnDRAWvcline();
afx_msg void OnUpdateDRAWvcline(CCmdUI* pCmdUI);
afx_msg void OnDRAWnono();
afx_msg void OnUpdateDRAWnono(CCmdUI* pCmdUI);
afx_msg void OnDRAWtemporary();
afx_msg void OnUpdateDRAWtemporary(CCmdUI* pCmdUI);
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
/////////////////////////////////////////////////////////////////////////////
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_ZHUYOUYONGDOC_H__4DE2FEA5_98E0_4259_B05A_487D1FA77298__INCLUDED_)