NEWIMAGESIZE.H
上传用户:alisonmail
上传日期:2013-02-28
资源大小:500k
文件大小:1k
源码类别:

图片显示

开发平台:

Visual C++

  1. #ifndef __NEWIMAGESIZE_H__
  2. #define __NEWIMAGESIZE_H__
  3. // NewImageSize.h : header file
  4. //
  5. /////////////////////////////////////////////////////////////////////////////
  6. // CNewImageSize dialog
  7. class CNewImageSize : public CDialog
  8. {
  9. // Construction
  10. public:
  11. CNewImageSize(CWnd* pParent = NULL);   // standard constructor
  12. // Dialog Data
  13. //{{AFX_DATA(CNewImageSize)
  14. enum { IDD = IDD_NEWIMAGESIZE };
  15. int m_nWidth;
  16. int m_nHeight;
  17. CString m_CurrentSize;
  18. //}}AFX_DATA
  19. // Overrides
  20. // ClassWizard generated virtual function overrides
  21. //{{AFX_VIRTUAL(CNewImageSize)
  22. protected:
  23. virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  24. //}}AFX_VIRTUAL
  25. // Implementation
  26. protected:
  27. // Generated message map functions
  28. //{{AFX_MSG(CNewImageSize)
  29. //}}AFX_MSG
  30. DECLARE_MESSAGE_MAP()
  31. };
  32. //{{AFX_INSERT_LOCATION}}
  33. // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
  34. #endif // __NEWIMAGESIZE_H__