1 /*************************************************************************
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
5 * Copyright 2008 by Sun Microsystems, Inc.
7 * OpenOffice.org - a multi-platform office productivity suite
9 * $RCSfile: srchdlg.src,v $
12 * This file is part of OpenOffice.org.
14 * OpenOffice.org is free software: you can redistribute it and/or modify
15 * it under the terms of the GNU Lesser General Public License version 3
16 * only, as published by the Free Software Foundation.
18 * OpenOffice.org is distributed in the hope that it will be useful,
19 * but WITHOUT ANY WARRANTY; without even the implied warranty of
20 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
21 * GNU Lesser General Public License version 3 for more details
22 * (a copy is included in the LICENSE file that accompanied this code).
24 * You should have received a copy of the GNU Lesser General Public License
25 * version 3 along with OpenOffice.org. If not, see
26 * <http://www.openoffice.org/license.html>
27 * for a copy of the LGPLv3 License.
29 ************************************************************************/
31 #ifndef _SFX_SRCHDLG_HRC_
32 #include "srchdlg.hrc"
34 #ifndef _SFX_DIALOG_HRC
37 #ifndef _SFX_HELPID_HRC
41 ModelessDialog RID_DLG_SEARCH
43 HelpId = HID_SEARCHDIALOG;
48 Size = MAP_APPFONT( 218, 84 );
49 Text [ en-US ] = "Find on this Page";
52 Pos = MAP_APPFONT( 6, 3 );
53 Size = MAP_APPFONT( 150, 8 );
54 Text [ en-US ] = "~Search for";
59 Pos = MAP_APPFONT( 6, 14 );
60 Size = MAP_APPFONT( 150, 50 );
64 CheckBox CB_WHOLEWORDS
66 Pos = MAP_APPFONT( 6, 29 );
67 Size = MAP_APPFONT( 150, 10 );
68 Text [ en-US ] = "~Whole words only" ;
73 Pos = MAP_APPFONT( 6, 42 );
74 Size = MAP_APPFONT( 150, 10 );
75 Text[ en-US ] = "~Match case";
78 CheckBox CB_WRAPAROUND
80 Pos = MAP_APPFONT( 6, 55 );
81 Size = MAP_APPFONT( 150, 10 );
82 Text [ en-US ] = "Wrap ~around" ;
87 Pos = MAP_APPFONT( 6, 68 );
88 Size = MAP_APPFONT( 150, 10 );
89 Text [ en-US ] = "~Backwards" ;
94 Pos = MAP_APPFONT( 162, 6 );
95 Size = MAP_APPFONT( 50, 14 );
96 Text [ en-US ] = "~Find" ;
100 CancelButton PB_CANCELFIND
102 Pos = MAP_APPFONT( 162, 23 );
103 Size = MAP_APPFONT( 50, 14 );
104 Text [ en-US ] = "~Close" ;
110 Text [ en-US ] = "Wrap ~around" ;