航空管理系统源代码c++


数据结构大作业,关于航空管理系统,可订票退票, 管理航线,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  flightflightaboutDlg.cpp

     文件        430  2009-06-12 13:15  flightflightaboutDlg.h

     文件       2527  2009-06-12 02:36  flightflightairline.cpp

     文件       2080  2009-06-10 17:47  flightflightairline.h

     文件       5459  2009-06-12 12:49  flightflightookDlg.cpp

     文件        609  2009-06-09 21:25  flightflightookDlg.h

     文件        353  2009-05-25 18:15  flightflightookDlg.htm

     文件          1  2006-11-20 00:11  flightflightClassDiagram1.cd

     文件       2173  2009-06-09 20:09  flightflightfindDlg.cpp

     文件        608  2009-05-26 06:14  flightflightfindDlg.h

     文件    1480756  2009-06-10 21:12  flightflightflight.aps

     文件       1921  2009-06-10 16:52  flightflightflight.cpp

     文件        447  2009-06-12 13:43  flightflightflight.h

     文件      14221  2009-06-10 20:02  flightflightflight.rc

     文件       7727  2009-06-10 20:02  flightflightflight.vcproj

     文件       1409  2009-06-22 20:05  flightflightflight.vcproj.bao-PC.BAO.user

     文件       1421  2009-06-10 15:42  flightflightflight.vcproj.cenqingbo-PC.Administrator.user

     文件       1405  2009-05-26 15:54  flightflightflight.vcproj.k-PC.BAO.user

     文件      24412  2009-06-10 21:13  flightflightflightDlg.cpp

     文件       1271  2009-06-10 21:13  flightflightflightDlg.h

     文件     636158  2009-06-10 00:38  flightflightgd.bmp

     文件     806918  2009-06-10 16:28  flightflightlogon.bmp

     文件       2862  2009-06-10 19:52  flightflightlogondlg.cpp

     文件        625  2009-06-10 19:08  flightflightlogondlg.h

     文件      12132  2009-06-09 20:22  flightflightmanageLine.cpp

     文件       1067  2009-05-26 03:42  flightflightmanageLine.h

     文件       1424  2009-05-25 18:10  flightflightmanageLine.htm

     文件          0  2009-05-25 18:26  flightflightmangeLine.cpp

     文件          0  2009-05-25 18:26  flightflightmangeLine.h

     文件       1827  2009-06-10 19:01  flightflightodedlg.cpp

............此处省略28个文件信息

版权声明:本文内容由互联网用户自发贡献,该文观点仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容, 请发送邮件举报,一经查实,本站将立刻删除。

发表评论

评论列表(条)