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