BookingPage2.h 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. #if !defined(AFX_BOOKINGPAGE2_H__0AA208B2_E11B_45DF_A397_DC50D5A1697F__INCLUDED_)
  2. #define AFX_BOOKINGPAGE2_H__0AA208B2_E11B_45DF_A397_DC50D5A1697F__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // BookingPage2.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // BookingPage2 dialog
  10. class BookingPage2 : public CDialog
  11. {
  12. // Construction
  13. public:
  14. void CompareClient();
  15. void NewDan();
  16. CArray<CStringArray, CStringArray>m_areaarray;
  17. CArray<int, int>m_oldclientarray;
  18. BOOL CheckOK();
  19. int CClientDlg(CWnd* pParent = NULL); // standard constructor
  20. CString id;
  21. CRect m_rc;
  22. BOOL m_bInit;
  23. BookingPage2(CWnd* pParent = NULL); // standard constructor
  24. // Dialog Data
  25. //{{AFX_DATA(BookingPage2)
  26. enum { IDD = IDD_DLGBookingPage2 };
  27. CComboBox m_comboarea2;
  28. CComboBox m_comboarea;
  29. CDateEdit m_datectrl3;
  30. CDateEdit m_datectrl2;
  31. CDateEdit m_datectrl1;
  32. CString m_addr1;
  33. CString m_addr2;
  34. CString m_name1;
  35. CString m_name2;
  36. CString m_occupation1;
  37. CString m_occupation2;
  38. CString m_phone1;
  39. CString m_phone2;
  40. CString m_qq1;
  41. CString m_qq2;
  42. CString m_birthday1;
  43. CString m_birthday2;
  44. CString m_time3;
  45. CString m_area;
  46. CString m_area2;
  47. BOOL m_check1;
  48. BOOL m_check2;
  49. BOOL m_check3;
  50. // NOTE: the ClassWizard will add data members here
  51. //}}AFX_DATA
  52. INT m_nIntentionPos;
  53. // Overrides
  54. // ClassWizard generated virtual function overrides
  55. //{{AFX_VIRTUAL(BookingPage2)
  56. protected:
  57. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  58. //}}AFX_VIRTUAL
  59. // Implementation
  60. protected:
  61. // Generated message map functions
  62. //{{AFX_MSG(BookingPage2)
  63. virtual void OnCancel();
  64. virtual void OnOK();
  65. virtual BOOL OnInitDialog();
  66. afx_msg void OnButton2();
  67. afx_msg void OnChangeEDITname();
  68. afx_msg void OnChangeEDITname2();
  69. afx_msg void OnChangeEDITphone();
  70. afx_msg void OnChangeEDITphone2();
  71. //}}AFX_MSG
  72. DECLARE_MESSAGE_MAP()
  73. };
  74. //{{AFX_INSERT_LOCATION}}
  75. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  76. #endif // !defined(AFX_BOOKINGPAGE2_H__0AA208B2_E11B_45DF_A397_DC50D5A1697F__INCLUDED_)