SmsManager/DLG_BBS_Send.h

60 lines
1.5 KiB
C
Raw Normal View History

2025-01-14 10:46:18 +08:00
#if !defined(AFX_DLG_BBS_SEND_H__9174A254_32C4_49DE_86C6_2EAE6C79D3B5__INCLUDED_)
#define AFX_DLG_BBS_SEND_H__9174A254_32C4_49DE_86C6_2EAE6C79D3B5__INCLUDED_
#include "..\PUBLIC\CorpSms.h" // Added by ClassView
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// DLG_BBS_Send.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// DLG_BBS_Send dialog
class DLG_BBS_Send : public CDialog
{
public:
ANS_BBS_SeeData m_See;
long m_lType;
// Construction
public:
ANS_BBS_SeeData GetParam();
void SetParam( ANS_BBS_SeeData See,long lType=0 );
DLG_BBS_Send(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(DLG_BBS_Send)
enum { IDD = IDD_BBS_SEND };
CComboBox m_L_Type;
CString m_strCorp;
CString m_strUser;
CString m_strMsg;
COleDateTime m_tExpTime;
CString m_strType;
CString m_strAgent;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(DLG_BBS_Send)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(DLG_BBS_Send)
virtual BOOL OnInitDialog();
virtual void OnOK();
//}}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_SEND_H__9174A254_32C4_49DE_86C6_2EAE6C79D3B5__INCLUDED_)