TextMessageDlg.h 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. //===========================================================================//
  2. // Copyright (C) Microsoft Corporation. All rights reserved. //
  3. //===========================================================================//
  4. #if !defined(AFX_TEXTMESSAGEDLG_H__0B7C2BD0_F277_4D66_9FF8_2169FF65ABC2__INCLUDED_)
  5. #define AFX_TEXTMESSAGEDLG_H__0B7C2BD0_F277_4D66_9FF8_2169FF65ABC2__INCLUDED_
  6. #if _MSC_VER > 1000
  7. #pragma once
  8. #endif // _MSC_VER > 1000
  9. // TextMessageDlg.h : header file
  10. //
  11. /////////////////////////////////////////////////////////////////////////////
  12. // TextMessageDlg dialog
  13. class TextMessageDlg : public CDialog
  14. {
  15. // Construction
  16. public:
  17. TextMessageDlg(CWnd* pParent = NULL); // standard constructor
  18. // Dialog Data
  19. //{{AFX_DATA(TextMessageDlg)
  20. enum { IDD = IDD_TEXT_MESSAGE };
  21. CString m_TextMessage;
  22. //}}AFX_DATA
  23. // Overrides
  24. // ClassWizard generated virtual function overrides
  25. //{{AFX_VIRTUAL(TextMessageDlg)
  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(TextMessageDlg)
  33. // NOTE: the ClassWizard will add member functions here
  34. //}}AFX_MSG
  35. DECLARE_MESSAGE_MAP()
  36. };
  37. //{{AFX_INSERT_LOCATION}}
  38. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  39. #endif // !defined(AFX_TEXTMESSAGEDLG_H__0B7C2BD0_F277_4D66_9FF8_2169FF65ABC2__INCLUDED_)