Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(831)

Side by Side Diff: chrome/test/activex_test_control/activex_test_control.rc

Issue 200031: Take out the activex control. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
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 "winres.h"
11
12 /////////////////////////////////////////////////////////////////////////////
13 #undef APSTUDIO_READONLY_SYMBOLS
14
15 /////////////////////////////////////////////////////////////////////////////
16 // English (U.S.) resources
17
18 #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
19 #ifdef _WIN32
20 LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
21 #pragma code_page(1252)
22 #endif //_WIN32
23
24 #ifdef APSTUDIO_INVOKED
25 /////////////////////////////////////////////////////////////////////////////
26 //
27 // TEXTINCLUDE
28 //
29
30 1 TEXTINCLUDE
31 BEGIN
32 "resource.h\0"
33 END
34
35 2 TEXTINCLUDE
36 BEGIN
37 "#include ""winres.h""\r\n"
38 "\0"
39 END
40
41 3 TEXTINCLUDE
42 BEGIN
43 "1 TYPELIB ""activex_test_control.tlb""\r\n"
44 "\0"
45 END
46
47 #endif // APSTUDIO_INVOKED
48
49
50 /////////////////////////////////////////////////////////////////////////////
51 //
52 // Version
53 //
54
55 VS_VERSION_INFO VERSIONINFO
56 FILEVERSION 1,0,0,1
57 PRODUCTVERSION 1,0,0,1
58 FILEFLAGSMASK 0x3fL
59 #ifdef _DEBUG
60 FILEFLAGS 0x1L
61 #else
62 FILEFLAGS 0x0L
63 #endif
64 FILEOS 0x4L
65 FILETYPE 0x2L
66 FILESUBTYPE 0x0L
67 BEGIN
68 BLOCK "StringFileInfo"
69 BEGIN
70 BLOCK "040904e4"
71 BEGIN
72 VALUE "CompanyName", "Google Inc."
73 VALUE "FileDescription", "ActiveX Test Control"
74 VALUE "FileVersion", "1.0.0.1"
75 VALUE "LegalCopyright", "Google Inc. All rights reserved."
76 VALUE "InternalName", "activex_test_control.dll"
77 VALUE "OriginalFilename", "activex_test_control.dll"
78 VALUE "ProductName", "Google Chrome"
79 VALUE "ProductVersion", "1.0.0.1"
80 END
81 END
82 BLOCK "VarFileInfo"
83 BEGIN
84 VALUE "Translation", 0x409, 1252
85 END
86 END
87
88
89 /////////////////////////////////////////////////////////////////////////////
90 //
91 // REGISTRY
92 //
93
94 IDR_ACTIVEX_TEST_CONTROL REGISTRY "activex_test_control.rgs"
95 IDR_CHROMETESTCONTROL REGISTRY "chrome_test_control.rgs"
96
97 /////////////////////////////////////////////////////////////////////////////
98 //
99 // Bitmap
100 //
101
102 IDB_CHROMETESTCONTROL BITMAP "chrome_test_control.bmp"
103
104 /////////////////////////////////////////////////////////////////////////////
105 //
106 // String Table
107 //
108
109 STRINGTABLE
110 BEGIN
111 IDS_PROJNAME "activex_test_control"
112 END
113
114 #endif // English (U.S.) resources
115 /////////////////////////////////////////////////////////////////////////////
116
117
118
119 #ifndef APSTUDIO_INVOKED
120 /////////////////////////////////////////////////////////////////////////////
121 //
122 // Generated from the TEXTINCLUDE 3 resource.
123 //
124 1 TYPELIB "activex_test_control.tlb"
125
126 /////////////////////////////////////////////////////////////////////////////
127 #endif // not APSTUDIO_INVOKED
128
OLDNEW
« no previous file with comments | « chrome/test/activex_test_control/activex_test_control.idl ('k') | chrome/test/activex_test_control/activex_test_control.rgs » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698