1 /* 2 * Copyright (C) 2004 Filip Navara 3 * 4 * This program is free software; you can redistribute it and/or modify 5 * it under the terms of the GNU General Public License as published by 6 * the Free Software Foundation; either version 2 of the License, or 7 * (at your option) any later version. 8 * 9 * This program is distributed in the hope that it will be useful, 10 * but WITHOUT ANY WARRANTY; without even the implied warranty of 11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 * GNU General Public License for more details. 13 * 14 * You should have received a copy of the GNU General Public License along 15 * with this program; if not, write to the Free Software Foundation, Inc., 16 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. 17 */ 18 19 #pragma once 20 21 #define IDB_WATERMARK 100 22 #define IDB_HEADER 101 23 #define IDB_CLASSIC 102 24 #define IDB_LAUTUS 103 25 26 #define IDI_ICON1 10 27 #define IDI_ICON2 11 28 #define IDI_ICON3 12 29 #define IDI_ICON4 13 30 #define IDI_ICON5 14 31 32 #define IDC_STATIC -1 33 34 #define IDD_WELCOMEPAGE 1000 35 #define IDC_WELCOMETITLE 1001 36 37 #define IDD_ACKPAGE 1010 38 #define IDC_PROJECTS 1011 39 #define IDC_VIEWGPL 1012 40 41 #define IDD_OWNERPAGE 1020 42 #define IDC_OWNERNAME 1021 43 #define IDC_OWNERORGANIZATION 1022 44 45 #define IDD_COMPUTERPAGE 1030 46 #define IDC_COMPUTERNAME 1031 47 #define IDC_ADMINPASSWORD1 1032 48 #define IDC_ADMINPASSWORD2 1033 49 50 #define IDD_LOCALEPAGE 1040 51 #define IDC_LOCALETEXT 1041 52 #define IDC_CUSTOMLOCALE 1042 53 #define IDC_LAYOUTTEXT 1043 54 #define IDC_CUSTOMLAYOUT 1044 55 56 #define IDD_DATETIMEPAGE 1050 57 #define IDC_DATEPICKER 1051 58 #define IDC_TIMEPICKER 1052 59 #define IDC_TIMEZONELIST 1053 60 #define IDC_AUTODAYLIGHT 1054 61 62 #define IDD_PROCESSPAGE 1060 63 #define IDC_ACTIVITY 1061 64 #define IDC_ITEM 1062 65 #define IDC_PROCESSPROGRESS 1063 66 67 #define IDD_FINISHPAGE 1070 68 #define IDC_FINISHTITLE 1071 69 #define IDC_RESTART_PROGRESS 1072 70 71 #define IDD_THEMEPAGE 1080 72 #define IDC_THEMEDSTYLE 1081 73 #define IDC_CLASSICSTYLE 1082 74 75 #define IDD_GPL 2100 76 #define IDC_GPL_TEXT 2101 77 78 #define IDD_STATUSWINDOW_DLG 2200 79 #define IDC_STATUSLABEL 2201 80 81 #define IDS_ACKTITLE 3010 82 #define IDS_ACKSUBTITLE 3011 83 84 #define IDS_OWNERTITLE 3020 85 #define IDS_OWNERSUBTITLE 3021 86 87 #define IDS_COMPUTERTITLE 3030 88 #define IDS_COMPUTERSUBTITLE 3031 89 90 #define IDS_LOCALETITLE 3040 91 #define IDS_LOCALESUBTITLE 3041 92 93 #define IDS_DATETIMETITLE 3050 94 #define IDS_DATETIMESUBTITLE 3051 95 96 #define IDS_PROCESSTITLE 3060 97 #define IDS_PROCESSSUBTITLE 3061 98 99 #define IDS_THEMESELECTIONTITLE 3070 100 #define IDS_THEMESELECTIONSUBTITLE 3071 101 102 #define IDS_ACKPROJECTS 3100 103 104 #define IDS_REACTOS_SETUP 3300 105 #define IDS_UNKNOWN_ERROR 3301 106 #define IDS_REGISTERING_COMPONENTS 3302 107 #define IDS_LOADLIBRARY_FAILED 3303 108 #define IDS_GETPROCADDR_FAILED 3304 109 #define IDS_REGSVR_FAILED 3305 110 #define IDS_DLLINSTALL_FAILED 3306 111 #define IDS_TIMEOUT 3307 112 #define IDS_REASON_UNKNOWN 3308 113 #define IDS_ADMINISTRATOR_NAME 3309 114 #define IDS_MACHINE_OWNER_NAME 3310 115 116 #define IDS_WZD_NAME 3450 117 #define IDS_WZD_SETCOMPUTERNAME 3451 118 #define IDS_WZD_COMPUTERNAME 3452 119 #define IDS_WZD_PASSWORDEMPTY 3453 120 #define IDS_WZD_PASSWORDMATCH 3454 121 #define IDS_WZD_PASSWORDCHAR 3455 122 #define IDS_WZD_LOCALTIME 3456 123 124 #define IDS_STATUS_INSTALL_DEV 3500 125 126 /* ATTENTION: Synchronize the translation of these strings with shell32 */ 127 #define IDS_PROGRAMFILES 3600 128 #define IDS_COMMONFILES 3601 129 130 #define IDR_GPL 4000 131