| Index: chrome_frame/resources/structured_resources.rc
|
| ===================================================================
|
| --- chrome_frame/resources/structured_resources.rc (revision 0)
|
| +++ chrome_frame/resources/structured_resources.rc (revision 0)
|
| @@ -0,0 +1,24 @@
|
| +// Copyright (c) 2009 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.
|
| +
|
| +/////////////////////////////////////////////////////////////////////////////
|
| +//
|
| +// Dialog
|
| +//
|
| +
|
| +IDD_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
|
|
|