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

59 lines
1.5 KiB
C++

#if !defined(AFX_DLG_SWTMOBILE_ADD_H__D494989E_36E9_4E33_93DA_3C508381492C__INCLUDED_)
#define AFX_DLG_SWTMOBILE_ADD_H__D494989E_36E9_4E33_93DA_3C508381492C__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// DLG_SWTMobile_Add.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// DLG_SWTMobile_Add dialog
class DLG_SWTMobile_Add : public CDialog
{
public:
ANS_SWTMobile_Data m_Data;
BOOL m_bGetURL;
// Construction
public:
void SetParam(ANS_SWTMobile_Data data,BOOL bGetURL);
DLG_SWTMobile_Add(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(DLG_SWTMobile_Add)
enum { IDD = IDD_SWTMOBILE_ADD };
CStatic m_S_S3;
CStatic m_S_S2;
CButton m_S_S1;
CString m_strMobile;
CString m_strName;
BOOL m_bEnable;
CString m_strURL1;
CString m_strURL2;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(DLG_SWTMobile_Add)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(DLG_SWTMobile_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_SWTMOBILE_ADD_H__D494989E_36E9_4E33_93DA_3C508381492C__INCLUDED_)