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

55 lines
1.4 KiB
C++

#if !defined(AFX_DLG_SMSEMAIL_ADD_H__0C2949FB_8021_49DF_AB13_7746F3DD9F9F__INCLUDED_)
#define AFX_DLG_SMSEMAIL_ADD_H__0C2949FB_8021_49DF_AB13_7746F3DD9F9F__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// DLG_SmsEmail_Add.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// DLG_SmsEmail_Add dialog
class DLG_SmsEmail_Add : public CDialog
{
// Construction
public:
void SetParam(CString strMobile , ANS_Email_MailData mail);
DLG_SmsEmail_Add(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(DLG_SmsEmail_Add)
enum { IDD = IDD_SMSEMAIL_ADD };
CString m_strIP;
CString m_strMobile;
CString m_strName;
CString m_strPasswd;
CString m_strUser;
BOOL m_bEnable;
UINT m_lCheckTime;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(DLG_SmsEmail_Add)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(DLG_SmsEmail_Add)
virtual BOOL OnInitDialog();
virtual void OnOK();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_DLG_SMSEMAIL_ADD_H__0C2949FB_8021_49DF_AB13_7746F3DD9F9F__INCLUDED_)