乘法模拟器.clw

来自「基于MFC框架」· CLW 代码 · 共 89 行

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

[General Info]
Version=1
LastClass=CMyDlg
LastTemplate=CDialog
NewFileInclude1=#include "stdafx.h"
NewFileInclude2=#include "乘法模拟器.h"

ClassCount=4
Class1=CMyApp
Class2=CMyDlg
Class3=CAboutDlg

ResourceCount=4
Resource1=IDD_ABOUTBOX
Resource2=IDR_MAINFRAME
Resource3=IDD_MY_DIALOG
Class4=CInstruction
Resource4=IDD_DIALOG1

[CLS:CMyApp]
Type=0
HeaderFile=乘法模拟器.h
ImplementationFile=乘法模拟器.cpp
Filter=N

[CLS:CMyDlg]
Type=0
HeaderFile=乘法模拟器Dlg.h
ImplementationFile=乘法模拟器Dlg.cpp
Filter=D
LastObject=IDC_INPUT_SECOND
BaseClass=CDialog
VirtualFilter=dWC

[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=13
Control1=IDC_STATIC,button,1342177287
Control2=IDC_STATIC,static,1342308865
Control3=IDC_STATIC,static,1342308865
Control4=IDC_STATIC,static,1342308865
Control5=IDC_INPUT_FIRST,edit,1350631554
Control6=IDC_INPUT_SECOND,edit,1350631554
Control7=IDC_STATIC,button,1342177287
Control8=IDC_BUTTON_OMULTIPLY,button,1342242816
Control9=IDC_BUTTON_BMULTIPLY,button,1342242816
Control10=IDC_STATIC,button,1342177287
Control11=IDC_RESULT,edit,1352734852
Control12=IDC_BUTTON_Instruction,button,1342242817
Control13=IDOK,button,1342242816

[DLG:IDD_DIALOG1]
Type=1
Class=CInstruction
ControlCount=6
Control1=IDC_STATIC,button,1342177287
Control2=IDC_STATIC,static,1342308352
Control3=IDC_STATIC,button,1342177287
Control4=IDC_STATIC,static,1342308352
Control5=IDC_STATIC,button,1342177287
Control6=IDC_STATIC,static,1342308352

[CLS:CInstruction]
Type=0
HeaderFile=Instruction.h
ImplementationFile=Instruction.cpp
BaseClass=CDialog
Filter=D
LastObject=CInstruction

⌨️ 快捷键说明

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