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