|
|
1.1 root 1: /*==============================================================*\
2: *
3: * Help.h - Sample PM application help ids
4: * Created 1990, Microsoft, IBM Corp.
5: *
6: *--------------------------------------------------------------
7: *
8: * This header file contains the identifiers for the constants
9: * used by the help manager.
10: *
11: \*==============================================================*/
12:
13: /*--------------------------------------------------------------*\
14: * Help table and subtables
15: \*--------------------------------------------------------------*/
16: #define STYLE_HELP_TABLE 1000
17:
18: #define SUBTABLE_MAIN 2000
19: #define SUBTABLE_DEMOMSGBOX 3000
20: #define SUBTABLE_BUTTONSDLG 4000
21: #define SUBTABLE_LISTBOXDLG 5000
22: #define SUBTABLE_COMBOBOXDLG 6000
23: #define SUBTABLE_ENTRYFIELDDLG 7000
24: #define SUBTABLE_STATICDLG 8000
25: #define SUBTABLE_PPDEMODLG 9000
26: #define SUBTABLE_ABOUTBOX 10000
27:
28:
29: /*--------------------------------------------------------------*\
30: * Main window help panels
31: \*--------------------------------------------------------------*/
32: #define PANEL_MAIN 2100
33: #define PANEL_DEMOMSGBOX 3100
34: #define PANEL_BUTTONSDLG 4100
35: #define PANEL_LISTBOXDLG 5100
36: #define PANEL_COMBOBOXDLG 6100
37: #define PANEL_ENTRYFIELDDLG 7100
38: #define PANEL_STATICDLG 8100
39: #define PANEL_PPDEMODLG 9100
40: #define PANEL_ABOUTBOX 10100
41: #define PANEL_UNKNOWNDLG 20100
42:
43:
44: /*--------------------------------------------------------------*\
45: * Main menu help panels
46: \*--------------------------------------------------------------*/
47: #define PANEL_FILE 2210
48: #define PANEL_FILENEW 2220
49: #define PANEL_FILEOPEN 2230
50: #define PANEL_FILESAVE 2240
51: #define PANEL_FILESAVEAS 2250
52: #define PANEL_FILEPRINT 2260
53: #define PANEL_FILEPAGESETUP 2270
54: #define PANEL_FILEPRINTSETUP 2280
55: #define PANEL_FILEEXIT 2290
56:
57: #define PANEL_EDIT 2310
58: #define PANEL_EDITUNDO 2320
59: #define PANEL_EDITCUT 2330
60: #define PANEL_EDITCOPY 2340
61: #define PANEL_EDITPASTE 2350
62: #define PANEL_EDITCLEAR 2360
63:
64: #define PANEL_OPTIONS 2410
65: #define PANEL_OPTIONSFORECOLOR 2420
66: #define PANEL_OPTIONSBACKCOLOR 2430
67: #define PANEL_OPTIONSBACKCOLORYELLOW 2431
68: #define PANEL_OPTIONSBACKCOLORPINK 2432
69: #define PANEL_OPTIONSBACKCOLORCYAN 2433
70: #define PANEL_OPTIONSBACKCOLORDEFAULT 2434
71: #define PANEL_OPTIONSFONT 2440
72:
73: #define PANEL_DEMO 2510
74: #define PANEL_DEMODLG 2520
75: #define PANEL_DEMODLGBUTTONS 2521
76: #define PANEL_DEMODLGLISTBOXES 2522
77: #define PANEL_DEMODLGCOMBOBOXES 2523
78: #define PANEL_DEMODLGENTRYFIELDS 2524
79: #define PANEL_DEMODLGSTATIC 2525
80: #define PANEL_DEMODLGPP 2526
81: #define PANEL_DEMOMB 2530
82: #define PANEL_DEMOMBOK 2531
83: #define PANEL_DEMOMBOKCANCEL 2532
84: #define PANEL_DEMOMBYESNO 2533
85: #define PANEL_DEMOMBYESNOCANCEL 2534
86: #define PANEL_DEMOMBRETRY 2535
87: #define PANEL_DEMOMBABORT 2536
88: #define PANEL_DEMOMBENTER 2537
89: #define PANEL_DEMOMBENTERCANCEL 2538
90:
91: #define PANEL_DEMOMBQUERY 2541
92: #define PANEL_DEMOMBWARNING 2542
93: #define PANEL_DEMOMBINFORMATION 2543
94: #define PANEL_DEMOMBCRITICAL 2544
95:
96: #define PANEL_DEMOMBAPPMODAL 2551
97: #define PANEL_DEMOMBSYSMODAL 2552
98: #define PANEL_DEMOMBMOVEABLE 2553
99: #define PANEL_DEMOMBHELP 2554
100:
101: #define PANEL_HELP 2910
102: #define PANEL_HELPHELPFORHELP 2920
103: #define PANEL_HELPEXTENDED 2930
104: #define PANEL_HELPKEYS 2940
105: #define PANEL_HELPINDEX 2950
106: #define PANEL_HELPABOUT 2960
107:
108:
109: /*--------------------------------------------------------------*\
110: * Demo message box dialog help subtable
111: \*--------------------------------------------------------------*/
112: #define PANEL_DEMOMSGBOX_OK 3110
113: #define PANEL_DEMOMSGBOX_HELP 3120
114:
115: /*--------------------------------------------------------------*\
116: * Buttons demo dlg help subtable
117: \*--------------------------------------------------------------*/
118: #define PANEL_BUTTONSDLG_RADIO 4110
119: #define PANEL_BUTTONSDLG_CHECKBOX 4120
120: #define PANEL_BUTTONSDLG_THREESTATE 4130
121: #define PANEL_BUTTONSDLG_PUSHBUTTON 4140
122: #define PANEL_BUTTONSDLG_OK 4150
123: #define PANEL_BUTTONSDLG_HELP 4160
124: #define PANEL_BUTTONSDLG_CANCEL 4170
125:
126: /*--------------------------------------------------------------*\
127: * Listbox demo dlg help subtable
128: \*--------------------------------------------------------------*/
129: #define PANEL_LISTBOXDLG_SINGLE 5110
130: #define PANEL_LISTBOXDLG_MULTIPLE 5120
131: #define PANEL_LISTBOXDLG_OK 5130
132: #define PANEL_LISTBOXDLG_HELP 5140
133: #define PANEL_LISTBOXDLG_CANCEL 5150
134:
135: /*--------------------------------------------------------------*\
136: * Combobox demo dlg help subtable
137: \*--------------------------------------------------------------*/
138: #define PANEL_COMBOBOXDLG_SIMPLE 6110
139: #define PANEL_COMBOBOXDLG_DROPDOWN 6120
140: #define PANEL_COMBOBOXDLG_DROPDOWNLIST 6130
141: #define PANEL_COMBOBOXDLG_OK 6140
142: #define PANEL_COMBOBOXDLG_HELP 6150
143: #define PANEL_COMBOBOXDLG_CANCEL 6160
144:
145: /*--------------------------------------------------------------*\
146: * Entry Field demo dlg help subtable
147: \*--------------------------------------------------------------*/
148: #define PANEL_ENTRYFIELDDLG_ENTRY 7110
149: #define PANEL_ENTRYFIELDDLG_MLE 7120
150: #define PANEL_ENTRYFIELDDLG_OK 7130
151: #define PANEL_ENTRYFIELDDLG_HELP 7140
152: #define PANEL_ENTRYFIELDDLG_CANCEL 7150
153:
154: /*--------------------------------------------------------------*\
155: * Static demo dialog help subtable
156: \*--------------------------------------------------------------*/
157: #define PANEL_STATICDLG_OK 8110
158: #define PANEL_STATICDLG_HELP 8120
159: #define PANEL_STATICDLG_CANCEL 8130
160:
161:
162: /*--------------------------------------------------------------*\
163: * Presentation Parameters demo dlg help subtable
164: \*--------------------------------------------------------------*/
165: #define PANEL_PPDEMODLG_FORECOLORLIST 9110
166: #define PANEL_PPDEMODLG_BACKCOLORLIST 9120
167: #define PANEL_PPDEMODLG_FONTLIST 9130
168: #define PANEL_PPDEMODLG_TESTBUTTON 9140
169: #define PANEL_PPDEMODLG_APPLY 9150
170: #define PANEL_PPDEMODLG_CANCEL 9160
171: #define PANEL_PPDEMODLG_HELP 9170
172:
173: /*--------------------------------------------------------------*\
174: * About box dialog help subtable
175: \*--------------------------------------------------------------*/
176: #define PANEL_ABOUTBOX_OK 10110
177:
178: /*--------------------------------------------------------------*\
179: * Panel for the unknown dialog item
180: \*--------------------------------------------------------------*/
181: #define PANEL_UNKNOWN 20110
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.