📄 wodezuoyeview.h
字号:
// WoDeZuoYeView.h : interface of the CWoDeZuoYeView class
//
/////////////////////////////////////////////////////////////////////////////
#if !defined(AFX_WODEZUOYEVIEW_H__8C4C866A_C3F7_4799_8E54_24E81D4060B4__INCLUDED_)
#define AFX_WODEZUOYEVIEW_H__8C4C866A_C3F7_4799_8E54_24E81D4060B4__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
class CWoDeZuoYeView : public CView
{
protected: // create from serialization only
CWoDeZuoYeView();
DECLARE_DYNCREATE(CWoDeZuoYeView)
// Attributes
public:
CWoDeZuoYeDoc* GetDocument();
// Operations
public:
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CWoDeZuoYeView)
public:
virtual void OnDraw(CDC* pDC); // overridden to draw this view
virtual BOOL PreCreateWindow(CREATESTRUCT& cs);
protected:
virtual BOOL OnPreparePrinting(CPrintInfo* pInfo);
virtual void OnBeginPrinting(CDC* pDC, CPrintInfo* pInfo);
virtual void OnEndPrinting(CDC* pDC, CPrintInfo* pInfo);
//}}AFX_VIRTUAL
// Implementation
public:
int draw_down_i;
int draw_up_i;
int draw_count;
CPoint pointer_arg[1000];
CPoint pointer_ent[1000];
bool mouse_on_menu;
bool Lmouse_down;
bool Lmouse_up;
bool m_flag2;
int m_n;
CPoint caretpos;
CString m_str;
CPoint m_arg_point;
CPoint m_point2;
CPoint endpoint;
CString m_edit;
int m_flag;
virtual ~CWoDeZuoYeView();
#ifdef _DEBUG
virtual void AssertValid() const;
virtual void Dump(CDumpContext& dc) const;
#endif
protected:
// Generated message map functions
protected:
//{{AFX_MSG(CWoDeZuoYeView)
afx_msg void OnMenuLine();
afx_msg void OnMenuRec();
afx_msg void OnMenuEll();
afx_msg void OnLButtonDown(UINT nFlags, CPoint point);
afx_msg void OnCancelMode();
afx_msg void OnLButtonUp(UINT nFlags, CPoint point);
afx_msg void OnMouseMove(UINT nFlags, CPoint point);
afx_msg void OnCaptureChanged(CWnd *pWnd);
afx_msg void OnChar(UINT nChar, UINT nRepCnt, UINT nFlags);
afx_msg void OnMenuText();
afx_msg int OnCreate(LPCREATESTRUCT lpCreateStruct);
afx_msg void OnContextMenu(CWnd* pWnd, CPoint point);
afx_msg void OnMenuCount();
afx_msg void OnMenuJSQ2();
afx_msg void OnMenuWord2();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
#ifndef _DEBUG // debug version in WoDeZuoYeView.cpp
inline CWoDeZuoYeDoc* CWoDeZuoYeView::GetDocument()
{ return (CWoDeZuoYeDoc*)m_pDocument; }
#endif
/////////////////////////////////////////////////////////////////////////////
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_WODEZUOYEVIEW_H__8C4C866A_C3F7_4799_8E54_24E81D4060B4__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -