gps/GPSProject/TestImage/TestImageDlg.h

55 lines
1.4 KiB
C++
Executable File

// TestImageDlg.h : header file
//
#if !defined(AFX_TESTIMAGEDLG_H__2506B833_37E3_4BFE_9542_CBBE400974B1__INCLUDED_)
#define AFX_TESTIMAGEDLG_H__2506B833_37E3_4BFE_9542_CBBE400974B1__INCLUDED_
#if _MSC_VER >= 1000
#pragma once
#endif // _MSC_VER >= 1000
/////////////////////////////////////////////////////////////////////////////
// CTestImageDlg dialog
class CTestImageDlg : public CDialog
{
private:
CBitmap* m_pOldBitmap;
HBITMAP m_hBitmap;
CDC m_MemDC;
BOOL m_InitDC;
// Construction
public:
CTestImageDlg(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CTestImageDlg)
enum { IDD = IDD_TESTIMAGE_DIALOG };
// NOTE: the ClassWizard will add data members here
//}}AFX_DATA
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CTestImageDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
HICON m_hIcon;
// Generated message map functions
//{{AFX_MSG(CTestImageDlg)
virtual BOOL OnInitDialog();
afx_msg void OnTimer(UINT nIDEvent);
afx_msg BOOL OnEraseBkgnd(CDC* pDC);
afx_msg void OnPaint();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft eMbedded Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_TESTIMAGEDLG_H__2506B833_37E3_4BFE_9542_CBBE400974B1__INCLUDED_)