DlgImageScissor.h
上传用户:gzboli
上传日期:2013-04-10
资源大小:471k
文件大小:2k
源码类别:

图片显示

开发平台:

Visual C++

  1. #if !defined(AFX_DLGIMAGESCISSOR_H__D476B95D_BCB2_41DE_A8E5_E39AD723E4ED__INCLUDED_)
  2. #define AFX_DLGIMAGESCISSOR_H__D476B95D_BCB2_41DE_A8E5_E39AD723E4ED__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // DlgImageScissor.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CDlgImageScissor dialog
  10. #include "dibapi.h"
  11. #include "importsbtnst.h"
  12. //class CButtonST;
  13. class CDlgImageScissor : public CDialog
  14. {
  15. private:
  16. CButtonST m_btOK;
  17. CButtonST m_btCancel;
  18. // CPalette *m_pPalette;
  19. private:
  20. long m_iWidth;
  21. long m_iHeight;
  22. const HDIB m_hDIB;
  23. long m_iCorX;
  24. long m_iCorY;
  25. short m_iCorner;
  26. CPoint m_ptTracing;
  27. // Construction
  28. public:
  29. CDlgImageScissor(HDIB hDIB, CWnd* pParent = NULL);   // standard constructor
  30. // Dialog Data
  31. //{{AFX_DATA(CDlgImageScissor)
  32. enum { IDD = IDD_SCISSOR };
  33. UINT m_iZoom;
  34. long m_ibrX;
  35. long m_ibrY;
  36. long m_itlX;
  37. long m_itlY;
  38. //}}AFX_DATA
  39. // Overrides
  40. // ClassWizard generated virtual function overrides
  41. //{{AFX_VIRTUAL(CDlgImageScissor)
  42. protected:
  43. virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  44. //}}AFX_VIRTUAL
  45. // Implementation
  46. protected:
  47. void DrawCorner();
  48. void DrawAll();
  49. // Generated message map functions
  50. //{{AFX_MSG(CDlgImageScissor)
  51. afx_msg HBRUSH OnCtlColor(CDC* pDC, CWnd* pWnd, UINT nCtlColor);
  52. virtual BOOL OnInitDialog();
  53. afx_msg void OnPaint();
  54. afx_msg void OnKillfocusEditZoom();
  55. afx_msg void OnMouseMove(UINT nFlags, CPoint point);
  56. afx_msg void OnLButtonUp(UINT nFlags, CPoint point);
  57. afx_msg void OnLButtonDown(UINT nFlags, CPoint point);
  58. //}}AFX_MSG
  59. afx_msg void OnEditsSetFocus(UINT uID);
  60. afx_msg void OnEditsKillFocus(UINT uID);
  61. afx_msg void OnEditsMouseUp(UINT uID);
  62. DECLARE_MESSAGE_MAP()
  63. };
  64. //{{AFX_INSERT_LOCATION}}
  65. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  66. #endif // !defined(AFX_DLGIMAGESCISSOR_H__D476B95D_BCB2_41DE_A8E5_E39AD723E4ED__INCLUDED_)