资源简介
VC++6.0+sql server,学院通讯录管理系统,源程序+数据库+报告
代码片段和文件信息
// acaall.cpp : Defines the class behaviors for the application.
//
#include “stdafx.h“
#include “acaall.h“
#include “MainFrm.h“
#include “acaallSet.h“
#include “acaallDoc.h“
#include “acaallView.h“
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
// CAcaallApp
BEGIN_MESSAGE_MAP(CAcaallApp CWinApp)
//{{AFX_MSG_MAP(CAcaallApp)
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)
// Standard print setup command
ON_COMMAND(ID_FILE_PRINT_SETUP CWinApp::OnFilePrintSetup)
END_MESSAGE_MAP()
/////////////////////////////////////////////////////////////////////////////
// CAcaallApp construction
CAcaallApp::CAcaallApp()
{
// TODO: add construction code here
// Place all significant initialization in InitInstance
}
/////////////////////////////////////////////////////////////////////////////
// The one and only CAcaallApp object
CAcaallApp theApp;
/////////////////////////////////////////////////////////////////////////////
// CAcaallApp initialization
BOOL CAcaallApp::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
// 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(CAcaallDoc)
RUNTIME_CLASS(CMainframe) // main SDI frame window
RUNTIME_CLASS(CAcaallView));
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->UpdateWind
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2013-03-14 21:03 学院通讯录管理系统\
目录 0 2013-03-14 21:03 学院通讯录管理系统\acaall\
目录 0 2013-03-14 21:03 学院通讯录管理系统\acaall\Debug\
文件 19798 2013-01-03 13:27 学院通讯录管理系统\acaall\Debug\MainFrm.obj
文件 107183 2013-01-03 13:27 学院通讯录管理系统\acaall\Debug\StdAfx.obj
文件 118839 2013-01-03 13:27 学院通讯录管理系统\acaall\Debug\acaall.exe
文件 340188 2013-01-03 13:27 学院通讯录管理系统\acaall\Debug\acaall.ilk
文件 22845 2013-01-03 13:27 学院通讯录管理系统\acaall\Debug\acaall.obj
文件 5722608 2013-01-03 13:27 学院通讯录管理系统\acaall\Debug\acaall.pch
文件 345088 2013-01-03 13:27 学院通讯录管理系统\acaall\Debug\acaall.pdb
文件 8508 2013-01-03 13:27 学院通讯录管理系统\acaall\Debug\acaall.res
文件 18121 2013-01-03 13:27 学院通讯录管理系统\acaall\Debug\acaallDoc.obj
文件 15243 2013-01-03 13:27 学院通讯录管理系统\acaall\Debug\acaallSet.obj
文件 21253 2013-01-03 13:27 学院通讯录管理系统\acaall\Debug\acaallView.obj
文件 205824 2013-01-03 13:27 学院通讯录管理系统\acaall\Debug\vc60.idb
文件 372736 2013-01-03 13:27 学院通讯录管理系统\acaall\Debug\vc60.pdb
文件 2507 2013-01-03 13:23 学院通讯录管理系统\acaall\MainFrm.cpp
文件 1581 2013-01-03 13:23 学院通讯录管理系统\acaall\MainFrm.h
文件 4501 2013-01-03 13:23 学院通讯录管理系统\acaall\ReadMe.txt
文件 208 2013-01-03 13:23 学院通讯录管理系统\acaall\StdAfx.cpp
文件 1105 2013-01-03 13:23 学院通讯录管理系统\acaall\StdAfx.h
文件 46032 2013-01-03 13:27 学院通讯录管理系统\acaall\acaall.aps
文件 3182 2013-01-03 13:27 学院通讯录管理系统\acaall\acaall.clw
文件 4233 2013-01-03 13:23 学院通讯录管理系统\acaall\acaall.cpp
文件 4685 2013-01-03 13:23 学院通讯录管理系统\acaall\acaall.dsp
文件 518 2013-01-03 13:23 学院通讯录管理系统\acaall\acaall.dsw
文件 1356 2013-01-03 13:23 学院通讯录管理系统\acaall\acaall.h
文件 50176 2013-01-03 13:27 学院通讯录管理系统\acaall\acaall.ncb
文件 48640 2013-01-03 13:27 学院通讯录管理系统\acaall\acaall.opt
文件 1943 2013-01-03 13:27 学院通讯录管理系统\acaall\acaall.plg
文件 13386 2013-01-03 13:27 学院通讯录管理系统\acaall\acaall.rc
............此处省略267个文件信息
相关资源
- VC++ USB及串口通信工程源码
- Visual C++ 6.0完整绿色版
- Devc++ 5.6.1 绿色版
- SQLAPI++4.1.11 crack for vc++(全面破解版)
- 简单易用QR二维码生成源码 VC++2015 编
- 算法I~IVC++实现——基础、数据结构
- Windows下双屏各种设置的VC++实现(完整
- 算法I-IVC++
- 基于opencv的图像检索算法
- 杨淑英VC++图像处理程序设计配套光盘
- 物流管理系统SQL+VC++毕业设计论文
- 计算机图形学基础教程Visual C++版 孔令
- VC++数字图像处理
- VC++串口modbus测试工程
- Visual C++视频会议开发技术与源码.ra
- VC数字图像处理杨淑莹北京交通大学
- VC++实现浏览器
- 《Visual C++ 6.0 用户界面制作技术与应
- 计算机图形学+配书源代码
- VC++2017 64位
- vc++ MFC 背单词软件毕业设计系统源代
- msdn for vc++6.0
- VC++2010番茄西红柿VAXvirsual assist X完美
- IC卡停车场管理系统源代码
- Vc++编写的计算器简单小程序
- VC++ CLR编写带图形界面的简单计算器
- vc++6.0 绿色版 完整版支持win7,win8系统
- 状态指示灯(VC++6.0源代码)
- 车牌牌照检测识别 VC++和opencv1.0 完整
- VC++100.rar
评论
共有 条评论