SmsManager/DLG_Corp_Oper_Msg.h
2025-01-14 10:46:18 +08:00

53 lines
1.3 KiB
C++

#if !defined(AFX_DLG_CORP_OPER_MSG_H__C6771B34_8CDE_4F9A_BF40_A8FD1E87CB36__INCLUDED_)
#define AFX_DLG_CORP_OPER_MSG_H__C6771B34_8CDE_4F9A_BF40_A8FD1E87CB36__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// DLG_Corp_Oper_Msg.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// DLG_Corp_Oper_Msg dialog
class DLG_Corp_Oper_Msg : public CDialog
{
// Construction
public:
DLG_Corp_Oper_Msg(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(DLG_Corp_Oper_Msg)
enum { IDD = IDD_CORP_OPER_MSG };
CString m_strBZ;
CString m_strCorpID;
CString m_strCorpName;
CString m_strMsg;
CString m_strTime;
CString m_strType;
CString m_strUser;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(DLG_Corp_Oper_Msg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(DLG_Corp_Oper_Msg)
// NOTE: the ClassWizard will add member functions here
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_DLG_CORP_OPER_MSG_H__C6771B34_8CDE_4F9A_BF40_A8FD1E87CB36__INCLUDED_)