GetClientInfo.h 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. #if !defined(AFX_GetClientInfo_H__7B04865E_CAD9_4822_89A8_71758E7C11CD__INCLUDED_)
  2. #define AFX_GetClientInfo_H__7B04865E_CAD9_4822_89A8_71758E7C11CD__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // GetClientInfo.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // GetClientInfo dialog
  10. #include "AutoCompl.h"
  11. class GetClientInfo : public CDialog
  12. {
  13. CArray<CStringArray, CStringArray>m_List1array;
  14. CAutoComplete m_acCombo;
  15. // Construction
  16. public:
  17. void ClientChange();
  18. GetClientInfo(CWnd* pParent = NULL); // standard constructor
  19. CString id;
  20. CString m_sex;
  21. // Dialog Data
  22. //{{AFX_DATA(GetClientInfo)
  23. enum { IDD = IDD_DLGGetClientInfo };
  24. CComboBox m_combobox;
  25. CString m_name1;
  26. CString m_name2;
  27. CString m_id;
  28. CString m_ren;
  29. CString m_taoxiname;
  30. CString m_birthday;
  31. CString m_phone;
  32. CString m_qq;
  33. CString m_addr;
  34. CString m_jiage;
  35. //}}AFX_DATA
  36. // Overrides
  37. // ClassWizard generated virtual function overrides
  38. //{{AFX_VIRTUAL(GetClientInfo)
  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(GetClientInfo)
  46. virtual BOOL OnInitDialog();
  47. virtual void OnOK();
  48. afx_msg void OnSelchangeCombo5();
  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_GetClientInfo_H__7B04865E_CAD9_4822_89A8_71758E7C11CD__INCLUDED_)