forked from PlummersSoftwareLLC/retropad
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathresource.h
More file actions
41 lines (33 loc) · 1.13 KB
/
resource.h
File metadata and controls
41 lines (33 loc) · 1.13 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
// Resource identifiers for retropad
#pragma once
// Icons
#define IDI_RETROPAD 101
// Menus
#define IDC_RETROPAD 1000
#define IDM_FILE_NEW 40001
#define IDM_FILE_OPEN 40002
#define IDM_FILE_SAVE 40003
#define IDM_FILE_SAVE_AS 40004
#define IDM_FILE_PAGE_SETUP 40005
#define IDM_FILE_PRINT 40006
#define IDM_FILE_EXIT 40007
#define IDM_EDIT_UNDO 40010
#define IDM_EDIT_CUT 40011
#define IDM_EDIT_COPY 40012
#define IDM_EDIT_PASTE 40013
#define IDM_EDIT_DELETE 40014
#define IDM_EDIT_FIND 40015
#define IDM_EDIT_FIND_NEXT 40016
#define IDM_EDIT_REPLACE 40017
#define IDM_EDIT_GOTO 40018
#define IDM_EDIT_SELECT_ALL 40019
#define IDM_EDIT_TIME_DATE 40020
#define IDM_FORMAT_WORD_WRAP 40030
#define IDM_FORMAT_FONT 40031
#define IDM_VIEW_STATUS_BAR 40040
#define IDM_HELP_VIEW_HELP 40050
#define IDM_HELP_ABOUT 40051
// Dialogs and controls
#define IDD_GOTO 50001
#define IDD_ABOUT 50002
#define IDC_GOTO_EDIT 50010