SmsManager/DLG_Other_Add.h
2025-01-14 10:46:18 +08:00

68 lines
1.6 KiB
C++

#if !defined(AFX_DLG_OTHER_ADD_H__3665579B_0229_482D_B46B_D5A1C10762AE__INCLUDED_)
#define AFX_DLG_OTHER_ADD_H__3665579B_0229_482D_B46B_D5A1C10762AE__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// DLG_Other_Add.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// DLG_Other_Add dialog
class DLG_Other_Add : public CDialog
{
public:
DWORD m_dwType;
// Construction
public:
void SetParam(CString strName, CString strMobile, CString strEmail, CString strWxWork, long lEnable, BOOL bSms, BOOL bWxWork, DWORD dwType);
DLG_Other_Add(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(DLG_Other_Add)
enum { IDD = IDD_OTHER_ADD };
CString m_strMobile;
CString m_strName;
int m_lEnable;
BOOL m_bCheckUp;
BOOL m_bCJ;
BOOL m_bCM;
BOOL m_bFuncChange;
BOOL m_bFuncSub;
BOOL m_bLL;
BOOL m_bYJ;
BOOL m_bManager;
CString m_strEmail;
CString m_strWxWork;
BOOL m_bSms;
BOOL m_bWxWork;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(DLG_Other_Add)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(DLG_Other_Add)
virtual BOOL OnInitDialog();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
public:
afx_msg void OnBnClickedOk();
BOOL m_bTDError;
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_DLG_OTHER_ADD_H__3665579B_0229_482D_B46B_D5A1C10762AE__INCLUDED_)