home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / prnt1.zip / PrnSetup.Ipf < prev    next >
Text File  |  1995-02-09  |  5KB  |  112 lines

  1. .************************************************************************
  2. .*
  3. .* PrnSetup  - Information Tag Language file for Help Manager text
  4. .*
  5. .*
  6. .* Created:  09-Feb-1995
  7. .* Revised:  09-Feb-1995
  8. .*
  9. .************************************************************************
  10. :userdoc.
  11. :prolog.
  12. :title.
  13. :tline.Printer Driver
  14. :etitle.
  15. :address.Prominare Inc./IBM Corp.
  16. :aline.Toronto/Raleigh
  17. :eaddress.
  18. :eprolog.
  19. :body.
  20.  
  21. .***********************************************************************
  22. .***********************************************************************
  23. .***********************************************************************
  24. .* DISCLAIMER OF WARRANTIES:
  25. .* -------------------------
  26. .* The following [enclosed] code is sample code created by IBM
  27. .* Corporation and Prominare Inc.  This sample code is not part of any
  28. .* standard IBM product and is provided to you solely for the purpose
  29. .* of assisting you in the development of your applications.  The code
  30. .* is provided "AS IS", without warranty of any kind.  Neither IBM nor
  31. .* Prominare shall be liable for any damages arising out of your
  32. .* use of the sample code, even if they have been advised of the
  33. .* possibility of such damages.
  34. .***********************************************************************
  35. .***********************************************************************
  36. .***********************************************************************
  37. .*                     D I S C L A I M E R
  38. .* This code is provided on an as is basis with no implied support.
  39. .* It should be considered freeware that cannot be rebundled as
  40. .* part of a larger "*ware" offering without our consent.
  41. .***********************************************************************
  42. .***********************************************************************
  43. .***********************************************************************
  44.  
  45. .* Copyright ╕ International Business Machines Corp., 1995.
  46. .* Copyright ╕ 1995  Prominare Inc.  All Rights Reserved.
  47.  
  48. #include "prnsetup.h"
  49.  
  50. .************************************************************************
  51. .* PRINT DRIVER HELP PANEL
  52. .************************************************************************
  53. :h1 res=HP_FILE name=HP_FILE.File Menu
  54. :i1 id=hp_file.File Menu
  55. :p.The :hp2.File:ehp2. menu is used to display the pull down menu selections that are used
  56. to invoke the :link reftype=hd res=HPID_PRNSETUP.Printer Setup:elink. dialogue.
  57.  
  58. .************************************************************************
  59.  
  60. .************************************************************************
  61. .* PRINT DRIVER HELP PANEL
  62. .************************************************************************
  63. :h1 res=HP_PRINTERSETUP name=HP_PRINTERSETUP.Printer Setup Menu
  64. :i1 id=hp_printersetup.Printer Setup Menu
  65. :p.The :hp2.Printer setup...:ehp2. menu item is used to invoke the
  66. :link reftype=hd res=HPID_PRNSETUP.Printer Setup:elink.
  67. dialogue.
  68.  
  69. .************************************************************************
  70.  
  71. .************************************************************************
  72. .* PRINT DRIVER HELP PANEL
  73. .************************************************************************
  74. :h1 res=HP_PRNSETUP name=HP_PRNSETUP.Printer Setup Dialogue
  75. :i1 id=hp_prnsetup.Printer Setup Dialogue
  76. :p.The :link reftype=hd res=HPID_PRNSETUP.Printer Setup:elink. dialogue is used to select the printer to use for a
  77. given print job and to set up the actual printer device.
  78.  
  79. .************************************************************************
  80.  
  81. .************************************************************************
  82. .* PRINT DRIVER HELP PANEL
  83. .************************************************************************
  84. :h1 res=HP_APP name=HP_APP.Printer Driver Help
  85. :i1 id=hp_app.Printer Driver Help
  86. :p.The :hp2.Printer Driver:ehp2. is a simple application that is used to show how to
  87. use the Prn* API's discussed through the :hp1.This isn't the Gutenberg Press:ehp1.
  88. article within :hp2.OS/2 Developer:ehp2..
  89. :p.The API's presented show how to enumerate the printers on the system, build
  90. a list of them and present the list within a printer setup type of dialogue.
  91. :p.The API's are designed to allow for usage within a DLL even though they
  92. are being presented here within a single executable.
  93.  
  94. .************************************************************************
  95.  
  96. .************************************************************************
  97. .* PRINTER SETUP HELP PANEL
  98. .************************************************************************
  99. :h1 res=HPID_PRNSETUP name=HPID_PRNSETUP.Printer Setup
  100. :i1 id=hpid_prnsetup.Printer Setup
  101. :p.The :hp2.Printer Setup:ehp2. dialogue allows you to select a printer to use for a given
  102. print job and to set up the selected device.
  103. :p.To setup the selected device, you only need to click the mouse pointer
  104. on the Setup... push button.  This will cause a printer specific 
  105. :hp2.Job Properties:ehp2. dialogue to be displayed.  It is through this dialogue that
  106. you can select options that are particular to the printer, such as
  107. resolution, duplex printing, etc.
  108.  
  109. .************************************************************************
  110. :euserdoc.
  111.  
  112.