-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathresource.h
More file actions
60 lines (59 loc) · 2.39 KB
/
resource.h
File metadata and controls
60 lines (59 loc) · 2.39 KB
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
55
56
57
58
59
60
//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by MultiPad.rc
//
#define IDR_MENU1 101
#define IDR_ACCELERATOR1 102
#define IDD_GOTOLINE 103
#define IDI_ICON1 105
#define IDC_LINE 1001
#define ID_FILE_NEW 40001
#define ID_FILE_EXIT 40002
#define ID_FILE_OPEN 40003
#define ID_FILE_CLOSE 40004
#define ID_FILE_SAVE 40005
#define ID_WINDOW 40006
#define ID_WINDOW_TILEHORIZONTAL 40007
#define ID_WINDOW_TILEVERTICAL 40008
#define ID_WINDOW_CASCADE 40009
#define ID_FILE_SAVEAS 40017
#define ID_FILE_LINEENDINGS 40018
#define ID_LINEENDINGS_WINDOWS 40019
#define ID_LINEENDINGS_UNIX 40020
#define ID_LINEENDINGS_MACINTOSH 40021
#define ID_FILE_ENCODING 40022
#define ID_ENCODING_ANSI 40023
#define ID_ENCODING_UTF8 40024
#define ID_ENCODING_UTF16_BE 40025
#define ID_ENCODING_UTF16_LE 40026
#define ID_VIEW_WHITESPACE 40027
#define ID_FILE_SAVEALL 40028
#define ID_VIEW_WORDWRAP 40029
#define ID_VIEW_LINENUMBERS 40030
#define ID_VIEW_USETABS 40031
#define ID_VIEW_TABSIZE 40032
#define ID_TABSIZE_1 40033
#define ID_TABSIZE_2 40034
#define ID_TABSIZE_3 40035
#define ID_TABSIZE_4 40036
#define ID_TABSIZE_5 40037
#define ID_TABSIZE_6 40038
#define ID_TABSIZE_7 40039
#define ID_TABSIZE_8 40040
#define ID_EDIT_UNDO 40041
#define ID_EDIT_REDO 40042
#define ID_EDIT_SELECTALL 40043
#define ID_EDIT_CUT 40044
#define ID_EDIT_COPY 40045
#define ID_EDIT_PASTE 40046
#define ID_EDIT_GOTOLINE 40049
// Next default values for new objects
//
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE 106
#define _APS_NEXT_COMMAND_VALUE 40052
#define _APS_NEXT_CONTROL_VALUE 1002
#define _APS_NEXT_SYMED_VALUE 101
#endif
#endif