myfirst.vcc
来自「Wince权威指南之配套光盘」· VCC 代码 · 共 50 行
VCC
50 行
; CLW file contains information for the MFC ClassWizard
[General Info]
Version=1
LastClass=CMyFirstDlg
LastTemplate=CDialog
NewFileInclude1=#include "stdafx.h"
NewFileInclude2=#include "MyFirst.h"
ClassCount=3
Class1=CMyFirstApp
Class2=CMyFirstDlg
ResourceCount=4
Resource2=IDR_MAINFRAME
Resource3=IDD_MYFIRST_DIALOG
Resource4=IDD_MYFIRST_DIALOG (English (U.S.))
[CLS:CMyFirstApp]
Type=0
HeaderFile=MyFirst.h
ImplementationFile=MyFirst.cpp
Filter=N
[CLS:CMyFirstDlg]
Type=0
HeaderFile=MyFirstDlg.h
ImplementationFile=MyFirstDlg.cpp
Filter=D
BaseClass=CDialog
VirtualFilter=dWC
[DLG:IDD_MYFIRST_DIALOG]
Type=1
Class=CMyFirstDlg
ControlCount=3
Control1=IDC_STATIC,static,1342308352
Control2=IDC_BUTTON1,button,1342242816
Control3=IDC_EDIT1,edit,1350631552
[DLG:IDD_MYFIRST_DIALOG (English (U.S.))]
Type=1
Class=?
ControlCount=3
Control1=IDC_STATIC,static,1342308352
Control2=IDC_BUTTON1,button,1342242816
Control3=IDC_EDIT1,edit,1350631552
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?