newproj.inf
上传用户:apjinmao
上传日期:2007-01-02
资源大小:96k
文件大小:1k
源码类别:

PropertySheet

开发平台:

Visual C++

  1. $$// newproj.inf = template for list of template files
  2. $$//  format is 'sourceResName' t 'destFileName'
  3. $$//    The source res name may be preceded by any combination of '=', '+', and/or '*'
  4. $$//       '=' => the resource is binary
  5. $$//       '+' => the file should be added to the project
  6. $$//       '*' => bypass the custom AppWizard's resources when loading
  7. $$// if name starts with / => create new subdir
  8. +PropSheetTemplate.cpp $$Root$$.cpp
  9. PropSheetTemplate.h $$Root$$.h
  10. +stdafx.cpp StdAfx.cpp
  11. stdafx.h StdAfx.h
  12. +PropSheetTemplate.rc $$Root$$.rc
  13. resource.h Resource.h
  14. PropSheetTemplate.clw $$Root$$.clw
  15. +readme.txt ReadMe.txt
  16. +MainSheet.cpp MainSheet.cpp
  17. MainSheet.h MainSheet.h
  18. $$// Copy pages
  19. $$BEGINLOOP(NUM_PAGES)
  20. +Page.cpp $$PAGE_FILE$$.cpp
  21. Page.h $$PAGE_FILE$$.h
  22. $$ENDLOOP //NUM_PAGES
  23. $$// Icon for the sheet
  24. /res
  25. =PropSheetTemplate.ico res$$Root$$.ico
  26. =PropSheetTemplate.rc2 res$$Root$$.rc2
  27. $$// Bitmaps for the pages
  28. $$BEGINLOOP(NUM_PAGES)
  29. $$IF(BITMAP_PAGES)
  30. =PageIcon.bmp res$$PAGE_FILE$$.bmp
  31. $$ENDIF(BITMAP_PAGES)
  32. $$ENDLOOP //NUM_PAGES