home *** CD-ROM | disk | FTP | other *** search
/ Comptons Interactive Bible / ComptonsInteractiveBible-Win31-Mac.bin / win32 / cie.att < prev    next >
Text File  |  1996-10-14  |  22KB  |  606 lines

  1. ;;;  CIB97 Attribute database file -- updated September 1996 for CIB97
  2. ;;;
  3. ;;;  This file is used to specify:
  4. ;;;        rollover tool tip text
  5. ;;;             button audio help
  6. ;;;        button context sensitive text help
  7. ;;;        viewer pane audio help
  8. ;;;        button click sounds (specific and generic)
  9. ;;;
  10. ;;;  Some mumbo jumbo from Kris K. from CIE96:
  11. ;;;      The RegEx describing this file is:
  12. ;;;      {[PathToken][\.\*]}*[Attribute] : [^\n]*
  13. ;;;      Spaces :
  14. ;;;           1. Between path token (path1.   path2) are stripped out.
  15. ;;;           2. Inside a path token is maintained.
  16. ;;;
  17. ;;;  Syntax:
  18. ;;;
  19. ;;;    audio help:
  20. ;;;
  21. ;;;        generic control button:
  22. ;;;            [button bitmap name].HelpAudio: [help audio .wav file]
  23. ;;;                    or
  24. ;;;            [pane name]*[button bitmap name].HelpAudio: [help audio .wav file]
  25. ;;;
  26. ;;;        path bar button:
  27. ;;;            ZPathBar.[module name].HelpAudio: [help audio .wav file]
  28. ;;;        menu bar button:
  29. ;;;            ZMenuBar.[button bitmap name].HelpAudio: [help audio .wav file]
  30. ;;;        viewer pane / window
  31. ;;;            [pane name]*.HelpAudio: [help audio .wav file] ???????
  32. ;;;
  33. ;;;    rollover tool tip text:
  34. ;;;
  35. ;;;        generic control button:
  36. ;;;            [button bitmap name].HelpText: [rollover text]
  37. ;;;                    or
  38. ;;;            [pane name]*[button bitmap name].HelpText: [rollover text]
  39. ;;;
  40. ;;;        path bar button:
  41. ;;;            ZPathBar.[module name].HelpText: [rollover text]
  42. ;;;        menu bar button:
  43. ;;;            ZMenuBar.[button bitmap name].HelpText: [rollover text]
  44. ;;;        viewer pane / window
  45. ;;;            [pane name]*.HelpText: [rollover text] ???????
  46. ;;;
  47. ;;;
  48. ;;;    context sensititve text help
  49. ;;;
  50. ;;;        generic control button:                                    ????
  51. ;;;            [button bitmap name].HelpTopic: [.hlp file header]
  52. ;;;                    or
  53. ;;;            [pane name]*[button bitmap name].HelpTopic: [.hlp file header]
  54. ;;;
  55. ;;;        path bar button: ????
  56. ;;;            ZPathBar.[module name].HelpTopic: [.hlp file header]
  57. ;;;        menu bar button:     ????
  58. ;;;            ZMenuBar.[button bitmap name].HelpTopic: [.hlp file header]
  59. ;;;        viewer pane / window
  60. ;;;            [pane name]*.HelpTopic: [.hlp file header]
  61. ;;;
  62. ;;;    button click sounds
  63. ;;;
  64. ;;;        default button click on mousedown:
  65. ;;;            ClickSound: [.wav file]
  66. ;;;
  67. ;;;        default button click on mouseup:
  68. ;;;            Sound: [.wav file]
  69. ;;;
  70. ;;;        specific button click on mouseup:
  71. ;;;            ZPathBar.[module name].Sound: [.wav file]
  72. ;;;
  73. ;;;        group button click on mouseup:
  74. ;;;            ZMenuBar*Sound: [.wav file]
  75. ;;;
  76.  
  77. ;        *****************
  78. ;        DEFAULT BEHAVIORS
  79. ;        *****************
  80. ClickSound:                     clkinit.wav!
  81. Sound:                          clkother.wav!
  82.  
  83. ;        ****************
  84. ;        PATH BAR BUTTONS
  85. ;        ****************
  86.  
  87. ;        Menu button
  88. ZPathBar.menu.HintText:            See a list of additional features and tools
  89. ZPathBar.menu.HelpTopic:         Menu Bar
  90. ZPathBar.menu.Sound:             clkpmenb.wav
  91. ZPathBar.menu.ClickSound:
  92.  
  93. ;        Find button
  94. ZPathBar.contents.HintText:     Find specific content in Compton's Interactive Bible
  95. ZPathBar.contents.HelpTopic:     Find
  96. ZPathBar.contents.Sound:        clkpfind.wav
  97. ZPathBar.contents.ClickSound:
  98.  
  99. ;        Atlas
  100. ZPathBar.atlas.HintText:        View historical maps of Biblical events
  101. ZPathBar.atlas.HelpTopic:       Atlas
  102. ZPathBar.atlas.Sound:            clkpglob.wav
  103. ZPathBar.atlas.ClickSound:
  104.  
  105. ;        Timeline
  106. ZPathBar.timeline.HintText:     View timelines of events in Bible history
  107. ZPathBar.timeline.HelpTopic:     Timeline
  108. ZPathBar.timeline.Sound:        clkptime.wav
  109. ZPathBar.timeline.ClickSound:
  110.  
  111.  
  112. ;         Concordance
  113. ZPathBar.Concord.HintText:         Search for a listing of Biblical references
  114. ZPathBar.Concord.HelpTopic:     Concordance
  115. ZPathBar.Concord.Sound:         clkpconc.wav
  116. ZPathBar.Concord.ClickSound:
  117.  
  118. ;        Multimedia
  119. ZPathBar.multi.HintText:         View pictures and video.  Listen to sound and music.
  120. ZPathBar.multi.HelpTopic:         Multimedia
  121. ZPathBar.multi.Sound:            clkpmult.wav
  122. ZPathBar.multi.ClickSound:
  123.  
  124. ;        Reading Plans
  125. ZPathBar.reading.HintText:         Go to reading programs
  126. ZPathBar.reading.HelpTopic:     Reading Plans
  127. ZPathBar.reading.Sound:            clkpread.wav
  128. ZPathBar.reading.ClickSound:
  129.  
  130. ;        Presentations
  131. ZPathBar.present.HintText:         Create your own multimedia presentations
  132. ZPathBar.present.HelpTopic:     Presentations
  133. ZPathBar.present.Sound:            clkppres.wav
  134. ZPathBar.present.ClickSound:
  135.  
  136. ;        Online
  137. ZPathBar.online.HintText:       Connect to Compton's online
  138. ZPathBar.online.HelpTopic:         Online
  139. ZPathBar.online.Sound:            clkponln.wav
  140. ZPathBar.online.ClickSound:
  141.  
  142.  
  143. ;        ****************
  144. ;        MENU BAR BUTTONS
  145. ;        ****************
  146. ;
  147. ;        Default sound
  148. ;ZMenuBar*Sound:                clkmenub.wav            ;;; this sound does not exist -- dhk
  149. ZMenuBar*Sound:                    
  150.  
  151. ;        Topic Tree
  152. ZMenuBar.topictre.HintText:     Go to thematic and topical connections
  153. ZMenuBar.topictre.HelpTopic:     Topic Tree
  154.  
  155.  
  156. ;        Research History
  157. ZMenuBar.rsrchist.HintText:     View the list of places you've visited in Compton's Interactive Bible
  158. ZMenuBar.rsrchist.HelpTopic:     Research History
  159.  
  160. ;        Make Shortcut
  161. ZMenuBar.shrtcut.HintText:        Save your place in Compton's Interactive Bible on the Windows desktop
  162. ZMenuBar.shrtcut.HelpTopic:     Make Shortcut
  163.  
  164. ;         Bookmark List
  165. ZMenuBar.bkmklist.HintText:     View and organize the list of items you've bookmarked
  166. ZMenuBar.bkmklist.HelpTopic:     Bookmark List
  167.  
  168. ;        Dictionary/Thesaurus
  169. ZMenuBar.dictthes.HintText:     Look up words in the dictionary and thesaurus
  170. ZMenuBar.dictthes.HelpTopic:     Dictionary
  171.  
  172. ;        Guided Tour
  173. ZMenuBar.tourguid.HintText:     Take a tour of the features in Compton's Interactive Bible
  174. ZMenuBar.tourguid.HelpTopic:     Guided Tour
  175.  
  176. ;        Preferences
  177. ZMenuBar.prefs.HintText:        Customize features of Compton's Interactive Bible
  178. ZMenuBar.prefs.HelpTopic:         Preferences
  179.  
  180. ;        Views
  181. ZMenuBar.views.HintText:           Change the arrangement of the viewers on the screen
  182. ZMenuBar.views.HelpTopic:         Views
  183.  
  184.  
  185. ;        About CIB
  186. ZMenuBar.aboutbbl.HintText:     Learn about the people who helped make Compton's Interactive Bible
  187. ZMenuBar.aboutbbl.HelpTopic:     About CIB
  188.  
  189.  
  190.  
  191. ;    ******************
  192. ;    Status Bar Buttons
  193. ;    ******************
  194.  
  195. ;         Journal
  196. ZControlBar.sjournal.HintText:     Write notes, cut and paste selections from Compton's Interactive Bible
  197. ZControlBar.sjournal.HelpTopic: Command Buttons
  198. ZControlBar.sjournal.Sound:        click.wav
  199. ZControlBar.sjournal.ClickSound:    
  200.  
  201. ;        Find Verse
  202. ZControlBar.sfindvrs.HintText:     Quickly locate a verse in the NIV Bible
  203. ZControlBar.sfindvrs.HelpTopic: Command Buttons
  204. ZControlBar.sfindvrs.Sound:        click.wav
  205. ZControlBar.sfindvrs.ClickSound:    
  206.  
  207. ;        Back
  208. ZControlBar.sback.HintText:     Go back to the last place you visited
  209. ZControlBar.sback.HelpTopic:     Command Buttons
  210. ZControlBar.sback.Sound:        click.wav
  211. ZControlBar.sback.ClickSound:    
  212.  
  213.  
  214. ;        Exit
  215. ZControlBar.sexit.HintText:        Exit Compton's Interactive Bible
  216. ZControlBar.sexit.HelpTopic:     Command Buttons
  217. ZControlBar.sexit.Sound:        click.wav
  218. ZControlBar.sexit.ClickSound:        
  219.  
  220.  
  221. ;        Help
  222. ZControlBar.shelp.HintText:        Read the Help File
  223. ZControlBar.shelp.HelpTopic:     Command Buttons
  224. ZControlBar.shelp.Sound:        click.wav
  225. ZControlBar.shelp.ClickSound:        
  226.  
  227. ;    ************************
  228. ;    Viewer title bar buttons
  229. ;    ************************
  230.  
  231. close.HintText:                    Close this window
  232. close.HelpTopic:                Tableau & Viewers
  233.  
  234. full.HintText:                    Go to Full Screen
  235. full.HelpTopic:                    Tableau & Viewers
  236.  
  237. small.HintText:                    Return to Tableau
  238. small.HelpTopic:                Tableau & Viewers
  239.  
  240. ;    *******************************
  241. ;    Audio/visual control buttons
  242. ;    *******************************
  243. avfllrwd.HintText:                Rewind to beginning
  244. avfllrwd.HelpTopic:                Quick Help for the Multimedia Viewer
  245.  
  246. avfwd.HintText:                    Move forward
  247. avfwd.HelpTopic:                Quick Help for the Multimedia Viewer
  248.  
  249. ; used in ShowMaker, too
  250. avpause.HintText:                Pause playback
  251. avpause.HelpTopic:                Quick Help for the Multimedia Viewer
  252.  
  253. avplay.HintText:                Play item
  254. avplay.HelpTopic:                Quick Help for the Multimedia Viewer
  255.  
  256. avrwd.HintText:                    Move backward
  257. avrwd.HelpTopic:                Quick Help for the Multimedia Viewer
  258.  
  259. avstop.HintText:                Stop playback
  260. avstop.HelpTopic:                Quick Help for the Multimedia Viewer
  261.  
  262.  
  263. ;    *******************************
  264. ;    Miscellaneous chiclet buttons
  265. ;    *******************************
  266. pbclose.HintText:                Close this window
  267. pbclose.HelpTopic:                Tableau & Viewers
  268.  
  269. pbnext.HintText:                Display the next item of this kind
  270. pbnext.HelpTopic:                Tableau & Viewers
  271.  
  272. pbprev.HintText:                Display the previous item of this kind
  273. pbprev.HelpTopic:                Tableau & Viewers
  274.  
  275.  
  276. ;    *******************************
  277. ;    Article viewer
  278. ;    *******************************
  279. ArticleViewer*HelpTopic:        Article Viewer
  280.  
  281. ArticleViewer*pbnextbk.HintText:    Display the next book in the NIV Bible.
  282. ArticleViewer*pbnextbk.HelpTopic:    Quick Help for the Article Viewer
  283.  
  284. ArticleViewer*pbprevbk.HintText:    Display the previous book in the NIV Bible
  285. ArticleViewer*pbprevbk.HelpTopic:    Quick Help for the Article Viewer
  286.  
  287. ArticleViewer*pbnextch.HintText:    Display the next chapter in the NIV Bible
  288. ArticleViewer*pbnexcht.HelpTopic:    Quick Help for the Article Viewer
  289.  
  290. ArticleViewer*pbprevch.HintText:    Display the previous chapter in the NIV Bible
  291. ArticleViewer*pbprevch.HelpTopic:    Quick Help for the Article Viewer
  292.  
  293. ;    *******************************
  294. ;    media viewer -- don't know the distinction between this and MCI player, 8/2/96
  295. ;    *******************************
  296. Media*HelpTopic:                Multimedia Viewer
  297.  
  298. Media*pbnext.HintText:            Display the next fact in Compton's
  299. Media*pbnext.HelpTopic:            Quick Help for the Multimedia Viewer
  300.  
  301. Media*pbprev.HintText:            Display the previous fact in Compton's
  302. Media*pbprev.HelpTopic:            Quick Help for the Multimedia Viewer
  303.  
  304. ;    *******************************
  305. ;    MCI viewer
  306. ;    *******************************
  307. Media*MciPlayerWindow*HelpTopic:            Multimedia Viewer
  308.  
  309. Media*MciPlayerWindow*avfllrwd.HintText:    Rewind to beginning
  310. Media*MciPlayerWindow*avfllrwd.HelpTopic:    Quick Help for the Multimedia Viewer
  311.  
  312. Media*MciPlayerWindow*avfwd.HintText:        Move forward
  313. Media*MciPlayerWindow*avfwd.HelpTopic:        Quick Help for the Multimedia Viewer
  314.  
  315. Media*MciPlayerWindow*avplay.HintText:      Play item
  316. Media*MciPlayerWindow*avplay.HelpTopic:        Quick Help for the Multimedia Viewer
  317.  
  318. Media*MciPlayerWindow*avrwd.HintText:        Move backward
  319. Media*MciPlayerWindow*avrwd.HelpTopic:        Quick Help for the Multimedia Viewer
  320.  
  321. Media*MciPlayerWindow*avstop.HintText:      Stop playback
  322. Media*MciPlayerWindow*avstop.HelpTopic:        Quick Help for the Multimedia Viewer
  323.  
  324. ;    *******************************
  325. ;    Picture viewer
  326. ;    *******************************
  327. Media*PictureWindow*HelpTopic:                Multimedia Viewer
  328.  
  329. ;    *******************************
  330. ;    Table viewer
  331. ;    *******************************
  332. Media*TableWindow*HelpTopic:                Multimedia Viewer
  333.  
  334. ;    *******************************
  335. ;    Article Outline
  336. ;    *******************************
  337. ArticleOutline*HelpTopic:                     Quick Help for the Article Viewer
  338.  
  339. ;       *******************************
  340. ;       Find
  341. ;       *******************************
  342. FindWindow for Find Acme*HelpTopic:            Find
  343.  
  344. ;     Table of Contents pane
  345. Contents Window for Acme Find*HelpTopic:    Quick Help for Find
  346.  
  347. ;    Search pane
  348. Search Window for Acme Find*HelpTopic:        Quick Help for Find
  349.  
  350. ;    Search buttons
  351. advsrch.HintText:        Build an advanced search using Boolean and other operators
  352. advsrch.HelpTopic:        Advanced Search Options
  353.  
  354. snivlrg.HintText:        Select to include the NIV text in search
  355. snivsml.HintText:        Select to include the NIV text in search
  356.  
  357. sexplrg.HintText:        Select to include Expert texts in search
  358. sexpsml.HintText:        Select to include Expert texts in search
  359.  
  360. sinslrg.HintText:        Select to include Inspirational texts in search
  361. sinssml.HintText:        Select to include Inspirational texts in search
  362.  
  363. stoplrg.HintText:        Select to include the Topical Bible in search
  364. stopsml.HintText:        Select to include the Topical Bible in search
  365.  
  366. sdiclrg.HintText:        Select to include the Dictionary of the Bible in search
  367. sdicsml.HintText:        Select to include the Dictionary of the Bible in search
  368.  
  369. smedlrg.HintText:        Select to include multimedia in search
  370. smedsml.HintText:        Select to include multimedia in search
  371.  
  372. slookin.HintText:        Choose the types of media included in search
  373.  
  374. ssrchsml.HintText:        Begin search on topic or question
  375.  
  376.  
  377. ;    "Look in" media dialog buttons
  378.  
  379. sall.HintText:            Select all for search
  380. snone.HintText:            Un-select all for search
  381. snivbox.HintText:        Check to include the NIV text in search
  382. sexpbox.HintText:        Check to include Expert texts in search
  383. sinsbox.HintText:        Check to include Inspirational texts in search
  384. stopbox.HintText:        Check to include the Topical Bible in search
  385. sdicbox.HintText:        Check to include the Dictionary of the Bible in search
  386. smedbox.HintText:        Check to include multimedia in search
  387.  
  388. sok.HintText:            Accept these settings
  389. scancel.HintText:        Close this window and return to basic search screen
  390.  
  391. ;       Advanced Search Dialog Buttons
  392. sadd.HintText:            Add current search phrase to end of query
  393. sclear.HintText:        Clear all items in query and start over
  394. sdelete.HintText:        Remove the highlighted line from the query
  395. sinsert.HintText:        Insert the current search phrase in the query
  396. sreplace.HintText:        Replace the highlighted line in the query with the current search phrase
  397. ssrchlrg.HintText:        Begin search with the specified query
  398.  
  399. ;    *******************************
  400. ;    Topic Tree
  401. ;   *******************************
  402. TopicTreeWindow*HelpTopic:        Quick Help for Topic Tree
  403.  
  404. ;    *******************************
  405. ;    Reading Plans
  406. ;   *******************************
  407. ZControlBar.name.HintText:     Personalize reading plans
  408. ZControlBar.name.HelpTopic: Reading Plans 
  409.  
  410. ZControlBar.select.HintText:     Select plan
  411. ZControlBar.select.HelpTopic: Reading Plans 
  412.  
  413. ;    ******************
  414. ;    Presentations
  415. ;    ******************
  416. ;
  417. ;    Main screen
  418. ShowRoomWindow*HelpTopic:            Quick Help for Presentations
  419.  
  420. ShowRoomWindow*ersamscr.HintText:    Open sample shows
  421. ShowRoomWindow*ersamscr.HelpTopic:    Quick Help for Presentations
  422.  
  423. ShowRoomWindow*ertutor.HintText:    Start the Presentations tutorial
  424. ShowRoomWinodw*ertutor.HelpTopic:    Quick Help for Presentations
  425.  
  426. ShowRoomWindow*erplyful.HintText:    Play show in Full Screen
  427. ShowRoomWindow*erplyful.HelpTopic:    Quick Help for Presentations
  428.  
  429. ShowRoomWindow*erclose.HintText:    Close Presentations and return to Compton's Interactive Bible
  430. ShowRoomWindow*erclose.HelpTopic:    Quick Help for Presentations
  431.  
  432. ;     Building Blocks window
  433. ShowRoomWindow*ZBookmarkPanel*ListBox.HelpTopic:    Building Blocks Viewer
  434.  
  435. ; Select media button
  436. ShowRoomWindow*ZBookmarkPanel*erbkmrks.HintText:    Select a type of media or bookmark list to display
  437. ShowRoomWindow*ZBookMarkPanel*erbkmrks.HelpTopic:   Building Blocks Viewer
  438.  
  439. ; Select media button? Eliminate one of these ^
  440. ShowRoomWindow*ZBookmarkPanel*erencont.HintText:    Select a type of media or bookmark list to display
  441. ShowRoomWindow*ZBookmarkPanel*erencont.HelpTopic:    Building Blocks Viewer
  442.  
  443. ShowRoomWindow*ZBookmarkPanel*eraddscr.HintText:    Add the selected item to the script
  444. ShowRoomWindow*ZBookmarkPanel*eraddscr.HelpTopic:    Building Blocks Viewer
  445.  
  446. ;    Full screen play back buttons
  447. ShowRoomWindow*avfllrwd.HintText:        Rewind to beginning of show script
  448. ShowRoomWindow*avfllrwd.HelpTopic:        Viewing a Presentation
  449.  
  450. ShowRoomWindow*avstpfwd.HintText:        Move forward one item in the show script
  451. ShowRoomWindow*avstpfwd.HelpTopic:        Viewing a Presentation
  452.  
  453. ShowRoomWindow*avstprwd.HintText:        Move back one item in the show script
  454. ShowRoomWindow*avstprwd.HelpTopic:        Viewing a Presentation
  455.  
  456. ShowRoomWindow*avpause.HintText:        Stop the show
  457. ShowRoomWindow*avpause.HelpTopic:        Viewing a Presentation
  458.  
  459. ShowRoomWindow*avplay.HintText:            Play show script
  460. ShowRoomWindow*avplay.HelpTopic:        Viewing a Presentation
  461.  
  462. ShowRoomWindow*erclosep.HintText:        Close the playback window and return to main Presentations screen
  463. ShowRoomWindow*erclosep.HelpTopic:        Viewing a Presentation
  464.  
  465. ;     Preview panel
  466. ShowRoomWindow*ZPreviewPanel*avplay.HintText:    Play item in preview window
  467. ShowRoomWindow*ZPreviewPanel*avplay.HelpTopic:    Building Blocks Viewer
  468.  
  469. ShowRoomWindow*ZPreviewPanel*avstop.HintText:    Stop item in preview window
  470. ShowRoomWindow*ZPreviewPanel*avstop.HelpTopic:    Building Blocks Viewer
  471.  
  472. ShowRoomWindow*ZPreviewPanel*avfwd.HintText:    Move forward
  473. ShowRoomWindow*ZPreviewPanel*avfwd.HelpTopic:    Building Blocks Viewer
  474.  
  475. ShowRoomWindow*ZPreviewPanel*avrwd.HintText:    Move backward
  476. ShowRoomWindow*ZPreviewPanel*avrwd.HelpTopic:    Building Blocks Viewer
  477.  
  478. ;    Script Edit Panel
  479. ShowRoomWindow*ZScriptEditPanel*ListBox.HelpTopic:    Show Script Viewer
  480.  
  481. ShowRoomWindow*ZScriptEditPanel*ertitle.HintText:    Create a title screen
  482. ShowRoomWindow*ZScriptEditPanel*ertitle.HelpTopic:    TitleMaker
  483.  
  484. ShowRoomWindow*ZScriptEditPanel*ertiming.HintText:  Set timing for item
  485. ShowRoomWindow*ZScriptEditPanel*ertiming.HelpTopic:    Timing
  486.  
  487. ShowRoomWindow*ZScriptEditPanel*eredit.HintText:    Edit the selected item
  488. ShowRoomWindow*ZScriptEditPanel*eredit.HelpTopic:    Show Script Viewer
  489.  
  490. ShowRoomWindow*ZScriptEditPanel*ernarrat.HintText:  Add or record a narration
  491. ShowRoomWindow*ZScriptEditPanel*ernarrat.HelpTopic:    Sounds and Narration
  492.  
  493. ShowRoomWindow*ZScriptEditPanel*erpict.HintText:    Add a picture from outside the program
  494. ShowRoomWindow*ZScriptEditPanel*erpict.HelpTopic:    Pictures from Other Sources
  495.  
  496. ShowRoomWindow*ZScriptEditPanel*erremove.HintText:  Remove selected item from the script
  497. ShowRoomWindow*ZScriptEditPanel*erremove.HelpTopic:    Show Script Viewer
  498.  
  499. ShowRoomWindow*ZScriptEditPanel*edmovedn.HintText:  Move selected item down in the script
  500. ShowRoomWindow*ZScriptEditPanel*edmovedn.HelpTopic:    Show Script Viewer
  501.  
  502. ShowRoomWindow*ZScriptEditPanel*edmoveup.HintText:  Move selected item up in the script
  503. ShowRoomWindow*ZScriptEditPanel*edmoveup.HelpTopic:    Show Script Viewer
  504.  
  505. ; this should be a Windows button
  506. ;ShowRoomWindow*pbrecord.HintText:                    Start recording narration
  507. ;ShowRoomWindow*pbrecord.HelpTopic:
  508.  
  509. ;    *******************************
  510. ;    Online screens
  511. ;       *******************************
  512. ; these are all modal, so no audio or text help available
  513.  
  514. ; OnlineWelcomeWindow*HelpTopic:
  515.  
  516. OnlineWelcomeWindow*animphon.HintText:        Display tips and information about the online world
  517. OnlineWelcomeWindow*onupdate.HintText:        Download and merge monthly updates to Compton's
  518. OnlineWelcomeWindow*onlnch.HintText:        Launch currently selected online service
  519. OnlineWelcomeWindow*onsettng.HintText:        Change the online service
  520. OnlineWelcomeWindow*onhelp.HintText:        Get help in using online feature
  521. OnlineWelcomeWindow*oncncl.HintText:        Close this window and return to Compton's Interactive Bible
  522.  
  523. OnlineTipsWindow*onlninet.HintText:            Display tips about the Internet
  524. OnlineTipsWindow*onlnwww.HintText:            Display tips about the World Wide Web
  525. OnlineTipsWindow*onlnbbs.HintText:            Display tips about bulletin board services
  526. OnlineTipsWindow*onlnchat.HintText:            Display tips about chatting online
  527. OnlineTipsWindow*onlnrsch.HintText:            Display tips about researching online
  528. OnlineTipsWindow*onlnglos.HintText:            Display a glossary of online terms
  529. OnlineTipsWindow*oncncl.HintText:            Close this window and return to the main online screen
  530.  
  531. OnlineTopicWindow*oncncl.HintText:            Close this window and return to the online tips screen
  532.  
  533. OnlineUpdateWindow*onupdatr.HintText:        Launch AOL and go to the Monthly Updater
  534. OnlineUpdateWindow*onmerge.HintText:        Merge Monthly Updater packets into Compton's
  535. OnlineUpdateWindow*onhelp.HintText:            Get help in using the Monthly Updater
  536. OnlineUpdateWindow*oncncl.HintText:            Close this window and return to the main online screen
  537.  
  538. ;
  539. ;        AOL Windows
  540. ;
  541.  
  542. AOLRegisterWindow*onprcd.HintText:            Proceed to the next step in the AOL sign-on process
  543. AOLRegisterWindow*oncncl.HintText:            Close this window and return to the main online screen
  544. AOLKeywordWindow*onprcd.HintText:            Proceed to the next step in the AOL sign-on process
  545. AOLKeywordWindow*oncncl.HintText:            Close this window and return to the main online screen
  546. AOLURLWindow*onprcd.HintText:                Proceed to the next step in the AOL sign-on process
  547. AOLURLWindow*oncncl.HintText:                Close this window and return to the main online screen
  548.  
  549. ;    ******************
  550. ;    Research History
  551. ;    ******************
  552. HistoryWindow*HelpTopic:                    Research History
  553.  
  554. HistoryWindow*tipsclos.HintText:            Close the Research History window
  555. HistoryWindow*tipsclos.HelpTopic:            Research History
  556.  
  557. HistoryWindow*close.HintText:                Close the Research History window
  558. HistoryWindow*close.HelpTopic:                Research History
  559.  
  560. ;    ******************
  561. ;    Bookmark List
  562. ;    ******************
  563. BookmarkWindow*HelpTopic:                    Bookmark List
  564.  
  565. ;    ******************
  566. ;    Dictionary/Thesaurus
  567. ;    ******************
  568. Media*DictionaryWindow*HelpTopic:            Dictionary
  569.  
  570. Media*DictionaryWindow*fbdict.HintText:     Show dictionary entries
  571. Media*DictionaryWindow*fbdict.HelpTopic:    Dictionary
  572.  
  573. Media*DictionaryWindow*fbthes.HintText:     Show thesaurus entries
  574. Media*DictionaryWindow*fbthes.HelpTopic:    Dictionary
  575.  
  576. Media*DictionaryWindow*pbprev.HintText:        Display the previous entry
  577. Media*DictionaryWindow*pbprev.HelpTopic:    Dictionary
  578.  
  579. Media*DictionaryWindow*pbnext.HintText:        Display the next entry
  580. Media*DictionaryWindow*pbnext.HelpTopic:    Dictionary
  581.  
  582. ;    ******************
  583. ;    Preferences -- does not support
  584. ;    ******************
  585. ;PrefsWindow*HelpTopic:                        Setup/Preferences
  586.  
  587.  
  588. ;    ******************
  589. ;    Journal
  590. ;    ******************
  591.  
  592. JournalWindow*new.HintText:                    New
  593. JournalWindow*open.HintText:                Open
  594. JournalWindow*save.HintText:                Save
  595. JournalWindow*print.HintText:                Print
  596. JournalWindow*undo.HintText:                Undo
  597. JournalWindow*cut.HintText:                    Cut
  598. JournalWindow*copy.HintText:                Copy
  599. JournalWindow*paste.HintText:                Paste
  600. JournalWindow*bold.HintText:                Bold
  601. JournalWindow*italic.HintText:                Italic
  602. JournalWindow*under.HintText:                Underline
  603. JournalWindow*strike.HintText:                Strikeout
  604.  
  605. JournalWindow*HelpTopic:                    Journal
  606.