TearOffPopupsView.h
上传用户:szled88
上传日期:2015-04-09
资源大小:43957k
文件大小:3k
源码类别:

对话框与窗口

开发平台:

Visual C++

  1. // TearOffPopupsView.h : interface of the CTearOffPopupsView class
  2. //
  3. // This file is a part of the XTREME TOOLKIT PRO MFC class library.
  4. // (c)1998-2008 Codejock Software, All Rights Reserved.
  5. //
  6. // THIS SOURCE FILE IS THE PROPERTY OF CODEJOCK SOFTWARE AND IS NOT TO BE
  7. // RE-DISTRIBUTED BY ANY MEANS WHATSOEVER WITHOUT THE EXPRESSED WRITTEN
  8. // CONSENT OF CODEJOCK SOFTWARE.
  9. //
  10. // THIS SOURCE CODE CAN ONLY BE USED UNDER THE TERMS AND CONDITIONS OUTLINED
  11. // IN THE XTREME TOOLKIT PRO LICENSE AGREEMENT. CODEJOCK SOFTWARE GRANTS TO
  12. // YOU (ONE SOFTWARE DEVELOPER) THE LIMITED RIGHT TO USE THIS SOFTWARE ON A
  13. // SINGLE COMPUTER.
  14. //
  15. // CONTACT INFORMATION:
  16. // support@codejock.com
  17. // http://www.codejock.com
  18. //
  19. /////////////////////////////////////////////////////////////////////////////
  20. #if !defined(AFX_TEAROFFPOPUPSVIEW_H__6BE28777_0699_4B72_BE08_5B52749DC664__INCLUDED_)
  21. #define AFX_TEAROFFPOPUPSVIEW_H__6BE28777_0699_4B72_BE08_5B52749DC664__INCLUDED_
  22. #if _MSC_VER > 1000
  23. #pragma once
  24. #endif // _MSC_VER > 1000
  25. class CTearOffPopupsCntrItem;
  26. class CTearOffPopupsView : public CRichEditView
  27. {
  28. protected: // create from serialization only
  29. CTearOffPopupsView();
  30. DECLARE_DYNCREATE(CTearOffPopupsView)
  31. // Attributes
  32. public:
  33. CTearOffPopupsDoc* GetDocument();
  34. COLORREF m_clrText;
  35. // Operations
  36. public:
  37. // Overrides
  38. // ClassWizard generated virtual function overrides
  39. //{{AFX_VIRTUAL(CTearOffPopupsView)
  40. public:
  41. virtual BOOL PreCreateWindow(CREATESTRUCT& cs);
  42. protected:
  43. virtual void OnInitialUpdate(); // called first time after construct
  44. virtual BOOL OnPreparePrinting(CPrintInfo* pInfo);
  45. //}}AFX_VIRTUAL
  46. // Implementation
  47. public:
  48. virtual ~CTearOffPopupsView();
  49. #ifdef _DEBUG
  50. virtual void AssertValid() const;
  51. virtual void Dump(CDumpContext& dc) const;
  52. #endif
  53. protected:
  54. // Generated message map functions
  55. protected:
  56. //{{AFX_MSG(CTearOffPopupsView)
  57. // NOTE - the ClassWizard will add and remove member functions here.
  58. //    DO NOT EDIT what you see in these blocks of generated code !
  59. afx_msg void OnDestroy();
  60. //}}AFX_MSG
  61. afx_msg void OnTextAuto();
  62. afx_msg void OnUpdateTextAuto(CCmdUI* pCmd);
  63. afx_msg void OnTextMore();
  64. afx_msg void OnButtonText();
  65. afx_msg void OnUpdateText(CCmdUI* pCmd);
  66. afx_msg void OnSelectorText(NMHDR* pNMHDR, LRESULT* pResult);
  67. afx_msg void OnUpdateSelectorText(CCmdUI* pCmd);
  68. DECLARE_MESSAGE_MAP()
  69. };
  70. #ifndef _DEBUG  // debug version in TearOffPopupsView.cpp
  71. inline CTearOffPopupsDoc* CTearOffPopupsView::GetDocument()
  72. { return (CTearOffPopupsDoc*)m_pDocument; }
  73. #endif
  74. /////////////////////////////////////////////////////////////////////////////
  75. //{{AFX_INSERT_LOCATION}}
  76. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  77. #endif // !defined(AFX_TEAROFFPOPUPSVIEW_H__6BE28777_0699_4B72_BE08_5B52749DC664__INCLUDED_)