资源简介

CBCGPGridCtrl对使用 对话框工程 vc6.0代码

资源截图

代码片段和文件信息

// bcgdlg.cpp : Defines the class behaviors for the application.
//

#include “stdafx.h“
#include “bcgdlg.h“
#include “bcgdlgDlg.h“

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

/////////////////////////////////////////////////////////////////////////////
// CBcgdlgApp

BEGIN_MESSAGE_MAP(CBcgdlgApp CWinApp)
//{{AFX_MSG_MAP(CBcgdlgApp)
// 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()

/////////////////////////////////////////////////////////////////////////////
// CBcgdlgApp construction

CBcgdlgApp::CBcgdlgApp()
{
#ifndef _BCGSUITE_INC_
// Enable Office 2013 look (White theme):
SetVisualTheme(BCGP_VISUAL_THEME_OFFICE_2013_WHITE);
#else
BCGPSetVisualManagerSuite(CBCGPVisualManager::BCGPVM_WINXP);
#endif
}

/////////////////////////////////////////////////////////////////////////////
// The one and only CBcgdlgApp object

CBcgdlgApp theApp;

/////////////////////////////////////////////////////////////////////////////
// CBcgdlgApp initialization

BOOL CBcgdlgApp::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
    AfxOleInit();
CBcgdlgDlg 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;
}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件      35700  2014-07-15 10:40  CBCGPGridCtrl\bcgdlg\bcgdlg.aps

     文件        978  2014-07-16 15:14  CBCGPGridCtrl\bcgdlg\bcgdlg.clw

     文件       2184  2014-07-08 23:09  CBCGPGridCtrl\bcgdlg\bcgdlg.cpp

     文件       4288  2014-07-15 12:22  CBCGPGridCtrl\bcgdlg\bcgdlg.dsp

     文件        537  2014-07-08 22:57  CBCGPGridCtrl\bcgdlg\bcgdlg.dsw

     文件       1328  2014-07-08 23:09  CBCGPGridCtrl\bcgdlg\bcgdlg.h

     文件      66560  2014-07-16 15:14  CBCGPGridCtrl\bcgdlg\bcgdlg.ncb

     文件      50688  2014-07-16 15:14  CBCGPGridCtrl\bcgdlg\bcgdlg.opt

     文件       1185  2014-07-16 15:06  CBCGPGridCtrl\bcgdlg\bcgdlg.plg

     文件       5211  2014-07-15 10:40  CBCGPGridCtrl\bcgdlg\bcgdlg.rc

     文件       5550  2014-07-15 21:28  CBCGPGridCtrl\bcgdlg\bcgdlgDlg.cpp

     文件       1451  2014-07-15 12:15  CBCGPGridCtrl\bcgdlg\bcgdlgDlg.h

     文件       1272  2014-07-16 15:06  CBCGPGridCtrl\bcgdlg\MyGridCtrl.cpp

     文件        878  2014-07-16 15:06  CBCGPGridCtrl\bcgdlg\MyGridCtrl.h

     文件       3579  2014-07-08 22:57  CBCGPGridCtrl\bcgdlg\ReadMe.txt

     文件       1078  2014-07-08 22:57  CBCGPGridCtrl\bcgdlg\res\bcgdlg.ico

     文件        398  2014-07-08 22:57  CBCGPGridCtrl\bcgdlg\res\bcgdlg.rc2

     文件        684  2014-07-11 22:47  CBCGPGridCtrl\bcgdlg\resource.h

     文件        208  2014-07-08 22:57  CBCGPGridCtrl\bcgdlg\StdAfx.cpp

     文件       1078  2014-07-08 23:10  CBCGPGridCtrl\bcgdlg\StdAfx.h

     文件        674  2014-07-16 15:16  CBCGPGridCtrl\CBCGPGridCtrl.txt

     目录          0  2014-07-08 22:57  CBCGPGridCtrl\bcgdlg\res

     目录          0  2014-07-16 15:17  CBCGPGridCtrl\bcgdlg

     目录          0  2014-07-16 15:17  CBCGPGridCtrl

----------- ---------  ---------- -----  ----

               185509                    24


评论

共有 条评论