InputCard2Point.h 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. #if !defined(AFX_InputCard2Point_H__7B04865E_CAD9_4822_89A8_71758E7C11CD__INCLUDED_)
  2. #define AFX_InputCard2Point_H__7B04865E_CAD9_4822_89A8_71758E7C11CD__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // InputCard2Point.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // InputCard2Point dialog
  10. #include "AutoCompl.h"
  11. class InputCard2Point : public CDialog
  12. {
  13. CArray<CStringArray, CStringArray>m_List1array;
  14. CAutoComplete m_acCombo;
  15. int curyear;
  16. // Construction
  17. public:
  18. void ClientChange();
  19. InputCard2Point(CWnd* pParent = NULL); // standard constructor
  20. CString id;
  21. CString m_phone;
  22. CString m_sex;
  23. // Dialog Data
  24. //{{AFX_DATA(InputCard2Point)
  25. enum { IDD = IDD_DLGInputCard2Point };
  26. CComboBox m_combobox;
  27. CString m_name1;
  28. CString m_name2;
  29. CString m_id;
  30. CString m_ren;
  31. CString m_taoxiname;
  32. CString m_memberno;
  33. CString m_name;
  34. CString m_point;
  35. CString m_taoxijiage;
  36. CString m_card2no;
  37. //}}AFX_DATA
  38. // Overrides
  39. // ClassWizard generated virtual function overrides
  40. //{{AFX_VIRTUAL(InputCard2Point)
  41. protected:
  42. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  43. //}}AFX_VIRTUAL
  44. // Implementation
  45. protected:
  46. // Generated message map functions
  47. //{{AFX_MSG(InputCard2Point)
  48. virtual BOOL OnInitDialog();
  49. virtual void OnOK();
  50. afx_msg void OnSelchangeCombo5();
  51. //}}AFX_MSG
  52. DECLARE_MESSAGE_MAP()
  53. };
  54. //{{AFX_INSERT_LOCATION}}
  55. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  56. #endif // !defined(AFX_InputCard2Point_H__7B04865E_CAD9_4822_89A8_71758E7C11CD__INCLUDED_)