UsePointBlue.h 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. #if !defined(AFX_UsePointBlue_H__7B04865E_CAD9_4822_89A8_71758E7C11CD__INCLUDED_)
  2. #define AFX_UsePointBlue_H__7B04865E_CAD9_4822_89A8_71758E7C11CD__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // UsePointBlue.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // UsePointBlue dialog
  10. #include "AutoCompl.h"
  11. class UsePointBlue : public CDialog
  12. {
  13. CArray<CStringArray, CStringArray>m_List1array;
  14. CAutoComplete m_acCombo;
  15. // Construction
  16. public:
  17. void ClientChange();
  18. UsePointBlue(CWnd* pParent = NULL); // standard constructor
  19. CString id;
  20. CString m_phone;
  21. CString m_sex;
  22. // Dialog Data
  23. //{{AFX_DATA(UsePointBlue)
  24. enum { IDD = IDD_DLGUsePointBlue };
  25. CNumEdit m_editnum;
  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. CString m_goods;
  38. CString m_point2;
  39. //}}AFX_DATA
  40. // Overrides
  41. // ClassWizard generated virtual function overrides
  42. //{{AFX_VIRTUAL(UsePointBlue)
  43. protected:
  44. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  45. //}}AFX_VIRTUAL
  46. // Implementation
  47. protected:
  48. // Generated message map functions
  49. //{{AFX_MSG(UsePointBlue)
  50. virtual BOOL OnInitDialog();
  51. virtual void OnOK();
  52. afx_msg void OnSelchangeCombo5();
  53. //}}AFX_MSG
  54. DECLARE_MESSAGE_MAP()
  55. };
  56. //{{AFX_INSERT_LOCATION}}
  57. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  58. #endif // !defined(AFX_UsePointBlue_H__7B04865E_CAD9_4822_89A8_71758E7C11CD__INCLUDED_)