pymap9.clw

来自「九宫 为初次学习游戏编程的朋友提供参考」· CLW 代码 · 共 97 行

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

[General Info]
Version=1
LastClass=CMyDlg
LastTemplate=CStatic
NewFileInclude1=#include "stdafx.h"
NewFileInclude2=#include "pymap9.h"

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

ResourceCount=4
Resource1=IDD_MY_DIALOG
Resource2=IDR_MAINFRAME
Resource3=IDD_ABOUTBOX
Class4=CLinkText
Resource4=IDR_MAIN_MENU

[CLS:CMyApp]
Type=0
HeaderFile=pymap9.h
ImplementationFile=pymap9.cpp
Filter=N
LastObject=CMyApp

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

[CLS:CAboutDlg]
Type=0
HeaderFile=pymap9Dlg.h
ImplementationFile=pymap9Dlg.cpp
Filter=D
BaseClass=CDialog
VirtualFilter=dWC
LastObject=ID_MENU_BORDER

[DLG:IDD_ABOUTBOX]
Type=1
Class=CAboutDlg
ControlCount=7
Control1=IDC_STATIC,static,1342308480
Control2=IDC_STATIC,static,1342308352
Control3=IDOK,button,1342373889
Control4=IDC_QQ,edit,1342244992
Control5=IDC_EMAIL,edit,1342244992
Control6=IDC_STATIC,static,1342308352
Control7=IDC_STATIC,static,1342308352

[DLG:IDD_MY_DIALOG]
Type=1
Class=CMyDlg
ControlCount=7
Control1=IDC_STATIC,static,1342308352
Control2=IDC_STEP,static,1342308352
Control3=IDC_STATIC,static,1342308352
Control4=IDC_PP5,static,1342308352
Control5=IDC_STATIC,static,1342308352
Control6=IDC_STATIC,static,1342177283
Control7=IDC_STATIC,static,1342308352

[MNU:IDR_MAIN_MENU]
Type=1
Class=?
Command1=ID_MENU_BEGIN
Command2=ID_MENU_3
Command3=ID_MENU_4
Command4=ID_MENU_5
Command5=ID_MENU_6
Command6=ID_MENU_EXIT
Command7=ID_MENU_VIEW
Command8=ID_MENU_PERSON
Command9=ID_MENU_NUMBER
Command10=ID_MENU_OPEN
Command11=ID_MENU_BORDER
Command12=ID_MENU_ABOUT
CommandCount=12

[CLS:CLinkText]
Type=0
HeaderFile=LinkText.h
ImplementationFile=LinkText.cpp
BaseClass=CStatic
Filter=W
VirtualFilter=WC
LastObject=CLinkText

⌨️ 快捷键说明

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