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

📄 rulerdoc.h

📁 电子尺源程序说明 本程序使用ADO访问Access2000的数据库。
💻 H
字号:
// RulerDoc.h : interface of the CRulerDoc class
//
/////////////////////////////////////////////////////////////////////////////

#if !defined(AFX_RULERDOC_H__53CD8A29_F5B9_4A61_AC36_34E442C87C7A__INCLUDED_)
#define AFX_RULERDOC_H__53CD8A29_F5B9_4A61_AC36_34E442C87C7A__INCLUDED_

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


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

// Attributes
public:

// Operations
public:

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

// Implementation
public:
	COLORREF m_ColorStart;
	COLORREF m_ColorFont;
	COLORREF m_ColorAux;
	RECT m_recPoints;
	virtual ~CRulerDoc();
#ifdef _DEBUG
	virtual void AssertValid() const;
	virtual void Dump(CDumpContext& dc) const;
#endif

protected:

// Generated message map functions
protected:
	//{{AFX_MSG(CRulerDoc)
	afx_msg void OnSetcolorAux();
	afx_msg void OnSetcolorFont();
	afx_msg void OnSetcolorStart();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

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

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

#endif // !defined(AFX_RULERDOC_H__53CD8A29_F5B9_4A61_AC36_34E442C87C7A__INCLUDED_)

⌨️ 快捷键说明

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