reactos/dll/win32/shimgvw/resource.h
Amine Khaldi 527f2f9057 [SHELL/EXPERIMENTS]
* Create a branch for some evul shell experiments.

svn path=/branches/shell-experiments/; revision=61927
2014-02-02 19:37:27 +00:00

52 lines
1.1 KiB
C

#pragma once
/* Icons */
#define IDI_APPICON 1
#define IDI_BMP_ICON 2
#define IDI_GIF_ICON 3
#define IDI_JPG_ICON 4
#define IDI_PNG_ICON 5
#define IDB_PREVICON 50
#define IDB_NEXTICON 51
#define IDB_ZOOMPICON 52
#define IDB_ZOOMMICON 53
#define IDB_SAVEICON 54
#define IDB_PRINTICON 55
#define IDB_ROT1ICON 56
#define IDB_ROT2ICON 57
/* ToolBar buttons */
#define IDC_PREV 500
#define IDC_NEXT 501
#define IDC_ZOOMP 502
#define IDC_ZOOMM 503
#define IDC_SAVE 504
#define IDC_PRINT 505
#define IDC_ROT1 506
#define IDC_ROT2 507
#define TBICON_PREV 0
#define TBICON_NEXT 1
#define TBICON_ZOOMP 2
#define TBICON_ZOOMM 3
#define TBICON_SAVE 4
#define TBICON_PRINT 5
#define TBICON_ROT1 6
#define TBICON_ROT2 7
/* Strings */
#define IDS_APPTITLE 100
#define IDS_SETASDESKBG 101
#define IDS_PREVIEW 550
/* Tooltips strings */
#define IDS_TOOLTIP_NEXT_PIC 300
#define IDS_TOOLTIP_PREV_PIC 301
#define IDS_TOOLTIP_ZOOM_IN 302
#define IDS_TOOLTIP_ZOOM_OUT 304
#define IDS_TOOLTIP_ROT_CLOCKW 305
#define IDS_TOOLTIP_ROT_COUNCW 306
#define IDS_TOOLTIP_PRINT 307
#define IDS_TOOLTIP_SAVEAS 308