67 lines
1.7 KiB
C++
67 lines
1.7 KiB
C++
#if !defined(AFX_DLG_BBS_SEE_H__3E1A0D95_3BF7_4D68_BC9F_0850BB0006F3__INCLUDED_)
|
|
#define AFX_DLG_BBS_SEE_H__3E1A0D95_3BF7_4D68_BC9F_0850BB0006F3__INCLUDED_
|
|
|
|
#include "..\PUBLIC\CorpSms.h" // Added by ClassView
|
|
#if _MSC_VER > 1000
|
|
#pragma once
|
|
#endif // _MSC_VER > 1000
|
|
// DLG_BBS_See.h : header file
|
|
//
|
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
// DLG_BBS_See dialog
|
|
|
|
class DLG_BBS_See : public CDialog
|
|
{
|
|
public:
|
|
ANS_BBS_SeeData m_See;
|
|
CString m_strYWY;
|
|
long m_lType;
|
|
CWnd * m_pParent;
|
|
// Construction
|
|
public:
|
|
ANS_BBS_SeeData GetParam();
|
|
void SetParam( ANS_BBS_SeeData See,CString strYWY,long lType=0 );
|
|
DLG_BBS_See(CWnd* pParent = NULL); // standard constructor
|
|
|
|
// Dialog Data
|
|
//{{AFX_DATA(DLG_BBS_See)
|
|
enum { IDD = IDD_BBS_SEE };
|
|
CString m_strEmail;
|
|
CString m_strExpTime;
|
|
CString m_strMsg;
|
|
CString m_strName;
|
|
CString m_strRecver;
|
|
CString m_strSender;
|
|
CString m_strSendTime;
|
|
CString m_strStatus;
|
|
CString m_strTel;
|
|
CString m_strType;
|
|
CString m_strAgent;
|
|
//}}AFX_DATA
|
|
|
|
|
|
// Overrides
|
|
// ClassWizard generated virtual function overrides
|
|
//{{AFX_VIRTUAL(DLG_BBS_See)
|
|
protected:
|
|
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
|
|
//}}AFX_VIRTUAL
|
|
|
|
// Implementation
|
|
protected:
|
|
|
|
// Generated message map functions
|
|
//{{AFX_MSG(DLG_BBS_See)
|
|
virtual BOOL OnInitDialog();
|
|
afx_msg void OnBbsSeeCopy();
|
|
afx_msg void OnBbsSeeGetcm();
|
|
//}}AFX_MSG
|
|
DECLARE_MESSAGE_MAP()
|
|
};
|
|
|
|
//{{AFX_INSERT_LOCATION}}
|
|
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
|
|
|
|
#endif // !defined(AFX_DLG_BBS_SEE_H__3E1A0D95_3BF7_4D68_BC9F_0850BB0006F3__INCLUDED_)
|