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

📄 newproj.inf

📁 c++系统开发实例精粹内附的80例源代码 环境:windows2000,c++6.0
💻 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


CHILDFRM.CPP	ChildFrm.cpp
CHILDFRM.H	ChildFrm.h
ROOT.CLW	$$root$$.clw
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
FORMVIEWTEST.CPP	FormViewTest.cpp
FORMVIEWTEST.H	FormViewTest.h
MAINFRM.CPP	MainFrm.cpp
MAINFRM.H	MainFrm.h
MYBARLEFT.CPP	MyBarLeft.cpp
MYBARLEFT.H	MyBarLeft.h
MYBARLEFTBOTTOM.CPP	MyBarLeftBottom.cpp
MYBARLEFTBOTTOM.H	MyBarLeftBottom.h
MYBARRIGHTBOTTOM.CPP	MyBarRightBottom.cpp
MYBARRIGHTBOTTOM.H	MyBarRightBottom.h
README.TXT	ReadMe.txt
=:CJ_LOGO.BMP	res\cj_logo.bmp
=:ROOT.ICO	res\$$root$$.ico
:ROOT.RC2	res\$$root$$.rc2
=:DOC.ICO	res\$$root$$Doc.ico
=:IL_CLASS.BMP	res\il_class.bmp
=:IL_FILE.BMP	res\il_file.bmp
=:IL_RSRC.BMP	res\il_rsrc.bmp
=:IL_TAB.BMP	res\il_tab.bmp
=:IMAGELIST.BMP	res\imagelist.bmp
=:TOOLBAR.BMP	res\Toolbar.bmp
RESOURCE.H	resource.h
RIGHTBAR.CPP	RightBar.cpp
RIGHTBAR.H	RightBar.h
STDAFX.CPP	StdAfx.cpp
STDAFX.H	StdAfx.h
TREEVIEWCLASS.CPP	TreeViewClass.cpp
TREEVIEWCLASS.H	TreeViewClass.h
TREEVIEWFILE.CPP	TreeViewFile.cpp
TREEVIEWFILE.H	TreeViewFile.h
TREEVIEWRESOURCE.CPP	TreeViewResource.cpp
TREEVIEWRESOURCE.H	TreeViewResource.h


⌨️ 快捷键说明

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