Home | Info | Community | Development | myReactOS | Contact Us
ReactOS Development > Doxygenresource.h
Go to the documentation of this file.
00001 /* 00002 * WineMine (resource.h) 00003 * 00004 * Copyright 2000 Joshua Thielen 00005 * 00006 * This library is free software; you can redistribute it and/or 00007 * modify it under the terms of the GNU Lesser General Public 00008 * License as published by the Free Software Foundation; either 00009 * version 2.1 of the License, or (at your option) any later version. 00010 * 00011 * This library is distributed in the hope that it will be useful, 00012 * but WITHOUT ANY WARRANTY; without even the implied warranty of 00013 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 00014 * Lesser General Public License for more details. 00015 * 00016 * You should have received a copy of the GNU Lesser General Public 00017 * License along with this library; if not, write to the Free Software 00018 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA 00019 */ 00020 00021 #include <windef.h> 00022 #include <winuser.h> 00023 00024 #define ID_TIMER 1000 00025 00026 /* menu defines */ 00027 #define IDM_NEW 1001 00028 #define IDM_EXIT 1002 00029 #define IDM_TIMES 1003 00030 #define IDM_ABOUT 1004 00031 #define IDM_BEGINNER 1005 00032 #define IDM_ADVANCED 1006 00033 #define IDM_EXPERT 1007 00034 #define IDM_CUSTOM 1008 00035 #define IDM_MARKQ 1009 00036 00037 #define IDC_TIME1 1011 00038 #define IDC_TIME2 1012 00039 #define IDC_TIME3 1013 00040 #define IDC_NAME1 1014 00041 #define IDC_NAME2 1015 00042 #define IDC_NAME3 1016 00043 00044 #define IDC_EDITNAME 1021 00045 00046 #define IDC_EDITCOLS 1031 00047 #define IDC_EDITROWS 1032 00048 #define IDC_EDITMINES 1033 00049 00050 #define IDS_APPNAME 1101 00051 #define IDS_NOBODY 1102 00052 #define IDS_ABOUT 1103 00053 00054 #define IDA_WINEMINE 1201 Generated on Sat May 26 2012 04:15:27 for ReactOS by
1.7.6.1
|