📄 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 not be added to the project (all files are added to the project by default)
$$// '!' => the file should be marked exclude from build
$$// '?' => the file should be treated as a help file
$$// ':' => the file should be treated as a resource
$$// '#' => the file should be treated as a template (implies '!')
$$// '*' => bypass the custom AppWizard's resources when loading
$$// if name starts with / => create new subdir
/res
ROOT.CPP $$root$$.cpp
ROOT.H $$root$$.h
ROOT.RC $$root$$.rc
DOC.CPP $$root$$Doc.cpp
DOC.H $$root$$Doc.h
VIEW.CPP $$root$$View.cpp
VIEW.H $$root$$View.h
FILEVIEWBAR.CPP FileViewBar.cpp
FILEVIEWBAR.H FileViewBar.h
MAINCOMBO.CPP MainCombo.cpp
MAINCOMBO.H MainCombo.h
MAINFRM.CPP MainFrm.cpp
MAINFRM.H MainFrm.h
MAINREBAR.CPP MainRebar.cpp
MAINREBAR.H MainRebar.h
README.TXT ReadMe.txt
=:BACKGROUND.BMP res\background.bmp
=:CJ_LOGO.BMP res\cj_logo.bmp
=:ROOT.ICO res\$$root$$.ico
:ROOT.RC2 res\$$root$$.rc2
=:DOC.ICO res\$$root$$Doc.ico
=:TOOLBAR.BMP res\Toolbar.bmp
=:TOOLBAR1.BMP res\toolbar1.bmp
=:TOOLBAR_COLD.BMP res\Toolbar_Cold.bmp
=:TOOLBAR_HOT.BMP res\Toolbar_Hot.bmp
=VC6.AVI res\vc6.avi
RESOURCE.H resource.h
STDAFX.CPP StdAfx.cpp
STDAFX.H StdAfx.h
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -