UsePoint.h 1.6 KB

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