xref: /reactos/dll/win32/shimgvw/resource.h (revision 084fae1e)
1 #pragma once
2 
3 /* Icons */
4 #define IDI_APP_ICON 1
5 #define IDI_BMP_ICON 2
6 #define IDI_GIF_ICON 3
7 #define IDI_JPG_ICON 4
8 #define IDI_PNG_ICON 5
9 
10 /* Cursors */
11 #define IDC_HANDDRAG 100
12 
13 /* Toolbar images */
14 #define IDB_PREV_PIC    50
15 #define IDB_NEXT_PIC    51
16 #define IDB_BEST_FIT    52
17 #define IDB_REAL_SIZE   53
18 #define IDB_SLIDE_SHOW  54
19 #define IDB_ZOOM_IN     55
20 #define IDB_ZOOM_OUT    56
21 #define IDB_ROT_CLOCKW  57
22 #define IDB_ROT_COUNCW  58
23 #define IDB_ROT_CWSAVE  59
24 #define IDB_ROT_CCWSAVE 60
25 #define IDB_DELETE      61
26 #define IDB_PRINT       62
27 #define IDB_SAVEAS      63
28 #define IDB_MODIFY      64
29 #define IDB_HELP_TOC    65
30 
31 /* ToolBar buttons */
32 #define IDC_TOOL_BASE   500
33 
34 #define IDC_PREV_PIC    (IDC_TOOL_BASE + 0)
35 #define IDC_NEXT_PIC    (IDC_TOOL_BASE + 1)
36 #define IDC_BEST_FIT    (IDC_TOOL_BASE + 2)
37 #define IDC_REAL_SIZE   (IDC_TOOL_BASE + 3)
38 #define IDC_SLIDE_SHOW  (IDC_TOOL_BASE + 4)
39 #define IDC_ZOOM_IN     (IDC_TOOL_BASE + 5)
40 #define IDC_ZOOM_OUT    (IDC_TOOL_BASE + 6)
41 #define IDC_ROT_CLOCKW  (IDC_TOOL_BASE + 7)
42 #define IDC_ROT_COUNCW  (IDC_TOOL_BASE + 8)
43 #define IDC_ROT_CWSAVE  (IDC_TOOL_BASE + 9)
44 #define IDC_ROT_CCWSAVE (IDC_TOOL_BASE + 10)
45 #define IDC_DELETE      (IDC_TOOL_BASE + 11)
46 #define IDC_PRINT       (IDC_TOOL_BASE + 12)
47 #define IDC_SAVEAS      (IDC_TOOL_BASE + 13)
48 #define IDC_MODIFY      (IDC_TOOL_BASE + 14)
49 #define IDC_HELP_TOC    (IDC_TOOL_BASE + 15)
50 #define IDC_ENDSLIDESHOW (IDC_TOOL_BASE + 16)
51 
52 #define TBICON_PREV_PIC     0
53 #define TBICON_NEXT_PIC     1
54 #define TBICON_BEST_FIT     2
55 #define TBICON_REAL_SIZE    3
56 #define TBICON_SLIDE_SHOW   4
57 #define TBICON_ZOOM_IN      5
58 #define TBICON_ZOOM_OUT     6
59 #define TBICON_ROT_CLOCKW   7
60 #define TBICON_ROT_COUNCW   8
61 #define TBICON_ROT_CWSAVE   9
62 #define TBICON_ROT_CCWSAVE  10
63 #define TBICON_DELETE       11
64 #define TBICON_PRINT        12
65 #define TBICON_SAVEAS       13
66 #define TBICON_MODIFY       14
67 #define TBICON_HELP_TOC     15
68 
69 /* Strings */
70 #define IDS_APPTITLE    100
71 #define IDS_SETASDESKBG 101
72 #define IDS_NOPREVIEW   102
73 #define IDS_PREVIEW     550
74 
75 /* Friendly File Type Names */
76 #define IDS_EMF_FILE    301
77 #define IDS_GIF_FILE    302
78 #define IDS_JPG_FILE    303
79 #define IDS_BMP_FILE    304
80 #define IDS_PNG_FILE    305
81 #define IDS_TIF_FILE    306
82 #define IDS_WMF_FILE    307
83 
84 /* Tooltips strings */
85 #define IDS_TOOLTIP_PREV_PIC   400
86 #define IDS_TOOLTIP_NEXT_PIC   401
87 #define IDS_TOOLTIP_BEST_FIT   402
88 #define IDS_TOOLTIP_REAL_SIZE  403
89 #define IDS_TOOLTIP_SLIDE_SHOW 404
90 #define IDS_TOOLTIP_ZOOM_IN    405
91 #define IDS_TOOLTIP_ZOOM_OUT   406
92 #define IDS_TOOLTIP_ROT_CLOCKW 407
93 #define IDS_TOOLTIP_ROT_COUNCW 408
94 #define IDS_TOOLTIP_DELETE     409
95 #define IDS_TOOLTIP_PRINT      410
96 #define IDS_TOOLTIP_SAVEAS     411
97 #define IDS_TOOLTIP_MODIFY     412
98 #define IDS_TOOLTIP_HELP_TOC   413
99 #define IDS_TOOLTIP_ROT_CWSAVE 414
100 #define IDS_TOOLTIP_ROT_CCWSAVE 415
101 
102 /* Keyboard accelerators */
103 #define IDR_ACCELERATOR 600
104