home *** CD-ROM | disk | FTP | other *** search
/ Programming Languages Suite / ProgramD2.iso / Visual Database / Visual Foxpro 6.0 (Ent. Edition) / Vf6ent Extractor.EXE / TOOLS / XSOURCE / XSOURCE.ZIP / vfpsource / wizards / Wzmail / mailui.h < prev    next >
Encoding:
Text File  |  1998-05-01  |  2.9 KB  |  82 lines

  1. *
  2. * Directives for Mail Merge Wizard UI
  3. *
  4.  
  5. * Localization strings for the Mail Merge Wizard UI
  6. *
  7. #define STEP1_LOC 'Step 1 - Select Fields'
  8. #define STEP2_LOC 'Step 2 - Choose Word Processor'
  9. #define STEP3_LOC 'Step 3 - Select Document Type'
  10. #define STEP4_LOC 'Step 4 - Choose Document Style'
  11. #define STEP5_LOC 'Step 5 - Finish'
  12.  
  13. #define HINT1_LOC ""
  14. #define HINT2_LOC ""
  15. #define HINT3_LOC ""
  16. #define HINT4_LOC ""
  17. #define HINT5_LOC ""
  18.  
  19. #define ERR_NOTDONE_LOC "Feature not implemented."
  20. #define c_OPENDOC_LOC "Choose a Document for your mail merge:"
  21. #define c_OPEN_LOC "Open:"
  22.  
  23. #define RPT_BMP1 'OPENTABL.BMP'
  24. #define RPT_BMP2 'MAILM2.BMP'
  25. #define RPT_BMP3 'MAILM3A.BMP'
  26. #define RPT_BMP4 'MAILM3B.BMP'
  27. #define RPT_BMP5 'MAILM4.BMP'
  28. #define RPT_BMP6 'FLAG.BMP'
  29.  
  30.  
  31.  
  32.  
  33. #define DESC1_LOC "Which fields do you want in your mail merge?" + CHR(13)+CHR(13)+ ;
  34.                   "Select a database or the Free Tables, select a table or view, and then select the fields you want."
  35.  
  36.  
  37. #define DESC2_LOC "Which word processor do you want to use?" +CHR(13)+CHR(13)+ ;
  38.                   "To use Microsoft Word, select that option. To use another " +;
  39.                   "word processor, select the text file option to create a file " +;
  40.                   "you can use for the mail merge."
  41.  
  42. #define DESC3_LOC "Do you want to create a new document to merge the information " +;
  43.                   "into, or do you already have an existing document." +CHR(13)+CHR(13)+ ;
  44.                   "To select an existing document, enter the name or click File."
  45.                   
  46. #define DESC4_LOC "Which type of main document do you want to create?"
  47.  
  48. #define DESC5_LOC "You are ready to start the mail merge." +CHR(13)+CHR(13)+ ;
  49.                   "To begin merging, click Finish."
  50.  
  51. * References into our pages
  52. #define PAGE_FIELDS   1
  53. #define PAGE_WORD     2
  54. #define PAGE_DOCUMENT 3
  55. #define PAGE_LAYOUT   4
  56. #define PAGE_FINISH   5
  57.  
  58.  
  59. #define FINISH_WORD_LOC "You are ready to start the mail merge." +CHR(13)+CHR(13)+ ;
  60.                   "To begin merging, click Finish."
  61. #define FINISH_TEXT_LOC "You are ready to start the mail merge." +CHR(13)+CHR(13)+ ;
  62.                   "To begin merging, click Finish."
  63.     
  64. * #define FINISH_WORD_LOC "You are now ready to start the mail merge."+CHR(13) + CHR(13) + ;
  65. *                        "Click Finish to launch Word and open your main document."
  66. * #define FINISH_TEXT_LOC "Click Finish to save your text file." + CHR(13) + CHR(13) + ;
  67. *                        "You can use this data in a mail merge."
  68.  
  69. #DEFINE ERR_NORECORDS_LOC        "Warning: The table you have selected is empty."
  70.  
  71. #define WORDPROC_WORD    1
  72. #define WORDPROC_TEXT    2
  73.  
  74. *- help codes
  75. #define HELP_wizMail_Merge_Wizard_Step_5     95825536
  76. #define HELP_wizMail_Merge_Wizard_Step_4     95825535
  77. #define HELP_wizMail_Merge_Wizard_Step_3     95825534
  78. #define HELP_wizMail_Merge_Wizard_Step_2     95825533
  79. #define HELP_wizMail_Merge_Wizard_Step_1     95825532
  80. #define HELP_wizMail_Merge_Wizard             95825531
  81.  
  82.