merge the formfield patch from ooo-build
[ooovba.git] / svx / source / cui / zoom.src
blob197d1e2f2959dc606934e441ac66d8cce4f5542a
1 /*************************************************************************
2  *
3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4  *
5  * Copyright 2008 by Sun Microsystems, Inc.
6  *
7  * OpenOffice.org - a multi-platform office productivity suite
8  *
9  * $RCSfile: zoom.src,v $
10  * $Revision: 1.31 $
11  *
12  * This file is part of OpenOffice.org.
13  *
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.
17  *
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).
23  *
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.
28  *
29  ************************************************************************/
30  // include ---------------------------------------------------------------
31 #include <svx/svxids.hrc>
32 #include <svx/dialogs.hrc>
33 #include "zoom.hrc"
34  // RID_SVXDLG_ZOOM -------------------------------------------------------
35 ModalDialog RID_SVXDLG_ZOOM
37     HelpId = SID_ATTR_ZOOM ;
38     OutputSize = TRUE ;
39     SvLook = TRUE ;
40     Size = MAP_APPFONT ( 242 , 112 ) ;
41     Moveable = TRUE ;
42     Text [ en-US ] = "Zoom & View Layout";
43     FixedLine FL_ZOOM
44     {
45         Pos = MAP_APPFONT ( 6 , 3 ) ;
46         Size = MAP_APPFONT ( 112 , 8 ) ;
47         Text [ en-US ] = "Zoom factor";
48     };
49     RadioButton BTN_OPTIMAL
50     {
51         Pos = MAP_APPFONT ( 12 , 14 ) ;
52         Size = MAP_APPFONT ( 105 , 10 ) ;
53         Text [ en-US ] = "~Optimal" ;
54     };
55     RadioButton BTN_WHOLE_PAGE
56     {
57         Pos = MAP_APPFONT ( 12 , 27 ) ;
58         Size = MAP_APPFONT ( 105 , 10 ) ;
59         Text [ en-US ] = "~Fit width and height" ;
60     };
61     RadioButton BTN_PAGE_WIDTH
62     {
63         Pos = MAP_APPFONT ( 12 , 40 ) ;
64         Size = MAP_APPFONT ( 105, 10 ) ;
65         Text [ en-US ] = "Fit ~width" ;
66     };
67     RadioButton BTN_100
68     {
69         Pos = MAP_APPFONT ( 12 , 53 ) ;
70         Size = MAP_APPFONT ( 105, 10 ) ;
71         Text = "~100 %" ;
72     };
73     RadioButton BTN_USER
74     {
75         Pos = MAP_APPFONT ( 12 , 67 ) ;
76         Size = MAP_APPFONT ( 72 , 10 ) ;
77         Text [ en-US ] = "~Variable" ;
78     };
79     MetricField ED_USER
80     {
81         Pos = MAP_APPFONT ( 86 , 66 ) ;
82         Size = MAP_APPFONT ( 32 , 12 ) ;
83         Border = TRUE ;
84         Group = TRUE ;
85         Left = TRUE ;
86         Repeat = TRUE ;
87         Spin = TRUE ;
88         Unit = FUNIT_CUSTOM ;
89         CustomUnitText = "%" ;
90         SpinSize = 1 ;
91     };
92     FixedLine FL_VIEWLAYOUT
93     {
94         Pos = MAP_APPFONT ( 124 , 3 ) ;
95         Size = MAP_APPFONT ( 112 , 8 ) ;
96         Text [ en-US ] = "View layout";
97     };
98     RadioButton BTN_AUTOMATIC
99     {
100         Pos = MAP_APPFONT ( 130 , 14 ) ;
101         Size = MAP_APPFONT ( 106 , 10 ) ;
102         Text [ en-US ] = "~Automatic" ;
103     };
104     RadioButton BTN_SINGLE
105     {
106         Pos = MAP_APPFONT ( 130, 27 ) ;
107         Size = MAP_APPFONT ( 106, 10 ) ;
108         Text [ en-US ] = "~Single page" ;
109     };
110     RadioButton BTN_COLUMNS
111     {
112         Pos = MAP_APPFONT ( 130, 41 ) ;
113         Size = MAP_APPFONT ( 75 , 10 ) ;
114         Text [ en-US ] = "~Columns" ;
115     };
116     MetricField ED_COLUMNS
117     {
118         Pos = MAP_APPFONT ( 209 , 40 ) ;
119         Size = MAP_APPFONT ( 24 , 12 ) ;
120         Border = TRUE ;
121         Group = TRUE ;
122         Left = TRUE ;
123         Repeat = TRUE ;
124         Spin = TRUE ;
125         SpinSize = 1 ;
126         Minimum = 1;
127         Maximum = 999;
128     };
129     CheckBox CHK_BOOK
130     {
131         Pos = MAP_APPFONT ( 136 , 55 ) ;
132         Size = MAP_APPFONT ( 85 , 10 ) ;
133         Text [ en-US ] = "~Book mode" ;
134     };
135     FixedLine FL_BOTTOM
136     {
137         Pos = MAP_APPFONT ( 6 , 81 ) ;
138         Size = MAP_APPFONT ( 230 , 8 ) ;
139     };
140     OKButton BTN_ZOOM_OK
141     {
142         Pos = MAP_APPFONT ( 77 , 92 ) ;
143         Size = MAP_APPFONT ( 50 , 14 ) ;
144         DefButton = TRUE ;
145     };
146     CancelButton BTN_ZOOM_CANCEL
147     {
148         Pos = MAP_APPFONT ( 130 , 92 ) ;
149         Size = MAP_APPFONT ( 50 , 14 ) ;
150     };
151     HelpButton BTN_ZOOM_HELP
152     {
153         Pos = MAP_APPFONT ( 186 , 92 ) ;
154         Size = MAP_APPFONT ( 50 , 14 ) ;
155     };
158 // ********************************************************************** EOF