AddClientLYFZ.h 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. #if !defined(AFX_AddClientLYFZ_H__7B04865E_CAD9_4822_89A8_71758E7C11CD__INCLUDED_)
  2. #define AFX_AddClientLYFZ_H__7B04865E_CAD9_4822_89A8_71758E7C11CD__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // AddClientLYFZ.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // AddClientLYFZ dialog
  10. #include "TreeComboBox.h"
  11. class AddClientLYFZ : public CDialog
  12. {
  13. // Construction
  14. public:
  15. CArray<CStringArray, CStringArray>*m_pList2array;
  16. BOOL m_bAdd;
  17. AddClientLYFZ(CWnd* pParent = NULL); // standard constructor
  18. CString id;
  19. // Dialog Data
  20. //{{AFX_DATA(AddClientLYFZ)
  21. enum { IDD = IDD_DLGAddClientLYFZ };
  22. CComboBox m_comboarea;
  23. CTreeComboBox m_comboclerk;
  24. CComboBox m_combostatus;
  25. CComboBox m_combofrom;
  26. CString m_addr1;
  27. CString m_name1;
  28. CString m_phone1;
  29. CString m_qq1;
  30. CString m_from;
  31. CString m_area;
  32. CString m_status;
  33. CString m_bz;
  34. CString m_name2; CString m_clerk;
  35. //}}AFX_DATA
  36. // Overrides
  37. // ClassWizard generated virtual function overrides
  38. //{{AFX_VIRTUAL(AddClientLYFZ)
  39. protected:
  40. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  41. //}}AFX_VIRTUAL
  42. // Implementation
  43. protected:
  44. // Generated message map functions
  45. //{{AFX_MSG(AddClientLYFZ)
  46. virtual BOOL OnInitDialog();
  47. virtual void OnOK();
  48. afx_msg void OnButton1();
  49. //}}AFX_MSG
  50. DECLARE_MESSAGE_MAP()
  51. };
  52. //{{AFX_INSERT_LOCATION}}
  53. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  54. #endif // !defined(AFX_AddClientLYFZ_H__7B04865E_CAD9_4822_89A8_71758E7C11CD__INCLUDED_)