home *** CD-ROM | disk | FTP | other *** search
- /****************************************************************************
- * OS/2 Sample Print Application PRTSAMP
- *
- * name: prtshlp.h
- *
- * description: #defines for help panels
- *
- *
- *
- *
- *
- *
- *
- *
- *
- *
- *
- *
- *
- ****************************************************************************/
-
- /* FILE */
-
- #define PANEL_OPEN 30000
- #define PANEL_SETUP 30001
- #define PANEL_PRINT 30002
- #define PANEL_HELPGENERAL 30003
-
-
- /* OPTIONS */
-
- #define PANEL_OPTIONS 30010
- #define PANEL_SETFONT 30011
- #define PANEL_PAGEDOWN 30012
- #define PANEL_VIEWHALF 30013
- #define PANEL_VIEWFULL 30014
-
-
- /* HELP */
-
- #define PANEL_HELPINDEX 30020
- #define PANEL_HELPEXTENDED 30021
- #define PANEL_USINGHELP 30022 /* @UNI */
- #define PANEL_HELPKEYS 30023
-
-
- /* HELP FOR STANDARD FILE/FONT DIALOGS */
- #define PANEL_FONTDIALOG 30030
- #define PANEL_FILEDIALOG 30031
-
-
- /* FILETYPE DIALOG */
- #define PANEL_FILETYPE 30040
-
-
- /* HELP FOR MENU HEADINGS */
- #define PANEL_MENUFILE 30050
- #define PANEL_MENUOPTIONS 30051
- #define PANEL_MENUHELP 30052
-
-
- /* HELP FOR PRINTER SETUP DIALOG */
- #define PANEL_QUERYPRINT 30060
-
- /* HELP FOR PRINT DIALOG */
- #define PANEL_PRINTDLG 30070
-
- /* HELP FOR PAGE SETUP DIALOG */
- #define PANEL_QUERYFORM 30080
-
- /*************************** End of prtshlp.h ****************************/
-