rulerdoc.h

来自「电子尺源程序说明 本程序使用ADO访问Access2000的数据库。」· C头文件 代码 · 共 63 行

H
63
字号
// 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 + =
减小字号Ctrl + -
显示快捷键?