123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657 |
- #if !defined(AFX_COMPAREPHOTO_H__767BF3C3_BAEE_44AD_B16A_A9A11C2428C9__INCLUDED_)
- #define AFX_COMPAREPHOTO_H__767BF3C3_BAEE_44AD_B16A_A9A11C2428C9__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- // ComparePhoto.h : header file
- //
- /////////////////////////////////////////////////////////////////////////////
- // CComparePhoto dialog
- class CComparePhoto : public CDialog
- {
- Image *m_pImage;
- Image *m_pImage2;
- Image *m_pImage3;
- Image *m_pImage4;
- // Construction
- public:
- CComparePhoto(CWnd* pParent = NULL); // standard constructor
- CString m_path1;
- CString m_path2;
- CString m_path3;
- CString m_path4;
- // Dialog Data
- //{{AFX_DATA(CComparePhoto)
- enum { IDD = IDD_DLGComparePhoto };
- // NOTE: the ClassWizard will add data members here
- //}}AFX_DATA
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CComparePhoto)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
- // Implementation
- protected:
- // Generated message map functions
- //{{AFX_MSG(CComparePhoto)
- virtual BOOL OnInitDialog();
- afx_msg void OnPaint();
- afx_msg void OnDestroy();
- afx_msg BOOL OnEraseBkgnd(CDC* pDC);
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_COMPAREPHOTO_H__767BF3C3_BAEE_44AD_B16A_A9A11C2428C9__INCLUDED_)
|