EDITFILE.H
上传用户:abcdshs
上传日期:2007-01-07
资源大小:1858k
文件大小:1k
源码类别:

游戏

开发平台:

Visual C++

  1. // EditFile.h : header file
  2. //
  3. #include "personal.h"
  4. /////////////////////////////////////////////////////////////////////////////
  5. // CEditFile dialog
  6. class CEditFile : public CDialog
  7. {
  8. // Construction
  9. public:
  10. CEditFile(CWnd* pParent = NULL);   // standard constructor
  11.     personal& getvalues() { return m_per; }
  12. void GetFile(CString& file, CString& setto) ;
  13. // Dialog Data
  14. //{{AFX_DATA(CEditFile)
  15. enum { IDD = IDD_EDITPERSONAL };
  16. //}}AFX_DATA
  17. // Overrides
  18. // ClassWizard generated virtual function overrides
  19. //{{AFX_VIRTUAL(CEditFile)
  20. protected:
  21. virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  22. //}}AFX_VIRTUAL
  23. // Implementation
  24. protected:
  25.     personal m_per;
  26.    // Generated message map functions
  27. //{{AFX_MSG(CEditFile)
  28. afx_msg void OnFemale();
  29. afx_msg void OnMale();
  30. afx_msg void OnSkincolor();
  31. afx_msg void OnButtonface();
  32. afx_msg void OnButtonhia();
  33. afx_msg void OnButtonlaugh();
  34. afx_msg void OnButtonugh();
  35. afx_msg void OnHaircolor();
  36. //}}AFX_MSG
  37. DECLARE_MESSAGE_MAP()
  38. };