91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

  • 大小: 48KB
    文件類型: .rar
    金幣: 1
    下載: 0 次
    發布日期: 2021-01-02
  • 標簽: MFC??VS2013??listcontrol??

資源簡介

VS2013測試通過,實現listcontrol可編輯上面的項,非常適合新手,下載直接可以用調試運行

資源截圖

代碼片段和文件信息

//?EditListCtrl.cpp?:?implementation?file
//

#include?“stdafx.h“
#include?“EditListCtrl.h“

#ifdef?_DEBUG
#define?new?DEBUG_NEW
#undef?THIS_FILE
static?char?THIS_FILE[]?=?__FILE__;
#endif

/////////////////////////////////////////////////////////////////////////////
//?CEditListCtrl

CEditListCtrl::CEditListCtrl()
{
m_iItem?=?-1;
m_iSubItem?=?-1;

m_bHighLight?=?FALSE;
m_bFocus?=?FALSE;
}

CEditListCtrl::~CEditListCtrl()
{
}


BEGIN_MESSAGE_MAP(CEditListCtrl?CListCtrl)
//{{AFX_MSG_MAP(CEditListCtrl)
ON_WM_LBUTTONDOWN()
ON_WM_PAINT()
ON_NOTIFY_REFLECT(LVN_BEGINLABELEDIT?OnBeginlabeledit)
ON_NOTIFY_REFLECT(LVN_ENDLABELEDIT?OnEndlabeledit)
ON_WM_KILLFOCUS()
ON_WM_SETFOCUS()
//}}AFX_MSG_MAP
ON_NOTIFY_REFLECT(NM_CUSTOMDRAW?OnCustomDraw)

?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----

?????文件????????559??2009-01-04?19:22??EditListCtrlSample\EditListCtrlSample.dsw

?????文件???????1456??2009-01-04?19:22??EditListCtrlSample\EditListCtrlSample.h

?????文件??????66560??2009-10-23?09:38??EditListCtrlSample\EditListCtrlSample.ncb

?????文件????????982??2009-10-23?08:09??EditListCtrlSample\EditListCtrlSample.plg

?????文件???????5523??2018-06-01?16:43??EditListCtrlSample\EditListCtrlSampleDlg.cpp

?????文件???????1571??2009-01-04?19:44??EditListCtrlSample\EditListCtrlSampleDlg.h

?????文件???????3795??2009-01-04?19:22??EditListCtrlSample\ReadMe.txt

?????文件????????742??2009-01-04?19:30??EditListCtrlSample\resource.h

?????文件????????220??2009-01-04?19:22??EditListCtrlSample\StdAfx.cpp

?????文件???????1054??2009-01-04?19:22??EditListCtrlSample\StdAfx.h

?????文件???????1078??2009-01-04?19:22??EditListCtrlSample\res\EditListCtrlSample.ico

?????文件????????410??2009-01-04?19:22??EditListCtrlSample\res\EditListCtrlSample.rc2

?????文件???????7741??2009-01-04?21:43??EditListCtrlSample\EditListCtrl.cpp

?????文件???????2384??2009-01-04?21:43??EditListCtrlSample\EditListCtrl.h

?????文件???????1419??2009-10-23?09:38??EditListCtrlSample\EditListCtrlSample.clw

?????文件???????2231??2009-01-04?19:22??EditListCtrlSample\EditListCtrlSample.cpp

?????文件???????4511??2009-01-04?21:46??EditListCtrlSample\EditListCtrlSample.dsp

?????文件?????114788??2009-10-23?08:09??EditListCtrlSample\Debug\EditListCtrlSample.exe

?????文件??????41332??2018-06-01?16:41??EditListCtrlSample\EditListCtrlSample.aps

?????文件???????5487??2018-06-01?16:41??EditListCtrlSample\EditListCtrlSample.rc

?????文件??????54784??2009-10-23?09:38??EditListCtrlSample\EditListCtrlSample.opt

?????目錄??????????0??2009-01-04?19:22??EditListCtrlSample\res

?????目錄??????????0??2009-10-23?07:58??EditListCtrlSample\Debug

?????目錄??????????0??2018-06-01?16:44??EditListCtrlSample

?????文件????????981??2018-06-01?16:39??EditListCtrlSample\EditListCtrlSample.sln

????..A..H.?????26112??2018-06-01?16:44??EditListCtrlSample\EditListCtrlSample.v12.suo

?????文件???????8297??2018-06-01?16:41??EditListCtrlSample\EditListCtrlSample.vcxproj

?????文件???????2228??2018-06-01?16:39??EditListCtrlSample\EditListCtrlSample.vcxproj.filters

-----------?---------??----------?-----??----

???????????????356245????????????????????28

............此處省略1個文件信息

評論

共有 條評論