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

Side by Side Diff: chrome/app/cf_resources.rc

Issue 6676030: WinDDK ATL and MSVC express compatability (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: '' Created 9 years, 9 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
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 4
5 5
6 #define APSTUDIO_READONLY_SYMBOLS 6 #define APSTUDIO_READONLY_SYMBOLS
7 ///////////////////////////////////////////////////////////////////////////// 7 /////////////////////////////////////////////////////////////////////////////
8 // 8 //
9 // Generated from the TEXTINCLUDE 2 resource. 9 // Generated from the TEXTINCLUDE 2 resource.
10 // 10 //
11 #include "winres.h" 11 #include "winresrc.h"
12 #ifdef IDC_STATIC
13 #undef IDC_STATIC
14 #endif
15 #define IDC_STATIC (-1)
12 16
13 ///////////////////////////////////////////////////////////////////////////// 17 /////////////////////////////////////////////////////////////////////////////
14 #undef APSTUDIO_READONLY_SYMBOLS 18 #undef APSTUDIO_READONLY_SYMBOLS
15 19
16 #include "grit\\generated_resources.h" 20 #include "grit\\generated_resources.h"
17 21
18 ///////////////////////////////////////////////////////////////////////////// 22 /////////////////////////////////////////////////////////////////////////////
19 // 23 //
20 // Dialog 24 // Dialog
21 // 25 //
(...skipping 17 matching lines...) Expand all
39 IDD_CHROME_FRAME_READY_PROMPT DIALOGEX 0, 0, 446, 22 43 IDD_CHROME_FRAME_READY_PROMPT DIALOGEX 0, 0, 446, 22
40 STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD | WS_BORDER 44 STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD | WS_BORDER
41 FONT 8, "MS Shell Dlg", 400, 0, 0x0 45 FONT 8, "MS Shell Dlg", 400, 0, 0x0
42 BEGIN 46 BEGIN
43 LTEXT "This site recommends Google Chrome Frame (already installed ).",IDC_PROMPT_MESSAGE,34,3,207,16 47 LTEXT "This site recommends Google Chrome Frame (already installed ).",IDC_PROMPT_MESSAGE,34,3,207,16
44 LTEXT "Learn more.",IDC_PROMPT_LINK,300,3,42,16 48 LTEXT "Learn more.",IDC_PROMPT_LINK,300,3,42,16
45 ICON 10750,IDC_PROMPT_ICON,7,1,20,20 49 ICON 10750,IDC_PROMPT_ICON,7,1,20,20
46 DEFPUSHBUTTON "Enable",IDACTIVATE,349,4,50,14 50 DEFPUSHBUTTON "Enable",IDACTIVATE,349,4,50,14
47 PUSHBUTTON "Ignore",IDNEVER,409,4,34,14 51 PUSHBUTTON "Ignore",IDNEVER,409,4,34,14
48 END 52 END
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698