资源简介
利用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\li
文件 5426 2017-12-15 16:24 SetCheck\Debug\SetCheck.tlog\li
文件 912 2017-12-15 16:24 SetCheck\Debug\SetCheck.tlog\li
文件 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个文件信息
- 上一篇:c++ 图像去雾算法
- 下一篇:FIR滤波器 C5000 DSP的实现
相关资源
- c++ 直线裁剪、画矩形等(graphics)
- 圆环纹理映射(c++项目)
- visual c++数字图像模式识别技术详解
- VC+MFC实现真实感图形(正方体+菊花)
- Qt5C++GUIProgrammingCookbook(PDF+源码)
- c++ 电子海图简单程序
- C++/Qt 期货数据获取
- c++ 实时获取光标处颜色(类似抓色器
- c++ 执行脚本的程序(一键安装全部卸
- 定时器 c++源码
- office 文档自动打印
- 7z sdk的C++封装
- 单片机与PC机串口通信的类程序
- c++ 压缩文件/解压缩文件 (亲测通过
- c++ 串口通信Demo源码(方便学习调试)
- 邓俊辉数据结构(C++版)第三版
- c++学生信息管理系统源码(数据保存
- 数据结构与算法C++版
- 算法竞赛入门经典(第2版)lrj紫书
- c++ 贪食蛇小游戏代码
- hotelcy大学餐厅的管理系统源码(附数
- 串口通信上位机开发(c++代码)
- c++ 远程开机
- stm32实现MODBUS-MODBUS做主站
- C 并发编程实战(C 11).[美]Anthony Wi
- C++标准程序库.pdf9931
- C++程序设计语言(特别版 十周年纪念
- c++并发编程
- VC++ 可视化计算器
- c++ 冒泡排序
评论
共有 条评论