ShowMsg3.h 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. #if !defined(AFX_SHOWMSG2_H__F2C3696B_C79A_4955_A657_0E34274CF46C__INCLUDED_)
  2. #define AFX_SHOWMSG2_H__F2C3696B_C79A_4955_A657_0E34274CF46C__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // ShowMsg2.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // ShowMsg3 dialog
  10. class ShowMsg3 : public CDialog
  11. {
  12. CFont m_font;
  13. // Construction
  14. public:
  15. ShowMsg3(CWnd* pParent = NULL); // standard constructor
  16. // Dialog Data
  17. //{{AFX_DATA(ShowMsg2)
  18. enum { IDD = IDD_DLGTIPS };
  19. //}}AFX_DATA
  20. // Overrides
  21. // ClassWizard generated virtual function overrides
  22. //{{AFX_VIRTUAL(ShowMsg2)
  23. protected:
  24. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  25. //}}AFX_VIRTUAL
  26. // Implementation
  27. // Generated message map functions
  28. //{{AFX_MSG(ShowMsg2)
  29. virtual BOOL OnInitDialog();
  30. virtual void OnOK();
  31. virtual void OnCancel();
  32. afx_msg HBRUSH OnCtlColor(CDC* pDC, CWnd* pWnd, UINT nCtlColor);
  33. //}}AFX_MSG
  34. DECLARE_MESSAGE_MAP()
  35. public:
  36. CString m_strMsg;
  37. private:
  38. CStatic m_staticmsg;
  39. };
  40. //{{AFX_INSERT_LOCATION}}
  41. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  42. #endif // !defined(AFX_SHOWMSG2_H__F2C3696B_C79A_4955_A657_0E34274CF46C__INCLUDED_)