xref: /reactos/dll/win32/shimgvw/resource.h (revision f7d612f3)
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_DELETE      59
24 #define IDB_PRINT       60
25 #define IDB_SAVEAS      61
26 #define IDB_MODIFY      62
27 #define IDB_HELP_TOC    63
28 
29 /* ToolBar buttons */
30 #define IDC_TOOL_BASE   500
31 
32 #define IDC_PREV_PIC    (IDC_TOOL_BASE + 0)
33 #define IDC_NEXT_PIC    (IDC_TOOL_BASE + 1)
34 #define IDC_BEST_FIT    (IDC_TOOL_BASE + 2)
35 #define IDC_REAL_SIZE   (IDC_TOOL_BASE + 3)
36 #define IDC_SLIDE_SHOW  (IDC_TOOL_BASE + 4)
37 #define IDC_ZOOM_IN     (IDC_TOOL_BASE + 5)
38 #define IDC_ZOOM_OUT    (IDC_TOOL_BASE + 6)
39 #define IDC_ROT_CLOCKW  (IDC_TOOL_BASE + 7)
40 #define IDC_ROT_COUNCW  (IDC_TOOL_BASE + 8)
41 #define IDC_DELETE      (IDC_TOOL_BASE + 9)
42 #define IDC_PRINT       (IDC_TOOL_BASE + 10)
43 #define IDC_SAVEAS      (IDC_TOOL_BASE + 11)
44 #define IDC_MODIFY      (IDC_TOOL_BASE + 12)
45 #define IDC_HELP_TOC    (IDC_TOOL_BASE + 13)
46 #define IDC_ENDSLIDESHOW (IDC_TOOL_BASE + 14)
47 
48 #define TBICON_PREV_PIC     0
49 #define TBICON_NEXT_PIC     1
50 #define TBICON_BEST_FIT     2
51 #define TBICON_REAL_SIZE    3
52 #define TBICON_SLIDE_SHOW   4
53 #define TBICON_ZOOM_IN      5
54 #define TBICON_ZOOM_OUT     6
55 #define TBICON_ROT_CLOCKW   7
56 #define TBICON_ROT_COUNCW   8
57 #define TBICON_DELETE       9
58 #define TBICON_PRINT        10
59 #define TBICON_SAVEAS       11
60 #define TBICON_MODIFY       12
61 #define TBICON_HELP_TOC     13
62 
63 /* Strings */
64 #define IDS_APPTITLE    100
65 #define IDS_SETASDESKBG 101
66 #define IDS_NOPREVIEW   102
67 #define IDS_PREVIEW     550
68 
69 /* Friendly File Type Names */
70 #define IDS_EMF_FILE    301
71 #define IDS_GIF_FILE    302
72 #define IDS_JPG_FILE    303
73 #define IDS_BMP_FILE    304
74 #define IDS_PNG_FILE    305
75 #define IDS_TIF_FILE    306
76 #define IDS_WMF_FILE    307
77 
78 /* Tooltips strings */
79 #define IDS_TOOLTIP_PREV_PIC   400
80 #define IDS_TOOLTIP_NEXT_PIC   401
81 #define IDS_TOOLTIP_BEST_FIT   402
82 #define IDS_TOOLTIP_REAL_SIZE  403
83 #define IDS_TOOLTIP_SLIDE_SHOW 404
84 #define IDS_TOOLTIP_ZOOM_IN    405
85 #define IDS_TOOLTIP_ZOOM_OUT   406
86 #define IDS_TOOLTIP_ROT_CLOCKW 407
87 #define IDS_TOOLTIP_ROT_COUNCW 408
88 #define IDS_TOOLTIP_DELETE     409
89 #define IDS_TOOLTIP_PRINT      410
90 #define IDS_TOOLTIP_SAVEAS     411
91 #define IDS_TOOLTIP_MODIFY     412
92 #define IDS_TOOLTIP_HELP_TOC   413
93 
94 /* Keyboard accelerators */
95 #define IDR_ACCELERATOR 600
96