home *** CD-ROM | disk | FTP | other *** search
/ distrib.akp.su/Programming/Vb-6+Rus/ / distrib.akp.su.tar / distrib.akp.su / Programming / Vb-6+Rus / COMMON / MSDEV98 / BIN / IDE / CUSTMWZ.AWX / TEMPLATE / CONFIRM.INF < prev    next >
Text File  |  1998-06-18  |  1KB  |  47 lines

  1. AppWizard will now create a custom AppWizard
  2. named "$$AW_TITLE$$".
  3.  
  4. Features:
  5. $$IF(CUSTOMTYPE_ZAP)
  6. $$IF(ZAP_FULL_PATH)
  7.  
  8.    + It will be based on the existing AppWizard project:
  9.         $$ZAP_FULL_PATH$$
  10.     and will create projects identical to "$$ZAP_SRC_PROJ$$",
  11.     except with differently named files, classes, etc.
  12. $$ELSE //!ZAP_FULL_PATH
  13.  
  14. You have chosen to generate a custom AppWizard based off
  15. of an unspecified project.  AppWizard will generate
  16. an empty, zero-step custom AppWizard.
  17. $$ENDIF //ZAP_FULL_PATH
  18. $$ELIF(CUSTOMTYPE_BASE)
  19.  
  20.    + It will create custom projects as determined by the
  21.     template files you add later
  22. $$ELIF(CUSTOMTYPE_SEQUENCE)
  23.  
  24.    + It will display the AppWizard dialogs for generating
  25. $$IF(APWZSEQ_DLL)
  26.     a dynamic link library
  27. $$ELSE
  28.     an application
  29. $$ENDIF //APWZSEQ_DLL
  30.  
  31.    + It will have its own copies of the corresponding AppWizard
  32.     code templates, which you are free to modify.  (If you wish
  33.     not to modify a particular code template, you may delete it
  34.     from your custom AppWizard's project, and AppWizard's copy
  35.     of the code template will automatically be used instead.)
  36. $$ENDIF //XYPTE_ZAP,CUSTOM,SEQUENCE
  37. $$IF(!CUSTOMTYPE_SEQUENCE)
  38.  
  39.    + Skeleton "Confirm.inf" and "NewProj.inf" template files
  40. $$IF(HAS_NEW_STEPS)
  41.  
  42.    + A starter RTF file for building a help file
  43. $$ENDIF //HAS_NEW_STEPS
  44. $$ENDIF //CUSTOMTYPE_SEQUENCE
  45.  
  46.    + It will have $$NUM_NEW_STEPS$$ custom step(s)
  47.