?? drawsempledoc.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_)
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -