⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 newproj.inf

📁 详细的MFC资料
💻 INF
字号:
$$// newproj.inf = template for list of template files
$$//  format is 'sourceResName' \t 'destFileName'
$$//    The source res name may be preceded by any combination of '=', '+', and/or '*'
$$//       '=' => the resource is binary
$$//       '+' => the file should be added to the project
$$//       '*' => bypass the custom AppWizard's resources when loading
$$//	if name starts with / => create new subdir



/res


ROOT.CLW	$$root$$.clw
+ROOT.CPP	$$root$$.cpp
ROOT.H	$$root$$.h
+ROOT.DEF	$$root$$.def
STDAFX.H	StdAfx.h
+STDAFX.CPP	StdAfx.cpp
RESOURCE.H	resource.h
+ROOT.RC	$$root$$.rc
ROOT.REG	$$root$$.reg
ICONHANDLER.H	IconHandler.h
+ICONHANDLER.CPP	IconHandler.cpp
=ICON1.ICO	icon1.ico
ROOT.RC2	res\$$root$$.rc2



⌨️ 快捷键说明

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