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

49 lines
1.2 KiB
C++

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