Home | History | Annotate | Download | only in ControlPanel
      1 // Microsoft Visual C++ generated resource script.
      2 //
      3 #include "resource.h"
      4 
      5 #define APSTUDIO_READONLY_SYMBOLS
      6 /////////////////////////////////////////////////////////////////////////////
      7 //
      8 // Generated from the TEXTINCLUDE 2 resource.
      9 //
     10 #include "afxres.h"
     11 #include "WinVersRes.h"
     12 
     13 /////////////////////////////////////////////////////////////////////////////
     14 #undef APSTUDIO_READONLY_SYMBOLS
     15 
     16 /////////////////////////////////////////////////////////////////////////////
     17 // English (U.S.) resources
     18 
     19 #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
     20 #ifdef _WIN32
     21 LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
     22 #pragma code_page(1252)
     23 #endif //_WIN32
     24 
     25 #ifdef APSTUDIO_INVOKED
     26 /////////////////////////////////////////////////////////////////////////////
     27 //
     28 // TEXTINCLUDE
     29 //
     30 
     31 1 TEXTINCLUDE 
     32 BEGIN
     33     "resource.h\0"
     34 END
     35 
     36 2 TEXTINCLUDE 
     37 BEGIN
     38     "#include ""afxres.h""\r\n"
     39     "#include ""WinVersRes.h""\r\n"
     40     "\0"
     41 END
     42 
     43 3 TEXTINCLUDE 
     44 BEGIN
     45     "#define _AFX_NO_SPLITTER_RESOURCES\r\n"
     46     "#define _AFX_NO_OLE_RESOURCES\r\n"
     47     "#define _AFX_NO_TRACKER_RESOURCES\r\n"
     48     "#define _AFX_NO_PROPERTY_RESOURCES\r\n"
     49     "\r\n"
     50     "#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)\r\n"
     51     "LANGUAGE 9, 1\r\n"
     52     "#pragma code_page(1252)\r\n"
     53     "#include ""afxres.rc""     // Standard components\r\n"
     54     "#endif\r\n"
     55     "\0"
     56 END
     57 
     58 #endif    // APSTUDIO_INVOKED
     59 
     60 /////////////////////////////////////////////////////////////////////////////
     61 //
     62 // Icon
     63 //
     64 
     65 // Icon with lowest ID value placed first to ensure application icon
     66 // remains consistent on all systems.
     67 IDR_APPLET              ICON                    "res\\controlpanel.ico"
     68 
     69 
     70 /////////////////////////////////////////////////////////////////////////////
     71 //
     72 // Version
     73 //
     74 
     75 VS_VERSION_INFO VERSIONINFO
     76  FILEVERSION MASTER_PROD_VERS
     77  PRODUCTVERSION MASTER_PROD_VERS
     78  FILEFLAGSMASK 0x3fL
     79 #ifdef _DEBUG
     80  FILEFLAGS 0x1L
     81 #else
     82  FILEFLAGS 0x0L
     83 #endif
     84  FILEOS 0x4L
     85  FILETYPE 0x2L
     86  FILESUBTYPE 0x0L
     87 BEGIN
     88     BLOCK "StringFileInfo"
     89     BEGIN
     90         BLOCK "040904b0"
     91         BEGIN
     92             VALUE "CompanyName", MASTER_COMPANY_NAME
     93             VALUE "FileDescription", "Bonjour Control Panel"
     94             VALUE "FileVersion", MASTER_PROD_VERS_STR
     95             VALUE "InternalName", "ControlPanel.cpl"
     96             VALUE "LegalCopyright", MASTER_LEGAL_COPYRIGHT
     97             VALUE "OriginalFilename", "ControlPanel.cpl"
     98             VALUE "ProductName", MASTER_PROD_NAME
     99             VALUE "ProductVersion", MASTER_PROD_VERS_STR
    100         END
    101     END
    102     BLOCK "VarFileInfo"
    103     BEGIN
    104         VALUE "Translation", 0x409, 1200
    105     END
    106 END
    107 
    108 /////////////////////////////////////////////////////////////////////////////
    109 //
    110 // String Table
    111 //
    112 
    113 STRINGTABLE
    114 BEGIN
    115 	IDS_REINSTALL    "Bonjour Control Panel cannot run because some of its required files are missing.  Please reinstall Bonjour Control Panel."
    116 	IDS_REINSTALL_CAPTION "Bonjour"
    117 END
    118 #endif    // English (U.S.) resources
    119 /////////////////////////////////////////////////////////////////////////////
    120 
    121 
    122 
    123 #ifndef APSTUDIO_INVOKED
    124 /////////////////////////////////////////////////////////////////////////////
    125 //
    126 // Generated from the TEXTINCLUDE 3 resource.
    127 //
    128 #define _AFX_NO_SPLITTER_RESOURCES
    129 #define _AFX_NO_OLE_RESOURCES
    130 #define _AFX_NO_TRACKER_RESOURCES
    131 #define _AFX_NO_PROPERTY_RESOURCES
    132 
    133 #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
    134 LANGUAGE 9, 1
    135 #pragma code_page(1252)
    136 #include "afxres.rc"     // Standard components
    137 #endif
    138 
    139 /////////////////////////////////////////////////////////////////////////////
    140 #endif    // not APSTUDIO_INVOKED
    141 
    142