drawform.clw

来自「VC经典换肤程序,很好使用」· CLW 代码 · 共 103 行

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

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

ClassCount=5
Class1=CDrawFormApp
Class2=CDrawFormDlg
Class3=CAboutDlg

ResourceCount=5
Resource1=IDD_ABOUTBOX
Resource2=IDR_MAINFRAME
Class4=CMyStatic
Resource3=IDD_DRAWFORM_DIALOG1
Resource4=IDD_DRAWFORM_DIALOG
Class5=CMyDlg
Resource5=IDD_MYDLG_DIALOG

[CLS:CDrawFormApp]
Type=0
HeaderFile=DrawForm.h
ImplementationFile=DrawForm.cpp
Filter=N

[CLS:CDrawFormDlg]
Type=0
HeaderFile=DrawFormDlg.h
ImplementationFile=DrawFormDlg.cpp
Filter=D
LastObject=CDrawFormDlg

[CLS:CAboutDlg]
Type=0
HeaderFile=DrawFormDlg.h
ImplementationFile=DrawFormDlg.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_DRAWFORM_DIALOG]
Type=1
Class=CDrawFormDlg
ControlCount=7
Control1=IDC_BUTTON1,button,1342242816
Control2=IDC_BUTTON2,button,1342242816
Control3=IDC_RESTOREBUTTON,button,1342242816
Control4=IDC_EDIT1,edit,1350631552
Control5=IDC_EDIT2,edit,1350631552
Control6=IDC_STATIC1,static,1342308363
Control7=IDC_STATIC2,static,1342308363

[CLS:CMyStatic]
Type=0
HeaderFile=MyStatic.h
ImplementationFile=MyStatic.cpp
BaseClass=CStatic
Filter=W
LastObject=CMyStatic

[DLG:IDD_DRAWFORM_DIALOG1]
Type=1
Class=?
ControlCount=6
Control1=IDC_BUTTON1,button,1342242816
Control2=IDC_EDIT1,edit,1350631552
Control3=IDC_EDIT2,edit,1350631552
Control4=IDC_STATIC1,static,1342308363
Control5=IDC_STATIC2,static,1342308363
Control6=IDC_BUTTON3,button,1342242816

[DLG:IDD_MYDLG_DIALOG]
Type=1
Class=CMyDlg
ControlCount=7
Control1=IDC_BUTTON1,button,1342242816
Control2=IDC_BUTTON2,button,1342242816
Control3=IDC_RESTOREBUTTON,button,1342242816
Control4=IDC_EDIT1,edit,1350631552
Control5=IDC_EDIT2,edit,1350631552
Control6=IDC_STATIC1,static,1342308352
Control7=IDC_STATIC2,static,1342308352

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

⌨️ 快捷键说明

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