#if !defined(AFX_MESSAGEVIEW_H__FB8621A3_9C0B_11D1_A63A_24C903C10000__INCLUDED_) #define AFX_MESSAGEVIEW_H__FB8621A3_9C0B_11D1_A63A_24C903C10000__INCLUDED_ #if _MSC_VER >= 1000 #pragma once #endif // _MSC_VER >= 1000 // MessageView.h : header file // ///////////////////////////////////////////////////////////////////////////// // CMessageView form view #ifndef __AFXEXT_H__ #include #endif class CMessageView : public CFormView { protected: CMessageView(); // protected constructor used by dynamic creation DECLARE_DYNCREATE(CMessageView) // Form Data public: //{{AFX_DATA(CMessageView) enum { IDD = IDD_MESSAGE_DIALOG }; // NOTE: the ClassWizard will add data members here //}}AFX_DATA // Attributes public: // Operations public: void PostMessage(CString, BOOL); void Reset(void); // Overrides // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(CMessageView) public: virtual void OnInitialUpdate(); protected: virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support //}}AFX_VIRTUAL // Implementation protected: virtual ~CMessageView(); #ifdef _DEBUG virtual void AssertValid() const; virtual void Dump(CDumpContext& dc) const; #endif // Generated message map functions //{{AFX_MSG(CMessageView) afx_msg void OnMessagesClearmessages(); afx_msg void OnMessagesCopyrightandversion(); afx_msg void OnMessagesTip(); afx_msg void OnDblclkMessageList(); afx_msg void OnContextMenu(CWnd* pWnd, CPoint point); //}}AFX_MSG DECLARE_MESSAGE_MAP() }; ///////////////////////////////////////////////////////////////////////////// //{{AFX_INSERT_LOCATION}} // Microsoft Developer Studio will insert additional declarations immediately before the previous line. #endif // !defined(AFX_MESSAGEVIEW_H__FB8621A3_9C0B_11D1_A63A_24C903C10000__INCLUDED_)