OLD | NEW |
1 // Copyright (c) 2010 The Chromium Authors. All rights reserved. | 1 // Copyright (c) 2010 The Chromium Authors. All rights reserved. |
2 // Use of this source code is governed by a BSD-style license that can be | 2 // Use of this source code is governed by a BSD-style license that can be |
3 // found in the LICENSE file. | 3 // found in the LICENSE file. |
4 // Microsoft Visual C++ generated resource script. | 4 // Microsoft Visual C++ generated resource script. |
5 // | 5 // |
6 #include "ceee/ie/plugin/toolband/resource.h" | 6 #include "ceee/ie/plugin/toolband/resource.h" |
7 #include "version.h" | 7 #include "version.h" |
8 | 8 |
9 // See winuser.h. | 9 // See winuser.h. |
10 #define RT_HTML 23 | 10 #define RT_HTML 23 |
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
48 FILEFLAGS 0x0L | 48 FILEFLAGS 0x0L |
49 #endif | 49 #endif |
50 FILEOS 0x4L | 50 FILEOS 0x4L |
51 FILETYPE 0x2L | 51 FILETYPE 0x2L |
52 FILESUBTYPE 0x0L | 52 FILESUBTYPE 0x0L |
53 BEGIN | 53 BEGIN |
54 BLOCK "StringFileInfo" | 54 BLOCK "StringFileInfo" |
55 BEGIN | 55 BEGIN |
56 BLOCK "040904e4" | 56 BLOCK "040904e4" |
57 BEGIN | 57 BEGIN |
58 VALUE "CompanyName", "Google Inc." | 58 VALUE "CompanyName", COMPANY_FULLNAME_STRING |
59 VALUE "FileDescription", "Google Chrome Extensions Execution Environ
ment for IE." | 59 VALUE "FileDescription", CEEE_PRODUCT_FULLNAME_STRING |
60 VALUE "FileVersion", CHROME_VERSION_STRING | 60 VALUE "FileVersion", CHROME_VERSION_STRING |
61 VALUE "LegalCopyright", COPYRIGHT_STRING | 61 VALUE "LegalCopyright", COPYRIGHT_STRING |
62 VALUE "InternalName", "ceee_ie.dll" | 62 VALUE "InternalName", "ceee_ie.dll" |
63 VALUE "OriginalFilename", "ceee_ie.dll" | 63 VALUE "OriginalFilename", "ceee_ie.dll" |
64 VALUE "ProductName", "Google Chrome Extensions Execution Environment
" | 64 VALUE "ProductName", CEEE_PRODUCT_FULLNAME_STRING |
65 VALUE "ProductVersion", CHROME_VERSION_STRING | 65 VALUE "ProductVersion", CHROME_VERSION_STRING |
66 | |
67 END | 66 END |
68 END | 67 END |
69 BLOCK "VarFileInfo" | 68 BLOCK "VarFileInfo" |
70 BEGIN | 69 BEGIN |
71 VALUE "Translation", 0x409, 1252 | 70 VALUE "Translation", 0x409, 1252 |
72 END | 71 END |
73 END | 72 END |
74 | 73 |
75 | 74 |
76 ///////////////////////////////////////////////////////////////////////////// | 75 ///////////////////////////////////////////////////////////////////////////// |
(...skipping 14 matching lines...) Expand all Loading... |
91 IDR_GREASEMONKEY_API_JS BINDATA "chrome\\renderer\\resources\\gr
easemonkey_api.js" | 90 IDR_GREASEMONKEY_API_JS BINDATA "chrome\\renderer\\resources\\gr
easemonkey_api.js" |
92 | 91 |
93 ///////////////////////////////////////////////////////////////////////////// | 92 ///////////////////////////////////////////////////////////////////////////// |
94 // | 93 // |
95 // String Table | 94 // String Table |
96 // | 95 // |
97 | 96 |
98 STRINGTABLE | 97 STRINGTABLE |
99 BEGIN | 98 BEGIN |
100 IDS_PROJNAME "IE" | 99 IDS_PROJNAME "IE" |
101 IDS_CEEE_NAME "Google Chrome Extensions Execution Environm
ent" | 100 IDS_CEEE_NAME CEEE_PRODUCT_FULLNAME_STRING |
102 IDS_CEEE_EXECUTOR_CREATOR_NAME "Google CEEE Executor Creator" | 101 IDS_CEEE_EXECUTOR_CREATOR_NAME "Google CEEE Executor Creator" |
103 IDS_CEEE_EXECUTOR_NAME "Google CEEE Executor" | 102 IDS_CEEE_EXECUTOR_NAME "Google CEEE Executor" |
| 103 IDS_CEEE_BHO_NAME CEEE_PRODUCT_FULLNAME_STRING " Helper" |
104 END | 104 END |
105 | 105 |
106 #endif // English (U.S.) resources | 106 #endif // English (U.S.) resources |
107 ///////////////////////////////////////////////////////////////////////////// | 107 ///////////////////////////////////////////////////////////////////////////// |
108 | 108 |
109 | 109 |
110 | 110 |
111 #ifndef APSTUDIO_INVOKED | 111 #ifndef APSTUDIO_INVOKED |
112 ///////////////////////////////////////////////////////////////////////////// | 112 ///////////////////////////////////////////////////////////////////////////// |
113 // | 113 // |
114 // Generated from the TEXTINCLUDE 3 resource. | 114 // Generated from the TEXTINCLUDE 3 resource. |
115 // | 115 // |
116 1 TYPELIB "toolband.tlb" | 116 1 TYPELIB "toolband.tlb" |
117 | 117 |
118 ///////////////////////////////////////////////////////////////////////////// | 118 ///////////////////////////////////////////////////////////////////////////// |
119 #endif // not APSTUDIO_INVOKED | 119 #endif // not APSTUDIO_INVOKED |
OLD | NEW |