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

Side by Side Diff: chrome_frame/resources/structured_resources.rc

Issue 218019: Initial import of the Chrome Frame codebase. Integration in chrome.gyp coming... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 11 years, 3 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
« no previous file with comments | « chrome_frame/resources/chrome_frame_strings.grd ('k') | chrome_frame/resources/tlb_resource.rc » ('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 // Copyright (c) 2009 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
4
5 /////////////////////////////////////////////////////////////////////////////
6 //
7 // Dialog
8 //
9
10 IDD_FIND_DIALOG DIALOGEX 0, 0, 278, 60
11 STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_VISIBLE | WS_CAPT ION | WS_SYSMENU
12 EXSTYLE WS_EX_CONTROLPARENT
13 CAPTION "Find"
14 FONT 8, "MS Shell Dlg", 400, 0, 0x1
15 BEGIN
16 EDITTEXT IDC_FIND_TEXT,51,7,154,14,ES_AUTOHSCROLL
17 DEFPUSHBUTTON "&Find Next",IDOK,221,7,50,14
18 PUSHBUTTON "Cancel",IDCANCEL,221,24,50,14
19 CONTROL "Match &case",IDC_MATCH_CASE,"Button",BS_AUTOCHECKBOX | WS_T ABSTOP,6,24,52,10
20 GROUPBOX "Direction",IDC_STATIC,85,24,119,24
21 CONTROL "&Down",IDC_DIRECTION_DOWN,"Button",BS_AUTORADIOBUTTON | WS_ GROUP | WS_TABSTOP,101,34,34,10
22 CONTROL "&Up",IDC_DIRECTION_UP,"Button",BS_AUTORADIOBUTTON,155,34,38 ,10
23 LTEXT "Fi&nd what:",IDC_STATIC,6,7,35,8
24 END
OLDNEW
« no previous file with comments | « chrome_frame/resources/chrome_frame_strings.grd ('k') | chrome_frame/resources/tlb_resource.rc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698