home *** CD-ROM | disk | FTP | other *** search
/ Corel Custom Photo / Corel_CustomPhoto_Disk1_1999.bin / Samples / QPROMPT.CFG < prev   
Text File  |  1999-01-26  |  5KB  |  146 lines

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