Visual C++应用教程-源代码 本书在复习C++基础知识后

源代码在线查看: student.clw

软件大小: 1598 K
上传用户: a195767236
关键词: Visual 应用教程 基础知识 源代码
下载地址: 免注册下载 普通下载 VIP

相关代码

				; CLW file contains information for the MFC ClassWizard
				
				[General Info]
				Version=1
				LastClass=CStudentView
				LastTemplate=CDialog
				NewFileInclude1=#include "stdafx.h"
				NewFileInclude2=#include "Student.h"
				LastPage=0
				
				ClassCount=5
				Class1=CStudentApp
				Class2=CStudentDoc
				Class3=CStudentView
				Class4=CMainFrame
				
				ResourceCount=2
				Resource1=IDR_MAINFRAME
				Class5=CAboutDlg
				Resource2=IDD_ABOUTBOX
				
				[CLS:CStudentApp]
				Type=0
				HeaderFile=Student.h
				ImplementationFile=Student.cpp
				Filter=N
				
				[CLS:CStudentDoc]
				Type=0
				HeaderFile=StudentDoc.h
				ImplementationFile=StudentDoc.cpp
				Filter=N
				
				[CLS:CStudentView]
				Type=0
				HeaderFile=StudentView.h
				ImplementationFile=StudentView.cpp
				Filter=C
				BaseClass=CListView
				VirtualFilter=VWC
				LastObject=ID_TABLE_STUDENT
				
				
				[CLS:CMainFrame]
				Type=0
				HeaderFile=MainFrm.h
				ImplementationFile=MainFrm.cpp
				Filter=T
				LastObject=CMainFrame
				
				
				
				
				[CLS:CAboutDlg]
				Type=0
				HeaderFile=Student.cpp
				ImplementationFile=Student.cpp
				Filter=D
				
				[DLG:IDD_ABOUTBOX]
				Type=1
				Class=CAboutDlg
				ControlCount=4
				Control1=IDC_STATIC,static,1342177283
				Control2=IDC_STATIC,static,1342308480
				Control3=IDC_STATIC,static,1342308352
				Control4=IDOK,button,1342373889
				
				[MNU:IDR_MAINFRAME]
				Type=1
				Class=CMainFrame
				Command1=ID_TABLE_STUDENT
				Command2=ID_TABLE_COURSE
				Command3=ID_TABLE_SCORE
				Command4=ID_OP_ADD
				Command5=ID_OP_DEL
				Command6=ID_OP_EDIT
				Command7=ID_OP_SEEK
				Command8=ID_OP_STAT
				Command9=ID_APP_EXIT
				Command10=ID_VIEW_TOOLBAR
				Command11=ID_VIEW_STATUS_BAR
				Command12=ID_APP_ABOUT
				CommandCount=12
				
				[ACL:IDR_MAINFRAME]
				Type=1
				Class=CMainFrame
				Command1=ID_FILE_NEW
				Command2=ID_FILE_OPEN
				Command3=ID_FILE_SAVE
				Command4=ID_EDIT_UNDO
				Command5=ID_EDIT_CUT
				Command6=ID_EDIT_COPY
				Command7=ID_EDIT_PASTE
				Command8=ID_EDIT_UNDO
				Command9=ID_EDIT_CUT
				Command10=ID_EDIT_COPY
				Command11=ID_EDIT_PASTE
				Command12=ID_NEXT_PANE
				Command13=ID_PREV_PANE
				CommandCount=13
				
				[TB:IDR_MAINFRAME]
				Type=1
				Class=?
				Command1=ID_OP_ADD
				Command2=ID_OP_DEL
				Command3=ID_OP_EDIT
				Command4=ID_OP_SEEK
				Command5=ID_OP_STAT
				Command6=ID_APP_ABOUT
				CommandCount=6
				
							

相关资源