www.pudn.com > JingXiang-Design-Jeff.rar > ImageInfo.h
#if !defined(AFX_IMAGEINFO_H__2B8B81C0_2D9F_11D4_8C58_CA5C7A37D407__INCLUDED_)
#define AFX_IMAGEINFO_H__2B8B81C0_2D9F_11D4_8C58_CA5C7A37D407__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// ImageInfo.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// ImageInfo dialog
class ImageInfo : public CDialog
{
// Construction
public:
void GetImageInfo(void);
ImageInfo(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(ImageInfo)
enum { IDD = IDD_IMAGE_INFO };
int m_ColorBit;
CString m_CompressionMethod;
int m_Height;
CString m_Type;
int m_Width;
int m_NumOfColor;
float m_Curren_Ratio;
CString m_Current_Color_Status;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(ImageInfo)
public:
virtual int DoModal();
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(ImageInfo)
virtual BOOL OnInitDialog();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_IMAGEINFO_H__2B8B81C0_2D9F_11D4_8C58_CA5C7A37D407__INCLUDED_)