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 // _MSC_VER > 1000
- // CompareContent.h : header file
- //
- /////////////////////////////////////////////////////////////////////////////
- // CCompareContent dialog
- #include "EditListCtrl.h"
- #include "EditListCtrl2.h"
- class CCompareContent : public CDialog
- {
- // Construction
- public:
- CCompareContent(CWnd* pParent = NULL); // standard constructor
- CString m_id;
- // Dialog Data
- //{{AFX_DATA(CCompareContent)
- enum { IDD = IDD_DLGCompareContent };
- CSortListCtrl2 m_List3;
- CSortListCtrl2 m_List2;
- //}}AFX_DATA
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CCompareContent)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
- // Implementation
- protected:
- // Generated message map functions
- //{{AFX_MSG(CCompareContent)
- virtual BOOL OnInitDialog();
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_COMPARECONTENT_H__1615CE3C_D4A6_437F_A4F4_E0E247842780__INCLUDED_)
|