用于完成一些基本的日常生活运算工作,可用于新手入门时的参考

源代码在线查看: 我的计算器 .clw

软件大小: 3787 K
上传用户: rentianchou
关键词: 运算
下载地址: 免注册下载 普通下载 VIP

相关代码

				; CLW file contains information for the MFC ClassWizard
				
				[General Info]
				Version=1
				LastClass=CMyDlg
				LastTemplate=CDialog
				NewFileInclude1=#include "stdafx.h"
				NewFileInclude2=#include "我的计算器 .h"
				
				ClassCount=3
				Class1=CMyApp
				Class2=CMyDlg
				Class3=CAboutDlg
				
				ResourceCount=4
				Resource1=IDD_ABOUTBOX
				Resource2=IDR_MAINFRAME
				Resource3=IDD_MY_DIALOG
				Resource4=IDR_MENU1
				
				[CLS:CMyApp]
				Type=0
				HeaderFile=我的计算器 .h
				ImplementationFile=我的计算器 .cpp
				Filter=N
				
				[CLS:CMyDlg]
				Type=0
				HeaderFile=我的计算器 Dlg.h
				ImplementationFile=我的计算器 Dlg.cpp
				Filter=D
				BaseClass=CDialog
				VirtualFilter=dWC
				LastObject=ID_MENUITEM32776
				
				[CLS:CAboutDlg]
				Type=0
				HeaderFile=我的计算器 Dlg.h
				ImplementationFile=我的计算器 Dlg.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_MY_DIALOG]
				Type=1
				Class=CMyDlg
				ControlCount=40
				Control1=IDOK,button,1342242816
				Control2=IDCANCEL,button,1342242816
				Control3=IDC_EDIT1,edit,1350631554
				Control4=IDC_EDIT2,edit,1350631553
				Control5=IDC_EDIT3,edit,1350631554
				Control6=IDC_STATIC,static,1342308352
				Control7=IDC_EDIT4,edit,1350631554
				Control8=IDC_BUTTON1,button,1342242816
				Control9=IDC_BUTTON2,button,1342242816
				Control10=IDC_BUTTON3,button,1342242816
				Control11=IDC_BUTTON4,button,1342242816
				Control12=IDC_BUTTON5,button,1342242816
				Control13=IDC_BUTTON6,button,1342242816
				Control14=IDC_BUTTON7,button,1342242816
				Control15=IDC_BUTTON8,button,1342242816
				Control16=IDC_BUTTON9,button,1342242816
				Control17=IDC_BUTTON10,button,1342242816
				Control18=IDC_BUTTON11,button,1342242816
				Control19=IDC_BUTTON12,button,1342242816
				Control20=IDC_BUTTON17,button,1342242816
				Control21=IDC_BUTTON18,button,1342242816
				Control22=IDC_BUTTON19,button,1342242816
				Control23=IDC_BUTTON20,button,1342242816
				Control24=IDC_BUTTON21,button,1342242816
				Control25=IDC_BUTTON22,button,1342242816
				Control26=IDC_STATIC,static,1342308864
				Control27=IDC_BUTTON13,button,1342242816
				Control28=IDC_BUTTON14,button,1342242816
				Control29=IDC_BUTTON15,button,1342242816
				Control30=IDC_BUTTON16,button,1342242816
				Control31=IDC_BUTTON23,button,1342242816
				Control32=IDC_BUTTON24,button,1342242816
				Control33=IDC_STATIC,static,1342308352
				Control34=IDC_EDIT5,edit,1350631553
				Control35=IDC_EDIT6,edit,1350631553
				Control36=IDC_STATIC,static,1342308352
				Control37=IDC_EDIT7,edit,1350631553
				Control38=IDC_EDIT8,edit,1350631553
				Control39=IDC_STATIC,static,1342308352
				Control40=IDC_STATIC,static,1342308352
				
				[MNU:IDR_MENU1]
				Type=1
				Class=CMyDlg
				Command1=ID_MENUITEM32775
				Command2=ID_MENUITEM32776
				Command3=ID_MENUITEM32778
				Command4=ID_MENUITEM32779
				Command5=ID_MENUITEM32780
				Command6=ID_MENUITEM32781
				Command7=ID_MENUITEM32793
				Command8=ID_MENUITEM32783
				Command9=ID_MENUITEM32785
				Command10=ID_MENUITEM32786
				Command11=ID_MENUITEM32787
				Command12=ID_MENUITEM32789
				Command13=ID_MENUITEM32790
				Command14=ID_MENUITEM32791
				Command15=ID_MENUITEM32792
				CommandCount=15
				
							

相关资源