Home | Info | Community | Development | myReactOS | Contact Us
ReactOS Development > Doxygenresource.h
Go to the documentation of this file.
00001 /* 00002 * Copyright 2005 Jacek Caban 00003 * 00004 * This library is free software; you can redistribute it and/or 00005 * modify it under the terms of the GNU Lesser General Public 00006 * License as published by the Free Software Foundation; either 00007 * version 2.1 of the License, or (at your option) any later version. 00008 * 00009 * This library is distributed in the hope that it will be useful, 00010 * but WITHOUT ANY WARRANTY; without even the implied warranty of 00011 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 00012 * Lesser General Public License for more details. 00013 * 00014 * You should have received a copy of the GNU Lesser General Public 00015 * License along with this library; if not, write to the Free Software 00016 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA 00017 */ 00018 00019 #include <windef.h> 00020 #include <winuser.h> 00021 #include <commctrl.h> 00022 00023 #define IDS_HTMLDISABLED 7500 00024 #define IDS_HTMLDOCUMENT 7501 00025 #define IDS_DOWNLOADING 7502 00026 #define IDS_INSTALLING 7503 00027 00028 #define ID_DWL_DIALOG 7600 00029 #define ID_DWL_PROGRESS 7601 00030 #define ID_DWL_INSTALL 7602 00031 #define ID_DWL_STATUS 7603 00032 00033 #define ID_PROMPT_DIALOG 7700 00034 #define ID_PROMPT_PROMPT 7701 00035 #define ID_PROMPT_EDIT 7702 00036 00037 #define IDS_MESSAGE_BOX_TITLE 2213 00038 00039 #define IDS_PRINT_HEADER_TEMPLATE 8403 00040 #define IDS_PRINT_FOOTER_TEMPLATE 8404 00041 00042 #define IDR_BROWSE_CONTEXT_MENU 24641 00043 00044 #define IDM_TRACETAGS 6004 00045 #define IDM_RESOURCEFAILURES 6005 00046 #define IDM_DUMPTRACKINGINFO 6006 00047 #define IDM_DEBUGBREAK 6007 00048 #define IDM_DEBUGVIEW 6008 00049 #define IDM_DUMPTREE 6009 00050 #define IDM_DUMPLINES 6010 00051 00052 #define IDM_SAVEHTML 6012 00053 #define IDM_MEMORYMONITOR 6013 00054 #define IDM_PERFORMANCEMETERS 6014 00055 #define IDM_DUMPDISPLAYTREE 6015 00056 #define IDM_DUMPFORMATCACHES 6016 00057 #define IDM_DUMPLAYOUTRECTS 6017 00058 00059 #define _IDM_REFRESH 6042 00060 00061 #define IDD_HYPERLINK 8000 00062 00063 #define IDC_URL 9001 00064 #define IDC_TYPE 9002 Generated on Sat May 26 2012 04:15:27 for ReactOS by
1.7.6.1
|