资源简介

利用MFC复选框控件设计学生选课界面

资源截图

代码片段和文件信息

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

#include “stdafx.h“
#include “SetCheck.h“
#include “SetCheckDlg.h“

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

/////////////////////////////////////////////////////////////////////////////
// CSetCheckApp

BEGIN_MESSAGE_MAP(CSetCheckApp CWinApp)
//{{AFX_MSG_MAP(CSetCheckApp)
// NOTE - the ClassWizard will add and remove mapping macros here.
//    DO NOT EDIT what you see in these blocks of generated code!
//}}AFX_MSG
ON_COMMAND(ID_HELP CWinApp::onhelp)
END_MESSAGE_MAP()

/////////////////////////////////////////////////////////////////////////////
// CSetCheckApp construction

CSetCheckApp::CSetCheckApp()
{
// TODO: add construc

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2017-12-15 16:21  SetCheck\Backup\
     目录           0  2017-12-15 16:24  SetCheck\Debug\
     文件       60928  2017-12-15 16:24  SetCheck\Debug\SetCheck.exe
     文件        3350  2017-12-15 16:24  SetCheck\Debug\SetCheck.log
     文件       27545  2017-12-15 16:24  SetCheck\Debug\SetCheck.obj
     文件    27590656  2017-12-15 16:24  SetCheck\Debug\SetCheck.pch
     文件     5230592  2017-12-15 16:24  SetCheck\Debug\SetCheck.pdb
     文件        2664  2017-12-15 16:24  SetCheck\Debug\SetCheck.res
     目录           0  2017-12-15 16:24  SetCheck\Debug\SetCheck.tlog\
     文件        2478  2017-12-15 16:24  SetCheck\Debug\SetCheck.tlog\cl.command.1.tlog
     文件       37374  2017-12-15 16:24  SetCheck\Debug\SetCheck.tlog\CL.read.1.tlog
     文件        2202  2017-12-15 16:24  SetCheck\Debug\SetCheck.tlog\CL.write.1.tlog
     文件        1504  2017-12-15 16:24  SetCheck\Debug\SetCheck.tlog\link.command.1.tlog
     文件        5426  2017-12-15 16:24  SetCheck\Debug\SetCheck.tlog\link.read.1.tlog
     文件         912  2017-12-15 16:24  SetCheck\Debug\SetCheck.tlog\link.write.1.tlog
     文件         664  2017-12-15 16:24  SetCheck\Debug\SetCheck.tlog\rc.command.1.tlog
     文件        2682  2017-12-15 16:24  SetCheck\Debug\SetCheck.tlog\rc.read.1.tlog
     文件         294  2017-12-15 16:24  SetCheck\Debug\SetCheck.tlog\rc.write.1.tlog
     文件         239  2017-12-15 16:24  SetCheck\Debug\SetCheck.tlog\SetCheck.lastbuildstate
     文件       45702  2017-12-15 16:24  SetCheck\Debug\SetCheckDlg.obj
     文件      822741  2017-12-15 16:24  SetCheck\Debug\StdAfx.obj
     文件     1354752  2017-12-15 16:24  SetCheck\Debug\vc120.idb
     文件     3928064  2017-12-15 16:24  SetCheck\Debug\vc120.pdb
     文件      205824  2012-04-17 11:12  SetCheck\Debug\vc60.idb
     文件      364544  2012-04-17 11:03  SetCheck\Debug\vc60.pdb
     目录           0  2017-12-15 16:23  SetCheck\ipch\
     目录           0  2017-12-15 16:23  SetCheck\ipch\setcheck-afa80087\
     文件    74645504  2017-12-15 16:24  SetCheck\ipch\setcheck-afa80087\setcheck-9b014de0.ipch
     文件        3615  2008-04-16 15:29  SetCheck\ReadMe.txt
     目录           0  2012-05-07 15:26  SetCheck\res\
     文件        1078  2008-04-16 15:29  SetCheck\res\SetCheck.ico
............此处省略22个文件信息

评论

共有 条评论