-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathresource.h
21 lines (20 loc) · 969 Bytes
/
resource.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#ifndef IDC_STATIC
#define IDC_STATIC (-1)
#endif
#define IDD_MAIN 102
#define IDR_MAIN_MENU 103
#define IDI_APPICON 106
#define IDR_IDM_CONTEX1 107
#define IDR_MENU1 108
#define IDM_CONTEXTSAVESONG 789
#define IDM_CONTEXTUNCHECKSELECTED 790
#define IDM_CONTEXTCHECKSELECTED 791
#define IDC_SONGLIST 1001
#define IDC_SEARCH 1002
#define IDC_RADIO1 1004
#define IDC_RADIO2 1005
#define IDC_RADIO3 1006
#define IDM_EXIT1 40000
#define IDM_SAVE_SELECTED_SONGS1 40001
#define IDM_SAVE_ALL_SONGS1 40002
#define IDC_STATUSBAR 40004