home *** CD-ROM | disk | FTP | other *** search
/ Programmer Plus 2007 / Programmer-Plus-2007.iso / Programming / Microsoft Plateform / Visual Basic 5.0 / Msvb50.ace / msvb50 / MSVB50 / VB / WIZARDS / TEMPLATE / WIZARD.RC < prev    next >
Encoding:
Text File  |  1996-09-03  |  1.7 KB  |  53 lines

  1. STRINGTABLE DISCARDABLE
  2. BEGIN
  3.         //Wizard Caption
  4.         10         "Wizard Template"
  5.         15         "Wizard Template..."
  6.  
  7.         //Button Captions for Navigation Control:
  8.         100        "Help"
  9.         101        "Cancel"
  10.         102        "< &Back"
  11.         103        "&Next >"
  12.         104        "&Finish"
  13.  
  14.         //Intro Info:
  15.         1000       "Introduction"
  16.         1001       "The ??? Wizard will help you ..."
  17.         1002       "&Skip this screen in the future."
  18.  
  19.         //Other Step Control Captions:
  20.         2000       "Step 1"
  21.         2001       "Instructions for this step."
  22.         2002       "Step 2"
  23.         2003       "Instructions for this step."
  24.         2004       "Step 3"
  25.         2005       "Instructions for this step."
  26.         2006       "Step 4"
  27.         2007       "Instructions for this step."
  28.  
  29.  
  30.         //Finish Step:
  31.         3000       "Finished!"
  32.         3001       "The ??? Wizard is finished collecting information.\r\n\r\n_"
  33.         3002       "To build your ???, press Finish!"
  34.         3003       "Save current settings as default"
  35.  
  36.         //Confirmation dialog                                                         
  37.         10000       "??? Created"                               
  38.         10001       "The ??? has been created."
  39.         10002       "Don't show this dialog in the future."           
  40.         10003       "OK"                                              
  41.  
  42.         //Misc strings:
  43.         20000       "(None)"
  44.  
  45.         //Error messages:
  46.         30000       "Incomplete Data."
  47.         30001       "You must ... before you can continue."
  48.  
  49. END
  50.  
  51.  
  52. 5000    BITMAP     wizmenu.bmp
  53.