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