editfile.h
来自「一个三维打斗游戏」· C头文件 代码 · 共 45 行
H
45 行
// EditFile.h : header file
//
#include "personal.h"
/////////////////////////////////////////////////////////////////////////////
// CEditFile dialog
class CEditFile : public CDialog
{
// Construction
public:
CEditFile(CWnd* pParent = NULL); // standard constructor
personal& getvalues() { return m_per; }
void GetFile(CString& file, CString& setto) ;
// Dialog Data
//{{AFX_DATA(CEditFile)
enum { IDD = IDD_EDITPERSONAL };
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CEditFile)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
personal m_per;
// Generated message map functions
//{{AFX_MSG(CEditFile)
afx_msg void OnFemale();
afx_msg void OnMale();
afx_msg void OnSkincolor();
afx_msg void OnButtonface();
afx_msg void OnButtonhia();
afx_msg void OnButtonlaugh();
afx_msg void OnButtonugh();
afx_msg void OnHaircolor();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?