diff options
Diffstat (limited to 'chrome/app')
-rw-r--r-- | chrome/app/cf_resources.rc | 37 | ||||
-rw-r--r-- | chrome/app/generated_resources.grd | 6 |
2 files changed, 43 insertions, 0 deletions
diff --git a/chrome/app/cf_resources.rc b/chrome/app/cf_resources.rc new file mode 100644 index 0000000..865ba9e --- /dev/null +++ b/chrome/app/cf_resources.rc @@ -0,0 +1,37 @@ +// Copyright (c) 2010 The Chromium Authors. All rights reserved. +// Use of this source code is governed by a BSD-style license that can be +// found in the LICENSE file. + + +#define APSTUDIO_READONLY_SYMBOLS +///////////////////////////////////////////////////////////////////////////// +// +// Generated from the TEXTINCLUDE 2 resource. +// +#include "winres.h" + +///////////////////////////////////////////////////////////////////////////// +#undef APSTUDIO_READONLY_SYMBOLS + +#include "grit\\generated_resources.h" + +///////////////////////////////////////////////////////////////////////////// +// +// Dialog +// + +IDD_CHROME_FRAME_FIND_DIALOG DIALOGEX 0, 0, 278, 60 +STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU +EXSTYLE WS_EX_CONTROLPARENT +CAPTION "Find" +FONT 8, "MS Shell Dlg", 400, 0, 0x1 +BEGIN + EDITTEXT IDC_FIND_TEXT,51,7,154,14,ES_AUTOHSCROLL + DEFPUSHBUTTON "&Find Next",IDOK,221,7,50,14 + PUSHBUTTON "Cancel",IDCANCEL,221,24,50,14 + CONTROL "Match &case",IDC_MATCH_CASE,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,6,24,52,10 + GROUPBOX "Direction",IDC_STATIC,85,24,119,24 + CONTROL "&Down",IDC_DIRECTION_DOWN,"Button",BS_AUTORADIOBUTTON | WS_GROUP | WS_TABSTOP,101,34,34,10 + CONTROL "&Up",IDC_DIRECTION_UP,"Button",BS_AUTORADIOBUTTON,155,34,38,10 + LTEXT "Fi&nd what:",IDC_STATIC,6,7,35,8 +END diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd index 7406d69..bd4bd29 100644 --- a/chrome/app/generated_resources.grd +++ b/chrome/app/generated_resources.grd @@ -7228,5 +7228,11 @@ Keep your key file in a safe place. You will need it to create new versions of y Import bookmarks now... </message> </messages> + + <structures first_id="50000" fallback_to_english="true"> + <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type="dialog" > + </structure> + </structures> + </release> </grit> |