软件工程课程设计任务书——图书管理系统(10)
时间:2026-01-17
时间:2026-01-17
软件工程课程设计——
BEGIN_MESSAGE_MAP(CAboutDlg, CDialog) //{{AFX_MSG_MAP(CAboutDlg) // No message handlers //}}AFX_MSG_MAP END_MESSAGE_MAP()
// App command to run the dialog void CLibraryApp::OnAppAbout() { CAboutDlg aboutDlg; aboutDlg.DoModal(); }
///////////////////////////////////////////////////////////////////////////// // CLibraryApp message handlers
六、软件部分功能测试
读者登记
下一篇:第1章 网页制作基础