- New winsock (part 3 of x)
[reactos.git] / dll / win32 / shimgvw / resource.h
1 #ifndef __SHIMGVW_RESOURCE_H
2 #define __SHIMGVW_RESOURCE_H
3
4 /* Icons */
5 #define IDI_APPICON 1
6 #define IDI_BMP_ICON 2
7 #define IDI_GIF_ICON 3
8 #define IDI_JPG_ICON 4
9 #define IDI_PNG_ICON 5
10
11 #define IDB_PREVICON 50
12 #define IDB_NEXTICON 51
13 #define IDB_ZOOMPICON 52
14 #define IDB_ZOOMMICON 53
15 #define IDB_SAVEICON 54
16 #define IDB_PRINTICON 55
17 #define IDB_ROT1ICON 56
18 #define IDB_ROT2ICON 57
19
20 /* ToolBar buttons */
21 #define IDC_PREV 500
22 #define IDC_NEXT 501
23 #define IDC_ZOOMP 502
24 #define IDC_ZOOMM 503
25 #define IDC_SAVE 504
26 #define IDC_PRINT 505
27 #define IDC_ROT1 506
28 #define IDC_ROT2 507
29
30 #define TBICON_PREV 0
31 #define TBICON_NEXT 1
32 #define TBICON_ZOOMP 2
33 #define TBICON_ZOOMM 3
34 #define TBICON_SAVE 4
35 #define TBICON_PRINT 5
36 #define TBICON_ROT1 6
37 #define TBICON_ROT2 7
38
39 /* Strings */
40 #define IDS_APPTITLE 100
41 #define IDS_SETASDESKBG 101
42
43 /* Tooltips strings */
44 #define IDS_TOOLTIP_NEXT_PIC 300
45 #define IDS_TOOLTIP_PREV_PIC 301
46 #define IDS_TOOLTIP_ZOOM_IN 302
47 #define IDS_TOOLTIP_ZOOM_OUT 304
48 #define IDS_TOOLTIP_ROT_CLOCKW 305
49 #define IDS_TOOLTIP_ROT_COUNCW 306
50 #define IDS_TOOLTIP_PRINT 307
51 #define IDS_TOOLTIP_SAVEAS 308
52
53 #endif /* __SHIMGVW_RESOURCE_H */