www.pudn.com > hongmoyuan.rar   To Read all the content


[file head]:
#if !defined(AFX_GUIYIHUA_H__3FA242DC_D518_49FD_BBD2_2C29BBBF64B1__INCLUDED_)
#define AFX_GUIYIHUA_H__3FA242DC_D518_49FD_BBD2_2C29BBBF64B1__INCLUDED_

#include "CDIB.h"

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// GUIYIHUA.h : header file
//

/////////////////////////////////////////////////////////////////////////////
// GUIYIHUA dialog

class GUIYIHUA : public CDialog
{
// Construction
public:
GUIYIHUA(CWnd* pParent = NULL,CDib* pDibShow = NULL); // standard constructor
// 计算控件位置标志位
BOOL m_bCalImgLoc;
// 显示图象的区域
CRect m_rectImage;
// 计算控件位置
void CalImgLocation();
// 显示的图象
CDib* m_pDib;

// Dialog Data
//{{AFX_DATA(GUIYIHUA)
enum { IDD = IDD_DIALOGGUIYIHUA };
// NOTE: the ClassWizard will add data members here
//}}AFX_DATA


// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(GUIYIHUA)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DD
... ...

[file tail]:
... ...
X/DDV support
//}}AFX_VIRTUAL

// Implementation
protected:

// Generated message map functions
//{{AFX_MSG(GUIYIHUA)
afx_msg void OnPaint();
afx_msg void OnRButtonDblClk(UINT nFlags, CPoint point);
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};

//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.

#endif // !defined(AFX_GUIYIHUA_H__3FA242DC_D518_49FD_BBD2_2C29BBBF64B1__INCLUDED_)