📄 newproj.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 + -