home *** CD-ROM | disk | FTP | other *** search
/ C!T ROM 5 / ctrom5b.zip / ctrom5b / PROGRAM / WIN_HELP / HLPGUIDE / AUTHOR.HPJ < prev    next >
Text File  |  1995-04-27  |  5KB  |  139 lines

  1. ;* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
  2. ; Help Project File for AUTHOR 
  3. ;
  4. ;  You may edit this file.
  5. ;
  6. ;  It's probably best not to change the CONTENTS= value 
  7. ;  unless you rename the IDH_CONTENTS context string in 
  8. ;  the AUTHOR.DOC file.
  9. ;
  10.  
  11. [OPTIONS]
  12. ; The optional ROOT= entry sets the working directory for the Help Compiler 
  13. ; ROOT=C:\PROJECT
  14.  
  15. ; The optional BMROOT= entry sets forth the directories which the
  16. ; help compiler will search for bitmaps used in the Help system.
  17. ;
  18. ;BMROOT=C:\CONSULT\BLUESKY\AUTHOR
  19.  
  20. ; The CONTENTS= tells the help Engine which topic contains the contents 
  21. CONTENTS=IDH_CONTENTS
  22.  
  23. ; Title is Displayed in the Title Bar of WINHELP.EXE
  24.  
  25. ; The BUILD= setting allows complex Help systems which require
  26. ; different versions to use the same source.  This is similar to #ifdef's 
  27. ; in the 'C' language.  Everything to the right of the = sign in the 
  28. ; BUILD= statement is an EXPRESSION.  See the Help compiler 
  29. ; documentation for more information about build expressions.
  30. BUILD=WINDOWS
  31.  
  32. ; The Warning Level is used by the Help Compiler (HC.EXE)
  33. ; WARNING=1  - Only the most severe warnings are reported
  34. ; WARNING=2  - Intermediate Level of warnings
  35. ; WARNING=3  - Most stringent error reporting
  36. WARNING=3
  37.  
  38. ; The Compress option is used by the Help Compiler to make 
  39. ; smaller, faster loading .HLP files.  However, using compression
  40. ; increases Compile times.
  41. ; COMPRESS=YES, ON, OFF, NO, TRUE or FALSE
  42.  
  43.  
  44. OLDKEYPHRASE=FALSE
  45. REPORT=FALSE
  46. ICON=NEWS.ICO
  47. COPYRIGHT=Copyright ╕ 1991-1994 Blue Sky Software
  48. CITATION=Created with RoboHELP. Copyright 1991-1994 Blue Sky Software. All rights reserved.
  49. ERRORLOG=M:\ROBOHELP\DEMOS\AUTHOR\AUTHOR.ERR
  50. COMPRESS=FALSE
  51. OPTCDROM=TRUE
  52. TITLE=The Windows Help Style Guide
  53. [BUILDTAGS]
  54. ; The Build Tags section specifies to the Help Compiler the names
  55. ; of all the valid build tags used in this Help project.  The [BUILDTAGS]
  56. ; section is optional.
  57. WINDOWS
  58.  
  59.  
  60. [CONFIG]
  61. ; The config section allows you to define some macros which will be
  62. ; executed when the help system is first executed.
  63. ;
  64. ; The next line gives you browse buttons:
  65. ;
  66. BrowseButtons()
  67.  
  68. ;
  69. ; To create a glossary button which displays a list of defined terms
  70. ; in a secondary window, remove the semi colon at the start of the next
  71. ; line and do the same with the Glossary window in the [WINDOWS] section
  72. ;CreateButton("Glossary_Btn","&Glossary","JI(`bubble.hlp>Gloss',`IDH_Glossary')")
  73. ;
  74.  
  75.  
  76. [FILES]
  77. ; The files section is where you specify to the Help Compiler which
  78. ; Rich Text Format (.RTF) (your help source) files will be used in the
  79. ; Help system.  RoboHELP generates and maintains the main .RTF 
  80. ; file for your Help System.  If you desire to have multiple .RTF files,
  81. ; simply add the additonal names to the [FILES] section.
  82.  
  83. AUTHOR.RTF
  84. MACRO.RTF
  85. [ALIAS]
  86. ; The Alias  section allows you to set up aliases for context strings 
  87. ; in your help system.  
  88. ; Brief example:
  89. ;    IDH_UserID = IDH_RoboGenerated_Id
  90. ;    IDH_WMP_MenuID = IDH_RoboGenerated_Id
  91. ;    IDH_Any = IDH_AnyOther
  92.  
  93. [MAP]
  94. ; The Map Section is where the C language #defines are translated 
  95. ; or mapped into the Help System Context Strings.  Standard C syntax
  96. ; can be employed.  The .HH file is meant to be #include(d) into your 
  97. ; Windows application source code.
  98.  
  99. [BITMAPS]
  100. ; The [BITMAPS] section is where you list any Bitmaps which have
  101. ; been placed by reference in the Help System.  See the Help compiler
  102. ; documentation for more information about placing bitmaps.
  103. ; The [BITMAPS] section is not really required under Windows 3.1,
  104. ; with the advent of the BMROOT item in the [OPTIONS] section.
  105. ;FOO1.BMP
  106. ;FOO2.BMP
  107. ;C:\FOO\FOO3.BMP
  108. ;And So On
  109.  
  110. [WINDOWS]
  111. ; Windows Help can display help in one of 5 secondary windows.
  112. ; Before using a secondary window, the window must be defined
  113. ; in this section:
  114. ;Gloss = "Glossary",(100,100,350,350),0,(255,255,255),(255,255,255)
  115.  
  116. second="Secondary Window",(610,373,412,649),0,(255,255,255),(255,255,128)
  117. main=,(0,0,1023,1023),0,(255,255,255),(128,255,255)
  118. [BAGGAGE]
  119. ; The Baggage section allows the user to include files which
  120. ; will be placed in the internal file system for WinHelp.  
  121. ; Using files from Baggage is a little faster for CDROM, since
  122. ; the CDROM drive table does not need to be read from disk.
  123. ;
  124. ; Baggage files are referred to as regular bitmaps, except
  125. ; that you prefix the filename with '!'.
  126. ;
  127. ;    For Instance:
  128. ;       {bmc !bitmap.bmp} instead of {bmc bitmap.bmp}
  129. ;
  130.