Home | Info | Community | Development | myReactOS | Contact Us
ReactOS Development > Doxygenresource.h
Go to the documentation of this file.
00001 #ifndef __SHIMGVW_RESOURCE_H 00002 #define __SHIMGVW_RESOURCE_H 00003 00004 /* Icons */ 00005 #define IDI_APPICON 1 00006 #define IDI_BMP_ICON 2 00007 #define IDI_GIF_ICON 3 00008 #define IDI_JPG_ICON 4 00009 #define IDI_PNG_ICON 5 00010 00011 #define IDB_PREVICON 50 00012 #define IDB_NEXTICON 51 00013 #define IDB_ZOOMPICON 52 00014 #define IDB_ZOOMMICON 53 00015 #define IDB_SAVEICON 54 00016 #define IDB_PRINTICON 55 00017 #define IDB_ROT1ICON 56 00018 #define IDB_ROT2ICON 57 00019 00020 /* ToolBar buttons */ 00021 #define IDC_PREV 500 00022 #define IDC_NEXT 501 00023 #define IDC_ZOOMP 502 00024 #define IDC_ZOOMM 503 00025 #define IDC_SAVE 504 00026 #define IDC_PRINT 505 00027 #define IDC_ROT1 506 00028 #define IDC_ROT2 507 00029 00030 #define TBICON_PREV 0 00031 #define TBICON_NEXT 1 00032 #define TBICON_ZOOMP 2 00033 #define TBICON_ZOOMM 3 00034 #define TBICON_SAVE 4 00035 #define TBICON_PRINT 5 00036 #define TBICON_ROT1 6 00037 #define TBICON_ROT2 7 00038 00039 /* Strings */ 00040 #define IDS_APPTITLE 100 00041 #define IDS_SETASDESKBG 101 00042 #define IDS_PREVIEW 550 00043 00044 /* Tooltips strings */ 00045 #define IDS_TOOLTIP_NEXT_PIC 300 00046 #define IDS_TOOLTIP_PREV_PIC 301 00047 #define IDS_TOOLTIP_ZOOM_IN 302 00048 #define IDS_TOOLTIP_ZOOM_OUT 304 00049 #define IDS_TOOLTIP_ROT_CLOCKW 305 00050 #define IDS_TOOLTIP_ROT_COUNCW 306 00051 #define IDS_TOOLTIP_PRINT 307 00052 #define IDS_TOOLTIP_SAVEAS 308 00053 00054 #endif /* __SHIMGVW_RESOURCE_H */ Generated on Sat May 26 2012 04:15:28 for ReactOS by
1.7.6.1
|