forked from rutice/NicoJK
-
Notifications
You must be signed in to change notification settings - Fork 7
/
resource.h
20 lines (19 loc) · 894 Bytes
/
resource.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#ifndef IDC_STATIC
#define IDC_STATIC (-1)
#endif
#define IDB_ICON 110
#define IDB_FORCE 112
#define IDB_FORCE16 113
#define IDB_COMMENT 114
#define IDB_COMMENT16 115
#define IDC_RADIO_FORCE 1000
#define IDC_RADIO_LOG 1001
#define IDC_CHECK_SPECFILE 1002
#define IDC_CHECK_RELATIVE 1003
#define IDC_FORCELIST 1004
#define IDC_CB_POST 1005
#define IDC_SLIDER_OPACITY 1006
#define IDC_BUTTON_OPACITY_DOWN 1007
#define IDC_BUTTON_OPACITY_UP 1008
#define IDC_BUTTON_OPACITY_TOGGLE 1009
#define IDC_BUTTON_POPUP 1010