30 lines
338 B
C++
30 lines
338 B
C++
|
// ModuleListCtrl.cpp : ʵ<><CAB5><EFBFBD>ļ<EFBFBD>
|
|||
|
//
|
|||
|
|
|||
|
#include "stdafx.h"
|
|||
|
#include "ModuleListCtrl.h"
|
|||
|
|
|||
|
|
|||
|
// CModuleListCtrl
|
|||
|
|
|||
|
IMPLEMENT_DYNAMIC(CModuleListCtrl, CListCtrl)
|
|||
|
|
|||
|
CModuleListCtrl::CModuleListCtrl()
|
|||
|
{
|
|||
|
|
|||
|
}
|
|||
|
|
|||
|
CModuleListCtrl::~CModuleListCtrl()
|
|||
|
{
|
|||
|
}
|
|||
|
|
|||
|
|
|||
|
BEGIN_MESSAGE_MAP(CModuleListCtrl, CListCtrl)
|
|||
|
END_MESSAGE_MAP()
|
|||
|
|
|||
|
|
|||
|
|
|||
|
// CModuleListCtrl <20><>Ϣ<EFBFBD><CFA2><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
|||
|
|
|||
|
|