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

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

Issue 5747002: Implement a ReadyPromptContent that displays a prompt to accept, temporarily ... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 10 years 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 //
(...skipping 17 matching lines...) Expand all
28 BEGIN 28 BEGIN
29 EDITTEXT IDC_FIND_TEXT,51,7,154,14,ES_AUTOHSCROLL 29 EDITTEXT IDC_FIND_TEXT,51,7,154,14,ES_AUTOHSCROLL
30 DEFPUSHBUTTON "&Find Next",IDOK,221,7,50,14 30 DEFPUSHBUTTON "&Find Next",IDOK,221,7,50,14
31 PUSHBUTTON "Cancel",IDCANCEL,221,24,50,14 31 PUSHBUTTON "Cancel",IDCANCEL,221,24,50,14
32 CONTROL "Match &case",IDC_MATCH_CASE,"Button",BS_AUTOCHECKBOX | WS_T ABSTOP,6,24,52,10 32 CONTROL "Match &case",IDC_MATCH_CASE,"Button",BS_AUTOCHECKBOX | WS_T ABSTOP,6,24,52,10
33 GROUPBOX "Direction",IDC_STATIC,85,24,119,24 33 GROUPBOX "Direction",IDC_STATIC,85,24,119,24
34 CONTROL "&Down",IDC_DIRECTION_DOWN,"Button",BS_AUTORADIOBUTTON | WS_ GROUP | WS_TABSTOP,101,34,34,10 34 CONTROL "&Down",IDC_DIRECTION_DOWN,"Button",BS_AUTORADIOBUTTON | WS_ GROUP | WS_TABSTOP,101,34,34,10
35 CONTROL "&Up",IDC_DIRECTION_UP,"Button",BS_AUTORADIOBUTTON,155,34,38 ,10 35 CONTROL "&Up",IDC_DIRECTION_UP,"Button",BS_AUTORADIOBUTTON,155,34,38 ,10
36 LTEXT "Fi&nd what:",IDC_STATIC,6,7,35,8 36 LTEXT "Fi&nd what:",IDC_STATIC,6,7,35,8
37 END 37 END
38
39 IDD_CHROME_FRAME_READY_PROMPT DIALOGEX 0, 0, 446, 22
40 STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD | WS_BORDER
41 FONT 8, "MS Shell Dlg", 400, 0, 0x0
42 BEGIN
43 LTEXT "This site recommends the Google Chrome Frame add-on for Int ernet Explorer. Would you like to enable it now? No download or browser restart is required.",IDC_PROMPT_MESSAGE,34,3,254,16
amit 2010/12/09 22:41:33 Do we have to move this messages and the button ca
erikwright (departed) 2010/12/10 20:29:58 A duplicate automatically gets copied into each lo
44 ICON IDI_CHROME_FRAME_ICON,IDC_PROMPT_ICON,7,1,21,20
45 DEFPUSHBUTTON "&Yes",IDACTIVATE,287,4,50,14
46 PUSHBUTTON "Remind me Later",IDLATER,340,4,66,14
47 PUSHBUTTON "No",IDNEVER,409,4,34,14
48 END
OLDNEW
« no previous file with comments | « no previous file | chrome/app/generated_resources.grd » ('j') | chrome_frame/ready_mode/internal/ready_prompt_content.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698