jdk/src/windows/native/sun/jkernel/resource.h
changeset 3111 fefdeafb7ab9
child 5506 202f599c92aa
equal deleted inserted replaced
2790:e9771c308d06 3111:fefdeafb7ab9
       
     1 /*
       
     2  * Copyright 2008 - 2009 Sun Microsystems, Inc.  All Rights Reserved.
       
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
       
     4  *
       
     5  * This code is free software; you can redistribute it and/or modify it
       
     6  * under the terms of the GNU General Public License version 2 only, as
       
     7  * published by the Free Software Foundation.  Sun designates this
       
     8  * particular file as subject to the "Classpath" exception as provided
       
     9  * by Sun in the LICENSE file that accompanied this code.
       
    10  *
       
    11  * This code is distributed in the hope that it will be useful, but WITHOUT
       
    12  * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
       
    13  * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
       
    14  * version 2 for more details (a copy is included in the LICENSE file that
       
    15  * accompanied this code).
       
    16  *
       
    17  * You should have received a copy of the GNU General Public License version
       
    18  * 2 along with this work; if not, write to the Free Software Foundation,
       
    19  * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
       
    20  *
       
    21  * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
       
    22  * CA 95054 USA or visit www.sun.com if you need additional information or
       
    23  * have any questions.
       
    24  */
       
    25 
       
    26 //{{NO_DEPENDENCIES}}
       
    27 // Microsoft Developer Studio generated include file.
       
    28 //
       
    29 //
       
    30 
       
    31 
       
    32 // HTTP status code
       
    33 #define IDS_HTTP_STATUS_FORBIDDEN           403
       
    34 #define IDS_HTTP_STATUS_REQUEST_TIMEOUT     408
       
    35 #define IDS_HTTP_STATUS_SERVER_ERROR        500
       
    36 #define IDS_HTTP_STATUS_SERVICE_UNAVAIL     503
       
    37 
       
    38 
       
    39 
       
    40 #define IDS_HTTP_INSTRUCTION_REQUEST_TIMEOUT           2408
       
    41 #define IDS_HTTP_INSTRUCTION_SERVICE_UNAVAIL           2503
       
    42 #define IDS_HTTP_INSTRUCTION_FORBIDDEN                 2403
       
    43 #define IDS_HTTP_INSTRUCTION_SERVER_NOT_REACHABLE      2035
       
    44 #define IDS_HTTP_INSTRUCTION_UNKNOWN_ERROR             2036
       
    45 #define IDS_HTTP_STATUS_OTHER                          2037
       
    46 
       
    47 #define IDS_DOWNLOAD_STATUS_RETRY           3004
       
    48 
       
    49 #define IDD_DOWNLOAD_DIALOG             105
       
    50 #define IDI_JAVA                        114
       
    51 #define IDI_MASTHEAD                    115
       
    52 #define IDC_DOWNLOAD_PROGRESS           1006
       
    53 #define IDC_DOWNLOAD_INFO               1007
       
    54 #define IDC_DOWNLOAD_STATUS             1008
       
    55 #define IDC_DOWNLOAD_ANIMATE            1009
       
    56 #define IDS_ERROR_CAPTION               2004
       
    57 #define IDS_HOURSMINUTESECOND           2007
       
    58 #define IDS_HOURMINUTESECOND            2008
       
    59 #define IDS_MINUTESECOND                2009
       
    60 #define IDS_SECOND                      2010
       
    61 #define IDS_DISK_FULL_ERROR             2023
       
    62 #define IDS_DISK_FULL_ERROR_CAPTION     2024
       
    63 #define IDS_DISK_WRITE_ERROR            2025
       
    64 #define IDS_DISK_WRITE_ERROR_CAPTION    2026
       
    65 #define IDS_HTTP_STATUS_SERVER_NOT_REACHABLE  2028
       
    66 #define IDS_FATAL_ERROR                 2029
       
    67 #define IDS_ERROR_DOWNLOADING_BUNDLE_PROPERTIES 2030
       
    68 #define IDS_ERROR_MALFORMED_BUNDLE_PROPERTIES 2031
       
    69 #define IDS_ERROR_MALFORMED_URL         2032
       
    70 
       
    71 #define IDS_DOWNLOAD_CANCEL_CAPTION            2038
       
    72 #define IDS_DOWNLOAD_CANCEL_INSTRUCTION        2039
       
    73 #define IDS_DOWNLOAD_CANCEL_MESSAGE            2040
       
    74 
       
    75 // codes for download and install dialog
       
    76 #define IDC_MASTHEAD_TEXT               116
       
    77 #define IDC_DOWNLOAD_MASTHEAD           121
       
    78 #define IDC_TIME_REMAINING              122
       
    79 #define IDC_DOWNLOAD_TEXT               123
       
    80 
       
    81 // codes for download retry dialog
       
    82 #define IDS_DOWNLOAD_RETRY              130
       
    83 #define IDS_DOWNLOAD_RETRY_TEXT         131
       
    84 
       
    85 #define IDS_DOWNLOAD_UNPACKING          3900
       
    86 #define IDS_DOWNLOAD                    4000
       
    87 #define IDS_DOWNLOAD_TEXT               4001
       
    88 
       
    89 // codes for completion cleanup
       
    90 #define IDS_FILE_UPDATE_ERROR           4101
       
    91 #define IDS_FILE_DELETE_ERROR           4103
       
    92 #define IDS_JAVA_HOME_ERROR             4104
       
    93 #define IDS_KERNEL_HOME_ERROR           4105
       
    94 #define IDS_JBROKER_ERROR               4106
       
    95 
       
    96 // Next default values for new objects
       
    97 //
       
    98 #ifdef APSTUDIO_INVOKED
       
    99 #ifndef APSTUDIO_READONLY_SYMBOLS
       
   100 #define _APS_NEXT_RESOURCE_VALUE        128
       
   101 #define _APS_NEXT_COMMAND_VALUE         40001
       
   102 #define _APS_NEXT_CONTROL_VALUE         1016
       
   103 #define _APS_NEXT_SYMED_VALUE           103
       
   104 #endif
       
   105 #endif