SmsManager/DLG_Corp_Oper_Change_Mms.h

83 lines
2.1 KiB
C
Raw Normal View History

2025-01-14 10:46:18 +08:00
#if !defined(AFX_DLG_CORP_OPER_CHANGE_MMS_H__C1959972_B1C0_4CD1_83E0_E31C896A628C__INCLUDED_)
#define AFX_DLG_CORP_OPER_CHANGE_MMS_H__C1959972_B1C0_4CD1_83E0_E31C896A628C__INCLUDED_
#include "..\PUBLIC\CorpSms.h" // Added by ClassView
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// DLG_Corp_Oper_Change_Mms.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// DLG_Corp_Oper_Change_Mms dialog
class CUserDlg;
class DLG_Corp_Oper_Change_Mms : public CDialog
{
public:
long m_lChangeType;
ANS_MmsPro m_mmsPro;
ANS_Corp_SeeData m_CorpData;
CToolTipCtrl m_tt;
protected:
CUserDlg * m_pUserDlg;
// Construction
public:
ANS_MmsPro GetParam();
void SetParam(ANS_Corp_SeeData pData,ANS_MmsPro mmsPro,long lType);
DLG_Corp_Oper_Change_Mms(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(DLG_Corp_Oper_Change_Mms)
enum { IDD = IDD_CORP_OPER_CHANGE_MMS };
CString m_strBZ;
CString m_strCorpID;
CString m_strCorpName;
CString m_strOperName;
long m_lBGL;
long m_lDayMaxSend;
long m_lMaxSize;
CString m_strPriceOne;
BOOL m_bSendType_CMCC;
BOOL m_bSendType_Phs;
BOOL m_bSendType_Telcom;
BOOL m_bSendType_Unicom;
BOOL m_bSH;
BOOL m_bSY;
int m_lTD_CMCC;
int m_lTD_Phs;
int m_lTD_Telcom;
int m_lTD_Unicom;
CString m_strUpMms;
BOOL m_bOutAll;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(DLG_Corp_Oper_Change_Mms)
public:
virtual BOOL PreTranslateMessage(MSG* pMsg);
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(DLG_Corp_Oper_Change_Mms)
virtual BOOL OnInitDialog();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
public:
long m_lMmsSmUsed;
afx_msg void OnBnClickedOk();
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_DLG_CORP_OPER_CHANGE_MMS_H__C1959972_B1C0_4CD1_83E0_E31C896A628C__INCLUDED_)