123456789101112131415161718192021222324252627282930313233343536373839404142434445464748 |
- #if !defined(AFX_COMPARECONTENT_H__1615CE3C_D4A6_437F_A4F4_E0E247842780__INCLUDED_)
- #define AFX_COMPARECONTENT_H__1615CE3C_D4A6_437F_A4F4_E0E247842780__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif
- #include "EditListCtrl.h"
- #include "EditListCtrl2.h"
- class CCompareContent : public CDialog
- {
- public:
- CCompareContent(CWnd* pParent = NULL);
- CString m_id;
-
- enum { IDD = IDD_DLGCompareContent };
- CSortListCtrl2 m_List3;
- CSortListCtrl2 m_List2;
-
-
-
- protected:
- virtual void DoDataExchange(CDataExchange* pDX);
-
- protected:
-
-
- virtual BOOL OnInitDialog();
-
- DECLARE_MESSAGE_MAP()
- };
- #endif
|