1.3 updates
This commit is contained in:
parent
72271ac2d8
commit
07195ed0c7
33 changed files with 1167 additions and 0 deletions
97
Help/Cb32.HPJ
Normal file
97
Help/Cb32.HPJ
Normal file
|
|
@ -0,0 +1,97 @@
|
|||
;* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
||||
; Help Project File for CB32
|
||||
;
|
||||
; This file is maintained by RoboHELP. Do not modify this file directly.
|
||||
;* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
||||
|
||||
|
||||
[OPTIONS]
|
||||
;* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
||||
; The Options section contains the following information:
|
||||
;
|
||||
; The optional BMROOT=entry sets the directories in which the Help Compiler
|
||||
; will look for graphics.
|
||||
;
|
||||
; The CONTENTS=tells WinHelp which topic contains the contents.
|
||||
;
|
||||
; The TITLE=is displayed in the Title Bar of WINHELP.EXE
|
||||
;
|
||||
; The BUILD=setting allows you to create different Help systems from
|
||||
; the same source file.
|
||||
;
|
||||
; The COMPRESS=option tells the Help Compiler how much to compress
|
||||
; the Help file.
|
||||
;* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
||||
;BMROOT=D:\RH95\CB32
|
||||
TITLE=ContactBook Help
|
||||
BUILD=WINDOWS
|
||||
NOTES=1
|
||||
|
||||
|
||||
OLDKEYPHRASE=NO
|
||||
OPTCDROM=0
|
||||
REPORT=YES
|
||||
;FORCEFONT=Helv
|
||||
COPYRIGHT=©1997 LCNSoft
|
||||
CONTENTS=Contents
|
||||
COMPRESS=12
|
||||
ERRORLOG=D:\RH95\CB32\Cb32.ERR
|
||||
BMROOT=D:\RH95\CB32
|
||||
[BUILDTAGS]
|
||||
;* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
||||
; The Build Tags section specifies to the Help Compiler the names
|
||||
; of all the valid build tags used in this Help project.
|
||||
;* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
||||
WINDOWS
|
||||
|
||||
|
||||
[CONFIG]
|
||||
;* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
||||
; The Config section defines macros which will run at startup.
|
||||
;* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
||||
|
||||
|
||||
|
||||
|
||||
[FILES]
|
||||
;* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
||||
; The Files section specifies the RTF files for a project.
|
||||
;* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
||||
|
||||
|
||||
CB32.RTF
|
||||
[ALIAS]
|
||||
;* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
||||
; The Alias section sets up aliases for Topic IDs in your Help system.
|
||||
;* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
||||
|
||||
|
||||
[MAP]
|
||||
;* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
||||
; The Map section specifies the project HH files.
|
||||
;* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
||||
|
||||
|
||||
#include <CB32.HH>
|
||||
[BITMAPS]
|
||||
;* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
||||
; The Bitmaps section specifies the referenced bitmaps used in
|
||||
; your help system.
|
||||
;* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
||||
|
||||
|
||||
[WINDOWS]
|
||||
;* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
||||
; The Windows section contains all of the information about the windows
|
||||
; in a Help project.
|
||||
;* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
||||
;Gloss="Glossary",(100,100,350,350),0,(255,255,255),(255,255,255)
|
||||
|
||||
|
||||
(w95sec)=,,20740,(r14745599),(r14745599),f2
|
||||
main="",(256,102,512,819),52996,,(255,255,255),f0
|
||||
[BAGGAGE]
|
||||
;* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
||||
; The Baggage section specifies any additional files.
|
||||
;* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
||||
|
||||
Reference in a new issue