|
|
Microsoft OS/2 SDK 2.0 05-30-1990
/*==============================================================*\ * * 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 STYLE_HELP_TABLE 1000 #define SUBTABLE_MAIN 2000 #define SUBTABLE_DEMOMSGBOX 3000 #define SUBTABLE_BUTTONSDLG 4000 #define SUBTABLE_LISTBOXDLG 5000 #define SUBTABLE_COMBOBOXDLG 6000 #define SUBTABLE_ENTRYFIELDDLG 7000 #define SUBTABLE_STATICDLG 8000 #define SUBTABLE_PPDEMODLG 9000 #define SUBTABLE_ABOUTBOX 10000 /*--------------------------------------------------------------*\ * Main window help panels \*--------------------------------------------------------------*/ #define PANEL_MAIN 2100 #define PANEL_DEMOMSGBOX 3100 #define PANEL_BUTTONSDLG 4100 #define PANEL_LISTBOXDLG 5100 #define PANEL_COMBOBOXDLG 6100 #define PANEL_ENTRYFIELDDLG 7100 #define PANEL_STATICDLG 8100 #define PANEL_PPDEMODLG 9100 #define PANEL_ABOUTBOX 10100 #define PANEL_UNKNOWNDLG 20100 /*--------------------------------------------------------------*\ * Main menu help panels \*--------------------------------------------------------------*/ #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_OPTIONS 2410 #define PANEL_OPTIONSFORECOLOR 2420 #define PANEL_OPTIONSBACKCOLOR 2430 #define PANEL_OPTIONSBACKCOLORYELLOW 2431 #define PANEL_OPTIONSBACKCOLORPINK 2432 #define PANEL_OPTIONSBACKCOLORCYAN 2433 #define PANEL_OPTIONSBACKCOLORDEFAULT 2434 #define PANEL_OPTIONSFONT 2440 #define PANEL_DEMO 2510 #define PANEL_DEMODLG 2520 #define PANEL_DEMODLGBUTTONS 2521 #define PANEL_DEMODLGLISTBOXES 2522 #define PANEL_DEMODLGCOMBOBOXES 2523 #define PANEL_DEMODLGENTRYFIELDS 2524 #define PANEL_DEMODLGSTATIC 2525 #define PANEL_DEMODLGPP 2526 #define PANEL_DEMOMB 2530 #define PANEL_DEMOMBOK 2531 #define PANEL_DEMOMBOKCANCEL 2532 #define PANEL_DEMOMBYESNO 2533 #define PANEL_DEMOMBYESNOCANCEL 2534 #define PANEL_DEMOMBRETRY 2535 #define PANEL_DEMOMBABORT 2536 #define PANEL_DEMOMBENTER 2537 #define PANEL_DEMOMBENTERCANCEL 2538 #define PANEL_DEMOMBQUERY 2541 #define PANEL_DEMOMBWARNING 2542 #define PANEL_DEMOMBINFORMATION 2543 #define PANEL_DEMOMBCRITICAL 2544 #define PANEL_DEMOMBAPPMODAL 2551 #define PANEL_DEMOMBSYSMODAL 2552 #define PANEL_DEMOMBMOVEABLE 2553 #define PANEL_DEMOMBHELP 2554 #define PANEL_HELP 2910 #define PANEL_HELPHELPFORHELP 2920 #define PANEL_HELPEXTENDED 2930 #define PANEL_HELPKEYS 2940 #define PANEL_HELPINDEX 2950 #define PANEL_HELPABOUT 2960 /*--------------------------------------------------------------*\ * Demo message box dialog help subtable \*--------------------------------------------------------------*/ #define PANEL_DEMOMSGBOX_OK 3110 #define PANEL_DEMOMSGBOX_HELP 3120 /*--------------------------------------------------------------*\ * Buttons demo dlg help subtable \*--------------------------------------------------------------*/ #define PANEL_BUTTONSDLG_RADIO 4110 #define PANEL_BUTTONSDLG_CHECKBOX 4120 #define PANEL_BUTTONSDLG_THREESTATE 4130 #define PANEL_BUTTONSDLG_PUSHBUTTON 4140 #define PANEL_BUTTONSDLG_OK 4150 #define PANEL_BUTTONSDLG_HELP 4160 #define PANEL_BUTTONSDLG_CANCEL 4170 /*--------------------------------------------------------------*\ * Listbox demo dlg help subtable \*--------------------------------------------------------------*/ #define PANEL_LISTBOXDLG_SINGLE 5110 #define PANEL_LISTBOXDLG_MULTIPLE 5120 #define PANEL_LISTBOXDLG_OK 5130 #define PANEL_LISTBOXDLG_HELP 5140 #define PANEL_LISTBOXDLG_CANCEL 5150 /*--------------------------------------------------------------*\ * Combobox demo dlg help subtable \*--------------------------------------------------------------*/ #define PANEL_COMBOBOXDLG_SIMPLE 6110 #define PANEL_COMBOBOXDLG_DROPDOWN 6120 #define PANEL_COMBOBOXDLG_DROPDOWNLIST 6130 #define PANEL_COMBOBOXDLG_OK 6140 #define PANEL_COMBOBOXDLG_HELP 6150 #define PANEL_COMBOBOXDLG_CANCEL 6160 /*--------------------------------------------------------------*\ * Entry Field demo dlg help subtable \*--------------------------------------------------------------*/ #define PANEL_ENTRYFIELDDLG_ENTRY 7110 #define PANEL_ENTRYFIELDDLG_MLE 7120 #define PANEL_ENTRYFIELDDLG_OK 7130 #define PANEL_ENTRYFIELDDLG_HELP 7140 #define PANEL_ENTRYFIELDDLG_CANCEL 7150 /*--------------------------------------------------------------*\ * Static demo dialog help subtable \*--------------------------------------------------------------*/ #define PANEL_STATICDLG_OK 8110 #define PANEL_STATICDLG_HELP 8120 #define PANEL_STATICDLG_CANCEL 8130 /*--------------------------------------------------------------*\ * Presentation Parameters demo dlg help subtable \*--------------------------------------------------------------*/ #define PANEL_PPDEMODLG_FORECOLORLIST 9110 #define PANEL_PPDEMODLG_BACKCOLORLIST 9120 #define PANEL_PPDEMODLG_FONTLIST 9130 #define PANEL_PPDEMODLG_TESTBUTTON 9140 #define PANEL_PPDEMODLG_APPLY 9150 #define PANEL_PPDEMODLG_CANCEL 9160 #define PANEL_PPDEMODLG_HELP 9170 /*--------------------------------------------------------------*\ * About box dialog help subtable \*--------------------------------------------------------------*/ #define PANEL_ABOUTBOX_OK 10110 /*--------------------------------------------------------------*\ * Panel for the unknown dialog item \*--------------------------------------------------------------*/ #define PANEL_UNKNOWN 20110
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.