AgentManager/DLG_Corp_Modify.h

135 lines
3.3 KiB
C
Raw Normal View History

2025-01-22 15:45:17 +08:00
#if !defined(AFX_DLG_CORP_MODIFY_H__867E8B9E_1D1B_4298_B21E_0FBB55D026B1__INCLUDED_)
#define AFX_DLG_CORP_MODIFY_H__867E8B9E_1D1B_4298_B21E_0FBB55D026B1__INCLUDED_
#include "..\PUBLIC\CorpSms.h" // Added by ClassView
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// DLG_Corp_Modify.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// DLG_Corp_Modify dialog
class CUserDlg;
class DLG_ChangeCM;
class DLG_Corp_Modify : public CDialog
{
public:
ANS_Corp_SeeData m_CorpData;
ANS_Corp_SeeData m_CorpData2;
BOOL m_bModifyCorpName;
BOOL m_bAgentModify;
DLG_ChangeCM * m_pDlgChangeCM;
protected:
CUserDlg * m_pUserDlg;
POSITION m_Pos; //<2F><><EFBFBD><EFBFBD><EFBFBD>ڹ<EFBFBD><DAB9><EFBFBD>Ա<EFBFBD>б<EFBFBD><D0B1><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>λ<EFBFBD><CEBB>
BOOL m_bAdd;
BOOL m_bYWYManager;
// Construction
public:
BOOL ProcessSocket(Socket_Head *pHead);
BOOL ProcessSocket(Socket_Head_Add *pHead, BYTE *pFrame);
long GetCorpNumType(const TCHAR * pNum );
ANS_Corp_SeeData GetParam();
void SetParam( ANS_Corp_SeeData pData , POSITION pos,BOOL bModifyCorpName ,BOOL bAdd,BOOL bYWYManager,BOOL bAgentModify);
DLG_Corp_Modify(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(DLG_Corp_Modify)
enum { IDD = IDD_CORP_MODIFY };
CComboBox m_L_YWY;
CString m_strAddress;
CString m_strBZ;
CString m_strCharterNum;
CString m_strHttp;
CString m_strName;
CString m_strOperation;
CString m_strOvrtime;
CString m_strPactNum;
CString m_strPostcode;
CString m_strRegTime;
CString m_strSMSNum;
CString m_strSMSUsed;
CString m_strSMSSendAll;
int m_lStatus;
CString m_strTotal;
long m_lBankroll;
CString m_strCreateUser;
UINT m_lFiltStep;
CString m_strCM;
BOOL m_bNoOut;
BOOL m_bOutAll;
CString m_strSName;
CString m_strTotalSms;
BOOL m_bNoStatus;
long m_lSubDelay;
long m_lPriority;
BOOL m_bSY;
BOOL m_bNumCmcc;
BOOL m_bNumPhs;
BOOL m_bNumUnicom;
BOOL m_bSendBill;
BOOL m_bSendSms;
CString m_strEmail1;
CString m_strEmail2;
CString m_strMobile1;
CString m_strMobile2;
UINT m_lSmUsed;
int m_lHY;
int m_lProv;
CString m_strADCSmsNum;
CString m_strADCXY;
CString m_strADCHT;
CString m_strADCName;
CString m_strADCCA;
CString m_strSMSNum2;
int m_lYWY;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(DLG_Corp_Modify)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(DLG_Corp_Modify)
virtual BOOL OnInitDialog();
afx_msg void OnCorpModifySmsnumAuto();
afx_msg void OnCorpModifyCmChange();
afx_msg void OnChangeCorpModifySname();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
public:
CString m_strTotalMms;
CString m_strMmsTotal;
CString m_strMmsSendAll;
CString m_strMmsUsed;
afx_msg void OnBnClickedOk();
CString m_strCorpID;
BOOL m_bNumTelcom;
BOOL m_bNumOversea;
CString m_strResponsible;
CString m_strResponsibleID;
CString m_strLegalPerson;
CString m_strLegalPersonID;
afx_msg void OnBnClickedCorpModifyNostatus();
CString m_strResponsiable_Mobile;
2025-01-22 15:45:17 +08:00
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_DLG_CORP_MODIFY_H__867E8B9E_1D1B_4298_B21E_0FBB55D026B1__INCLUDED_)