?? rulerdoc.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 + -