home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2002 February / PCWFEB02.iso / WIN32 / CIE.ATT < prev    next >
Encoding:
Text File  |  1999-07-23  |  15.7 KB  |  564 lines

  1. ;;;  CIE2000 Attribute database file
  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. ;;;  The RegEx describing this file is:
  11. ;;;      {[PathToken][\.\*]}*[Attribute] : [^\n]*
  12. ;;;      Spaces :
  13. ;;;           1. Between path token (path1.   path2) are stripped out.
  14. ;;;           2. Inside a path token is maintained.
  15. ;;;
  16. ;;;  Syntax:
  17. ;;;
  18. ;;;
  19. ;;;     rollover tool tip text:
  20. ;;;
  21. ;;;        generic control button:
  22. ;;;            [button bitmap name].HelpText: [rollover text]
  23. ;;;                    or
  24. ;;;            [pane name]*[button bitmap name].HelpText: [rollover text]
  25. ;;;
  26. ;;;        path bar button:
  27. ;;;            ZPathBar.[module name].HelpText: [rollover text]
  28. ;;;        menu bar button:
  29. ;;;            ZMenuBar.[button bitmap name].HelpText: [rollover text]
  30. ;;;        viewer pane / window
  31. ;;;            [pane name]*.HelpText: [rollover text] ???????
  32. ;;;
  33. ;;;  button click sounds
  34. ;;;
  35. ;;;        default button click on mousedown:
  36. ;;;            ClickSound: [.wav file]
  37. ;;;
  38. ;;;        default button click on mouseup:
  39. ;;;            Sound: [.wav file]
  40. ;;;
  41. ;;;        specific button click on mouseup:
  42. ;;;            ZPathBar.[module name].Sound: [.wav file]
  43. ;;;
  44. ;;;        group button click on mouseup:
  45. ;;;            ZMenuBar*Sound: [.wav file]
  46. ;;;
  47.  
  48. ;        *****************
  49. ;        DEFAULT BEHAVIORS
  50. ;        *****************
  51. ClickSound:             clkinit.wav!
  52. Sound:                  clkother.wav!
  53.  
  54. ;        ****************
  55. ;        PATH BAR BUTTONS
  56. ;        ****************
  57.  
  58. ;        Find button
  59. ZPathBar.find.HintText:     Find items in Compton's
  60. ZPathBar.find.Sound:        find.wav
  61.  
  62. ;        Backtrack
  63. ZPathBar.backtrk.HintText:     Go back to previous items
  64. ZPathBar.backtrk.Sound:        back.wav
  65.  
  66.  
  67. ;        Atlas
  68. ZPathBar.atlas.HintText:    Find a location on the globe
  69. ZPathBar.atlas.Sound:        atlas.wav
  70.  
  71. ;        Timeline
  72. ZPathBar.timeline.HintText: View events in U.S. and world history
  73. ZPathBar.timeline.Sound:    timeline.wav
  74.  
  75. ;         Internet 
  76. ZPathBar.online.HintText:     Get information from the Internet
  77. ZPathBar.online.Sound:        online.wav
  78.  
  79. ;         Special
  80. ZPathBar.special.HintText:     Explore special media features
  81. ZPathBar.special.Sound:        special.wav
  82.  
  83. ;         Tools
  84. ZPathBar.tools.HintText:     Select research tools
  85. ZPathBar.tools.Sound:        tools.wav
  86.  
  87. ;         Help
  88. ZPathBar.help.HintText:     Get tips on using Compton's
  89. ZPathBar.help.Sound:        help.wav
  90.  
  91. ;        Exit
  92. ZPathBar.exit.HintText:     Exit Compton's
  93. ZPathBar.exit.Sound:        exit.wav
  94.  
  95.  
  96. ;        ************
  97. ;         MENU ITEMS
  98. ;        ************
  99.  
  100. ;    ******
  101. ;    TOOLS
  102. ;    ******
  103. ;        Topic Tree
  104. ZMenuBar.topictre.HintText: Take a broad research topic and narrow it to specific articles
  105. ZMenuBar.topictre.Sound:    sub1.wav
  106.  
  107. ;        Report Starter
  108. ZMenuBar.repstart.HintText: Create and sort notecards
  109. ZMenuBar.repstart.Sound:    sub1.wav
  110.  
  111. ;         Bookmark List
  112. ZMenuBar.bkmklist.HintText: View items you have bookmarked
  113. ZMenuBar.bkmklist.Sound:    sub1.wav
  114.  
  115. ;        Dictionary/Thesaurus
  116. ZMenuBar.dictthes.HintText: Look up words in the dictionary and thesaurus
  117. ZMenuBar.dictthes.Sound:    sub2.wav
  118.  
  119. ;         Notebook
  120. ZMenuBar.journal.HintText:     Activate your notebook to take notes
  121.  
  122. ;         Word Processor
  123. ZMenuBar.notebook.HintText: Activate your word processor to create reports
  124. ZMenuBar.notebook.Sound:    sub2.wav
  125.  
  126. ;        ShowMaker
  127. ZMenuBar.editroom.HintText: Create your own multimedia presentations
  128. ZMenuBar.editroom.Sound:    sub4.wav
  129.  
  130.  
  131. ;    ********
  132. ;    INTERNET
  133. ;    ********
  134.  
  135. ;        Monthly Updater
  136. ZMenuBar.updater.HintText:     Get monthly encyclopedia updates
  137. ZMenuBar.updater.Sound:        sub3.wav
  138.  
  139. ;        Exploratorium
  140. ZMenuBar.explrtrm.HintText: Experience the Exploratorium's online interactivities
  141. ZMenuBar.explrtrm.Sound:    sub3.wav
  142.  
  143. ;        Internet Directory
  144. ZMenuBar.webindex.HintText: Explore an index of selected Web sites
  145. ZMenuBar.webindex.Sound:    sub3.wav
  146.  
  147. ;        Ask the Librarian
  148. ZMenuBar.cyberlib.HintText: Get research help from Compton's librarians
  149. ZMenuBar.cyberlib.Sound:    sub3.wav
  150.  
  151. ;        Neighborhood Resources
  152. ZMenuBar.localres.HintText: Find resources close to your home
  153. ZMenuBar.localres.Sound:    sub3.wav
  154.  
  155. ;        Electric Library
  156. ZMenuBar.electric.HintText: Explore online news resources
  157. ZMenuBar.electric.Sound:    sub3.wav
  158.  
  159. ;        Comptons 
  160. ZMenuBar.comptons.HintText: Visit the Compton's Web site
  161. ZMenuBar.comptons.Sound:    sub3.wav
  162.  
  163. ;        Visit Us Online 
  164. ZMenuBar.internet.HintText: Get information about other products we offer
  165. ZMenuBar.internet.Sound:    sub3.wav
  166.  
  167. ;    ********
  168. ;    SPECIAL
  169. ;    ********
  170.  
  171. ;        20th-Century Review
  172. ZMenuBar.20thcent.HintText: Explore the events of the last hundred years
  173. ZMenuBar.20thcent.Sound:    sub4.wav
  174.  
  175. ;        Ipix Virtual Tours
  176. ZMenuBar.ipixbtn.HintText:  See 360-degree views of sites around the world
  177. ZMenuBar.ipixbtn.Sound:        sub4.wav
  178.  
  179. ;        Explore
  180. ZMenuBar.explrsch.HintText: Explore multimedia collages and timelines
  181. ZMenuBar.Explrsch.Sound:    sub4.wav
  182.  
  183. ;        Planetarium
  184. ZMenuBar.astromap.HintText: Observe the night sky and discover other worlds
  185. ZMenuBar.astromap.Sound:      sub4.wav
  186.  
  187. ;        Recent Events
  188. ZMenuBar.eventhis.HintText: See summaries of key events of 1997 and 1998
  189. ;ZMenuBar.eventhis.Sound:      sub4.wav
  190.  
  191. ;        On This Date
  192. ZMenuBar.ThisDate.HintText: See historical events and famous birthdays for any given date
  193. ZMenuBar.thisdate.Sound:      sub4.wav
  194.  
  195. ;        Exploring Questions
  196. ZMenuBar.explques.HintText: Use Compton's to hunt for answers to intriguing questions
  197. ZMenuBar.explques.Sound:      sub4.wav
  198.  
  199. ;        Picture Tours
  200. ZMenuBar.picttour.HintText: Take slide show tours of the encyclopedia's pictures
  201. ZMenuBar.picttour.Sound:      sub4.wav
  202.  
  203. ;    ******
  204. ;    EVENTS 
  205. ;    ******
  206.  
  207. ;        1998
  208. ZMenuBar.Event98.HintText:    See summary of key events of 1998
  209. ZMenuBar.Event98.Sound:        sub3.wav
  210.  
  211. ;        1999
  212. ZMenuBar.Event99.HintText:    See summary of key events of 1999
  213. ZMenuBar.Event99.Sound:        sub3.wav
  214.  
  215. ;    *****
  216. ;    HELP
  217. ;    *****
  218.  
  219. ;        Guided Tour
  220. ZMenuBar.tourguid.HintText: Take a tour of the features in Compton's
  221. ZMenuBar.tourquid.Sound:      sub5.wav
  222.  
  223. ;        Help
  224. ZMenuBar.onlnhelp.HintText: Get on-disc help in using Compton's
  225. ZMenuBar.onlnhelp.Sound:      sub5.wav
  226.  
  227. ;        Preferences
  228. ZMenuBar.prefs.HintText:    Customize the way Compton's works
  229. ZMenuBar.prefs.Sound:          sub5.wav
  230.  
  231. ;        About CIE
  232. ZMenuBar.aboutcie.HintText: Learn about the people and companies who helped make Compton's
  233. ZMenuBar.aboutcie.Sound:      sub5.wav
  234.  
  235.  
  236. ;    ************************
  237. ;    Viewer title bar buttons
  238. ;    ************************
  239.  
  240. close.HintText:            Close this window
  241.  
  242. full.HintText:            Go to Full Screen
  243.  
  244. small.HintText:            Close this window
  245.  
  246. ;    *******************************
  247. ;    Audio/visual control buttons
  248. ;    *******************************
  249. avfllrwd.HintText:        Rewind to beginning
  250.  
  251. avfwd.HintText:            Move forward
  252.  
  253. avpause.HintText:        Pause playback
  254.  
  255. avplay.HintText:        Play item
  256.  
  257. avrwd.HintText:            Move backward
  258.  
  259. avstop.HintText:        Stop playback
  260.  
  261.  
  262. ;    *******************************
  263. ;    Miscellaneous chiclet buttons
  264. ;    *******************************
  265. pbclose.HintText:        Close this window
  266.  
  267. pbnext.HintText:        Display the next item of this kind
  268.  
  269. pbprev.HintText:        Display the previous item of this kind
  270.  
  271. ;    *******************************
  272. ;    Article Viewer
  273. ;    *******************************
  274.  
  275. relitem.HintText:        Select from a list of related articles and media
  276.  
  277. ;    *******************************
  278. ;    Picture viewer
  279. ;    *******************************
  280.  
  281. ;    *******************************
  282. ;    Table viewer
  283. ;    *******************************
  284.  
  285. ;    *******************************
  286. ;    Article Outline
  287. ;    *******************************
  288.  
  289. ;   *******************************
  290. ;   Find
  291. ;   *******************************
  292.  
  293. ;     Table of Contents pane
  294. Contents Window for Acme Find*wordsrch.HintText:     Search for specific words or phrases
  295.  
  296. ;    Word Search pane
  297.  
  298. ;    Search buttons
  299. Search Window for Acme Find*options.HintText:        Make your search more specific
  300.  
  301. Search Window for Acme Find*ssrchsml.HintText:        Begin search on topic or question
  302.  
  303. Search Window for Acme Find*listcnts.HintText:        Find a title in the alphabetical list of contents
  304.  
  305. Search Window for Acme Find*shelp.HintText:            Look at search tips and examples
  306.  
  307.  
  308. ;    *******************************
  309. ;    Atlas
  310. ;   *******************************
  311.  
  312. findamap.HintText:    Go to map list
  313.  
  314. resize.HintText:    Adjust size of map
  315.  
  316. related.HintText:    Select from a list of related maps
  317.  
  318. relateda.HintText:    Select from a list of related articles
  319.  
  320. world.HintText:        Go to world map
  321.  
  322. africa.HintText:    Go to Africa map
  323.  
  324. us.HintText:        Go to United States map
  325.  
  326. canada.HintText:    Go to Canada map
  327.  
  328. samerica.HintText:    Go to South America map
  329.  
  330. namerica.HintText:    Go to North America map
  331.  
  332. oceania.HintText:    Go to Oceania map
  333.  
  334. europe.HintText:    Go to Europe map
  335.  
  336. asia.HintText:        Go to Asia map
  337.  
  338. caribben.HintText:    Go to Caribbean map
  339.  
  340. mideast.HintText:    Go to Middle East map
  341.  
  342. rhgetitm.HintText:    Open map
  343.  
  344.  
  345. ;    *******************************
  346. ;    Timeline
  347. ;   *******************************
  348. btnslct.HintText:        Choose timeline(s) to view
  349.  
  350. btnsrh.HintText:        Search for a person, place, or event
  351.  
  352. btngoto.HintText:        Select a year to view
  353.  
  354. tlfull.HintText:        Show only this timeline
  355.  
  356. tlclose.HintText:        Close this timeline
  357.  
  358. tlmin.HintText:            Show both timelines
  359.  
  360. ;    *******************************
  361. ;    Topic Tree
  362. ;   *******************************
  363.  
  364. ;    *******************************
  365. ;    Explore
  366. ;   *******************************
  367.  
  368. ;    *******************************
  369. ;    Planetarium
  370. ;   *******************************
  371. Planetarium*AstroFinder*ButtonBar*pbzoomin.HintText:        Increase the magnification of the sky
  372.  
  373. Planetarium*AstroFinder*ButtonBar*pbzoomot.HintText:        Decrease the magnification of the sky
  374.  
  375. Planetarium*AstroFinder*ButtonBar*showoutl.HintText:        Show outlines of constellations
  376.  
  377. Planetarium*AstroFinder*ButtonBar*hideoutl.HintText:        Hide outlines of constellations
  378.  
  379. ;Planetarium*AstroFinder*ButtonBar*gostrqst.HintText:        Play the Star Quest Game
  380.  
  381.  
  382. ;    ******************
  383. ;    ShowMaker
  384. ;    ******************
  385. ;
  386. ;    Main screen
  387. ShowRoomWindow*ersamscr.HintText:    Open sample shows
  388.  
  389. ShowRoomWindow*ertutor.HintText:    Start the Presentation Maker tutorial
  390.  
  391. ShowRoomWindow*erplyful.HintText:    Play show in Full Screen
  392.  
  393. ShowRoomWindow*erclose.HintText:    Close Presentation Maker and return to the encyclopedia
  394.  
  395. ;     Building Blocks window
  396.  
  397. ;    Select media button
  398. ShowRoomWindow*ZBookmarkPanel*erbkmrks.HintText:         Select a type of media or bookmark list to display
  399.  
  400. ShowRoomWindow*ZBookmarkPanel*eraddscr.HintText:        Add the selected item to the script
  401.  
  402. ;    Full screen play back buttons
  403. ShowRoomWindow*erfllrwd.HintText:        Rewind to beginning of show script
  404.  
  405. ShowRoomWindow*erstpfwd.HintText:        Move forward one item in the show script
  406.  
  407. ShowRoomWindow*erstprwd.HintText:        Move back one item in the show script
  408.  
  409. ShowRoomWindow*erpause.HintText:        Stop the show
  410.  
  411. ShowRoomWindow*erplay.HintText:            Play show script
  412.  
  413. ShowRoomWindow*erclosep.HintText:        Close the playback window and return to main Presentation Maker screen
  414.  
  415. ;     Preview panel
  416. ShowRoomWindow*ZPreviewPanel*erplay.HintText:    Play item in preview window
  417.  
  418. ShowRoomWindow*ZPreviewPanel*erstop.HintText:    Stop item in preview window
  419.  
  420. ShowRoomWindow*ZPreviewPanel*erfwd.HintText:    Move forward
  421.  
  422. ShowRoomWindow*ZPreviewPanel*errwd.HintText:    Move backward
  423.  
  424. ;    Script Edit Panel
  425. ShowRoomWindow*ZScriptEditPanel*ertitle.HintText:        Create a title screen
  426.  
  427. ShowRoomWindow*ZScriptEditPanel*ertiming.HintText:      Set timing for item
  428.  
  429. ShowRoomWindow*ZScriptEditPanel*eredit.HintText:        Edit the selected item
  430.  
  431. ShowRoomWindow*ZScriptEditPanel*ernarrat.HintText:      Add or record a narration
  432.  
  433. ShowRoomWindow*ZScriptEditPanel*erpict.HintText:        Add a picture from outside Compton's
  434.  
  435. ShowRoomWindow*ZScriptEditPanel*erremove.HintText:      Remove selected item from the script
  436.  
  437. ShowRoomWindow*ZScriptEditPanel*edmovedn.HintText:      Move selected item down in the script
  438.  
  439. ShowRoomWindow*ZScriptEditPanel*edmoveup.HintText:      Move selected item up in the script
  440.  
  441.  
  442. ;    *******************************
  443. ;    Online screens
  444. ;   *******************************
  445.  
  446. OnlineWelcomeWindow*onupdate.HintText:        Download and merge monthly updates to Compton's
  447.  
  448. OnlineWelcomeWindow*onhelp.HintText:        Get help in using Compton's online features
  449.  
  450. OnlineWelcomeWindow*oncncl.HintText:        Close this window and return to the encyclopedia
  451.  
  452. OnlineTipsWindow*oncncl.HintText:        Close this window and return to the main online screen
  453.  
  454. OnlineTopicWindow*oncncl.HintText:        Close this window and return to the online tips screen
  455.  
  456. OnlineUpdateWindow*onupdatr.HintText:        Launch your online service and go to the Monthly Updater
  457.  
  458. OnlineUpdateWindow*onmerge.HintText:        Merge Monthly Updater packets into Compton's
  459.  
  460. OnlineUpdateWindow*onhelp.HintText:        Get help in using the Monthly Updater
  461.  
  462. OnlineUpdateWindow*oncncl.HintText:        Close this window and return to the main online screen
  463.  
  464. ;
  465. ;        AOL Windows
  466. ;
  467. ;AOLRegisterWindow*onprcd.HintText:        Proceed to the next step in the AOL sign-on process
  468.  
  469. ;AOLRegisterWindow*oncncl.HintText:        Close this window and return to the main online screen
  470.  
  471. ;AOLKeywordWindow*onprcd.HintText:        Proceed to the next step in the AOL sign-on process
  472.  
  473. ;AOLKeywordWindow*oncncl.HintText:        Close this window and return to the main online screen
  474.  
  475. ;AOLURLWindow*onprcd.HintText:            Proceed to the next step in the AOL sign-on process
  476.  
  477. ;AOLURLWindow*oncncl.HintText:            Close this window and return to the main online screen
  478.  
  479. ;    ******************
  480. ;    Recent Events
  481. ;    ******************
  482.  
  483. MciPlayerWindow*avoutln.HintText:        See a list of the sections in the slide show
  484.  
  485. ;    ******************
  486. ;    Exploring Questions
  487. ;    ******************
  488. ExploringQuestionsWindow*tipsprev.HintText:        Display the previous question in the list
  489.  
  490. ExploringQuestionsWindow*tipsnext.HintText:        Display the next question in the list
  491.  
  492. ExploringQuestionsWindow*tipsclos.HintText:        Close Exploring Questions
  493.  
  494. ExploringQuestionsWindow*close.HintText:        Close Exploring Questions
  495.  
  496. ;    ******************
  497. ;    On This Date
  498. ;    ******************
  499. ThisDayWindow*tipsclos.HintText:        Close On This Date
  500.  
  501. ThisDayWindow*thdtbday.HintText:    Display more important birthdays on this date
  502.  
  503. ThisDayWindow*thdtevnt.HintText:    Display important events that happened on this date
  504.  
  505. ThisDayWindow*close.HintText:        Close On This Date
  506.  
  507. ;    ******************
  508. ;    Picture Tours
  509. ;    ******************
  510. PictureTourWindow*avplayrv.HintText:    Play the tour backward
  511.  
  512. PictureTourWindow*avplay.HintText:    Play the tour forward
  513.  
  514. PictureTourWindow*avstop.HintText:    Stop the tour
  515.  
  516. PictureTourWindow*avstpfwd.HintText:    Skip to the next picture in the tour
  517.  
  518. PictureTourWindow*avstprwd.HintText:    Return to the previous picture in the tour
  519.  
  520. ;    ******************
  521. ;    Previous Items
  522. ;    ******************
  523. HistoryWindow*tipsclos.HintText:        Close the Previous Items window
  524.  
  525. HistoryWindow*close.HintText:            Close the Previous Items window
  526.  
  527. ;    ******************
  528. ;    Bookmark List
  529. ;    ******************
  530.  
  531. ;    ******************
  532. ;    Dictionary/Thesaurus
  533. ;    ******************
  534. DictionaryWindow*fbdict.HintText:       Show dictionary entries
  535.  
  536. DictionaryWindow*fbthes.HintText:       Show thesaurus entries
  537.  
  538. DictionaryWindow*pbprev.HintText:          Display the previous entry
  539.  
  540. DictionaryWindow*pbnext.HintText:          Display the next entry
  541.  
  542. ;    ******************
  543. ;    Preferences -- does not support
  544. ;    ******************
  545.  
  546.  
  547. ;    ******************
  548. ;    Notebook
  549. ;    ******************
  550.  
  551. JournalWindow*new.HintText:                    New
  552. JournalWindow*open.HintText:                Open
  553. JournalWindow*save.HintText:                Save
  554. JournalWindow*print.HintText:                Print
  555. JournalWindow*undo.HintText:                Undo
  556. JournalWindow*cut.HintText:                    Cut
  557. JournalWindow*copy.HintText:                Copy
  558. JournalWindow*paste.HintText:                Paste
  559. JournalWindow*bold.HintText:                Bold
  560. JournalWindow*italic.HintText:                Italic
  561. JournalWindow*under.HintText:                Underline
  562. JournalWindow*strike.HintText:                Strikeout
  563.  
  564.