File: winhelp_res.h

package info (click to toggle)
wine 4.0-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 209,096 kB
  • sloc: ansic: 2,906,412; perl: 18,817; yacc: 15,629; makefile: 9,134; objc: 6,543; lex: 4,315; python: 1,786; cpp: 1,042; sh: 771; java: 742; xml: 557; awk: 69; cs: 17
file content (54 lines) | stat: -rw-r--r-- 1,545 bytes parent folder | download | duplicates (14)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
#include <windef.h>
#include <winuser.h>

#define MNID_FILE_OPEN          0x101
#define MNID_FILE_PRINT         0x104
#define MNID_FILE_SETUP         0x106
#define MNID_FILE_EXIT          0x108

#define MNID_EDIT_COPYDLG       0x111
#define MNID_EDIT_ANNOTATE      0x112

#define MNID_BKMK_DEFINE        0x121

#define MNID_OPTS_HISTORY       0x134
#define MNID_OPTS_FONTS_SMALL   0x135
#define MNID_OPTS_FONTS_NORMAL  0x136
#define MNID_OPTS_FONTS_LARGE   0x137

#define MNID_HELP_HELPON        0x141
#define MNID_HELP_HELPTOP       0x142
#define MNID_HELP_ABOUT         0x143

#define MNID_CTXT_ANNOTATE      0x200
#define MNID_CTXT_COPY          0x201
#define MNID_CTXT_PRINT         0x202
#define MNID_CTXT_FONTS_SMALL   0x210
#define MNID_CTXT_FONTS_NORMAL  0x211
#define MNID_CTXT_FONTS_LARGE   0x212

#define MAIN_MENU		0xF000
#define CONTEXT_MENU            0xF001
#define MAIN_ACCEL              0xF002

#define STID_WINE_HELP		0x120
#define STID_WHERROR		0x121
#define STID_WARNING  		0x122
#define STID_INFO  		0x123
#define STID_NOT_IMPLEMENTED 	0x124
#define STID_HLPFILE_ERROR_s 	0x125
#define STID_CONTENTS 		0x126
#define STID_INDEX	 	0x127
#define STID_BACK 		0x128
#define STID_ALL_FILES 		0x12B
#define STID_HELP_FILES_HLP	0x12C
#define STID_DIALOG_TEST	0x12D
#define STID_FILE_NOT_FOUND_s	0x12E
#define STID_NO_RICHEDIT        0x12F
#define STID_PSH_INDEX          0x130

#define IDD_INDEX               0x150
#define IDC_INDEXLIST           0x151
#define IDD_SEARCH              0x152

#define IDI_WINHELP             0xF00