home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / template.zip / TEMPLATE.IPF < prev    next >
Text File  |  1998-04-20  |  2KB  |  40 lines

  1. .*==============================================================*\
  2. .*                                                              *
  3. .* Main.ipf - Information Tag Language file for the main        *
  4. .*              sample application's help manager               *
  5. .*  Copyright 1991 IBM Corporation                              *
  6. .*                                                              *
  7. .*==============================================================*/
  8. :userdoc.
  9.  
  10. .*--------------------------------------------------------------*\
  11. .*  Main window extended help panel                             *
  12. .*      res = PANEL_MAIN                                        *
  13. .*--------------------------------------------------------------*/
  14. :h1 res=2100 name=PANEL_MAIN.About Template
  15. :i1 id=aboutMain.About Template
  16. :p.The Template Sample application is a sample Presentation Manager application
  17. which an application developer can use as a base for his own applications.
  18. The sample program uses many of the standard menus and dialogs that
  19. most applications would use.  The source is designed to serve as a
  20. base for any Presentation Manager application and was written in such
  21. a way that it can be easily modified to handle any application specific
  22. commands.
  23.  
  24. .*-- Import the File menu help file --*
  25. .im file.ipf
  26.  
  27. .*-- Import the Edit menu help file --*
  28. .im edit.ipf
  29.  
  30. .*-- Import the Help menu help file --*
  31. .im help.ipf
  32.  
  33. .*-- Import the Application Menu help file --*
  34. .im menu.ipf
  35.  
  36. .*-- Import the Dialog boxes help file --*
  37. .im dlg.ipf
  38.  
  39. :euserdoc.
  40.