#if !defined(AFX_DLG_C_LISTSEND_ADD_H__3834CAA7_BDB6_4A4F_B8D1_5E6F3029E583__INCLUDED_) #define AFX_DLG_C_LISTSEND_ADD_H__3834CAA7_BDB6_4A4F_B8D1_5E6F3029E583__INCLUDED_ #include "..\PUBLIC\CorpSms.h" // Added by ClassView #include "afxwin.h" #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 // DLG_C_ListSend_Add.h : header file // ///////////////////////////////////////////////////////////////////////////// // DLG_C_ListSend_Add dialog class CC_ListSend; class DLG_C_ListSend_Add : public CDialog { public: ANS_SendList_Data m_Data; CC_ListSend* m_pListSendDlg; POSITION m_Pos; //自身在管理员列表中所处的位置 BOOL m_bAdd; //是否是新添加的内容 // Construction public: ANS_SendList_Data GetParam(); DLG_C_ListSend_Add(CWnd* pParent = NULL); // standard constructor void SetParam(ANS_SendList_Data data, POSITION pos, BOOL bAdd); // Dialog Data //{{AFX_DATA(DLG_C_ListSend_Add) enum { IDD = IDD_C_LISTSEND_ADD }; CString m_strBZ; long m_lCorpID; BOOL m_bHideMsg; BOOL m_bHideNum; CString m_strLoginName; COleDateTime m_tBegin; COleDateTime m_tEnd; CString m_strEmail; CString m_strLXR; CString m_strTel; BOOL m_bSendRecvTime; CString m_strEmail2; BOOL m_bPerMon; //}}AFX_DATA // Overrides // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(DLG_C_ListSend_Add) protected: virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support //}}AFX_VIRTUAL // Implementation protected: // Generated message map functions //{{AFX_MSG(DLG_C_ListSend_Add) virtual BOOL OnInitDialog(); //}}AFX_MSG DECLARE_MESSAGE_MAP() public: int m_lYWType; afx_msg void OnBnClickedOk(); int m_lQueryType; afx_msg void OnCbnSelchangeCListsendAddQuerytype(); CComboBox m_wndQueryType; BOOL m_bFormat; BOOL m_bMergeLongSms; int m_lFormat; }; //{{AFX_INSERT_LOCATION}} // Microsoft Visual C++ will insert additional declarations immediately before the previous line. #endif // !defined(AFX_DLG_C_LISTSEND_ADD_H__3834CAA7_BDB6_4A4F_B8D1_5E6F3029E583__INCLUDED_)