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: zoom.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 ************************************************************************/
30 // include ---------------------------------------------------------------
31 #include <svx/svxids.hrc>
32 #include <svx/dialogs.hrc>
34 // RID_SVXDLG_ZOOM -------------------------------------------------------
35 ModalDialog RID_SVXDLG_ZOOM
37 HelpId = SID_ATTR_ZOOM ;
40 Size = MAP_APPFONT ( 242 , 112 ) ;
42 Text [ en-US ] = "Zoom & View Layout";
45 Pos = MAP_APPFONT ( 6 , 3 ) ;
46 Size = MAP_APPFONT ( 112 , 8 ) ;
47 Text [ en-US ] = "Zoom factor";
49 RadioButton BTN_OPTIMAL
51 Pos = MAP_APPFONT ( 12 , 14 ) ;
52 Size = MAP_APPFONT ( 105 , 10 ) ;
53 Text [ en-US ] = "~Optimal" ;
55 RadioButton BTN_WHOLE_PAGE
57 Pos = MAP_APPFONT ( 12 , 27 ) ;
58 Size = MAP_APPFONT ( 105 , 10 ) ;
59 Text [ en-US ] = "~Fit width and height" ;
61 RadioButton BTN_PAGE_WIDTH
63 Pos = MAP_APPFONT ( 12 , 40 ) ;
64 Size = MAP_APPFONT ( 105, 10 ) ;
65 Text [ en-US ] = "Fit ~width" ;
69 Pos = MAP_APPFONT ( 12 , 53 ) ;
70 Size = MAP_APPFONT ( 105, 10 ) ;
75 Pos = MAP_APPFONT ( 12 , 67 ) ;
76 Size = MAP_APPFONT ( 72 , 10 ) ;
77 Text [ en-US ] = "~Variable" ;
81 Pos = MAP_APPFONT ( 86 , 66 ) ;
82 Size = MAP_APPFONT ( 32 , 12 ) ;
89 CustomUnitText = "%" ;
92 FixedLine FL_VIEWLAYOUT
94 Pos = MAP_APPFONT ( 124 , 3 ) ;
95 Size = MAP_APPFONT ( 112 , 8 ) ;
96 Text [ en-US ] = "View layout";
98 RadioButton BTN_AUTOMATIC
100 Pos = MAP_APPFONT ( 130 , 14 ) ;
101 Size = MAP_APPFONT ( 106 , 10 ) ;
102 Text [ en-US ] = "~Automatic" ;
104 RadioButton BTN_SINGLE
106 Pos = MAP_APPFONT ( 130, 27 ) ;
107 Size = MAP_APPFONT ( 106, 10 ) ;
108 Text [ en-US ] = "~Single page" ;
110 RadioButton BTN_COLUMNS
112 Pos = MAP_APPFONT ( 130, 41 ) ;
113 Size = MAP_APPFONT ( 75 , 10 ) ;
114 Text [ en-US ] = "~Columns" ;
116 MetricField ED_COLUMNS
118 Pos = MAP_APPFONT ( 209 , 40 ) ;
119 Size = MAP_APPFONT ( 24 , 12 ) ;
131 Pos = MAP_APPFONT ( 136 , 55 ) ;
132 Size = MAP_APPFONT ( 85 , 10 ) ;
133 Text [ en-US ] = "~Book mode" ;
137 Pos = MAP_APPFONT ( 6 , 81 ) ;
138 Size = MAP_APPFONT ( 230 , 8 ) ;
142 Pos = MAP_APPFONT ( 77 , 92 ) ;
143 Size = MAP_APPFONT ( 50 , 14 ) ;
146 CancelButton BTN_ZOOM_CANCEL
148 Pos = MAP_APPFONT ( 130 , 92 ) ;
149 Size = MAP_APPFONT ( 50 , 14 ) ;
151 HelpButton BTN_ZOOM_HELP
153 Pos = MAP_APPFONT ( 186 , 92 ) ;
154 Size = MAP_APPFONT ( 50 , 14 ) ;
158 // ********************************************************************** EOF