1234567891011121314151617181920212223242526272829303132333435363738394041424344454647 |
- #if !defined(AFX_SHOWPHOTO_H__44ADBBC6_000B_4A3D_8FCE_1834561A449F__INCLUDED_)
- #define AFX_SHOWPHOTO_H__44ADBBC6_000B_4A3D_8FCE_1834561A449F__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- // ShowPhoto.h : header file
- //
- /////////////////////////////////////////////////////////////////////////////
- // ShowPhoto dialog
- class ShowPhoto : public CDialog
- {
- // Construction
- public:
- ShowPhoto(CWnd* pParent = NULL); // standard constructor
- Image *m_pImg;
- // Dialog Data
- //{{AFX_DATA(ShowPhoto)
- enum { IDD = IDD_DLGShowPhoto };
- // NOTE: the ClassWizard will add data members here
- //}}AFX_DATA
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(ShowPhoto)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
- // Implementation
- protected:
- // Generated message map functions
- //{{AFX_MSG(ShowPhoto)
- virtual BOOL OnInitDialog();
- afx_msg void OnPaint();
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_SHOWPHOTO_H__44ADBBC6_000B_4A3D_8FCE_1834561A449F__INCLUDED_)
|