Update ooo320-m1
[ooovba.git] / svx / source / cui / grfpage.src
blobc8ebbf1348d077a20214de71b7f22aeebd584dac
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: grfpage.src,v $
10  * $Revision: 1.30 $
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  ************************************************************************/
31 #include <svx/dialogs.hrc>
32 #include "helpid.hrc"
33 #include "grfpage.hrc"
35 /************************************************************/
36 /*                                                                                                                                                                                                                                      */
37 /*                                                                                                                                                                                                                                      */
38 /*                                                                       Crop-Page                                                                                                                      */
39 /*                                                                                                                                                                                                                                      */
40 /*                                                                                                                                                                                                                                      */
41 /************************************************************/
42 TabPage RID_SVXPAGE_GRFCROP
44     Hide = TRUE ;
45     HelpID = HID_SVXPAGE_GRFCROP;
46     SVLook = TRUE ;
47     Pos = MAP_APPFONT ( 0 , 0 ) ;
48     Size = MAP_APPFONT ( 260 , 185 ) ;
49     FixedLine FL_CROP
50     {
51         Pos = MAP_APPFONT ( 6 , 3 ) ;
52         Size = MAP_APPFONT ( 164 , 8 ) ;
53         Text [ en-US ] = "Crop" ;
54     };
55     FixedText FT_LEFT
56     {
57         Pos = MAP_APPFONT ( 12 , 44 ) ;
58         Size = MAP_APPFONT ( 28 , 8 ) ;
59         Text [ en-US ] = "~Left" ;
60     };
61     MetricField MF_LEFT
62     {
63         Border = TRUE ;
64         Pos = MAP_APPFONT ( 42 , 42 ) ;
65         Size = MAP_APPFONT ( 40 , 12 ) ;
66         Text = "12,99" ;
67         TabStop = TRUE ;
68         Left = TRUE ;
69         Repeat = TRUE ;
70         Spin = TRUE ;
71         Minimum = -9999 ;
72         Maximum = 9999 ;
73         DecimalDigits = 2 ;
74         Unit = FUNIT_CM ;
75         First = 0 ;
76         Last = 9999 ;
77         SpinSize = 10 ;
78     };
79     FixedText FT_RIGHT
80     {
81         Pos = MAP_APPFONT ( 12 , 60 ) ;
82         Size = MAP_APPFONT ( 28 , 8 ) ;
83         Left = TRUE ;
84         Text [ en-US ] = "~Right" ;
85     };
86     MetricField MF_RIGHT
87     {
88         Border = TRUE ;
89         Pos = MAP_APPFONT ( 42 , 58 ) ;
90         Size = MAP_APPFONT ( 40 , 12 ) ;
91         TabStop = TRUE ;
92         Left = TRUE ;
93         Repeat = TRUE ;
94         Spin = TRUE ;
95         Minimum = -9999 ;
96         Maximum = 9999 ;
97         DecimalDigits = 2 ;
98         Unit = FUNIT_CM ;
99         First = 0 ;
100         Last = 9999 ;
101         SpinSize = 10 ;
102     };
103     FixedText FT_TOP
104     {
105         Pos = MAP_APPFONT ( 94 , 44 ) ;
106         Size = MAP_APPFONT ( 28 , 8 ) ;
107         Text [ en-US ] = "~Top" ;
108     };
109     MetricField MF_TOP
110     {
111         Border = TRUE ;
112         Pos = MAP_APPFONT ( 124 , 42 ) ;
113         Size = MAP_APPFONT ( 40 , 12 ) ;
114         Text = "12,99" ;
115         TabStop = TRUE ;
116         Left = TRUE ;
117         Repeat = TRUE ;
118         Spin = TRUE ;
119         Minimum = -9999 ;
120         Maximum = 9999 ;
121         DecimalDigits = 2 ;
122         Unit = FUNIT_CM ;
123         First = 0 ;
124         Last = 9999 ;
125         SpinSize = 10 ;
126     };
127     FixedText FT_BOTTOM
128     {
129         Pos = MAP_APPFONT ( 94 , 60 ) ;
130         Size = MAP_APPFONT ( 28 , 8 ) ;
131         Left = TRUE ;
132         Text [ en-US ] = "~Bottom" ;
133     };
134     MetricField MF_BOTTOM
135     {
136         Border = TRUE ;
137         Pos = MAP_APPFONT ( 124 , 58 ) ;
138         Size = MAP_APPFONT ( 40 , 12 ) ;
139         TabStop = TRUE ;
140         Left = TRUE ;
141         Repeat = TRUE ;
142         Spin = TRUE ;
143         Minimum = -9999 ;
144         Maximum = 9999 ;
145         DecimalDigits = 2 ;
146         Unit = FUNIT_CM ;
147         First = 0 ;
148         Last = 9999 ;
149         SpinSize = 10 ;
150     };
151     RadioButton RB_SIZECONST
152     {
153         Pos = MAP_APPFONT ( 12 , 28 ) ;
154         Size = MAP_APPFONT ( 152 , 10 ) ;
155         Text [ en-US ] = "Keep image si~ze" ;
156     };
157     RadioButton RB_ZOOMCONST
158     {
159         Pos = MAP_APPFONT ( 12 , 14 ) ;
160         Size = MAP_APPFONT ( 152 , 10 ) ;
161         Check = TRUE ;
162         Text [ en-US ] = "Keep ~scale" ;
163     };
164     Window WN_BSP
165     {
166         Pos = MAP_APPFONT ( 176 , 6 ) ;
167         Size = MAP_APPFONT ( 78 , 78 ) ;
168         Border = TRUE ;
169     };
170     FixedLine FL_ZOOM
171     {
172         Pos = MAP_APPFONT ( 6, 76 ) ;
173         Size = MAP_APPFONT ( 164 , 8 ) ;
174         Text [ en-US ] = "Scale" ;
175     };
176     FixedText FT_WIDTHZOOM
177     {
178         Left = TRUE ;
179         Pos = MAP_APPFONT ( 12 , 89 ) ;
180         Size = MAP_APPFONT ( 28 , 8 ) ;
181         Text [ en-US ] = "~Width" ;
182     };
183     MetricField MF_WIDTHZOOM
184     {
185         Border = TRUE ;
186         Pos = MAP_APPFONT ( 42 , 87 ) ;
187         Size = MAP_APPFONT ( 40 , 12 ) ;
188         Text = "12,99" ;
189         TabStop = TRUE ;
190         Left = TRUE ;
191         Repeat = TRUE ;
192         Spin = TRUE ;
193         Minimum = 1 ;
194         Maximum = 9999 ;
195         First = 5 ;
196         Last = 1000 ;
197         Maximum = 9999 ;
198         Value = 100 ;
199         Unit = FUNIT_CUSTOM ;
200         CustomUnitText = "%" ;
201         SpinSize = 10 ;
202     };
203     FixedText FT_HEIGHTZOOM
204     {
205         Pos = MAP_APPFONT ( 12 , 105 ) ;
206         Size = MAP_APPFONT ( 28 , 8 ) ;
207         Text [ en-US ] = "H~eight" ;
208         Left = TRUE ;
209     };
210     MetricField MF_HEIGHTZOOM
211     {
212         Border = TRUE ;
213         Pos = MAP_APPFONT ( 42 , 103 ) ;
214         Size = MAP_APPFONT ( 40 , 12 ) ;
215         TabStop = TRUE ;
216         Left = TRUE ;
217         Repeat = TRUE ;
218         Spin = TRUE ;
219         Minimum = 1 ;
220         Maximum = 9999 ;
221         First = 5 ;
222         Last = 1000 ;
223         Maximum = 9999 ;
224         Value = 100 ;
225         Unit = FUNIT_CUSTOM ;
226         CustomUnitText = "%" ;
227         SpinSize = 10 ;
228     };
229     FixedLine FL_SIZE
230     {
231         Pos = MAP_APPFONT ( 6 , 121 ) ;
232         Size = MAP_APPFONT ( 164 , 8 ) ;
233         Text [ en-US ] = "Image size" ;
234     };
235     FixedText FT_WIDTH
236     {
237         Pos = MAP_APPFONT ( 12 , 134 ) ;
238         Size = MAP_APPFONT ( 28 , 8 ) ;
239         Left = TRUE ;
240         Text [ en-US ] = "~Width" ;
241     };
242     MetricField MF_WIDTH
243     {
244         Border = TRUE ;
245         Pos = MAP_APPFONT ( 42 , 132 ) ;
246         Size = MAP_APPFONT ( 40 , 12 ) ;
247         Text = "12,99" ;
248         TabStop = TRUE ;
249         Left = TRUE ;
250         Repeat = TRUE ;
251         Spin = TRUE ;
252         Minimum = 5 ;
253         Maximum = 20000 ;
254         DecimalDigits = 2 ;
255         Unit = FUNIT_CM ;
256         First = 5 ;
257         Last = 20000 ;
258         SpinSize = 10 ;
259     };
260     FixedText FT_HEIGHT
261     {
262         Pos = MAP_APPFONT ( 12 , 150 ) ;
263         Size = MAP_APPFONT ( 28 , 8 ) ;
264         Left = TRUE ;
265         Text [ en-US ] = "H~eight" ;
266     };
267     MetricField MF_HEIGHT
268     {
269         Border = TRUE ;
270         Pos = MAP_APPFONT ( 42 , 148 ) ;
271         Size = MAP_APPFONT ( 40 , 12 ) ;
272         TabStop = TRUE ;
273         Left = TRUE ;
274         Repeat = TRUE ;
275         Spin = TRUE ;
276         Minimum = 5 ;
277         Maximum = 20000 ;
278         DecimalDigits = 2 ;
279         Unit = FUNIT_CM ;
280         First = 5 ;
281         Last = 20000 ;
282         SpinSize = 10 ;
283     };
284     FixedText FT_ORIG_SIZE
285     {
286         Pos = MAP_APPFONT ( 176 , 132 ) ;
287         Size = MAP_APPFONT ( 74 , 8 ) ;
288     };
289     PushButton PB_ORGSIZE
290     {
291         Pos = MAP_APPFONT ( 176 , 143 ) ;
292         Size = MAP_APPFONT ( 50 , 14 ) ;
293         TabStop = TRUE ;
294         Text [ en-US ] = "~Original Size" ;
295     };