資源簡介
這個是用MFC做的,有關數據結構—課程設計——家譜樹管理系統的程序和代碼

代碼片段和文件信息
//?0807020218張朝政(家譜信息管理系統).cpp?:?Defines?the?class?behaviors?for?the?application.
//
#include?“stdafx.h“
#include?“0807020218張朝政(家譜信息管理系統).h“
#include?“FamilytreeDlg.h“
#include?“MainFrm.h“
#include?“0807020218張朝政(家譜信息管理系統)Doc.h“
#include?“0807020218張朝政(家譜信息管理系統)View.h“
#ifdef?_DEBUG
#define?new?DEBUG_NEW
#undef?THIS_FILE
static?char?THIS_FILE[]?=?__FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
//?CMy0807020218App
BEGIN_MESSAGE_MAP(CMy0807020218App?CWinApp)
//{{AFX_MSG_MAP(CMy0807020218App)
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()
/////////////////////////////////////////////////////////////////////////////
//?CMy0807020218App?construction
CMy0807020218App::CMy0807020218App()
{
//?TODO:?add?construction?code?here
//?Place?all?significant?initialization?in?InitInstance
}
/////////////////////////////////////////////////////////////////////////////
//?The?one?and?only?CMy0807020218App?object
CMy0807020218App?theApp;
/////////////////////////////////////////////////////////////////////////////
//?CMy0807020218App?initialization
/*BOOL?CMy0807020218App::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(CMy0807020218Doc)
RUNTIME_CLASS(CMainframe)???????//?main?SDI?frame?window
RUNTIME_CLASS(CMy0807020218View));
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))
retur
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件??????10115??2010-06-28?11:50??0807020218張朝政(家譜信息管理系統)——最終定稿\0807020218張朝政(家譜信息管理系統).clw
?????文件????????580??2010-06-22?07:54??0807020218張朝政(家譜信息管理系統)——最終定稿\0807020218張朝政(家譜信息管理系統).dsw
?????文件???????1496??2010-06-23?08:38??0807020218張朝政(家譜信息管理系統)——最終定稿\0807020218張朝政(家譜信息管理系統).h
?????文件????1041408??2010-06-28?11:50??0807020218張朝政(家譜信息管理系統)——最終定稿\0807020218張朝政(家譜信息管理系統).ncb
?????文件????????306??2010-06-28?11:50??0807020218張朝政(家譜信息管理系統)——最終定稿\0807020218張朝政(家譜信息管理系統).plg
?????文件???????1934??2010-06-22?07:54??0807020218張朝政(家譜信息管理系統)——最終定稿\0807020218張朝政(家譜信息管理系統)Doc.cpp
?????文件???????1559??2010-06-22?07:54??0807020218張朝政(家譜信息管理系統)——最終定稿\0807020218張朝政(家譜信息管理系統)Doc.h
?????文件???????3398??2010-06-23?14:57??0807020218張朝政(家譜信息管理系統)——最終定稿\0807020218張朝政(家譜信息管理系統)View.cpp
?????文件?????????74??2010-06-24?09:11??0807020218張朝政(家譜信息管理系統)——最終定稿\11
?????文件???????2537??2010-06-22?07:54??0807020218張朝政(家譜信息管理系統)——最終定稿\MainFrm.cpp
?????文件???????1581??2010-06-22?07:54??0807020218張朝政(家譜信息管理系統)——最終定稿\MainFrm.h
?????文件???????4863??2010-06-22?07:54??0807020218張朝政(家譜信息管理系統)——最終定稿\ReadMe.txt
?????文件????????238??2010-06-22?07:54??0807020218張朝政(家譜信息管理系統)——最終定稿\StdAfx.cpp
?????文件???????1054??2010-06-22?07:54??0807020218張朝政(家譜信息管理系統)——最終定稿\StdAfx.h
?????文件??????23146??2010-06-27?16:34??0807020218張朝政(家譜信息管理系統)——最終定稿\0807020218張朝政(家譜信息管理系統).rc
?????文件?????????47??2010-06-24?18:07??0807020218張朝政(家譜信息管理系統)——最終定稿\a
?????文件??????14452??2010-06-23?08:24??0807020218張朝政(家譜信息管理系統)——最終定稿\OperationFamilytree.cpp
?????文件?????????80??2010-06-24?18:07??0807020218張朝政(家譜信息管理系統)——最終定稿\aaa
?????文件????????355??2010-06-24?13:18??0807020218張朝政(家譜信息管理系統)——最終定稿\zcz
?????文件?????????49??2010-06-24?17:53??0807020218張朝政(家譜信息管理系統)——最終定稿\qq
?????文件????2452396??2010-06-28?08:52??0807020218張朝政(家譜信息管理系統)——最終定稿\0807020218張朝政(家譜信息管理系統).aps
?????文件?????????66??2010-06-25?15:02??0807020218張朝政(家譜信息管理系統)——最終定稿\1
?????文件??????51712??2010-06-28?11:50??0807020218張朝政(家譜信息管理系統)——最終定稿\0807020218張朝政(家譜信息管理系統).opt
?????文件???????4091??2010-06-24?09:05??0807020218張朝政(家譜信息管理系統)——最終定稿\AddInfoDlg.cpp
?????文件???????4356??2002-06-21?14:16??0807020218張朝政(家譜信息管理系統)——最終定稿\OperationFamilytree.h
?????文件??????34210??2010-06-27?12:41??0807020218張朝政(家譜信息管理系統)——最終定稿\FamilytreeDlg.cpp
?????文件???????1926??2010-06-23?14:23??0807020218張朝政(家譜信息管理系統)——最終定稿\0807020218張朝政(家譜信息管理系統)View.h
?????文件???????1577??2010-06-23?14:50??0807020218張朝政(家譜信息管理系統)——最終定稿\AddInfoDlg.h
?????文件???????1250??2010-06-23?20:28??0807020218張朝政(家譜信息管理系統)——最終定稿\BirthdayDlg.h
?????文件???????1780??2010-06-23?20:29??0807020218張朝政(家譜信息管理系統)——最終定稿\BirthdayDlg.cpp
............此處省略58個文件信息
評論
共有 條評論