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

  • 大小: 208KB
    文件類型: .rar
    金幣: 2
    下載: 0 次
    發布日期: 2021-06-03
  • 語言: 其他
  • 標簽: GridCtrl??例程??

資源簡介

本人海搜了很多的表格控件 只要是不開源的,或多或少都有限制 還是開源的用起來安心 這是本人測試的demo例程,僅供參考。

資源截圖

代碼片段和文件信息

//?demo.cpp?:?Defines?the?class?behaviors?for?the?application.
//

#include?“stdafx.h“
#include?“demo.h“
#include?“demoDlg.h“

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

/////////////////////////////////////////////////////////////////////////////
//?CDemoApp

BEGIN_MESSAGE_MAP(CDemoApp?CWinApp)
//{{AFX_MSG_MAP(CDemoApp)
//?NOTE?-?the?ClassWizard?will?add?and?remove?mapping?macros?here.
//????DO?NOT?EDIT?what?you?see?in?these?blocks?of?generated?code!
//}}AFX_MSG
ON_COMMAND(ID_HELP?CWinApp::onhelp)
END_MESSAGE_MAP()

/////////////////////////////////////////////////////////////////////////////
//?CDemoApp?construction

CDemoApp::CDemoApp()
{
//?TODO:?add?construction?code?here
//?Place?all?significant?initialization?in?InitInstance
}

/////////////////////////////////////////////////////////////////////////////
//?The?one?and?only?CDemoApp?object

CDemoApp?theApp;

/////////////////////////////////////////////////////////////////////////////
//?CDemoApp?initialization

BOOL?CDemoApp::InitInstance()
{
AfxEnableControlContainer();

//?Standard?initialization
//?If?you?are?not?using?these?features?and?wish?to?reduce?the?size
//??of?your?final?executable?you?should?remove?from?the?following
//??the?specific?initialization?routines?you?do?not?need.

#ifdef?_AFXDLL
Enable3dControls(); //?Call?this?when?using?MFC?in?a?shared?DLL
#else
Enable3dControlsStatic(); //?Call?this?when?linking?to?MFC?statically
#endif

CDemoDlg?dlg;
m_pMainWnd?=?&dlg;
int?nResponse?=?dlg.DoModal();
if?(nResponse?==?IDOK)
{
//?TODO:?Place?code?here?to?handle?when?the?dialog?is
//??dismissed?with?OK
}
else?if?(nResponse?==?IDCANCEL)
{
//?TODO:?Place?code?here?to?handle?when?the?dialog?is
//??dismissed?with?Cancel
}

//?Since?the?dialog?has?been?closed?return?FALSE?so?that?we?exit?the
//??application?rather?than?start?the?application‘s?message?pump.
return?FALSE;
}

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

?????文件??????35708??2011-09-16?16:19??demo\demo.aps

?????文件???????1269??2011-09-19?15:04??demo\demo.clw

?????文件???????2035??2011-09-24?11:21??demo\demo.cpp

?????文件???????5994??2011-09-24?17:12??demo\demo.dsp

?????文件????????533??2011-09-14?16:14??demo\demo.dsw

?????文件???????1298??2011-09-24?11:20??demo\demo.h

?????文件?????254976??2011-09-24?17:13??demo\demo.ncb

?????文件??????49664??2011-09-24?17:13??demo\demo.opt

?????文件???????2689??2011-09-24?17:13??demo\demo.plg

?????文件???????5517??2011-09-16?16:19??demo\demo.rc

?????文件??????11189??2011-09-24?12:05??demo\demoDlg.cpp

?????文件???????1906??2011-09-24?11:35??demo\demoDlg.h

?????文件???????4720??2002-07-14?17:26??demo\GridCtrl\CellRange.h

?????文件???????7078??2004-03-13?16:04??demo\GridCtrl\GridCell.cpp

?????文件???????6243??2002-07-14?17:26??demo\GridCtrl\GridCell.h

?????文件??????26728??2004-03-13?15:32??demo\GridCtrl\GridCellbase.cpp

?????文件???????7765??2002-07-14?17:26??demo\GridCtrl\GridCellbase.h

?????文件?????225110??2011-09-18?21:41??demo\GridCtrl\GridCtrl.cpp

?????文件??????39890??2007-10-31?10:16??demo\GridCtrl\GridCtrl.h

?????文件???????4598??2002-07-14?17:26??demo\GridCtrl\GridDropTarget.cpp

?????文件???????2670??2002-07-14?17:26??demo\GridCtrl\GridDropTarget.h

?????文件???????8509??2002-07-14?17:26??demo\GridCtrl\InPlaceEdit.cpp

?????文件???????2550??2002-07-14?17:26??demo\GridCtrl\InPlaceEdit.h

?????文件???????3507??2002-01-10?08:55??demo\GridCtrl\MemDC.h

?????文件???????9722??2002-07-14?17:26??demo\GridCtrl\titleTip.cpp

?????文件???????2777??2001-07-22?15:42??demo\GridCtrl\titleTip.h

?????文件???????5180??2011-09-18?21:14??demo\NewCellTypes\GridCellCheck.cpp

?????文件???????2108??2011-09-18?21:06??demo\NewCellTypes\GridCellCheck.h

?????文件??????13822??2011-09-18?23:01??demo\NewCellTypes\GridCellCombo.cpp

?????文件???????4896??2011-09-18?21:16??demo\NewCellTypes\GridCellCombo.h

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

評論

共有 條評論

相關資源