srms.clw

来自「采用vc++和sql server 2000结合的学生成绩信息管理系统」· CLW 代码 · 共 103 行

CLW
103
字号
; CLW file contains information for the MFC ClassWizard

[General Info]
Version=1
LastClass=CSRMSDlg
LastTemplate=CDialog
NewFileInclude1=#include "stdafx.h"
NewFileInclude2=#include "SRMS.h"

ClassCount=4
Class1=CSRMSApp
Class2=CSRMSDlg
Class3=CAboutDlg

ResourceCount=4
Resource1=IDD_SRMS_DIALOG
Resource2=IDR_MAINFRAME
Resource3=IDD_ABOUTBOX
Class4=CEditDlg
Resource4=IDD_DIALOG1

[CLS:CSRMSApp]
Type=0
HeaderFile=SRMS.h
ImplementationFile=SRMS.cpp
Filter=N

[CLS:CSRMSDlg]
Type=0
HeaderFile=SRMSDlg.h
ImplementationFile=SRMSDlg.cpp
Filter=D
BaseClass=CDialog
VirtualFilter=dWC
LastObject=CSRMSDlg

[CLS:CAboutDlg]
Type=0
HeaderFile=SRMSDlg.h
ImplementationFile=SRMSDlg.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_SRMS_DIALOG]
Type=1
Class=CSRMSDlg
ControlCount=18
Control1=IDCANCEL,button,1342242816
Control2=IDC_ADODC1,{67397AA3-7FB1-11D0-B148-00A0C922E820},1073741824
Control3=IDC_DATAGRID1,{CDE57A43-8B86-11D0-B3C6-00A0C90AEA82},1342242816
Control4=IDC_ALL,button,1342242816
Control5=IDC_ADD,button,1342242816
Control6=IDC_DEL,button,1342242816
Control7=IDC_FIND,button,1342242816
Control8=IDC_ORDER,button,1342242816
Control9=IDC_STATIC,button,1342177287
Control10=IDC_NAME,edit,1350631552
Control11=IDC_ID,edit,1350631552
Control12=IDC_STATIC,static,1342308352
Control13=IDC_STATIC,static,1342308352
Control14=IDC_RADIO_NAME,button,1342308361
Control15=IDC_RADIO_ID,button,1342177289
Control16=IDC_STATIC,button,1342177287
Control17=IDC_LIST,combobox,1344340226
Control18=IDC_STATIC,static,1342308352

[DLG:IDD_DIALOG1]
Type=1
Class=CEditDlg
ControlCount=14
Control1=IDOK,button,1342242817
Control2=IDCANCEL,button,1342242816
Control3=IDC_STATIC,static,1342308352
Control4=IDC_NAME,edit,1350631552
Control5=IDC_STATIC,static,1342308352
Control6=IDC_ID,edit,1350631552
Control7=IDC_STATIC,static,1342308352
Control8=IDC_sex,combobox,1344340226
Control9=IDC_STATIC,static,1342308352
Control10=IDC_math,edit,1350631552
Control11=IDC_STATIC,static,1342308352
Control12=IDC_computer,edit,1350631552
Control13=IDC_STATIC,static,1342308352
Control14=IDC_chinese,edit,1350631552

[CLS:CEditDlg]
Type=0
HeaderFile=EditDlg.h
ImplementationFile=EditDlg.cpp
BaseClass=CDialog
Filter=D
VirtualFilter=dWC
LastObject=IDC_sex

⌨️ 快捷键说明

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