Visual C++课程设计案例精编(第二版)--第五章 通讯录程序的开发

上传者: ryp8008 | 上传时间: 2022-04-22 13:43:22 | 文件大小: 64KB | 文件类型: RAR
//C02.cpp // C02.cpp : Defines the class behaviors for the application. // #include "stdafx.h" #include "C02.h" #include "MainFrm.h" #include "C02Set.h" #include "C02Doc.h" #include "C02View.h" #ifdef _DEBUG #define new DEBUG_NEW #undef THIS_FILE static char THIS_FILE[] = __FILE__; #endif ///////////////////////////////////////////////////////////////////////////// // CC02App BEGIN_MESSAGE_MAP(CC02App, CWinApp) //{{AFX_MSG_MAP(CC02App) ON_COMMAND(ID_APP_ABOUT, OnAppAbout) // NOTE - the ClassWizard will add and remove mapping macros here. // DO NOT EDIT what you see in these blocks of generated code! //}}AFX_MSG_MAP // Standard file based document commands ON_COMMAND(ID_FILE_NEW, CWinApp::OnFileNew) ON_COMMAND(ID_FILE_OPEN, CWinApp::OnFileOpen) END_MESSAGE_MAP() ///////////////////////////////////////////////////////////////////////////// // CC02App construction CC02App::CC02App() { // TODO: add construction code here, // Place all significant initialization in InitInstance } ///////////////////////////////////////////////////////////////////////////// // The one and only CC02App object CC02App theApp; ///////////////////////////////////////////////////////////////////////////// // CC02App initialization BOOL CC02App::InitInstance() { // 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 // Change the registry key under which our settings are stored. // TODO: You should modify this string to be something appropriate // such as the name of your company or organization. SetRegistryKey(_T("Local AppWizard-Generated Applications")); LoadStdProfileSettings(); // Load standard INI file options (including MRU) // Register the application's document templates. Document templates // serve as the connection between documents, frame windows and views. CSingleDocTemplate* pDocTemplate; pDocTemplate = new CSingleDocTemplate( IDR_MAINFRAME, RUNTIME_CLASS(CC02Doc), RUNTIME_CLASS(CMainFrame), // main SDI frame window RUNTIME_CLASS(CC02View)); AddDocTemplate(pDocTemplate); // Parse command line for standard shell commands, DDE, file open CCommandLineInfo cmdInfo; ParseCommandLine(cmdInfo); // Dispatch commands specified on the command line if (!ProcessShellCommand(cmdInfo)) return FALSE; // The one and only window has been initialized, so show and update it. m_pMainWnd->ShowWindow(SW_SHOW); m_pMainWnd->UpdateWindow(); return TRUE; } ///////////////////////////////////////////////////////////////////////////// // CAboutDlg dialog used for App About class CAboutDlg : public CDialog { public: CAboutDlg(); // Dialog Data //{{AFX_DATA(CAboutDlg) enum { IDD = IDD_ABOUTBOX }; //}}AFX_DATA // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(CAboutDlg) protected: virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support //}}AFX_VIRTUAL // Implementation protected: //{{AFX_MSG(CAboutDlg) // No message handlers //}}AFX_MSG DECLARE_MESSAGE_MAP() }; CAboutDlg::CAboutDlg() : CDialog(CAboutDlg::IDD) { //{{AFX_DATA_INIT(CAboutDlg) //}}AFX_DATA_INIT } void CAboutDlg::DoDataExchange(CDataExchange* pDX) { CDialog::DoDataExchange(pDX); //{{AFX_DATA_MAP(CAboutDlg) //}}AFX_DATA_MAP } BEGIN_MESSAGE_MAP(CAboutDlg, CDialog) //{{AFX_MSG_MAP(CAboutDlg) // No message handlers //}}AFX_MSG_MAP END_MESSAGE_MAP() // App command to run the dialog void CC02App::OnAppAbout() { CAboutDlg aboutDlg; aboutDlg.DoModal(); } ///////////////////////////////////////////////////////////////////////////// // CC02App message handlers

