⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 course.clw

📁 使用DAO操作数据库 要运行程序必须将数据库文件course.mdb与可执行文件放在一起
💻 CLW
字号:
; CLW file contains information for the MFC ClassWizard

[General Info]
Version=1
LastClass=CCourseDlg
LastTemplate=CDaoRecordset
NewFileInclude1=#include "stdafx.h"
NewFileInclude2=#include "Course.h"

ClassCount=4
Class1=CCourseApp
Class2=CCourseDlg
Class3=CAboutDlg

ResourceCount=3
Resource1=IDD_ABOUTBOX
Resource2=IDR_MAINFRAME
Class4=MyCourse
Resource3=IDD_COURSE_DIALOG

[CLS:CCourseApp]
Type=0
HeaderFile=Course.h
ImplementationFile=Course.cpp
Filter=N

[CLS:CCourseDlg]
Type=0
HeaderFile=CourseDlg.h
ImplementationFile=CourseDlg.cpp
Filter=D
BaseClass=CDialog
VirtualFilter=dWC
LastObject=IDsave

[CLS:CAboutDlg]
Type=0
HeaderFile=CourseDlg.h
ImplementationFile=CourseDlg.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

[DLG:IDD_COURSE_DIALOG]
Type=1
Class=CCourseDlg
ControlCount=21
Control1=IDOK,button,1342242817
Control2=IDC_STATIC,static,1342308352
Control3=IDC_STATIC,static,1342308352
Control4=IDC_STATIC,static,1342308352
Control5=IDC_STATIC,static,1342308352
Control6=IDC_STATIC,static,1342308352
Control7=IDC_STATIC,button,1342177287
Control8=IDC_ID,edit,1350633600
Control9=IDC_NAME,edit,1350633600
Control10=IDC_TIME,edit,1350633600
Control11=IDC_MARK,edit,1350633600
Control12=IDC_TEACHER,edit,1350633600
Control13=IDedit,button,1342242817
Control14=IDdelete,button,1342242817
Control15=IDadd,button,1342242817
Control16=IDsave,button,1342242817
Control17=IDC_STATIC,button,1342177287
Control18=IDC_FIRST,button,1342242816
Control19=IDC_BEFORE,button,1342242816
Control20=NEXT,button,1342242816
Control21=IDC_LAST,button,1342242816

[CLS:MyCourse]
Type=0
HeaderFile=MyCourse.h
ImplementationFile=MyCourse.cpp
BaseClass=CDaoRecordset
Filter=N
VirtualFilter=x

[DB:MyCourse]
DB=1
DBType=DAO
ColumnCount=5
Column1=[CourseId], 4, 4
Column2=[CourseName], 12, 50
Column3=[CourseTime], 12, 50
Column4=[Mark], 4, 4
Column5=[Teacher], 12, 50

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -