-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathResource.h
More file actions
49 lines (48 loc) · 3.82 KB
/
Resource.h
File metadata and controls
49 lines (48 loc) · 3.82 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
//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ 生成的包含文件。
// 供 Notepad.rc 使用
//
#define ID_EDIT 1
#define IDC_MYICON 2
#define IDD_NOTEPAD_DIALOG 102
#define IDS_APP_TITLE 103
#define IDD_ABOUTBOX 103
#define IDM_ABOUT 104
#define IDM_EXIT 105
#define IDI_SMALL 108
#define IDC_NOTEPAD 109
#define IDR_MAINFRAME 128
#define IDM_NEWFILE 32783
#define IDM_OPEN 32784
#define IDM_SAVE 32785
#define IDM_SAVEAS 32786
#define ID_Menu 32792
#define IDM_UNDO 32795
#define IDM_PASTE 32796
#define IDM_CUT 32797
#define IDM_COPY 32798
#define IDM_DELETE 32799
#define IDM_FIND 32800
#define IDM_FONT 32802
#define ID_32803 32803
#define ID_32804 32804
#define ID_32805 32805
#define ID_32806 32806
#define IDM_OPENCMD 32807
#define IDM_AUTOTAB 32810
#define IDM_TEST 32887
#define IDM_BIND 32888
#define IDM_RUNLAST 32889
#define IDM_HELP 32990
#define IDC_STATIC -1
// Next default values for new objects
//
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NO_MFC 1
#define _APS_NEXT_RESOURCE_VALUE 129
#define _APS_NEXT_COMMAND_VALUE 32811
#define _APS_NEXT_CONTROL_VALUE 1004
#define _APS_NEXT_SYMED_VALUE 110
#endif
#endif