#if !defined(AFX_IODMESSAGE_H__75CBC639_07B5_4E1C_8706_71F6FAED6FAC__INCLUDED_) #define AFX_IODMESSAGE_H__75CBC639_07B5_4E1C_8706_71F6FAED6FAC__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 // IODMessage.h : header file // ///////////////////////////////////////////////////////////////////////////// // CIODMessage dialog class CIODMessage : public CDialog { // Construction public: CIODMessage(CWnd* pParent = NULL); // standard constructor CString m_szMessage; // Dialog Data //{{AFX_DATA(CIODMessage) enum { IDD = IDD_MESSAGE }; // NOTE: the ClassWizard will add data members here //}}AFX_DATA // Overrides // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(CIODMessage) protected: virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support //}}AFX_VIRTUAL // Implementation protected: // Generated message map functions //{{AFX_MSG(CIODMessage) 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_IODMESSAGE_H__75CBC639_07B5_4E1C_8706_71F6FAED6FAC__INCLUDED_)