ComparePhoto.h 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. #if !defined(AFX_COMPAREPHOTO_H__767BF3C3_BAEE_44AD_B16A_A9A11C2428C9__INCLUDED_)
  2. #define AFX_COMPAREPHOTO_H__767BF3C3_BAEE_44AD_B16A_A9A11C2428C9__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // ComparePhoto.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CComparePhoto dialog
  10. class CComparePhoto : public CDialog
  11. {
  12. Image *m_pImage;
  13. Image *m_pImage2;
  14. Image *m_pImage3;
  15. Image *m_pImage4;
  16. // Construction
  17. public:
  18. CComparePhoto(CWnd* pParent = NULL); // standard constructor
  19. CString m_path1;
  20. CString m_path2;
  21. CString m_path3;
  22. CString m_path4;
  23. // Dialog Data
  24. //{{AFX_DATA(CComparePhoto)
  25. enum { IDD = IDD_DLGComparePhoto };
  26. // NOTE: the ClassWizard will add data members here
  27. //}}AFX_DATA
  28. // Overrides
  29. // ClassWizard generated virtual function overrides
  30. //{{AFX_VIRTUAL(CComparePhoto)
  31. protected:
  32. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  33. //}}AFX_VIRTUAL
  34. // Implementation
  35. protected:
  36. // Generated message map functions
  37. //{{AFX_MSG(CComparePhoto)
  38. virtual BOOL OnInitDialog();
  39. afx_msg void OnPaint();
  40. afx_msg void OnDestroy();
  41. afx_msg BOOL OnEraseBkgnd(CDC* pDC);
  42. //}}AFX_MSG
  43. DECLARE_MESSAGE_MAP()
  44. };
  45. //{{AFX_INSERT_LOCATION}}
  46. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  47. #endif // !defined(AFX_COMPAREPHOTO_H__767BF3C3_BAEE_44AD_B16A_A9A11C2428C9__INCLUDED_)