ShowCard2Reg.h 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. #if !defined(AFX_ShowCard2Reg_H__65E06C68_062F_43E8_8784_FAFC721BC144__INCLUDED_)
  2. #define AFX_ShowCard2Reg_H__65E06C68_062F_43E8_8784_FAFC721BC144__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // ShowCard2Reg.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // ShowCard2Reg dialog
  10. class ShowCard2Reg : public CDialog
  11. {
  12. // Construction
  13. public:
  14. CString m_name;
  15. CString m_memberno;
  16. int m_mode;
  17. ShowCard2Reg(CWnd* pParent = NULL); // standard constructor
  18. // Dialog Data
  19. //{{AFX_DATA(ShowCard2Reg)
  20. enum { IDD = IDD_DLGShowCard2Reg };
  21. CSortListCtrl2 m_List1;
  22. //}}AFX_DATA
  23. // Overrides
  24. // ClassWizard generated virtual function overrides
  25. //{{AFX_VIRTUAL(ShowCard2Reg)
  26. protected:
  27. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  28. //}}AFX_VIRTUAL
  29. // Implementation
  30. protected:
  31. // Generated message map functions
  32. //{{AFX_MSG(ShowCard2Reg)
  33. virtual BOOL OnInitDialog();
  34. afx_msg void OnButton1();
  35. afx_msg void OnButton2();
  36. afx_msg void OnButton3();
  37. //}}AFX_MSG
  38. DECLARE_MESSAGE_MAP()
  39. };
  40. //{{AFX_INSERT_LOCATION}}
  41. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  42. #endif // !defined(AFX_ShowCard2Reg_H__65E06C68_062F_43E8_8784_FAFC721BC144__INCLUDED_)