home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / tolkit45.zip / os2tk45 / samples / wps / browse / browse.ipf < prev    next >
Text File  |  1999-05-11  |  4KB  |  69 lines

  1. .*==============================================================*\
  2. .*                                                              *
  3. .* Main.ipf - Information Tag Language file for the             *
  4. .*              application's help manager                      *
  5. .*  Copyright 1993 IBM Corporation                              *
  6. .*                                                              *
  7. .*==============================================================*/
  8. :userdoc.
  9.  
  10. .*--------------------------------------------------------------*\
  11. .*  General Information                                         *
  12. .*--------------------------------------------------------------*/
  13. :h1 res=2000 name=PANEL_MAIN.About Browse-O-Matic
  14. :i1 id=aboutMain.About Browse-O-Matic
  15. :p.The Browse-O-Matic displays file system objects as a hex dump or text
  16. dump. The hex dump displays the offset into the object, 16 bytes of data
  17. as hex values, followed by the ASCII representation of the 16 bytes. The
  18. text dump displays the object in it's ASCII representation only. 
  19.  
  20. :p.The user may change the fonts used by the Browse-O-Matic through OS/2's
  21. Font Palette. The user may independently change the title bar, menu bar, and 
  22. main window's fonts by dragging fonts from the Font Palette and dropping them 
  23. on the Browse-O-Matic object. The fonts are saved when the Browse-O-Matic is 
  24. closed. 
  25.  
  26. .*--------------------------------------------------------------*\
  27. .*  Help menu Save command help panel                           *
  28. .*--------------------------------------------------------------*/
  29. :h1 res=3000 name=PANEL_HELPKEYS.Keys 
  30. :i1 id=helpKeys.Keys Help
  31. :p.:hp2.Up Arrow:ehp2. - Scrolls the window up one line.
  32. :p.:hp2.Down Arrow:ehp2. - Scrolls the window down one line.
  33. :p.:hp2.Left Arrow:ehp2. - Scrolls the window left.
  34. :p.:hp2.Right Arrow:ehp2. - Scrolls the window right.
  35. :p.:hp2.Page Up:ehp2. - Scrolls the window up one page.
  36. :p.:hp2.Page Down:ehp2. - Scrolls the window down one page.
  37. :p.:hp2.Ctrl+Left Arrow:ehp2. - Scrolls the window left one page.
  38. :p.:hp2.Ctrl+Right Arrow:ehp2. - Scrolls the window right one page.
  39. :p.:hp2.Home:ehp2. - Positions at the beginning of the line.
  40. :p.:hp2.End:ehp2. - Positions at the end of the line.
  41. :p.:hp2.Ctrl+Home:ehp2. - Positions at the top of the object.
  42. :p.:hp2.Ctrl+End:ehp2. - Positions at the bottom of the object.
  43.  
  44. .*--------------------------------------------------------------*\
  45. .* Help for the product information view.                       *
  46. .*--------------------------------------------------------------*/
  47. :h1 res=4000 name=PANEL_PROD_INFO_DLG.Product Information Okay
  48. :p.Select OK to close the Product Information view.
  49.  
  50. .*--------------------------------------------------------------*\
  51. .* Select filename dialog box                                   *
  52. .*--------------------------------------------------------------*/
  53. :h1 res=5000 name=PANEL_SELECT_FILE.Select File System Object
  54. :p.Select the file system object, then choose Browse to view the object.
  55.  
  56. .*--------------------------------------------------------------*\
  57. .*  Help for Views                                              *
  58. .*--------------------------------------------------------------*/
  59. :h1 res=6000 name=PANEL_HELP_OPEN_TEXT.Open Text View
  60. :p.Browse the file system object in the text view mode.
  61.  
  62. :h1 res=6010 name=PANEL_HELP_OPEN_HEX.Open Hex View
  63. :p.Browse the file system object in the hex view mode.
  64.  
  65. :h1 res=6020 name=PANEL_HELP_OPEN_PROD_INFO.Product Information
  66. :p.Display Product Information for the Browse-O-Matic.
  67.  
  68. :euserdoc.
  69.