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