Home | Info | Community | Development | myReactOS | Contact Us
ReactOS Development > Doxygenresource.h
Go to the documentation of this file.
00001 #pragma once 00002 00003 /* Icons */ 00004 #define IDI_MAIN 10 00005 00006 /* Bitmaps */ 00007 #define IDB_PLAYICON 50 00008 #define IDB_STOPICON 51 00009 #define IDB_EJECTICON 52 00010 #define IDB_BACKWARDICON 53 00011 #define IDB_SEEKBACKICON 54 00012 #define IDB_SEEKFORWICON 55 00013 #define IDB_FORWARDICON 56 00014 #define IDB_PAUSEICON 57 00015 00016 /* Strings */ 00017 #define IDS_APPTITLE 100 00018 #define IDS_TOOLTIP_PLAY 101 00019 #define IDS_TOOLTIP_STOP 102 00020 #define IDS_TOOLTIP_EJECT 103 00021 #define IDS_TOOLTIP_BACKWARD 104 00022 #define IDS_TOOLTIP_SEEKBACK 105 00023 #define IDS_TOOLTIP_SEEKFORW 106 00024 #define IDS_TOOLTIP_FORWARD 107 00025 #define IDS_ALL_TYPES_FILTER 108 00026 #define IDS_PLAY 109 00027 00028 /* Menu */ 00029 #define IDR_MAINMENU 500 00030 00031 /* Menu items */ 00032 #define IDM_OPEN_FILE 1000 00033 #define IDM_CLOSE_FILE 1001 00034 #define IDM_EXIT 1002 00035 #define IDM_ABOUT 1003 00036 00037 /* ToolBar Icons */ 00038 #define TBICON_PLAY 0 00039 #define TBICON_STOP 1 00040 #define TBICON_EJECT 2 00041 #define TBICON_BACKWARD 3 00042 #define TBICON_SEEKBACK 4 00043 #define TBICON_SEEKFORW 5 00044 #define TBICON_FORWARD 6 00045 00046 /* ToolBar Buttons */ 00047 #define IDC_PLAY 1500 00048 #define IDC_STOP 1501 00049 #define IDC_EJECT 1502 00050 #define IDC_BACKWARD 1503 00051 #define IDC_SEEKBACK 1504 00052 #define IDC_SEEKFORW 1505 00053 #define IDC_FORWARD 1506 Generated on Sun May 27 2012 04:16:26 for ReactOS by
1.7.6.1
|