#if !defined(AFX_DLG_ZFUSER_H__C5AB0A24_11AD_4D2E_BBA9_29DB8603424F__INCLUDED_) #define AFX_DLG_ZFUSER_H__C5AB0A24_11AD_4D2E_BBA9_29DB8603424F__INCLUDED_ #include "..\PUBLIC\CorpSms.h" // Added by ClassView #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 // DLG_ZFUser.h : header file // ///////////////////////////////////////////////////////////////////////////// // DLG_ZFUser dialog class DLG_ZFUser : public CDialog { public: ANS_MsgSetupData m_Data; // Construction public: ANS_MsgSetupData GetParam(); void SetParam( ANS_MsgSetupData data ); DLG_ZFUser(CWnd* pParent = NULL); // standard constructor // Dialog Data //{{AFX_DATA(DLG_ZFUser) enum { IDD = IDD_ZFUSER }; CString m_strMobile; CString m_strName; //}}AFX_DATA // Overrides // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(DLG_ZFUser) protected: virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support //}}AFX_VIRTUAL // Implementation protected: // Generated message map functions //{{AFX_MSG(DLG_ZFUser) 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_DLG_ZFUSER_H__C5AB0A24_11AD_4D2E_BBA9_29DB8603424F__INCLUDED_)