home *** CD-ROM | disk | FTP | other *** search
/ Corel Print & Photo House / Corel_Print-PhotoHouse2_1996.bin / data / qprompt.cfg < prev    next >
Text File  |  1996-09-29  |  4KB  |  141 lines

  1. ; directions for using this file:
  2.  
  3. ; IMPORTANT:
  4. ; right now, the biggest number of prompt strings this file supports is 40
  5. ; this number is defined in CfgQuick.h; if you exceed that number, the default
  6. ; WILL NOT BE SAVED. you must recompile CfgQuick in order to change the maximum. 
  7.  
  8. ; the [defaults] section lists replaceable text as found in the CPH file,
  9. ; for instance, default_01 is <greeting> this marks where the greeting will go.
  10.  
  11. ; In the [labels] section is a matching prompt with the same number. This text 
  12. ; is shown on screen to prompt the user, the matching prompt for default_01 is label_01
  13. ; which causes the screen to show:
  14. ; "Type the text as you would like it to appear on the front of the card."
  15. ; whenever the program encounters <greeting> in a card.
  16.  
  17. ; The [userinfo] section is used to map information from the UserInfo.DAT file.
  18. ; in order to provide a default answer to the prompts - info_01 will supply
  19. ;    a default for label_01's question. an entry of 1 maps to user name as found in
  20. ; the user info file.  The mapping is as follows:
  21.  
  22. ; ENTRY        MAPS TO
  23. ; -----   -------
  24. ;          1        Name
  25. ;     2        Company
  26. ;     3        Title
  27. ;     4   Address
  28. ;     5   City
  29. ;     6   State/Province
  30. ;     7   Zip Code
  31. ;     8   Telephone
  32. ;     9   Fax
  33. ;    10   E-Mail
  34.  
  35.  
  36.  
  37. [labels]
  38. label_01=Type your greeting. It will be placed on the first page of your card.
  39. label_02=Type your headline text.
  40. label_03=Type the notice here as you would like it to appear on your sign.
  41. label_04=Type the text as you would like it to appear. It will be placed on the inside of the card.
  42. label_05=Type the text as you would like it to appear on the certificate.
  43. label_06=Type your message as you want it to appear on your postcard.
  44. label_07=Type the name of the person who will receive this.
  45. label_08=Type the name of the sender.
  46. label_09=Type the first signature you want to appear on the certificate.
  47. label_10=Type the second signature you want to appear on the certificate.
  48. label_11=Type the reason for the invitation.
  49. label_12=Type the date.
  50. label_13=Type where the event will take place.
  51. label_14=Type the name of the company.
  52. label_15=Type the name of the person.
  53. label_16=Type the job title.
  54. label_17=Type the street address.
  55. label_18=Type the city.
  56. label_19=Type the state/province.
  57. label_20=Type the zip/postal code.
  58. label_21=Type the country.
  59. label_22=Type the telephone number.
  60. label_23=Type the fax number.
  61. label_24=Type your email address. 
  62. label_25=Type your banner's message.
  63. label_26=Type the recipient's name.
  64. label_27=Type the recipient's company name.
  65. label_28=Type the recipient's street address.
  66. label_29=Type the recipient's city.
  67. label_30=Type the recipient's state/province.
  68. label_31=Type the recipient's zip/postal code.
  69. label_32=Type the recipient's country.
  70. label_33=Type the name of the recipe.
  71. label_34=Type the name of the restaurant.
  72. label_35=Type the heading of the menu e.g. Today's Special.
  73.  
  74.  
  75.  
  76.  
  77. [defaults]
  78. default_01=<greeting>
  79. default_02=<headline>
  80. default_03=<notice>
  81. default_04=<message>
  82. default_05=<text>
  83. default_06=<postcard>
  84. default_07=<recipient>
  85. default_08=<sender>
  86. default_09=<signature 1>
  87. default_10=<signature 2>
  88. default_11=<occasion>
  89. default_12=<date>
  90. default_13=<where>
  91. default_14=<company>
  92. default_15=<name>
  93. default_16=<title>
  94. default_17=<address>
  95. default_18=<city>
  96. default_19=<prov/st>
  97. default_20=<pc/zip>
  98. default_21=<country>
  99. default_22=<telephone>
  100. default_23=<fax>
  101. default_24=<internet>
  102. default_25=<banner>
  103. default_26=<attention>
  104. default_27=<bcompany>
  105. default_28=<baddress>
  106. default_29=<bcity>
  107. default_30=<bprov/st>
  108. default_31=<bpc/zip>
  109. default_32=<bcountry>
  110. default_33=<recipe>
  111. default_34=<rname>
  112. default_35=<heading>
  113.  
  114. ; ENTRY        MAPS TO
  115. ; -----   -------
  116. ;          1        Name
  117. ;     2        Company
  118. ;     3        Title
  119. ;     4   Address
  120. ;     5   City
  121. ;     6   State/Province
  122. ;     7   Zip Code
  123. ;     8   Telephone
  124. ;     9   Fax
  125. ;    10   E-Mail
  126.  
  127. [UserInfo]
  128. info_8=1
  129. info_9=1
  130. info_10=1
  131. info_14=2
  132. info_15=1
  133. info_16=3
  134. info_17=4
  135. info_18=5
  136. info_19=6
  137. info_20=7
  138. info_22=8
  139. info_23=9
  140. info_24=10
  141.