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

51 lines
1.3 KiB
C++

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