home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / prtsampl.zip / PRTSHLP.H < prev   
Text File  |  1998-04-20  |  2KB  |  72 lines

  1. /****************************************************************************
  2. * OS/2 Sample Print Application PRTSAMP
  3. *
  4. * name: prtshlp.h
  5. *
  6. * description: #defines for help panels
  7. *
  8. *
  9. *
  10. *
  11. *
  12. *
  13. *
  14. *
  15. *
  16. *
  17. *
  18. *
  19. *
  20. ****************************************************************************/
  21.  
  22. /* FILE */
  23.  
  24. #define PANEL_OPEN             30000
  25. #define PANEL_SETUP            30001
  26. #define PANEL_PRINT            30002
  27. #define PANEL_HELPGENERAL      30003
  28.  
  29.  
  30. /* OPTIONS */
  31.  
  32. #define PANEL_OPTIONS          30010
  33. #define PANEL_SETFONT          30011
  34. #define PANEL_PAGEDOWN         30012
  35. #define PANEL_VIEWHALF         30013
  36. #define PANEL_VIEWFULL         30014
  37.  
  38.  
  39. /* HELP */
  40.  
  41. #define PANEL_HELPINDEX        30020
  42. #define PANEL_HELPEXTENDED     30021
  43. #define PANEL_USINGHELP        30022                                             /*  @UNI  */
  44. #define PANEL_HELPKEYS         30023
  45.  
  46.  
  47. /* HELP FOR STANDARD FILE/FONT DIALOGS */
  48. #define PANEL_FONTDIALOG       30030
  49. #define PANEL_FILEDIALOG       30031
  50.  
  51.  
  52. /* FILETYPE DIALOG */
  53. #define PANEL_FILETYPE         30040
  54.  
  55.  
  56. /* HELP FOR MENU HEADINGS     */
  57. #define PANEL_MENUFILE         30050
  58. #define PANEL_MENUOPTIONS      30051
  59. #define PANEL_MENUHELP         30052
  60.  
  61.  
  62. /* HELP FOR PRINTER SETUP DIALOG */
  63. #define PANEL_QUERYPRINT       30060
  64.  
  65. /* HELP FOR PRINT DIALOG */
  66. #define PANEL_PRINTDLG         30070
  67.  
  68. /* HELP FOR PAGE SETUP DIALOG */
  69. #define PANEL_QUERYFORM        30080
  70.  
  71. /***************************  End of prtshlp.h  ****************************/
  72.