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

51 lines
1.2 KiB
C++

#if !defined(AFX_DLG_MSG_SEE_H__DC680A9C_F15F_48A9_A2A1_A3C3C9D042D5__INCLUDED_)
#define AFX_DLG_MSG_SEE_H__DC680A9C_F15F_48A9_A2A1_A3C3C9D042D5__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// DLG_Msg_See.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// DLG_Msg_See dialog
class DLG_Msg_See : public CDialog
{
// Construction
public:
DLG_Msg_See(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(DLG_Msg_See)
enum { IDD = IDD_MSG_SEE };
CString m_strMsg;
CString m_strRecver;
CString m_strSender;
CString m_strSendTime;
CString m_strType;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(DLG_Msg_See)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(DLG_Msg_See)
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_MSG_SEE_H__DC680A9C_F15F_48A9_A2A1_A3C3C9D042D5__INCLUDED_)