ShowMsg.h 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. #if !defined(AFX_ShowMsg_H__C377819D_669E_4518_9110_D50379E50B35__INCLUDED_)
  2. #define AFX_ShowMsg_H__C377819D_669E_4518_9110_D50379E50B35__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // ClientRequirement.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // ShowMsg dialog
  10. class ShowMsg : public CDialog
  11. {
  12. int m_pos;
  13. // Construction
  14. public:
  15. void MarkRead();
  16. ShowMsg(CWnd* pParent = NULL); // standard constructor
  17. // Dialog Data
  18. //{{AFX_DATA(ShowMsg)
  19. enum { IDD = IDD_DLGShowMsg };
  20. CString m_bz2;
  21. CString m_receivers;
  22. //}}AFX_DATA
  23. // Overrides
  24. // ClassWizard generated virtual function overrides
  25. //{{AFX_VIRTUAL(ShowMsg)
  26. protected:
  27. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  28. //}}AFX_VIRTUAL
  29. // Implementation
  30. protected:
  31. // Generated message map functions
  32. //{{AFX_MSG(ShowMsg)
  33. virtual void OnOK();
  34. virtual BOOL OnInitDialog();
  35. afx_msg void OnButton1();
  36. afx_msg void OnButton2();
  37. //}}AFX_MSG
  38. DECLARE_MESSAGE_MAP()
  39. };
  40. //{{AFX_INSERT_LOCATION}}
  41. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  42. #endif // !defined(AFX_ShowMsg_H__C377819D_669E_4518_9110_D50379E50B35__INCLUDED_)