|
|
Microsoft OS/2 SDK 2.0 05-30-1990
/*==============================================================*\ * * * Vmm_help.h - Sample PM application help ids * * Created 1990, Microsoft, IBM Corp. * * * *--------------------------------------------------------------* * * * This header file contains the identifiers for the constants * * used by the help manager. * * * \*==============================================================*/ /*--------------------------------------------------------------*\ * Help table and subtables * \*--------------------------------------------------------------*/ #define SAMPLE_HELP_TABLE 1000 #define SUBTABLE_MAIN 2000 #define SUBTABLE_ENTERTEXTDLG 3000 #define SUBTABLE_DEMOMSGBOX 4000 /*--------------------------------------------------------------*\ * Main window help panels * \*--------------------------------------------------------------*/ #define PANEL_MAIN 2100 #define PANEL_ENTERTEXTDLG 3100 #define PANEL_DEMOMSGBOX 4100 #define PANEL_FILE 2210 #define PANEL_FILENEW 2220 #define PANEL_FILEOPEN 2230 #define PANEL_FILESAVE 2240 #define PANEL_FILESAVEAS 2250 #define PANEL_FILEPRINT 2260 #define PANEL_FILEPAGESETUP 2270 #define PANEL_FILEPRINTSETUP 2280 #define PANEL_FILEEXIT 2290 #define PANEL_EDIT 2310 #define PANEL_EDITUNDO 2320 #define PANEL_EDITCUT 2330 #define PANEL_EDITCOPY 2340 #define PANEL_EDITPASTE 2350 #define PANEL_EDITCLEAR 2360 #define PANEL_VIEW 2410 #define PANEL_VIEWSTRING 2420 #define PANEL_OPTIONS 2510 #define PANEL_OPTIONSFORECOLOR 2520 #define PANEL_OPTIONSBACKCOLOR 2530 #define PANEL_OPTIONSBACKCOLORYELLOW 2540 #define PANEL_OPTIONSBACKCOLORPINK 2550 #define PANEL_OPTIONSBACKCOLORCYAN 2560 #define PANEL_OPTIONSBACKCOLORDEFAULT 2570 #define PANEL_OPTIONSFONT 2580 #define PANEL_WINDOW 2610 #define PANEL_WINDOWTILE 2620 #define PANEL_WINDOWCASCADE 2630 #define PANEL_HELP 2910 #define PANEL_HELPHELPFORHELP 2920 #define PANEL_HELPEXTENDED 2930 #define PANEL_HELPKEYS 2940 #define PANEL_HELPINDEX 2950 #define PANEL_HELPABOUT 2960 /*--------------------------------------------------------------*\ * Enter text dialog help subtable * \*--------------------------------------------------------------*/ #define PANEL_ENTTXTDLG_OK 3110 #define PANEL_ENTTXTDLG_CANCEL 3120 #define PANEL_ENTTXTDLG_ENTRY 3130 /*--------------------------------------------------------------*\ * Demo message box dialog help subtable * \*--------------------------------------------------------------*/ #define PANEL_DEMOMSGBOX_OK 4110 #define PANEL_DEMOMSGBOX_HELP 4120
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.