XiuGai.h
上传用户:sdsuchuang
上传日期:2013-01-12
资源大小:2228k
文件大小:1k
源码类别:

图形图像处理

开发平台:

Visual C++

  1. #if !defined(AFX_XIUGAI_H__D7323894_C1F9_4BBE_9ADF_9B2CB70F1DCB__INCLUDED_)
  2. #define AFX_XIUGAI_H__D7323894_C1F9_4BBE_9ADF_9B2CB70F1DCB__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // XiuGai.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // XiuGai dialog
  10. class XiuGai : public CDialog
  11. {
  12. // Construction
  13. public:
  14. XiuGai(CWnd* pParent = NULL);   // standard constructor
  15.     int flagN;
  16. int flagB;
  17. int flagA;
  18. int flagT;
  19. int flagAD;
  20. // Dialog Data
  21. //{{AFX_DATA(XiuGai)
  22. enum { IDD = IDD_DIALOG14 };
  23. CString m_Name;
  24. int m_Age;
  25. CString m_Birthday;
  26. CString m_Tel;
  27. CString m_Add;
  28. CString m_Xname;
  29. //}}AFX_DATA
  30. // Overrides
  31. // ClassWizard generated virtual function overrides
  32. //{{AFX_VIRTUAL(XiuGai)
  33. protected:
  34. virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  35. //}}AFX_VIRTUAL
  36. // Implementation
  37. protected:
  38. // Generated message map functions
  39. //{{AFX_MSG(XiuGai)
  40. afx_msg void OnCheck1();
  41. afx_msg void OnCheck2();
  42. afx_msg void OnCheck4();
  43. afx_msg void OnCheck3();
  44. afx_msg void OnCheck5();
  45. afx_msg void OnDATABASEModification();
  46. afx_msg void OnMenuitem32799();
  47. //}}AFX_MSG
  48. DECLARE_MESSAGE_MAP()
  49. };
  50. //{{AFX_INSERT_LOCATION}}
  51. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  52. #endif // !defined(AFX_XIUGAI_H__D7323894_C1F9_4BBE_9ADF_9B2CB70F1DCB__INCLUDED_)