#if !defined(AFX_ClientDlg2_H__7B04865E_CAD9_4822_89A8_71758E7C11CD__INCLUDED_) #define AFX_ClientDlg2_H__7B04865E_CAD9_4822_89A8_71758E7C11CD__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 // ClientDlg2.h : header file // ///////////////////////////////////////////////////////////////////////////// // CClientDlg2 dialog class CClientDlg2 : public CDialog { // Construction public: BOOL m_bHistory; BOOL m_bAdd; BOOL m_bNeedSendMsg; CClientDlg2(CWnd* pParent = NULL); // standard constructor CString id; // Dialog Data //{{AFX_DATA(CClientDlg2) enum { IDD = IDD_DLGClient2 }; CComboBox m_combozodiac; CComboBox m_combosex; CComboBox m_comboarea; CDateEdit m_datectrl1; CString m_addr1; CString m_name1; CString m_name2; CString m_phone1; CString m_phone2; CString m_zodiac; CString m_sex; CString m_qq1; CString m_birthday1; CString m_area; BOOL m_check1; //}}AFX_DATA // Overrides // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(CClientDlg2) protected: virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support //}}AFX_VIRTUAL // Implementation protected: // Generated message map functions //{{AFX_MSG(CClientDlg2) virtual BOOL OnInitDialog(); virtual void OnOK(); //}}AFX_MSG DECLARE_MESSAGE_MAP() }; //{{AFX_INSERT_LOCATION}} // Microsoft Visual C++ will insert additional declarations immediately before the previous line. #endif // !defined(AFX_ClientDlg2_H__7B04865E_CAD9_4822_89A8_71758E7C11CD__INCLUDED_)