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

54 lines
1.3 KiB
C++

#if !defined(AFX_DLG_SMSDSSEE_H__58D374D8_2076_4004_866D_433927C3311D__INCLUDED_)
#define AFX_DLG_SMSDSSEE_H__58D374D8_2076_4004_866D_433927C3311D__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// DLG_SmsDSSee.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// DLG_SmsDSSee dialog
class DLG_SmsDSSee : public CDialog
{
public:
long m_lType;
// Construction
public:
DLG_SmsDSSee(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(DLG_SmsDSSee)
enum { IDD = IDD_SMSDSSEE };
CString m_strMsg;
CString m_strRecver;
CString m_strSubTime;
CString m_strTimer;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(DLG_SmsDSSee)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(DLG_SmsDSSee)
virtual BOOL OnInitDialog();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
public:
afx_msg void OnBnClickedOk();
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_DLG_SMSDSSEE_H__58D374D8_2076_4004_866D_433927C3311D__INCLUDED_)