资源简介
数据结构大作业,关于航空管理系统,可订票退票,
管理航线,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编译器
相关资源
- 国际象棋的qt源代码
- C++中头文件与源文件的作用详解
- C++多线程网络编程Socket
- VC++ 多线程文件读写操作
- 利用C++哈希表的方法实现电话号码查
- 移木块游戏,可以自编自玩,vc6.0编写
- C++纯文字DOS超小RPG游戏
- VC++MFC小游戏实例教程(实例)+MFC类库
- 连铸温度场计算程序(C++)
- 6自由度机器人运动学正反解C++程序
- Em算法(使用C++编写)
- libstdc++-4.4.7-4.el6.i686.rpm
- VC++实现CMD命令执行与获得返回信息
- 白话C++(全)
- C++标准库第1、2
- 大数类c++大数类
- C++语言编写串口调试助手
- c++素数筛选法
- C++ mqtt 用法
- 商品库存管理系统 C++ MFC
- c++ 多功能计算器
- C++17 In Detail
- 嵌入式QtC++编程课件
- 颜色识别形状识别STM103嵌入式代码
- c++ 邮件多附件群发
- c++ 透明代理(hookproxy)
- mfc 调用redis
- FTP客户端源码(c++)
- c++ 画图(14Qt-XPS)
- c++多边形交并差运算
评论
共有 条评论