文件下载

资源详情

[{"title":"( 29 个子文件 64KB ) Visual C++课程设计案例精编(第二版)--第五章 通讯录程序的开发","children":[{"title":"第五章 通讯录程序的开发","children":[{"title":"通讯录.exe <span style='color:#111;'> 36.00KB </span>","children":null,"spread":false},{"title":"C02","children":[{"title":"C02Doc.cpp <span style='color:#111;'> 1.66KB </span>","children":null,"spread":false},{"title":"RES","children":[{"title":"C02Doc.ico <span style='color:#111;'> 1.05KB </span>","children":null,"spread":false},{"title":"C02.ICO <span style='color:#111;'> 1.05KB </span>","children":null,"spread":false},{"title":"C02.RC2 <span style='color:#111;'> 395B </span>","children":null,"spread":false},{"title":"Toolbar.bmp <span style='color:#111;'> 1.52KB </span>","children":null,"spread":false}],"spread":true},{"title":"StdAfx.cpp <span style='color:#111;'> 205B </span>","children":null,"spread":false},{"title":"C02.CPP <span style='color:#111;'> 3.95KB </span>","children":null,"spread":false},{"title":"AddressBook.mdb <span style='color:#111;'> 128.00KB </span>","children":null,"spread":false},{"title":"C02Doc.h <span style='color:#111;'> 1.45KB </span>","children":null,"spread":false},{"title":"C02.H <span style='color:#111;'> 1.29KB </span>","children":null,"spread":false},{"title":"MainFrm.h <span style='color:#111;'> 1.54KB </span>","children":null,"spread":false},{"title":"C02.APS <span style='color:#111;'> 44.44KB </span>","children":null,"spread":false},{"title":"C02.RC <span style='color:#111;'> 12.40KB </span>","children":null,"spread":false},{"title":"C02View.h <span style='color:#111;'> 2.05KB </span>","children":null,"spread":false},{"title":"C02.PLG <span style='color:#111;'> 1.03KB </span>","children":null,"spread":false},{"title":"C02.DSP <span style='color:#111;'> 4.51KB </span>","children":null,"spread":false},{"title":"C02View.cpp <span style='color:#111;'> 4.44KB </span>","children":null,"spread":false},{"title":"ReadMe.txt <span style='color:#111;'> 4.32KB </span>","children":null,"spread":false},{"title":"StdAfx.h <span style='color:#111;'> 1.03KB </span>","children":null,"spread":false},{"title":"C02Set.cpp <span style='color:#111;'> 1.43KB </span>","children":null,"spread":false},{"title":"MainFrm.cpp <span style='color:#111;'> 2.45KB </span>","children":null,"spread":false},{"title":"C02Set.h <span style='color:#111;'> 1.28KB </span>","children":null,"spread":false},{"title":"Release","children":[{"title":"C02.EXE <span style='color:#111;'> 36.00KB </span>","children":null,"spread":false}],"spread":false},{"title":"C02.NCB <span style='color:#111;'> 65.00KB </span>","children":null,"spread":false},{"title":"C02.OPT <span style='color:#111;'> 49.50KB </span>","children":null,"spread":false},{"title":"C02.DSW <span style='color:#111;'> 531B </span>","children":null,"spread":false},{"title":"RESOURCE.H <span style='color:#111;'> 1002B </span>","children":null,"spread":false},{"title":"C02.CLW <span style='color:#111;'> 3.07KB </span>","children":null,"spread":false}],"spread":false}],"spread":true}],"spread":true}]

评论信息

免责申明

【只为小站】的资源来自网友分享,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,【只为小站】 无法对用户传输的作品、信息、内容的权属或合法性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论 【只为小站】 经营者是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。
本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二条之规定,若资源存在侵权或相关问题请联系本站客服人员,zhiweidada#qq.com,请把#换成@,本站将给予最大的支持与配合,做到及时反馈和处理。关于更多版权及免责申明参见 版权及免责申明