资源简介
非常好的数据库设计,在SQL server平台下用VC++编写的电信收费系统的数据库课程设计,值得下载
代码片段和文件信息
// DatabaseCourseDesign.cpp : Defines the class behaviors for the application.
//
#include “stdafx.h“
#include “DatabaseCourseDesign.h“
#include “MainFrm.h“
#include “DatabaseCourseDesignDoc.h“
#include “DatabaseCourseDesignView.h“
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
// CDatabaseCourseDesignApp
BEGIN_MESSAGE_MAP(CDatabaseCourseDesignApp CWinApp)
//{{AFX_MSG_MAP(CDatabaseCourseDesignApp)
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()
/////////////////////////////////////////////////////////////////////////////
// CDatabaseCourseDesignApp construction
CDatabaseCourseDesignApp::CDatabaseCourseDesignApp()
{
// TODO: add construction code here
// Place all significant initialization in InitInstance
}
/////////////////////////////////////////////////////////////////////////////
// The one and only CDatabaseCourseDesignApp object
CDatabaseCourseDesignApp theApp;
/////////////////////////////////////////////////////////////////////////////
// CDatabaseCourseDesignApp initialization
BOOL CDatabaseCourseDesignApp::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(CDatabaseCourseDesignDoc)
RUNTIME_CLASS(CMainframe) // main SDI frame window
RUNTIME_CLASS(CDatabaseCourseDesignView));
AddDocTemplate(pDocTemplate);
// Parse command line for standard shell commands DDE file open
CCommandLineInfo cmdInfo;
ParseCommandLine(cmdInfo);
// Dispatch commands specified on the co
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 49416 2009-09-11 18:32 Databa
文件 6436 2009-09-11 18:39 Databa
文件 4461 2009-09-10 10:49 Databa
文件 5528 2009-09-11 18:43 Databa
文件 565 2009-09-10 10:53 Databa
文件 1510 2009-09-10 10:49 Databa
文件 82944 2009-09-11 18:43 Databa
文件 58880 2009-09-11 18:43 Databa
文件 1423 2009-09-11 18:42 Databa
文件 17467 2009-09-11 18:32 Databa
文件 2022 2009-09-10 10:49 Databa
文件 1629 2009-09-10 17:50 Databa
文件 3427 2009-09-10 10:53 Databa
文件 2420 2009-09-10 10:49 Databa
文件 147542 2009-09-11 18:42 Databa
文件 398576 2009-09-11 18:42 Databa
文件 24342 2009-09-11 18:33 Databa
文件 5875480 2009-09-11 17:07 Databa
文件 517120 2009-09-11 18:42 Databa
文件 10044 2009-09-11 18:32 Databa
文件 15868 2009-09-11 17:07 Databa
文件 22881 2009-09-11 17:07 Databa
文件 35736 2009-09-11 18:36 Databa
文件 20661 2009-09-11 17:07 Databa
文件 27940 2009-09-11 18:42 Databa
文件 108096 2009-09-11 17:07 Databa
文件 30520 2009-09-11 18:25 Databa
文件 29638 2009-09-11 18:10 Databa
文件 36180 2009-09-11 18:04 Databa
文件 238592 2009-09-11 18:42 Databa
............此处省略216个文件信息
评论
共有 条评论