• 大小: 16.53MB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2023-07-06
  • 语言: C/C++
  • 标签: VC++  sqlserver  数据库  

资源简介

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个文件信息

评论

共有 条评论