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

PropertySheet

开发平台:

Visual C++

  1. Application type of $$SHEET_TITLE$$:
  2. $$IF(MODAL)
  3.     Modal property sheet based targeting:
  4. $$ELSE
  5.     Modeless property sheet based targeting:
  6. $$ENDIF //MODAL
  7.         +Win32
  8. Classes to be created:
  9.     Application: C$$Safe_root$$App in $$Root$$.h and $$Root$$.cpp
  10.     Main sheet:  CMainSheet in MainSheet.h and MainSheet.cpp
  11.     Pages:
  12. $$BEGINLOOP(NUM_PAGES)
  13.         +$$PAGE_CLASS$$ in $$PAGE_FILE$$.h and $$PAGE_FILE$$.cpp
  14. $$ENDLOOP //NUM_PAGES
  15. Features:
  16. $$IF(SMALL_PAGE)
  17.     + Small size pages
  18. $$ENDIF //SMALL_PAGE
  19. $$IF(MEDIUM_PAGE)
  20.     + Medium size pages
  21. $$ENDIF //MEDIUM_PAGE
  22. $$IF(LARGE_PAGE)
  23.     + Large size pages
  24. $$ENDIF //LARGE_PAGE
  25. $$IF(ABOUT_BOX)
  26.     + About box on system menu
  27. $$ENDIF //ABOUT_BOX
  28. $$IF(TOOLTIPS)
  29.     + Tooltips for the controls in the pages
  30. $$ENDIF //TOOLTIPS
  31. $$IF(STANDARD_BUTTONS)
  32.     + Has standard buttons (Ok, Cancel, Apply, Help)
  33. $$ENDIF //STANDARD_BUTTONS
  34. $$IF(MINIMIZEBOX)
  35.     + Minimize box
  36. $$ENDIF //MINIMIZEBOX
  37. $$IF(SEND_TO_TASKBAR)
  38.     + Minimizing sends the application to the system taskbar
  39. $$ENDIF //SEND_TO_TASKBAR
  40. $$IF(START_ON_TASKBAR)
  41.     + Application can start on the system taskbar
  42. $$ENDIF //START_ON_TASKBAR
  43. $$IF(MFCDLL)
  44.     + Uses shared DLL implementation (MFC4x.DLL)
  45. $$ENDIF //MFCDLL