home *** CD-ROM | disk | FTP | other *** search
/ Using Visual Basic 5 (Platinum Edition) / vb5.iso / Code / ch44 / WIZARD.RC < prev    next >
Encoding:
Text File  |  1997-07-05  |  2.0 KB  |  54 lines

  1. STRINGTABLE DISCARDABLE
  2. BEGIN
  3.         //Wizard Caption
  4.         10         "Pizza Wizard"
  5.         15         "Pizza Wizard..."
  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 Pizza Wizard will take you step-by-step through the order process.\r\n\r\nThe Wizard will ask a series of questions about how you like your pizza, and then your order will be prepared!"
  17.         1002       "&Skip this screen in the future."
  18.  
  19.         //Other Step Control Captions:
  20.         2000       "Step 1"
  21.         2001       "Enter your telephone number below:"
  22.         2002       "Step 2"
  23.         2003       "What size pizza would you like?"
  24.         2004       "Step 3"
  25.         2005       "Select a sauce and crust type."
  26.         2006       "Step 4"
  27.         2007       "Select your favorite meat and cheese toppings."
  28.         2008       "Step 5"
  29.         2009       "Select your favorite vegetable toppings."
  30.         2010       "Step 6"
  31.         2011       "Don't forget beverages and side orders to go with your pizza!"
  32.  
  33.  
  34.         //Finish Step:
  35.         3000       "Finished!"
  36.         3001       "The Pizza Wizard is finished collecting information.\r\n\r\nTo send your pizza order, press Finish!"
  37.         3003       "Save current settings as default"
  38.  
  39.         //Confirmation dialog                                                         
  40.         10000       "Order Created"                               
  41.         10001       "Your pizza order has been created."
  42.         10002       "Don't show this dialog in the future."           
  43.         10003       "OK"                                              
  44.  
  45.         //Misc strings:
  46.         20000       "(None)"
  47.  
  48.         //Error messages:
  49.         30000       "Incomplete Data."
  50.         30001       "You must enter required information before you can continue."
  51.  
  52. END
  53.  
  54.