entitypropertypage1.h
来自「快速原型制造分层切片源代码,适用于高温合金.」· C头文件 代码 · 共 49 行
H
49 行
// EntityPropertyPage1.h : header file
//
#ifndef __ENTITYPROPERTYPAGE1_H__
#define __ENTITYPROPERTYPAGE1_H__
/////////////////////////////////////////////////////////////////////////////
// CEntityPropertyPage1 dialog
class CEntityPropertyPage1 : public CPropertyPage
{
DECLARE_DYNCREATE(CEntityPropertyPage1)
// Construction
public:
CEntityPropertyPage1();
~CEntityPropertyPage1();
// Dialog Data
//{{AFX_DATA(CEntityPropertyPage1)
enum { IDD = IDD_ENTITY_PROPPAGE1 };
double m_centerPosX;
double m_centerPosY;
double m_endHeight;
double m_startHeight;
//}}AFX_DATA
// Overrides
// ClassWizard generate virtual function overrides
//{{AFX_VIRTUAL(CEntityPropertyPage1)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CEntityPropertyPage1)
// NOTE: the ClassWizard will add member functions here
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
#endif // __ENTITYPROPERTYPAGE1_H__
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?