123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102 |
- ; CLW file contains information for the MFC ClassWizard
- [General Info]
- Version=1
- LastClass=CCoolsb_mfctestView
- LastTemplate=CDialog
- NewFileInclude1=#include "stdafx.h"
- NewFileInclude2=#include "coolsb_mfctest.h"
- LastPage=0
- ClassCount=5
- Class1=CCoolsb_mfctestApp
- Class2=CAboutDlg
- Class3=CCoolsb_mfctestDoc
- Class4=CCoolsb_mfctestView
- Class5=CMainFrame
- ResourceCount=2
- Resource1=IDR_MAINFRAME (English (U.S.))
- Resource2=IDD_ABOUTBOX (English (U.S.))
- [CLS:CCoolsb_mfctestApp]
- Type=0
- BaseClass=CWinApp
- HeaderFile=coolsb_mfctest.h
- ImplementationFile=coolsb_mfctest.cpp
- [CLS:CAboutDlg]
- Type=0
- BaseClass=CDialog
- HeaderFile=coolsb_mfctest.cpp
- ImplementationFile=coolsb_mfctest.cpp
- LastObject=CAboutDlg
- [CLS:CCoolsb_mfctestDoc]
- Type=0
- BaseClass=CDocument
- HeaderFile=coolsb_mfctestDoc.h
- ImplementationFile=coolsb_mfctestDoc.cpp
- [CLS:CCoolsb_mfctestView]
- Type=0
- BaseClass=CView
- HeaderFile=coolsb_mfctestView.h
- ImplementationFile=coolsb_mfctestView.cpp
- Filter=C
- VirtualFilter=VWC
- LastObject=CCoolsb_mfctestView
- [CLS:CMainFrame]
- Type=0
- BaseClass=CFrameWnd
- HeaderFile=MainFrm.h
- ImplementationFile=MainFrm.cpp
- [DLG:IDD_ABOUTBOX]
- Type=1
- Class=CAboutDlg
- [MNU:IDR_MAINFRAME (English (U.S.))]
- Type=1
- Class=?
- Command1=ID_FILE_NEW
- Command2=ID_FILE_OPEN
- Command3=ID_FILE_SAVE
- Command4=ID_FILE_SAVE_AS
- Command5=ID_APP_EXIT
- Command6=ID_EDIT_UNDO
- Command7=ID_EDIT_CUT
- Command8=ID_EDIT_COPY
- Command9=ID_EDIT_PASTE
- Command10=ID_VIEW_STATUS_BAR
- Command11=ID_APP_ABOUT
- CommandCount=11
- [ACL:IDR_MAINFRAME (English (U.S.))]
- Type=1
- Class=?
- Command1=ID_FILE_NEW
- Command2=ID_FILE_OPEN
- Command3=ID_FILE_SAVE
- Command4=ID_EDIT_UNDO
- Command5=ID_EDIT_CUT
- Command6=ID_EDIT_COPY
- Command7=ID_EDIT_PASTE
- Command8=ID_EDIT_UNDO
- Command9=ID_EDIT_CUT
- Command10=ID_EDIT_COPY
- Command11=ID_EDIT_PASTE
- Command12=ID_NEXT_PANE
- Command13=ID_PREV_PANE
- CommandCount=13
- [DLG:IDD_ABOUTBOX (English (U.S.))]
- Type=1
- Class=?
- ControlCount=4
- Control1=IDC_STATIC,static,1342177283
- Control2=IDC_STATIC,static,1342308480
- Control3=IDC_STATIC,static,1342308352
- Control4=IDOK,button,1342373889
|