RTFBitmapDlg.h
上传用户:zhoumin726
上传日期:2007-01-02
资源大小:38k
文件大小:2k
源码类别:

RichEdit

开发平台:

Visual C++

  1. // RTFBitmapDlg.h : header file
  2. //
  3. #if !defined(AFX_RTFBITMAPDLG_H__4D4BDDD6_2433_11D3_BBE2_0008C74513B2__INCLUDED_)
  4. #define AFX_RTFBITMAPDLG_H__4D4BDDD6_2433_11D3_BBE2_0008C74513B2__INCLUDED_
  5. #if _MSC_VER > 1000
  6. #pragma once
  7. #endif // _MSC_VER > 1000
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CRTFBitmapDlg dialog
  10. class CRTFBitmapDlg : public CDialog
  11. {
  12. // Construction
  13. public:
  14. CRTFBitmapDlg(CWnd* pParent = NULL); // standard constructor
  15. // Dialog Data
  16. //{{AFX_DATA(CRTFBitmapDlg)
  17. enum { IDD = IDD_RTFBITMAP_DIALOG };
  18. // NOTE: the ClassWizard will add data members here
  19. //}}AFX_DATA
  20. // ClassWizard generated virtual function overrides
  21. //{{AFX_VIRTUAL(CRTFBitmapDlg)
  22. protected:
  23. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  24. //}}AFX_VIRTUAL
  25. // Implementation
  26. protected:
  27. HICON m_hIcon;
  28. // Generated message map functions
  29. //{{AFX_MSG(CRTFBitmapDlg)
  30. virtual BOOL OnInitDialog();
  31. afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
  32. afx_msg void OnPaint();
  33. afx_msg HCURSOR OnQueryDragIcon();
  34. //}}AFX_MSG
  35. DECLARE_MESSAGE_MAP()
  36. // Operations
  37. private:
  38. void InsertPlotBitmap();
  39. // Attributes
  40. private:
  41. CRichEditCtrl m_reportCtrl;
  42. LPSTORAGE m_lpStorage;  // provides storage for m_lpObject
  43. LPLOCKBYTES m_lpLockBytes;  // part of implementation of m_lpStorage
  44. LPOLEOBJECT m_lpObject; // in case you want direct access to the OLE object
  45. LPVIEWOBJECT2 m_lpViewObject;// IViewObject for IOleObject above
  46. };
  47. //{{AFX_INSERT_LOCATION}}
  48. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  49. #endif // !defined(AFX_RTFBITMAPDLG_H__4D4BDDD6_2433_11D3_BBE2_0008C74513B2__INCLUDED_)