AddOldClient.h 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. #if !defined(AFX_AddOldClient_H__7B04865E_CAD9_4822_89A8_71758E7C11CD__INCLUDED_)
  2. #define AFX_AddOldClient_H__7B04865E_CAD9_4822_89A8_71758E7C11CD__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // AddOldClient.h : header file
  7. /////////////////////////////////////////////////////////////////////////////
  8. // AddOldClient dialog
  9. class AddOldClient : public CDialog
  10. {
  11. CArray<CStringArray, CStringArray>m_List1array;
  12. // Construction
  13. public:
  14. int m_linepos;
  15. BOOL m_bAdd;
  16. AddOldClient(CWnd* pParent = NULL); // standard constructor
  17. CString m_phone;
  18. // Dialog Data
  19. //{{AFX_DATA(AddOldClient)
  20. enum {
  21. IDD = IDD_DLGAddOldClient
  22. };
  23. CComboBox m_combotaoxiname;
  24. CString m_date;
  25. CString m_birthday1;
  26. CString m_birthday2;
  27. CString m_name1;
  28. CString m_name2;
  29. CString m_phone1;
  30. CString m_phone2;
  31. CString m_qq1;
  32. CString m_qq2;
  33. CString m_time3;
  34. CString m_taoxijiage;
  35. CString m_taoxiname;
  36. BOOL m_check1;
  37. BOOL m_check2;
  38. BOOL m_check3;
  39. //}}AFX_DATA
  40. // Overrides
  41. // ClassWizard generated virtual function overrides
  42. //{{AFX_VIRTUAL(AddOldClient)
  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(AddOldClient)
  50. virtual BOOL OnInitDialog();
  51. virtual void OnOK();
  52. virtual void OnCancel();
  53. //}}AFX_MSG
  54. afx_msg LRESULT OnCloseWin(WPARAM wParam, LPARAM lParam);
  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_AddOldClient_H__7B04865E_CAD9_4822_89A8_71758E7C11CD__INCLUDED_)