ReactOS Fundraising Campaign 2012
 
€ 4,410 / € 30,000

Information | Donate

Home | Info | Community | Development | myReactOS | Contact Us

  1. Home
  2. Community
  3. Development
  4. myReactOS
  5. Fundraiser 2012

  1. Main Page
  2. Alphabetical List
  3. Data Structures
  4. Directories
  5. File List
  6. Data Fields
  7. Globals
  8. Related Pages

ReactOS Development > Doxygen

resource.h
Go to the documentation of this file.
00001 /*
00002  * Copyright (C) 2004 Filip Navara
00003  *
00004  * This program is free software; you can redistribute it and/or modify
00005  * it under the terms of the GNU General Public License as published by
00006  * the Free Software Foundation; either version 2 of the License, or
00007  * (at your option) any later version.
00008  *
00009  * This program 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
00012  * GNU General Public License for more details.
00013  *
00014  * You should have received a copy of the GNU General Public License along
00015  * with this program; if not, write to the Free Software Foundation, Inc.,
00016  * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
00017  */
00018 
00019 #ifndef RESOURCE_H
00020 #define RESOURCE_H
00021 
00022 #define IDB_WATERMARK                   100
00023 #define IDB_HEADER                      101
00024 
00025 #define IDI_ICON1                       10
00026 #define IDI_ICON2                       11
00027 #define IDI_ICON3                       12
00028 #define IDI_ICON4                       13
00029 #define IDI_ICON5                       14
00030 
00031 #define IDC_STATIC                        -1
00032 
00033 #define IDD_WELCOMEPAGE                 1000
00034 #define IDC_WELCOMETITLE                1001
00035 
00036 #define IDD_ACKPAGE                     1010
00037 #define IDC_PROJECTS                    1011
00038 #define IDC_VIEWGPL                     1012
00039 
00040 #define IDD_OWNERPAGE                   1020
00041 #define IDC_OWNERNAME                   1021
00042 #define IDC_OWNERORGANIZATION           1022
00043 
00044 #define IDD_COMPUTERPAGE                1030
00045 #define IDC_COMPUTERNAME                1031
00046 #define IDC_ADMINPASSWORD1              1032
00047 #define IDC_ADMINPASSWORD2              1033
00048 
00049 #define IDD_LOCALEPAGE                  1040
00050 #define IDC_LOCALETEXT                  1041
00051 #define IDC_CUSTOMLOCALE                1042
00052 #define IDC_LAYOUTTEXT                  1043
00053 #define IDC_CUSTOMLAYOUT                1044
00054 
00055 #define IDD_DATETIMEPAGE                1050
00056 #define IDC_DATEPICKER                  1051
00057 #define IDC_TIMEPICKER                  1052
00058 #define IDC_TIMEZONELIST                1053
00059 #define IDC_AUTODAYLIGHT                1054
00060 
00061 #define IDD_PROCESSPAGE                 1060
00062 #define IDC_ACTIVITY                    1061
00063 #define IDC_ITEM                        1062
00064 #define IDC_PROCESSPROGRESS             1063
00065 
00066 #define IDD_FINISHPAGE                  1070
00067 #define IDC_FINISHTITLE                 1071
00068 #define IDC_RESTART_PROGRESS            1072
00069 
00070 #define IDD_GPL                         2100
00071 #define IDC_GPL_TEXT                    2101
00072 
00073 #define IDD_STATUSWINDOW_DLG            2200
00074 #define IDC_STATUSLABEL                 2201
00075 
00076 #define IDS_ACKTITLE                    3010
00077 #define IDS_ACKSUBTITLE                 3011
00078 
00079 #define IDS_OWNERTITLE                  3020
00080 #define IDS_OWNERSUBTITLE               3021
00081 
00082 #define IDS_COMPUTERTITLE               3030
00083 #define IDS_COMPUTERSUBTITLE            3031
00084 
00085 #define IDS_LOCALETITLE                 3040
00086 #define IDS_LOCALESUBTITLE              3041
00087 
00088 #define IDS_DATETIMETITLE               3050
00089 #define IDS_DATETIMESUBTITLE            3051
00090 
00091 #define IDS_PROCESSTITLE                3060
00092 #define IDS_PROCESSSUBTITLE             3061
00093 
00094 #define IDS_ACKPROJECTS                 3100
00095 
00096 #define IDS_ACCESSORIES                 3200
00097 #define IDS_GAMES                       3201
00098 #define IDS_SYS_TOOLS                   3202
00099 #define IDS_SYS_ACCESSIBILITY           3203
00100 #define IDS_SYS_ENTERTAINMENT           3204
00101 
00102 #define IDS_CMT_CALC                    3210
00103 #define IDS_CMT_CHARMAP                 3211
00104 #define IDS_CMT_CMD                     3212
00105 #define IDS_CMT_DEVMGMT                 3213
00106 #define IDS_CMT_DOWNLOADER              3214
00107 #define IDS_CMT_EVENTVIEW               3215
00108 #define IDS_CMT_EXPLORER                3216
00109 #define IDS_CMT_KBSWITCH                3217
00110 #define IDS_CMT_MAGNIFY                 3218
00111 #define IDS_CMT_MPLAY32                 3219
00112 #define IDS_CMT_MSCONFIG                3220
00113 #define IDS_CMT_NOTEPAD                 3221
00114 #define IDS_CMT_RDESKTOP                3222
00115 #define IDS_CMT_REGEDIT                 3223
00116 #define IDS_CMT_SERVMAN                 3224
00117 #define IDS_CMT_SCREENSHOT              3225
00118 #define IDS_CMT_SOLITAIRE               3226
00119 #define IDS_CMT_WINEMINE                3227
00120 #define IDS_CMT_WORDPAD                 3228
00121 #define IDS_CMT_SNDVOL32                3229
00122 #define IDS_CMT_DXDIAG                  3230
00123 #define IDS_CMT_PAINT                   3231
00124 #define IDS_CMT_SPIDER                  3232
00125 #define IDS_CMT_SNDREC32                3233
00126 
00127 #define IDS_REACTOS_SETUP               3300
00128 #define IDS_UNKNOWN_ERROR               3301
00129 #define IDS_REGISTERING_COMPONENTS      3302
00130 #define IDS_LOADLIBRARY_FAILED          3303
00131 #define IDS_GETPROCADDR_FAILED          3304
00132 #define IDS_REGSVR_FAILED               3305
00133 #define IDS_DLLINSTALL_FAILED           3306
00134 #define IDS_TIMEOUT                     3307
00135 #define IDS_REASON_UNKNOWN              3308
00136 
00137 #define IDS_SHORT_CALC          3400
00138 #define IDS_SHORT_CHARMAP       3401
00139 #define IDS_SHORT_CMD           3402
00140 #define IDS_SHORT_DEVICE        3403
00141 #define IDS_SHORT_DOWNLOADER    3404
00142 #define IDS_SHORT_EVENTVIEW     3405
00143 #define IDS_SHORT_EXPLORER      3406
00144 #define IDS_SHORT_KBSWITCH      3407
00145 #define IDS_SHORT_MAGNIFY       3408
00146 #define IDS_SHORT_MPLAY32       3409
00147 #define IDS_SHORT_MSCONFIG      3410
00148 #define IDS_SHORT_NOTEPAD       3411
00149 #define IDS_SHORT_RDESKTOP      3412
00150 #define IDS_SHORT_REGEDIT       3413
00151 #define IDS_SHORT_SERVICE       3414
00152 #define IDS_SHORT_SNAP          3415
00153 #define IDS_SHORT_SOLITAIRE     3416
00154 #define IDS_SHORT_WINEMINE      3417
00155 #define IDS_SHORT_WORDPAD       3418
00156 #define IDS_SHORT_SNDVOL32      3419
00157 #define IDS_SHORT_DXDIAG        3420
00158 #define IDS_SHORT_PAINT         3421
00159 #define IDS_SHORT_SPIDER        3422
00160 #define IDS_SHORT_SNDREC32      3423
00161 
00162 #define IDS_WZD_NAME            3450
00163 #define IDS_WZD_SETCOMPUTERNAME 3451
00164 #define IDS_WZD_COMPUTERNAME    3452
00165 #define IDS_WZD_PASSWORDEMPTY   3453
00166 #define IDS_WZD_PASSWORDMATCH   3454
00167 #define IDS_WZD_PASSWORDCHAR    3455
00168 #define IDS_WZD_LOCALTIME       3456
00169 
00170 #define IDS_STATUS_INSTALL_DEV  3500
00171 
00172 #define IDR_GPL                 4000
00173 
00174 #endif /* RESOURCE_H */

Generated on Fri May 25 2012 04:14:48 for ReactOS by doxygen 1.7.6.1

ReactOS is a registered trademark or a trademark of ReactOS Foundation in the United States and other countries.