“数据记录框设计”。编写一个列表框应用程序

源代码在线查看: text 04.clw

软件大小: 31 K
上传用户: huajunun
关键词: 数据记录 应用程序 编写
下载地址: 免注册下载 普通下载 VIP

相关代码

				; CLW file contains information for the MFC ClassWizard
				
				[General Info]
				Version=1
				LastClass=CText04Dlg
				LastTemplate=CDialog
				NewFileInclude1=#include "stdafx.h"
				NewFileInclude2=#include "text 04.h"
				
				ClassCount=3
				Class1=CText04App
				Class2=CText04Dlg
				Class3=CAboutDlg
				
				ResourceCount=3
				Resource1=IDD_ABOUTBOX
				Resource2=IDR_MAINFRAME
				Resource3=IDD_TEXT04_DIALOG
				
				[CLS:CText04App]
				Type=0
				HeaderFile=text 04.h
				ImplementationFile=text 04.cpp
				Filter=N
				
				[CLS:CText04Dlg]
				Type=0
				HeaderFile=text 04Dlg.h
				ImplementationFile=text 04Dlg.cpp
				Filter=D
				LastObject=IDC_BUTTON1
				BaseClass=CDialog
				VirtualFilter=dWC
				
				[CLS:CAboutDlg]
				Type=0
				HeaderFile=text 04Dlg.h
				ImplementationFile=text 04Dlg.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_TEXT04_DIALOG]
				Type=1
				Class=CText04Dlg
				ControlCount=18
				Control1=IDC_STATIC1,static,1342308865
				Control2=IDC_STATIC2,static,1342308865
				Control3=IDC_STATIC3,static,1342308865
				Control4=IDC_STATIC4,static,1342308865
				Control5=IDC_STATIC5,static,1342308865
				Control6=IDC_STATIC6,static,1342308865
				Control7=IDC_STATIC7,static,1342308865
				Control8=IDC_NAME,edit,1350631552
				Control9=IDC_SEX,edit,1350631552
				Control10=IDC_AGE,edit,1350631552
				Control11=IDC_TELE,edit,1350631552
				Control12=IDC_UNIT,edit,1350631552
				Control13=IDC_ADDR,edit,1350631552
				Control14=IDC_POSTC,edit,1350631552
				Control15=IDC_LIST1,listbox,1352728835
				Control16=IDC_BUTTON1,button,1342242816
				Control17=IDC_BUTTON2,button,1342242816
				Control18=IDC_BUTTON3,button,1342242816
				
							

相关资源