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

📄 newproj.inf

📁 Visual C++高级界面特效制作百例 本书通过100个实例全面讲述了应用Visual C++的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


+PropSheetTemplate.cpp	$$Root$$.cpp
PropSheetTemplate.h	$$Root$$.h
+stdafx.cpp	StdAfx.cpp
stdafx.h	StdAfx.h
+PropSheetTemplate.rc	$$Root$$.rc
resource.h	Resource.h
PropSheetTemplate.clw	$$Root$$.clw
+readme.txt	ReadMe.txt
+MainSheet.cpp	MainSheet.cpp
MainSheet.h	MainSheet.h

$$// Copy pages
$$BEGINLOOP(NUM_PAGES)
+Page.cpp	$$PAGE_FILE$$.cpp
Page.h	$$PAGE_FILE$$.h
$$ENDLOOP //NUM_PAGES

$$// Icon for the sheet
/res
=PropSheetTemplate.ico	res\$$Root$$.ico
=PropSheetTemplate.rc2	res\$$Root$$.rc2

$$// Bitmaps for the pages
$$BEGINLOOP(NUM_PAGES)
$$IF(BITMAP_PAGES)
=PageIcon.bmp	res\$$PAGE_FILE$$.bmp
$$ENDIF(BITMAP_PAGES)
$$ENDLOOP //NUM_PAGES

⌨️ 快捷键说明

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