📄 010763view.h
字号:
// 010763View.h : interface of the CMy010763View class
//
/////////////////////////////////////////////////////////////////////////////
#if !defined(AFX_010763VIEW_H__A95EBE91_D4B5_40B7_8EB5_8327D53740CC__INCLUDED_)
#define AFX_010763VIEW_H__A95EBE91_D4B5_40B7_8EB5_8327D53740CC__INCLUDED_
#include "zheng.h"
#include "toush.h"
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
class CMy010763View : public CView
{
protected: // create from serialization only
CMy010763View();
DECLARE_DYNCREATE(CMy010763View)
// Attributes
public:
CMy010763Doc* GetDocument();
// Operations
public:
Czheng zheng;
Ctoush toush;
double a,b,z;
double x,y,k,
xwide ,ywide ,zwide ,
ox ,oy ,
dense ;
double Pi ,
angle1 ,angle2 ,
angle3,
d,
time ,
e ,
c ,
xa, ya, za,
aa, bb, cc,
s,
tx, ty, tz;
int flag;
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CMy010763View)
public:
virtual void OnDraw(CDC* pDC); // overridden to draw this view
virtual BOOL PreCreateWindow(CREATESTRUCT& cs);
protected:
//}}AFX_VIRTUAL
// Implementation
public:
virtual ~CMy010763View();
#ifdef _DEBUG
virtual void AssertValid() const;
virtual void Dump(CDumpContext& dc) const;
#endif
protected:
// Generated message map functions
protected:
//{{AFX_MSG(CMy010763View)
afx_msg void Onzhengset();
afx_msg void Ontoushiset();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
#ifndef _DEBUG // debug version in 010763View.cpp
inline CMy010763Doc* CMy010763View::GetDocument()
{ return (CMy010763Doc*)m_pDocument; }
#endif
/////////////////////////////////////////////////////////////////////////////
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_010763VIEW_H__A95EBE91_D4B5_40B7_8EB5_8327D53740CC__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -