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

Side by Side Diff: chrome/client/client.rc

Issue 10973: Test the feasibility of turning Chrome into a multi-process ActiveX control Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: Created 12 years, 1 month 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
« no previous file with comments | « chrome/client/client.cpp ('k') | chrome/client/client.sln » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 "afxres.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 ""afxres.h""\r\n"
38 "\0"
39 END
40
41 3 TEXTINCLUDE
42 BEGIN
43 "#define _AFX_NO_SPLITTER_RESOURCES\r\n"
44 "#define _AFX_NO_OLE_RESOURCES\r\n"
45 "#define _AFX_NO_TRACKER_RESOURCES\r\n"
46 "#define _AFX_NO_PROPERTY_RESOURCES\r\n"
47 "\r\n"
48 "#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)\r\n"
49 "LANGUAGE 9, 1\r\n"
50 "#pragma code_page(1252)\r\n"
51 "#include ""res\\client.rc2"" // non-Microsoft Visual C++ edited resources\ r\n"
52 "#include ""afxres.rc"" // Standard components\r\n"
53 "#endif\r\n"
54 "\0"
55 END
56
57 #endif // APSTUDIO_INVOKED
58
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_MAINFRAME ICON "res\\client.ico"
68
69 /////////////////////////////////////////////////////////////////////////////
70 //
71 // Dialog
72 //
73
74 IDD_CLIENT_DIALOG DIALOGEX 0, 0, 705, 369
75 STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_VISIBLE | WS_CAPT ION | WS_SYSMENU
76 EXSTYLE WS_EX_APPWINDOW
77 CAPTION "client"
78 FONT 8, "MS Shell Dlg", 0, 0, 0x1
79 BEGIN
80 DEFPUSHBUTTON "OK",IDOK,595,9,50,16
81 PUSHBUTTON "Cancel",IDCANCEL,647,9,50,16
82 CTEXT "Embedded Chrome Goes Here",IDC_STATIC,10,35,684,323,NOT WS_ VISIBLE
83 EDITTEXT IDC_EDIT1,3,9,448,16,ES_AUTOHSCROLL
84 DEFPUSHBUTTON "Load Embedded Chrome",IDC_BUTTON1,477,9,99,16
85 END
86
87
88 /////////////////////////////////////////////////////////////////////////////
89 //
90 // Version
91 //
92
93 VS_VERSION_INFO VERSIONINFO
94 FILEVERSION 1,0,0,1
95 PRODUCTVERSION 1,0,0,1
96 FILEFLAGSMASK 0x3fL
97 #ifdef _DEBUG
98 FILEFLAGS 0x1L
99 #else
100 FILEFLAGS 0x0L
101 #endif
102 FILEOS 0x4L
103 FILETYPE 0x1L
104 FILESUBTYPE 0x0L
105 BEGIN
106 BLOCK "StringFileInfo"
107 BEGIN
108 BLOCK "040904e4"
109 BEGIN
110 VALUE "CompanyName", "TODO: <Company name>"
111 VALUE "FileDescription", "TODO: <File description>"
112 VALUE "FileVersion", "1.0.0.1"
113 VALUE "InternalName", "client.exe"
114 VALUE "LegalCopyright", "TODO: (c) <Company name>. All rights reser ved."
115 VALUE "OriginalFilename", "client.exe"
116 VALUE "ProductName", "TODO: <Product name>"
117 VALUE "ProductVersion", "1.0.0.1"
118 END
119 END
120 BLOCK "VarFileInfo"
121 BEGIN
122 VALUE "Translation", 0x409, 1252
123 END
124 END
125
126
127 /////////////////////////////////////////////////////////////////////////////
128 //
129 // DESIGNINFO
130 //
131
132 #ifdef APSTUDIO_INVOKED
133 GUIDELINES DESIGNINFO
134 BEGIN
135 IDD_CLIENT_DIALOG, DIALOG
136 BEGIN
137 LEFTMARGIN, 7
138 RIGHTMARGIN, 698
139 TOPMARGIN, 7
140 BOTTOMMARGIN, 362
141 END
142 END
143 #endif // APSTUDIO_INVOKED
144
145 #endif // English (U.S.) resources
146 /////////////////////////////////////////////////////////////////////////////
147
148
149
150 #ifndef APSTUDIO_INVOKED
151 /////////////////////////////////////////////////////////////////////////////
152 //
153 // Generated from the TEXTINCLUDE 3 resource.
154 //
155 #define _AFX_NO_SPLITTER_RESOURCES
156 #define _AFX_NO_OLE_RESOURCES
157 #define _AFX_NO_TRACKER_RESOURCES
158 #define _AFX_NO_PROPERTY_RESOURCES
159
160 #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
161 LANGUAGE 9, 1
162 #pragma code_page(1252)
163 #include "res\client.rc2" // non-Microsoft Visual C++ edited resources
164 #include "afxres.rc" // Standard components
165 #endif
166
167 /////////////////////////////////////////////////////////////////////////////
168 #endif // not APSTUDIO_INVOKED
169
OLDNEW
« no previous file with comments | « chrome/client/client.cpp ('k') | chrome/client/client.sln » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698