资源简介
数据结构大作业,关于航空管理系统,可订票退票,
管理航线,c++代码
代码片段和文件信息
// aboutDlg.cpp : 实现文件
//
#include “stdafx.h“
#include “flight.h“
#include “aboutDlg.h“
// aboutDlg 对话框
IMPLEMENT_DYNAMIC(aboutDlg CDialog)
aboutDlg::aboutDlg(CWnd* pParent /*=NULL*/)
: CDialog(aboutDlg::IDD pParent)
{
}
aboutDlg::~aboutDlg()
{
}
void aboutDlg::DoDataExchange(CDataExchange* pDX)
{
CDialog::DoDataExchange(pDX);
}
BEGIN_MESSAGE_MAP(aboutDlg CDialog)
ON_BN_CLICKED(IDC_BUTTON2 &aboutDlg::OnBnClickedButton2)
END_MESSAGE_MAP()
// aboutDlg 消息处理程序
void aboutDlg::OnBnClickedButton2()
{
// TODO: Add your control notification handler code here
CDialog::OnOK();
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 656 2009-06-10 20:30 flight\flight\aboutDlg.cpp
文件 430 2009-06-12 13:15 flight\flight\aboutDlg.h
文件 2527 2009-06-12 02:36 flight\flight\airline.cpp
文件 2080 2009-06-10 17:47 flight\flight\airline.h
文件 5459 2009-06-12 12:49 flight\flight\bookDlg.cpp
文件 609 2009-06-09 21:25 flight\flight\bookDlg.h
文件 353 2009-05-25 18:15 flight\flight\bookDlg.htm
文件 1 2006-11-20 00:11 flight\flight\ClassDiagram1.cd
文件 2173 2009-06-09 20:09 flight\flight\findDlg.cpp
文件 608 2009-05-26 06:14 flight\flight\findDlg.h
文件 1480756 2009-06-10 21:12 flight\flight\flight.aps
文件 1921 2009-06-10 16:52 flight\flight\flight.cpp
文件 447 2009-06-12 13:43 flight\flight\flight.h
文件 14221 2009-06-10 20:02 flight\flight\flight.rc
文件 7727 2009-06-10 20:02 flight\flight\flight.vcproj
文件 1409 2009-06-22 20:05 flight\flight\flight.vcproj.bao-PC.BAO.user
文件 1421 2009-06-10 15:42 flight\flight\flight.vcproj.cenqingbo-PC.Administrator.user
文件 1405 2009-05-26 15:54 flight\flight\flight.vcproj.k-PC.BAO.user
文件 24412 2009-06-10 21:13 flight\flight\flightDlg.cpp
文件 1271 2009-06-10 21:13 flight\flight\flightDlg.h
文件 636158 2009-06-10 00:38 flight\flight\gd.bmp
文件 806918 2009-06-10 16:28 flight\flight\logon.bmp
文件 2862 2009-06-10 19:52 flight\flight\logondlg.cpp
文件 625 2009-06-10 19:08 flight\flight\logondlg.h
文件 12132 2009-06-09 20:22 flight\flight\manageLine.cpp
文件 1067 2009-05-26 03:42 flight\flight\manageLine.h
文件 1424 2009-05-25 18:10 flight\flight\manageLine.htm
文件 0 2009-05-25 18:26 flight\flight\mangeLine.cpp
文件 0 2009-05-25 18:26 flight\flight\mangeLine.h
文件 1827 2009-06-10 19:01 flight\flight\odedlg.cpp
............此处省略28个文件信息
- 上一篇:VC6.0MFC聊天室
- 下一篇:MSVC编译器
相关资源
- 嵌入式QtC++编程课件
- 颜色识别形状识别STM103嵌入式代码
- c++ 邮件多附件群发
- c++ 透明代理(hookproxy)
- mfc 调用redis
- FTP客户端源码(c++)
- c++ 画图(14Qt-XPS)
- c++多边形交并差运算
- VC++基于OpenGL模拟的一个3维空间模型
- c++ 虚拟摄像头
- hook,捕获所有案件,查找所有窗口,
- C语言课设计算器
- c++ 简易贪吃蛇源码
- 高精度加法(c++代码)
- C++调用百度地图案例
- 北京化工大学计算方法(C/C++)讲义
- 基于VC++的SolidWorks二次开发SolidWorks
- c++ 模拟鼠标按键
- OFD编辑器
- Beginning C++17 From Novice to Professional
- C++ STL实现
- opencv手部轮廓识别以及轨迹识别
- 百度C++编码规范
- C++ sql2008 WebServer通讯.docx
- c++ 定时关机程序源码
- 基于VSCode和CMake实现C++开发
- c++语法查询工具
- c++ 账务系统源码
- GBT 28169-2011 嵌入式软件 C语言编码规范
- c++ 猜拳小游戏
评论
共有 条评论