📄 proppage.h
字号:
#if !defined(AFX_PROPPAGE_H__5A455269_DA49_4A0C_A8BB_16912FF24A3C__INCLUDED_)
#define AFX_PROPPAGE_H__5A455269_DA49_4A0C_A8BB_16912FF24A3C__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// PropPage.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CPropPage dialog
class CPropPage : public CPropertyPage
{
// Construction
public:
CPropPage(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CPropPage)
enum { IDD = IDD_PROPPAGE_SMALL };
CComboBox m_SelectModelCombo;
int m_nDisplay;
int m_nHide;
int m_PosX;
int m_PosY;
int m_PosZ;
int m_RotX;
int m_RotY;
int m_RotZ;
CString m_TotalFrame;
int m_CurFrame;
CString m_VertexNum;
CString m_FaceNum;
int m_EyeX;
int m_EyeY;
int m_EyeZ;
int m_LookatX;
int m_LookatY;
int m_LookatZ;
int m_UpX;
int m_UpY;
int m_UpZ;
int m_Zoom;
int m_FOV;
int m_CameraStep;
CString m_ResPath;
//}}AFX_DATA
void AddModel(char *name);
void UpdateModel(bool bUpdateDate = true);
void UpdateView();
void RemoveAll();
void UpdateRes();
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CPropPage)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
void OnDisplayClicked(UINT nCmdID);
void OnHideClicked(UINT nCmdID);
// Generated message map functions
//{{AFX_MSG(CPropPage)
afx_msg void OnSelchangeSelectModel();
afx_msg void OnKillfocusPosx();
afx_msg void OnKillfocusPosy();
afx_msg void OnKillfocusPosz();
afx_msg void OnKillfocusRotx();
afx_msg void OnKillfocusRoty();
afx_msg void OnKillfocusRotz();
afx_msg void OnKillfocusCurFrame();
afx_msg void OnKillfocusEyeX();
afx_msg void OnKillfocusEyeY();
afx_msg void OnKillfocusEyeZ();
afx_msg void OnKillfocusLookatX();
afx_msg void OnKillfocusLookatY();
afx_msg void OnKillfocusLookatZ();
afx_msg void OnKillfocusUpX();
afx_msg void OnKillfocusUpY();
afx_msg void OnResetCamera();
afx_msg void OnKillfocusUpZ();
afx_msg void OnKillfocusZoom();
afx_msg void OnKillfocusFov1();
afx_msg void OnKillfocusCameraStep();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_PROPPAGE_H__5A455269_DA49_4A0C_A8BB_16912FF24A3C__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -