CorpSms/DLG_MsgSetup2.h
2025-02-27 16:58:16 +08:00

84 lines
2.2 KiB
C++

#if !defined(AFX_DLG_MSGSETUP2_H__7EE7786E_8AA3_4238_B272_CFAB69ECE9C0__INCLUDED_)
#define AFX_DLG_MSGSETUP2_H__7EE7786E_8AA3_4238_B272_CFAB69ECE9C0__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// DLG_MsgSetup2.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// DLG_MsgSetup2 dialog
#include "..\public\reportctrl\ReportCtrl.h"
#include "..\PUBLIC\CorpSms.h" // Added by ClassView
#define ZF_USER_ADD WM_USER + 260
#define ZF_USER_MODIFY WM_USER + 261
#define ZF_USER_DEL WM_USER + 262
#define ZF_USER_CLEAR WM_USER + 263
class CMainFrame;
class DLG_MsgSetup2 : public CDialog
{
public:
ANS_MsgSetup3_See * m_pSetup;
ANS_MsgSetupData * m_pData;
CMainFrame * m_pMainFrame;
REQ_MsgSetup3 m_Setup;
ANS_MsgSetupData * m_pNewData;
// Construction
public:
long GetCurrentSelected_User();
void ShowRUserMenu();
REQ_MsgSetup3 GetParam();
void SetParam(ANS_MsgSetup3_See *pSetup, ANS_MsgSetupData * pData);
DLG_MsgSetup2(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(DLG_MsgSetup2)
enum { IDD = IDD_MSGSETUP2 };
CReportCtrl m_wndUserList;
BOOL m_bCM;
CString m_strCM;
CString m_strMobile;
CString m_strName;
CString m_strNickName;
CString m_strSmsUsed;
CString m_strTel;
BOOL m_bUserZF;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(DLG_MsgSetup2)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(DLG_MsgSetup2)
virtual BOOL OnInitDialog();
virtual void OnOK();
afx_msg void OnMsgsetup2Bcm();
afx_msg void OnDblclkMsgsetup2List(NMHDR* pNMHDR, LRESULT* pResult);
afx_msg void OnRclickMsgsetup2List(NMHDR* pNMHDR, LRESULT* pResult);
//}}AFX_MSG
afx_msg void On_User_Add();
afx_msg void On_User_Modify();
afx_msg void On_User_Del();
afx_msg void On_User_Clear();
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_DLG_MSGSETUP2_H__7EE7786E_8AA3_4238_B272_CFAB69ECE9C0__INCLUDED_)