home *** CD-ROM | disk | FTP | other *** search
/ BUG 12 / BUGCD1998_03.ISO / util / hmpro95 / demo95 / demo95.hpj < prev    next >
Encoding:
Microsoft Help compiler Project  |  1998-02-11  |  3.1 KB  |  82 lines

  1. ;Windows 95 Help Project File
  2. [OPTIONS]
  3. COMPRESS = 0
  4. DBCS = NO
  5. REPORT = YES
  6. LCID = 0x0409 0x0 0x0 ;English (United States)
  7. ERRORLOG = G:\HM95WEBD\DEMO95\DEMO95.ERR
  8. TITLE = WinHelp '95 Demo File
  9. MULTIKEY = M
  10.  
  11. [WINDOWS]
  12. main="WinHelp '95 Demo File",(222,100,701,823),30976,(255,255,225),(225,255,225),f2
  13. Glossary="Glossary",(750,70,468,875),0,(255,255,255),(192,192,192),f3
  14. TopicDem="Types of Help Topics",(500,100,423,823),256,(255,255,255),(255,255,225),f5
  15. secnobut="Secondary Window with No Button",(625,100,567,236),0,(225,255,255),(255,255,255),f7
  16. secbutt="Secondary Window with Buttons",(500,368,458,383),29440,(225,255,255),(255,255,225),f2
  17. swnosize="Secondary Window - No AutoSize",(70,100,479,823),256,(255,255,255),(225,255,255),1
  18. swsize="Secondary Window with AutoSize",(550,100,423,823),256,(255,255,255),(225,255,255),f3
  19. SecCalc="Sec Window with Calculator Btn",(500,100,423,823),8192,(128,255,255),(255,255,255),f2
  20.  
  21. [CONFIG]
  22. RegisterRoutine("user32.dll", "MessageBox", "USSU")
  23. RegisterRoutine("MMSYSTEM","sndPlaySound","Si")
  24. RegisterRoutine("MMSYSTEM","mciExecute","S")
  25. CreateButton("StopSound","StopSound","IfThen(IsMark(`MID000'),`mciExecute(`Close MID000'):DeleteMark(`MID000')')")
  26. mciExecute("Open DREAMING.MID alias MID000 type Sequencer")
  27. mciExecute("Play MID000")
  28. SaveMark("MID000")
  29. BrowseButtons()
  30.  
  31.  
  32. [CONFIG-TopicDem]
  33. CB("CloseTopic","Close","CloseWindow(`TopicDem')")
  34.  
  35. [CONFIG-swnosize]
  36. CB("close","Close","CloseWindow(`swnosize');CloseWindow(`swsize')")
  37.  
  38. [CONFIG-swsize]
  39. CB("Close","Close","CloseWindow(`swnosize');CloseWindow(`swsize')")
  40.  
  41. [CONFIG-SecCalc]
  42. CB("CalcBtn","Calculator","ExecFile(`calc.exe', 0)")
  43.  
  44. [FILES]
  45. G:\HM95WEBD\DEMO95\DEMO95.RTF
  46.  
  47. [MAP]
  48. Contents    1; Contents
  49. Introduction    2; Introduction
  50. Types_of_Help_Topics    3; Types of Help Topics
  51. Definition_Topic    10; Definition Topic
  52. Glossary    11; Glossary
  53. Whats_This_Topic    12; What's This? Topic
  54. Basic_Elements_of_Windows_Help    21; Basic Elements of Windows Help
  55. Help_Windows    22; Help Windows
  56. Screen_Layout    23; Screen Layout
  57. Hypertext_Links    24; Hypertext Links
  58. Graphics    25; Graphics
  59. Multimedia    26; Multimedia
  60. Browse_Sequences    27; Browse Sequences
  61. Advanced_Windows_95_Help    28; Advanced Windows 95 Help
  62. Macro_Programming    29; Macro Programming
  63. Buttons    30; Buttons
  64. Secondary_Window_without_button_bar    31; Secondary Window without button bar
  65. Secondary_Window_with_a_Button_Bar    32; Secondary Window with a Button Bar
  66. SecWinSizing    50; SecWinSizing
  67. Secondary_window_that_plays_a_wav_file_when_displayed    51; Secondary window that plays a wav file when displayed
  68. NonScrolling_Regions    52; NonScrolling Regions
  69. Formatting_Text    53; Formatting Text
  70. Special_Characters    54; Special Characters
  71. Formatting_Paragraphs    55; Formatting Paragraphs
  72. JumpKeywordOne    56; JumpKeywordOne
  73. JumpKeywordTwo    57; JumpKeywordTwo
  74. JumpAnotherTopic    58; JumpAnotherTopic
  75. MidTopic    59; MidTopic
  76. Hotspot_Graphics    60; Hotspot Graphics
  77. Area1    61; Area1
  78. Area2    62; Area2
  79. CustomButtonDemo    63; CustomButtonDemo
  80. StandardButtonDemo    64; Standard Button Demo
  81. calc_not_installed    65; calc not installed
  82.