www.pudn.com > Property_List_src.zip > PropertyList.h
#if !defined(AFX_PROPERTYLIST_H__74205380_1B56_11D4_BC48_00105AA2186F__INCLUDED_)
#define AFX_PROPERTYLIST_H__74205380_1B56_11D4_BC48_00105AA2186F__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// PropertyList.h : header file
//
//////////////////////////////////////////////////
// CPropertyList - Property List
//
// Author: Runming yan
// Email: HankersYan@msn.com
// Copyright 2005, Runming yan
//
// You may freely use or modify this code provided this
// Copyright is included in all derived versions.
//
// History - 2005/7/3
//
// Remarks:
// This class implements a properties List like vb
//
// Attention, please!
// checkboxes.bmp is neccessary, then it must be added into resources
// and it's resourceID must be "IDB_CHECKBOX"
// ..............
//
//
// the five following files also are neccessary.
// ChkComboBox.cpp (Refered to "http://www.codeproject.com/combobox/checkcombo.asp")
// ChkComboBox.h (CheckComboBox Control By Magnus Egelberg, Lundalogik)
// FoldersDialog.cpp
// FoldersDialog.h
// MemDC.h
//
//
#pragma warning(disable:4786)
#include