📄 200532590150view.h
字号:
// 200532590150View.h : interface of the CMy200532590150View class
//
/////////////////////////////////////////////////////////////////////////////
#if !defined(AFX_200532590150VIEW_H__23F4293E_57E5_4E7F_AEAE_B6C7AEAA446F__INCLUDED_)
#define AFX_200532590150VIEW_H__23F4293E_57E5_4E7F_AEAE_B6C7AEAA446F__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
class CMy200532590150View : public CView
{
protected: // create from serialization only
CMy200532590150View();
DECLARE_DYNCREATE(CMy200532590150View)
// Attributes
public:
CMy200532590150Doc* GetDocument();
// Operations
public:
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CMy200532590150View)
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 flag;
double y1[100][2],y2[100][2],y3[100][2];
int num[3];
double z[20][2];
int C,count;
virtual ~CMy200532590150View();
#ifdef _DEBUG
virtual void AssertValid() const;
virtual void Dump(CDumpContext& dc) const;
#endif
protected:
// Generated message map functions
protected:
//{{AFX_MSG(CMy200532590150View)
afx_msg void OnAssembleKave();
afx_msg void OnAssembleIso();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
#ifndef _DEBUG // debug version in 200532590150View.cpp
inline CMy200532590150Doc* CMy200532590150View::GetDocument()
{ return (CMy200532590150Doc*)m_pDocument; }
#endif
/////////////////////////////////////////////////////////////////////////////
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_200532590150VIEW_H__23F4293E_57E5_4E7F_AEAE_B6C7AEAA446F__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -