AddClient.h 1.4 KB

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