• 大小: 3.16MB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2023-09-21
  • 语言: 其他
  • 标签: 数据库  课程设计  

资源简介

对于大学生里的数据库课程设计可能用到,里面有源代码和应用程序,比较全··

资源截图

代码片段和文件信息

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

#include “stdafx.h“
#include “DB.h“

#include “MainFrm.h“
#include “DBDoc.h“
#include “DBView.h“

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

/////////////////////////////////////////////////////////////////////////////
// CDBApp

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

/////////////////////////////////////////////////////////////////////////////
// CDBApp construction

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

}

/////////////////////////////////////////////////////////////////////////////
// The one and only CDBApp object

CDBApp theApp;

/////////////////////////////////////////////////////////////////////////////
// CDBApp initialization

BOOL CDBApp::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(CDBDoc)
RUNTIME_CLASS(CMainframe)       // main SDI frame window
RUNTIME_CLASS(CDBView));
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;
}


///////////////////////////////////////////////////

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

     文件     516390  2009-09-01 12:05  数据库课设医院管理系统\DB\background.bmp

     文件     504944  2010-06-23 18:57  数据库课设医院管理系统\DB\DB.APS

     文件      15119  2009-09-04 16:18  数据库课设医院管理系统\DB\DB.clw

     文件       4143  2009-09-01 19:03  数据库课设医院管理系统\DB\DB.cpp

     文件       7295  2009-09-04 00:03  数据库课设医院管理系统\DB\DB.dsp

     文件        529  2009-08-31 19:15  数据库课设医院管理系统\DB\DB.dsw

     文件       1314  2009-09-01 19:03  数据库课设医院管理系统\DB\DB.h

     文件     271360  2009-09-04 16:18  数据库课设医院管理系统\DB\DB.ncb

     文件     316928  2009-09-04 16:18  数据库课设医院管理系统\DB\DB.opt

     文件       1780  2009-09-04 16:05  数据库课设医院管理系统\DB\DB.plg

     文件      31839  2009-09-04 13:40  数据库课设医院管理系统\DB\DB.rc

     文件       1662  2009-08-31 19:15  数据库课设医院管理系统\DB\DBDoc.cpp

     文件       1431  2009-08-31 19:15  数据库课设医院管理系统\DB\DBDoc.h

     文件       5254  2009-09-04 00:03  数据库课设医院管理系统\DB\DBView.cpp

     文件       2187  2009-09-04 00:01  数据库课设医院管理系统\DB\DBView.h

     文件     823386  2009-09-04 16:05  数据库课设医院管理系统\DB\Debug\DB.exe

     文件     549828  2009-09-04 16:05  数据库课设医院管理系统\DB\Debug\DB.ilk

     文件      23022  2009-09-04 00:02  数据库课设医院管理系统\DB\Debug\DB.obj

     文件    6055160  2009-09-02 00:15  数据库课设医院管理系统\DB\Debug\DB.pch

     文件     861184  2009-09-04 16:05  数据库课设医院管理系统\DB\Debug\DB.pdb

     文件     475748  2009-09-04 13:40  数据库课设医院管理系统\DB\Debug\DB.res

     文件      14810  2009-09-02 00:15  数据库课设医院管理系统\DB\Debug\DBDoc.obj

     文件      74550  2009-09-04 13:40  数据库课设医院管理系统\DB\Debug\DBView.obj

     文件      43853  2009-09-04 15:08  数据库课设医院管理系统\DB\Debug\DialogChargeMang.obj

     文件      55535  2009-09-04 15:26  数据库课设医院管理系统\DB\Debug\DialogDiagnMang.obj

     文件      16621  2009-09-04 13:32  数据库课设医院管理系统\DB\Debug\DialogDiagnoAdd.obj

     文件      16676  2009-09-04 13:32  数据库课设医院管理系统\DB\Debug\DialogDiagnoEdit.obj

     文件      49191  2009-09-04 16:05  数据库课设医院管理系统\DB\Debug\DialogDispenMang.obj

     文件      15147  2009-09-04 13:32  数据库课设医院管理系统\DB\Debug\DialogDoctorFlow.obj

     文件      15533  2009-09-04 13:32  数据库课设医院管理系统\DB\Debug\DialogDrugsOutStorage.obj

............此处省略74个文件信息

评论

共有 条评论