BookingPage22.h 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. #if !defined(AFX_BOOKINGPAGE22_H__96C00C80_2110_4F19_B655_81896FE6F553__INCLUDED_)
  2. #define AFX_BOOKINGPAGE22_H__96C00C80_2110_4F19_B655_81896FE6F553__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // BookingPage22.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // BookingPage22 dialog
  10. class BookingPage22 : public CDialog
  11. {
  12. // Construction
  13. public:
  14. BOOL m_bInit;
  15. void CompareClient();
  16. CArray<CStringArray, CStringArray>m_areaarray;
  17. CArray<int, int>m_oldclientarray;
  18. CRect m_rc;
  19. void NewDan();
  20. BOOL CheckOK();
  21. BookingPage22(CWnd* pParent = NULL); // standard constructor
  22. // Dialog Data
  23. //{{AFX_DATA(BookingPage22)
  24. enum { IDD = IDD_DLGBookingPage22 };
  25. CComboBox m_combozodiac;
  26. CComboBox m_combosex;
  27. CComboBox m_comboarea;
  28. CDateEdit m_datectrl1;
  29. CString m_addr1;
  30. CString m_name1;
  31. CString m_name2;
  32. CString m_phone1;
  33. CString m_phone2;
  34. CString m_zodiac;
  35. CString m_sex;
  36. CString m_qq1;
  37. CString m_birthday1;
  38. CString m_area;
  39. BOOL m_check1;
  40. // NOTE: the ClassWizard will add data members here
  41. //}}AFX_DATA
  42. // Overrides
  43. // ClassWizard generated virtual function overrides
  44. //{{AFX_VIRTUAL(BookingPage22)
  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(BookingPage22)
  52. virtual void OnOK();
  53. virtual void OnCancel();
  54. virtual BOOL OnInitDialog();
  55. afx_msg void OnButton2();
  56. afx_msg void OnChangeEDITname();
  57. afx_msg void OnChangeEDITname2();
  58. afx_msg void OnChangeEDITphone();
  59. afx_msg void OnChangeEDITphone2();
  60. //}}AFX_MSG
  61. DECLARE_MESSAGE_MAP()
  62. };
  63. //{{AFX_INSERT_LOCATION}}
  64. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  65. #endif // !defined(AFX_BOOKINGPAGE22_H__96C00C80_2110_4F19_B655_81896FE6F553__INCLUDED_)