⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 drawsempledoc.h

📁 MFC简易绘图
💻 H
字号:
// DrawSempleDoc.h : interface of the CDrawSempleDoc class
//
/////////////////////////////////////////////////////////////////////////////

#if !defined(AFX_DRAWSEMPLEDOC_H__DB04572C_A3DA_4D53_9554_C45EBE955A8B__INCLUDED_)
#define AFX_DRAWSEMPLEDOC_H__DB04572C_A3DA_4D53_9554_C45EBE955A8B__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000


class CDrawSempleDoc : public CDocument
{
protected: // create from serialization only
	CDrawSempleDoc();
	DECLARE_DYNCREATE(CDrawSempleDoc)

// Attributes
public:

// Operations
public:

// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CDrawSempleDoc)
	public:
	virtual BOOL OnNewDocument();
	virtual void Serialize(CArchive& ar);
	virtual void DeleteContents();
	//}}AFX_VIRTUAL

// Implementation
public:
//	static bool ifdelete;
//	static bool ifmove;
//	static bool ifxuanding;
	static int r,g,b;
	static int flageline;
	static int flage;
	virtual ~CDrawSempleDoc();
#ifdef _DEBUG
	virtual void AssertValid() const;
	virtual void Dump(CDumpContext& dc) const;
#endif

protected:
// Generated message map functions
protected:
	//{{AFX_MSG(CDrawSempleDoc)
	afx_msg void OnDrawLine();
	afx_msg void OnDrawElli();
	afx_msg void OnDrawCircle();
	afx_msg void OnDrawRect();
	afx_msg void OnLinenum1();
	afx_msg void OnLinenum2();
	afx_msg void OnLinenum3();
	afx_msg void OnColor1();
	afx_msg void OnColor2();
	afx_msg void OnColor3();
	afx_msg void OnColor5();
	afx_msg void OnColor6();
	afx_msg void OnColor7();
	afx_msg void OnColor8();
	afx_msg void OnColor4();
	afx_msg void OnTuyuanXuand();
	afx_msg void OnTuyuanMove();
	afx_msg void OnTuyuanDelete();
	afx_msg void OnBrush();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

/////////////////////////////////////////////////////////////////////////////

//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.

#endif // !defined(AFX_DRAWSEMPLEDOC_H__DB04572C_A3DA_4D53_9554_C45EBE955A8B__INCLUDED_)

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -