51 lines
1.2 KiB
C++
51 lines
1.2 KiB
C++
#if !defined(AFX_DLG_SMSDY_ADD_H__8719FF09_DAB0_4DA6_88F5_2293A5A8E35C__INCLUDED_)
|
|
#define AFX_DLG_SMSDY_ADD_H__8719FF09_DAB0_4DA6_88F5_2293A5A8E35C__INCLUDED_
|
|
|
|
#if _MSC_VER > 1000
|
|
#pragma once
|
|
#endif // _MSC_VER > 1000
|
|
// DLG_SmsDY_Add.h : header file
|
|
//
|
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
// DLG_SmsDY_Add dialog
|
|
|
|
class DLG_SmsDY_Add : public CDialog
|
|
{
|
|
public:
|
|
CString m_strMsg2;
|
|
// Construction
|
|
public:
|
|
void SetParam( CString strMsg );
|
|
DLG_SmsDY_Add(CWnd* pParent = NULL); // standard constructor
|
|
|
|
// Dialog Data
|
|
//{{AFX_DATA(DLG_SmsDY_Add)
|
|
enum { IDD = IDD_SMSDY_ADD };
|
|
CString m_strMsg;
|
|
//}}AFX_DATA
|
|
|
|
|
|
// Overrides
|
|
// ClassWizard generated virtual function overrides
|
|
//{{AFX_VIRTUAL(DLG_SmsDY_Add)
|
|
protected:
|
|
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
|
|
//}}AFX_VIRTUAL
|
|
|
|
// Implementation
|
|
protected:
|
|
|
|
// Generated message map functions
|
|
//{{AFX_MSG(DLG_SmsDY_Add)
|
|
virtual void OnOK();
|
|
virtual BOOL OnInitDialog();
|
|
//}}AFX_MSG
|
|
DECLARE_MESSAGE_MAP()
|
|
};
|
|
|
|
//{{AFX_INSERT_LOCATION}}
|
|
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
|
|
|
|
#endif // !defined(AFX_DLG_SMSDY_ADD_H__8719FF09_DAB0_4DA6_88F5_2293A5A8E35C__INCLUDED_)
|