📄 entitypropertypage1.h
字号:
// 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -