CompareContent.h 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. #if !defined(AFX_COMPARECONTENT_H__1615CE3C_D4A6_437F_A4F4_E0E247842780__INCLUDED_)
  2. #define AFX_COMPARECONTENT_H__1615CE3C_D4A6_437F_A4F4_E0E247842780__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // CompareContent.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CCompareContent dialog
  10. #include "EditListCtrl.h"
  11. #include "EditListCtrl2.h"
  12. class CCompareContent : public CDialog
  13. {
  14. // Construction
  15. public:
  16. CCompareContent(CWnd* pParent = NULL); // standard constructor
  17. CString m_id;
  18. // Dialog Data
  19. //{{AFX_DATA(CCompareContent)
  20. enum { IDD = IDD_DLGCompareContent };
  21. CSortListCtrl2 m_List3;
  22. CSortListCtrl2 m_List2;
  23. //}}AFX_DATA
  24. // Overrides
  25. // ClassWizard generated virtual function overrides
  26. //{{AFX_VIRTUAL(CCompareContent)
  27. protected:
  28. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  29. //}}AFX_VIRTUAL
  30. // Implementation
  31. protected:
  32. // Generated message map functions
  33. //{{AFX_MSG(CCompareContent)
  34. virtual BOOL OnInitDialog();
  35. //}}AFX_MSG
  36. DECLARE_MESSAGE_MAP()
  37. };
  38. //{{AFX_INSERT_LOCATION}}
  39. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  40. #endif // !defined(AFX_COMPARECONTENT_H__1615CE3C_D4A6_437F_A4F4_E0E247842780__INCLUDED_)