AddOldClient.h 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  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. BOOL m_bAdd;
  15. AddOldClient(CWnd* pParent = NULL); // standard constructor
  16. CString id;
  17. // Dialog Data
  18. //{{AFX_DATA(AddOldClient)
  19. enum { IDD = IDD_DLGAddOldClient };
  20. CNumEdit m_numctrl;
  21. CComboBox m_combotaoxiname;
  22. CDateEdit m_ctrldate4;
  23. CDateEdit m_ctrldate3;
  24. CDateEdit m_ctrldate2;
  25. CDateEdit m_ctrldate;
  26. CString m_date;
  27. CString m_birthday1;
  28. CString m_birthday2;
  29. CString m_name1;
  30. CString m_name2;
  31. CString m_phone1;
  32. CString m_phone2;
  33. CString m_qq1;
  34. CString m_qq2;
  35. CString m_time3;
  36. CString m_taoxijiage;
  37. CString m_taoxiname;
  38. BOOL m_check1;
  39. BOOL m_check2;
  40. BOOL m_check3;
  41. //}}AFX_DATA
  42. // Overrides
  43. // ClassWizard generated virtual function overrides
  44. //{{AFX_VIRTUAL(AddOldClient)
  45. protected:
  46. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  47. //}}AFX_VIRTUAL
  48. // Implementation
  49. protected:
  50. // Generated message map functions
  51. //{{AFX_MSG(AddOldClient)
  52. virtual BOOL OnInitDialog();
  53. virtual void OnOK();
  54. afx_msg void OnSelchangeCombo1();
  55. //}}AFX_MSG
  56. DECLARE_MESSAGE_MAP()
  57. };
  58. //{{AFX_INSERT_LOCATION}}
  59. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  60. #endif // !defined(AFX_AddOldClient_H__7B04865E_CAD9_4822_89A8_71758E7C11CD__INCLUDED_)