TestMyCanEditListView.h in TestMyCanEditList.ra
Sponsored links
// TestMyCanEditListView.h : interface of the CTestMyCanEditListView class
//
/////////////////////////////////////////////////////////////////////////////
#if !defined(AFX_TESTMYCANEDITLISTVIEW_H__314880A6_368B_4863_892F_2D2125A30FD2__INCLUDED_)
#define AFX_TESTMYCANEDITLISTVIEW_H__314880A6_368B_4863_892F_2D2125A30FD2__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
#include "ConditionListCtrl.h"
class CTestMyCanEditListView : public CView
{
protected: // create from serialization only
CTestMyCanEditListView();
DECLARE_DYNCREATE(CTestMyCanEditListView)
// Attributes
public:
CTestMyCanEditListDoc* GetDocument();
// Operations
public:
CConditionListCtrl m_wndConditionList;
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CTestMyCanEditListView)
public:
virtual void OnDraw(CDC* pDC); // overridden to draw this view
virtual BOOL PreCreateWindow(CREATESTRUCT& cs);
protected:
virtual BOOL OnPreparePrinting(CPrintInfo* pInfo);
virtual voi
...
...
... to be continued.
This is a preview. To get the complete source file,
please click here to download the whole source code package.