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

📄 rj030413doc.h

📁 实现用户验证..画圆 显示当前系统时间 对VC很有帮助 1):修改字体背景色 2):修改字体颜色 3):修改字体属性 4):在工作区画硬币(可以通过菜单栏、工具栏及右键来实现
💻 H
字号:
// RJ030413Doc.h : interface of the CRJ030413Doc class
//
/////////////////////////////////////////////////////////////////////////////

#if !defined(AFX_RJ030413DOC_H__1A72775A_4ACA_401F_8317_CF865405A967__INCLUDED_)
#define AFX_RJ030413DOC_H__1A72775A_4ACA_401F_8317_CF865405A967__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
//................................................................................
#include"Line.h"
#include"afxtempl.h"
//................................................................................

class CRJ030413Doc : public CDocument
{
protected: // create from serialization only
	//......................................................
	CTypedPtrArray<CObArray,CLine*> m_LineArray;
	//.........................................................
	CRJ030413Doc();
	DECLARE_DYNCREATE(CRJ030413Doc)
		

// Attributes
public:
	int m_nCoins;//..........................................................
// Operations
public:
	//....................................................................
	CLine * GetLine(int nIndex);
	void AddLine(CPoint pt1,CPoint pt2);
	int GetNumLines();
	//..................................................................

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

// Implementation
public:
	virtual ~CRJ030413Doc();
#ifdef _DEBUG
	virtual void AssertValid() const;
	virtual void Dump(CDumpContext& dc) const;
#endif

protected:

// Generated message map functions
protected:
	//{{AFX_MSG(CRJ030413Doc)
	afx_msg void OnCoinAdd();
	afx_msg void OnCoinSub();
	afx_msg void OnUpdateCoinSub(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_RJ030413DOC_H__1A72775A_4ACA_401F_8317_CF865405A967__INCLUDED_)

⌨️ 快捷键说明

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