update dev300-m58
[ooovba.git] / svx / source / dialog / hdft.src
blob4170534e848706d66b820cd351280f9fcc6ddad4
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: hdft.src,v $
10  * $Revision: 1.52 $
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 "helpid.hrc"
32 #include <svx/dialogs.hrc>
33 #include "hdft.hrc"
34  // pragma ----------------------------------------------------------------
36 #define  _TEXT_FT_LMARGIN \
37         Text [ en-US ] = "~Left margin" ;                              \
39 #define _TEXT_FT_RMARGIN \
40         Text [ en-US ] = "R~ight margin" ;                             \
43  // RID_SVXPAGE_HEADER ----------------------------------------------------
44 TabPage RID_SVXPAGE_HEADER
46     HelpId = HID_FORMAT_HEADER ;
47     Hide = TRUE ;
48     Text [ en-US ] = "Header" ;
49     Size = MAP_APPFONT ( 260 , 185 ) ;
50     CheckBox CB_TURNON
51     {
52         Pos = MAP_APPFONT ( 12 , 14 ) ;
53         Size = MAP_APPFONT ( 152 , 10 ) ;
54         Text [ en-US ] = "Hea~der on" ;
55     };
56     CheckBox CB_SHARED
57     {
58         Pos = MAP_APPFONT ( 12 , 30 ) ;
59         Size = MAP_APPFONT ( 152 , 10 ) ;
60         Text [ en-US ] = "Same ~content left/right" ;
61     };
62     FixedText FT_LMARGIN
63     {
64         Pos = MAP_APPFONT ( 12 , 48 ) ;
65         Size = MAP_APPFONT ( 102 , 8 ) ;
66         _TEXT_FT_LMARGIN
67         Left = TRUE ;
68     };
69     MetricField ED_LMARGIN
70     {
71         Border = TRUE ;
72         Pos = MAP_APPFONT ( 124 , 46 ) ;
73         Size = MAP_APPFONT ( 40 , 12 ) ;
74         Left = TRUE ;
75         Repeat = TRUE ;
76         Spin = TRUE ;
77         Maximum = 9999 ;
78         Minimum = 0 ;
79         DecimalDigits = 2 ;
80         Unit = FUNIT_CM ;
81         Last = 9999 ;
82         SpinSize = 10 ;
83     };
84     FixedText FT_RMARGIN
85     {
86         Pos = MAP_APPFONT ( 12 , 64 ) ;
87         Size = MAP_APPFONT ( 102 , 8 ) ;
88         _TEXT_FT_RMARGIN
89         Left = TRUE ;
90     };
91     MetricField ED_RMARGIN
92     {
93         Border = TRUE ;
94         Pos = MAP_APPFONT ( 124 , 62 ) ;
95         Size = MAP_APPFONT ( 40 , 12 ) ;
96         Left = TRUE ;
97         Repeat = TRUE ;
98         Spin = TRUE ;
99         Minimum = 0 ;
100         Maximum = 9999 ;
101         DecimalDigits = 2 ;
102         Unit = FUNIT_CM ;
103         Last = 9999 ;
104         SpinSize = 10 ;
105     };
107     FixedText FT_DIST
108     {
109         Pos = MAP_APPFONT ( 12 , 82 ) ;
110         Size = MAP_APPFONT ( 102 , 8 ) ;
111         Text [ en-US ] = "~Spacing" ;
112     };
113     MetricField ED_DIST
114     {
115         Disable = TRUE ;
116         Border = TRUE ;
117         Pos = MAP_APPFONT ( 124 , 80 ) ;
118         Size = MAP_APPFONT ( 40 , 12 ) ;
119         Left = TRUE ;
120         Repeat = TRUE ;
121         Spin = TRUE ;
122         Maximum = 9999 ;
123         DecimalDigits = 2 ;
124         Unit = FUNIT_CM ;
125         Last = 9999 ;
126         SpinSize = 10 ;
127     };
128     CheckBox CB_DYNSPACING
129     {
130         Pos = MAP_APPFONT ( 12 , 96 ) ;
131         Size = MAP_APPFONT ( 152 , 10 ) ;
132         Hide = TRUE;
133         Text [ en-US ] = "Use d~ynamic spacing" ;
134     };
135     FixedText FT_HEIGHT
136     {
137         Pos = MAP_APPFONT ( 12 , 98 ) ;
138         Size = MAP_APPFONT ( 102 , 8 ) ;
139         Text [ en-US ] = "~Height" ;
140     };
141     MetricField ED_HEIGHT
142     {
143         Disable = TRUE ;
144         Border = TRUE ;
145         Pos = MAP_APPFONT ( 124 , 96 ) ;
146         Size = MAP_APPFONT ( 40 , 12 ) ;
147         Left = TRUE ;
148         Repeat = TRUE ;
149         Spin = TRUE ;
150         Minimum = 10 ;
151         Maximum = 9999 ;
152         DecimalDigits = 2 ;
153         Unit = FUNIT_CM ;
154         First = 50 ;
155         Last = 9999 ;
156         SpinSize = 10 ;
157     };
158     CheckBox CB_HEIGHT_DYN
159     {
160         Pos = MAP_APPFONT ( 12 , 112 ) ;
161         Size = MAP_APPFONT ( 152 , 10 ) ;
162         Text [ en-US ] = "~AutoFit height" ;
163     };
164     FixedLine FL_FRAME
165     {
166         Pos = MAP_APPFONT ( 6 , 3 ) ;
167         Size = MAP_APPFONT ( 164 , 8 ) ;
168         Text [ en-US ] = "Header" ;
169     };
170     Window WN_BSP
171     {
172         Pos = MAP_APPFONT ( 176 , 6 ) ;
173         Size = MAP_APPFONT ( 75 , 46 ) ;
174     };
175     PushButton BTN_EXTRAS
176     {
177         Pos = MAP_APPFONT ( 12 , 130 ) ;
178         Size = MAP_APPFONT ( 50 , 14 ) ;
179         Text [ en-US ] = "~More..." ;
180     };
182  // RID_SVXPAGE_FOOTER ----------------------------------------------------
183 TabPage RID_SVXPAGE_FOOTER
185     HelpId = HID_FORMAT_FOOTER ;
186     Hide = TRUE ;
187     Text [ en-US ] = "Footer" ;
188     Size = MAP_APPFONT ( 260 , 185 ) ;
189     CheckBox CB_TURNON
190     {
191         Pos = MAP_APPFONT ( 12 , 14 ) ;
192         Size = MAP_APPFONT ( 152 , 10 ) ;
193         Text [ en-US ] = "~Footer on" ;
194     };
195     CheckBox CB_SHARED
196     {
197         Pos = MAP_APPFONT ( 12 , 30 ) ;
198         Size = MAP_APPFONT ( 152 , 10 ) ;
199         Text [ en-US ] = "Same ~content left/right" ;
200     };
201     FixedText FT_LMARGIN
202     {
203         Pos = MAP_APPFONT ( 12 , 48 ) ;
204         Size = MAP_APPFONT ( 102 , 8 ) ;
205         Left = TRUE ;
206         _TEXT_FT_LMARGIN
207     };
208     MetricField ED_LMARGIN
209     {
210         Border = TRUE ;
211         Pos = MAP_APPFONT ( 124 , 46 ) ;
212         Size = MAP_APPFONT ( 40 , 12 ) ;
213         Left = TRUE ;
214         Repeat = TRUE ;
215         Spin = TRUE ;
216         Minimum = 0 ;
217         Maximum = 9999 ;
218         DecimalDigits = 2 ;
219         Unit = FUNIT_CM ;
220         Last = 9999 ;
221         SpinSize = 10 ;
222     };
223     FixedText FT_RMARGIN
224     {
225         Pos = MAP_APPFONT ( 12 , 64 ) ;
226         Size = MAP_APPFONT ( 102 , 8 ) ;
227         _TEXT_FT_RMARGIN
228         Left = TRUE ;
229     };
230     MetricField ED_RMARGIN
231     {
232         Border = TRUE ;
233         Pos = MAP_APPFONT ( 124 , 62 ) ;
234         Size = MAP_APPFONT ( 40 , 12 ) ;
235         Left = TRUE ;
236         Repeat = TRUE ;
237         Spin = TRUE ;
238         Minimum = 0 ;
239         Maximum = 9999 ;
240         DecimalDigits = 2 ;
241         Unit = FUNIT_CM ;
242         Last = 9999 ;
243         SpinSize = 10 ;
244     };
245     FixedText FT_DIST
246     {
247         Pos = MAP_APPFONT ( 12 , 82 ) ;
248         Size = MAP_APPFONT ( 102 , 8 ) ;
249         Text [ en-US ] = "~Spacing" ;
250     };
251     MetricField ED_DIST
252     {
253         Disable = TRUE ;
254         Border = TRUE ;
255         Pos = MAP_APPFONT ( 124 , 80 ) ;
256         Size = MAP_APPFONT ( 40 , 12 ) ;
257         Left = TRUE ;
258         Repeat = TRUE ;
259         Spin = TRUE ;
260         Maximum = 9999 ;
261         DecimalDigits = 2 ;
262         Unit = FUNIT_CM ;
263         Last = 9999 ;
264         SpinSize = 10 ;
265     };
266     CheckBox CB_DYNSPACING
267     {
268         Pos = MAP_APPFONT ( 12 , 96 ) ;
269         Size = MAP_APPFONT ( 152 , 10 ) ;
270         Hide = TRUE;
271         Text [ en-US ] = "Use d~ynamic spacing" ;
272     };
273     FixedText FT_HEIGHT
274     {
275         Pos = MAP_APPFONT ( 12 , 98 ) ;
276         Size = MAP_APPFONT ( 102 , 8 ) ;
277         Disable = TRUE ;
278         Text [ en-US ] = "~Height" ;
279     };
280     MetricField ED_HEIGHT
281     {
282         Disable = TRUE ;
283         Border = TRUE ;
284         Pos = MAP_APPFONT ( 124 , 96 ) ;
285         Size = MAP_APPFONT ( 40 , 12 ) ;
286         Left = TRUE ;
287         Repeat = TRUE ;
288         Spin = TRUE ;
289         Minimum = 10 ;
290         Maximum = 9999 ;
291         DecimalDigits = 2 ;
292         Unit = FUNIT_CM ;
293         First = 50 ;
294         Last = 9999 ;
295         SpinSize = 10 ;
296     };
297     CheckBox CB_HEIGHT_DYN
298     {
299         Pos = MAP_APPFONT ( 12 , 112 ) ;
300         Size = MAP_APPFONT ( 152 , 10 ) ;
301         Text [ en-US ] = "~AutoFit height" ;
302     };
304     FixedLine FL_FRAME
305     {
306         Pos = MAP_APPFONT ( 6 , 3 ) ;
307         Size = MAP_APPFONT ( 164 , 8 ) ;
308         Text [ en-US ] = "Footer" ;
309     };
310     Window WN_BSP
311     {
312         Pos = MAP_APPFONT ( 176 , 6 ) ;
313         Size = MAP_APPFONT ( 75 , 46 ) ;
314     };
315     PushButton BTN_EXTRAS
316     {
317         Pos = MAP_APPFONT ( 12 , 130 ) ;
318         Size = MAP_APPFONT ( 50 , 14 ) ;
319         Text [ en-US ] = "~More..." ;
320     };
322 QueryBox RID_SVXQBX_DELETE_HEADFOOT
324     Buttons = WB_YES_NO ;
325     DefButton = WB_DEF_NO ;
326     Message [ en-US ] = "Removing headers or footers deletes the contents.\nDo you want to delete this text?" ;
329  // ********************************************************************** EOF