merge the formfield patch from ooo-build
[ooovba.git] / sw / source / ui / frmdlg / column.src
blob0abc1cc3fa23b63b02cd22642f2f0d96d52e26c3
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: column.src,v $
10  * $Revision: 1.55 $
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 "globals.hrc"
32 #include "column.hrc"
33 #include "frmui.hrc"
34 #include "cmdid.h"
35 #include "helpid.h"
36  // #define TP_COLUMN 256
37 TabPage TP_COLUMN
39     HelpID = HID_COLUMN ;
40     Hide = TRUE;
41     Size = MAP_APPFONT ( 260 , 185 ) ;
42     Text [ en-US ] = "Columns" ;
43     FixedText FT_NUMBER
44     {
45         Pos = MAP_APPFONT ( 12 , 19 ) ;
46         Size = MAP_APPFONT ( 28 , 8 ) ;
47         Left = TRUE ;
48         Text [ en-US ] = "Columns";
49     };
50     NumericField ED_NUMBER
51     {
52         Border = TRUE ;
53         Pos = MAP_APPFONT ( 12 , 30 ) ;
54         Size = MAP_APPFONT ( 24 , 12 ) ;
55         TabStop = TRUE ;
56         Left = TRUE ;
57         Repeat = TRUE ;
58         Spin = TRUE ;
59         Minimum = 1 ;
60         Maximum = 20 ;
61         Value = 1 ;
62         First = 1 ;
63         Last = 20 ;
64         SpinSize = 1 ;
65     };
66     Control VS_DEFAULTS
67     {
68         Pos = MAP_APPFONT ( 50 , 14 ) ;
69         Size = MAP_APPFONT ( 110 , 28 ) ;
70         TabStop = TRUE ;
71     };
72     CheckBox CB_BALANCECOLS
73     {
74         Pos = MAP_APPFONT ( 7 , 46 ) ;
75         Size = MAP_APPFONT ( 163 , 10 ) ;
76         Hide = TRUE;
77         Text [ en-US ] = "Evenly distribute contents ~to all columns";
78     };
79     FixedLine FL_COLUMNS
80     {
81         Pos = MAP_APPFONT ( 6 , 3 ) ;
82         Size = MAP_APPFONT ( 164 , 8 ) ;
83         Text [ en-US ] = "Settings";
84     };
85     FixedText FT_COLUMN
86     {
87         Pos = MAP_APPFONT ( 12 , 70 ) ;
88         Size = MAP_APPFONT ( 50 , 8 ) ;
89         Left = TRUE ;
90         Text [ en-US ] = "Column";
91     };
92     Window WN_BSP
93     {
94         Pos = MAP_APPFONT ( 176 , 6 ) ;
95         Size = MAP_APPFONT ( 75 , 46 ) ;
96     };
97     ImageButton BTN_DOWN
98     {
99         Disable = TRUE ;
100         Pos = MAP_APPFONT ( 62 , 69 ) ;
101         Size = MAP_APPFONT ( 10 , 10 ) ;
102         TabStop = TRUE ;
103         SYMBOL = IMAGEBUTTON_ARROW_LEFT ;
104     };
105     FixedText FT_1
106     {
107         Pos = MAP_APPFONT ( 100 , 71 ) ;
108         Size = MAP_APPFONT ( 10 , 8 ) ;
109         Text = "~1" ;
110         Center = TRUE ;
111     };
112     FixedText FT_2
113     {
114         Pos = MAP_APPFONT ( 150 , 71 ) ;
115         Size = MAP_APPFONT ( 10 , 8 ) ;
116         Text = "~2" ;
117         Center = TRUE ;
118     };
119     FixedText FT_3
120     {
121         Pos = MAP_APPFONT ( 200 , 71 ) ;
122         Size = MAP_APPFONT ( 10 , 8 ) ;
123         Text = "~3" ;
124         Center = TRUE ;
125     };
126     ImageButton BTN_UP
127     {
128         Disable = TRUE ;
129         Pos = MAP_APPFONT ( 238 , 69 ) ;
130         Size = MAP_APPFONT ( 10 , 10 ) ;
131         TabStop = TRUE ;
132         SYMBOL = IMAGEBUTTON_ARROW_RIGHT ;
133     };
134     FixedText FT_WIDTH
135     {
136         Pos = MAP_APPFONT ( 12 , 85 ) ;
137         Size = MAP_APPFONT ( 50 , 8 ) ;
138         Left = TRUE ;
139         Text [ en-US ] = "Width" ;
140     };
141     MetricField ED_1
142     {
143         Disable = TRUE ;
144         Border = TRUE ;
145         Pos = MAP_APPFONT ( 87 , 83 ) ;
146         Size = MAP_APPFONT ( 36 , 12 ) ;
147         TabStop = TRUE ;
148         Left = TRUE ;
149         Repeat = TRUE ;
150         Spin = TRUE ;
151         Minimum = 1 ;
152         Maximum = 5600 ;
153         DecimalDigits = 2 ;
154         Unit = FUNIT_CM ;
155         First = 10 ;
156         Last = 5600 ;
157         SpinSize = 10 ;
158     };
159     MetricField ED_2
160     {
161         Disable = TRUE ;
162         Border = TRUE ;
163         Pos = MAP_APPFONT ( 137 , 83 ) ;
164         Size = MAP_APPFONT ( 36 , 12 ) ;
165         TabStop = TRUE ;
166         Left = TRUE ;
167         Repeat = TRUE ;
168         Spin = TRUE ;
169         Minimum = 1 ;
170         Maximum = 5600 ;
171         DecimalDigits = 2 ;
172         Unit = FUNIT_CM ;
173         First = 10 ;
174         Last = 5600 ;
175         SpinSize = 10 ;
176     };
177     MetricField ED_3
178     {
179         Disable = TRUE ;
180         Border = TRUE ;
181         Pos = MAP_APPFONT ( 187 , 83 ) ;
182         Size = MAP_APPFONT ( 36 , 12 ) ;
183         TabStop = TRUE ;
184         Left = TRUE ;
185         Repeat = TRUE ;
186         Spin = TRUE ;
187         Minimum = 1 ;
188         Maximum = 5600 ;
189         DecimalDigits = 2 ;
190         Unit = FUNIT_CM ;
191         First = 10 ;
192         Last = 5600 ;
193         SpinSize = 10 ;
194     };
195     FixedText FT_DIST
196     {
197         Pos = MAP_APPFONT ( 12 , 101 ) ;
198         Size = MAP_APPFONT ( 50 , 8 ) ;
199         Left = TRUE ;
200         Text [ en-US ] = "Spacing" ;
201     };
202     MetricField ED_DIST1
203     {
204         Disable = TRUE ;
205         Border = TRUE ;
206         Pos = MAP_APPFONT ( 112 , 99 ) ;
207         Size = MAP_APPFONT ( 36 , 12 ) ;
208         TabStop = TRUE ;
209         Left = TRUE ;
210         Repeat = TRUE ;
211         Spin = TRUE ;
212         Minimum = 0 ;
213         Maximum = 5600 ;
214         DecimalDigits = 2 ;
215         Unit = FUNIT_CM ;
216         First = 10 ;
217         Last = 5600 ;
218         SpinSize = 10 ;
219     };
220     MetricField ED_DIST2
221     {
222         Disable = TRUE ;
223         Border = TRUE ;
224         Pos = MAP_APPFONT ( 162 , 99 ) ;
225         Size = MAP_APPFONT ( 36 , 12 ) ;
226         TabStop = TRUE ;
227         Left = TRUE ;
228         Repeat = TRUE ;
229         Spin = TRUE ;
230         Minimum = 0 ;
231         Maximum = 5600 ;
232         DecimalDigits = 2 ;
233         Unit = FUNIT_CM ;
234         First = 10 ;
235         Last = 5600 ;
236         SpinSize = 10 ;
237     };
238     CheckBox CB_AUTO_WIDTH
239     {
240         Pos = MAP_APPFONT ( 87 , 115 ) ;
241         Size = MAP_APPFONT ( 100 , 10 ) ;
242         Text [ en-US ] = "Auto~Width" ;
243         TabStop = TRUE ;
244     };
245     FixedLine FL_LAYOUT
246     {
247         Pos = MAP_APPFONT ( 6 , 58 ) ;
248         Size = MAP_APPFONT ( 248 , 8 ) ;
249         Text [ en-US ] = "Width and spacing";
250     };
252     FixedText FT_STYLE
253     {
254         Pos = MAP_APPFONT ( 12 , 140 ) ;
255         Size = MAP_APPFONT ( 35 , 8 ) ;
256         Text [ en-US ] = "~Line" ;
257         Left = TRUE ;
258     };
259     ListBox LB_STYLE
260     {
261         Pos = MAP_APPFONT ( 50 , 138 ) ;
262         Size = MAP_APPFONT ( 60 , 66 ) ;
263         TabStop = TRUE ;
264         DropDown = TRUE ;
265         StringList [ en-US ] =
266         {
267             < "None" ; Default ; > ;
268         };
269     };
270     FixedText FT_HEIGHT
271     {
272         Pos = MAP_APPFONT ( 12 , 156 ) ;
273         Size = MAP_APPFONT ( 35 , 8 ) ;
274         Text [ en-US ] = "H~eight" ;
275         Left = TRUE ;
276     };
277     MetricField ED_HEIGHT
278     {
279         Border = TRUE ;
280         Pos = MAP_APPFONT ( 50 , 154 ) ;
281         Size = MAP_APPFONT ( 60 , 12 ) ;
282         TabStop = TRUE ;
283         Left = TRUE ;
284         Repeat = TRUE ;
285         Spin = TRUE ;
286         Minimum = 25 ;
287         Maximum = 100 ;
288         Value = 100 ;
289         Unit = FUNIT_CUSTOM ;
290         CustomUnitText = "%" ;
291         First = 25 ;
292         Last = 100 ;
293     };
294     FixedText FT_POSITION
295     {
296         Pos = MAP_APPFONT ( 12 , 172 ) ;
297         Size = MAP_APPFONT ( 35 , 8 ) ;
298         Left = TRUE ;
299         Text [ en-US ] = "~Position" ;
300     };
301     ListBox LB_POSITION
302     {
303         Pos = MAP_APPFONT ( 50 , 170 ) ;
304         Size = MAP_APPFONT ( 60 , 40 ) ;
305         TabStop = TRUE ;
306         DropDown = TRUE ;
307         StringList [ en-US ] =
308         {
309             < "Top" ; Default ; > ;
310             < "Centered" ; Default ; > ;
311             < "Bottom" ; Default ; > ;
312         };
313     };
314     FixedLine FL_LINETYPE
315     {
316         Pos = MAP_APPFONT ( 6 , 127 ) ;
317         Size = MAP_APPFONT ( 248 , 8 ) ;
318         Text [ en-US ] = "Separator line" ;
319     };
320     FixedLine  FL_VERT
321     {
322         Pos = MAP_APPFONT ( 116 , 138 ) ;
323         Size = MAP_APPFONT ( 4 , 43 ) ;
324         Hide = TRUE ;
325         Vert = TRUE;
326     };
327     FixedLine   FL_PROPERTIES
328     {
329         Pos = MAP_APPFONT ( 121 , 127 ) ;
330         Size = MAP_APPFONT ( 133 , 8 ) ;
331         Hide = TRUE ;
332         Text [ en-US ] = "Properties";
333     };
334     FixedText   FT_TEXTDIRECTION
335     {
336         Pos = MAP_APPFONT ( 127 , 138 ) ;
337         Size = MAP_APPFONT ( 127 , 8 ) ;
338         Hide = TRUE ;
339         Text [ en-US ] = "Text ~direction";
340     };
341     ListBox     LB_TEXTDIRECTION
342     {
343         Border = TRUE ;
344         Pos = MAP_APPFONT ( 127 , 149 ) ;
345         Size = MAP_APPFONT ( 127 , 50 ) ;
346         DropDown = TRUE ;
347         Hide = TRUE ;
348     StringList [ en-US ] =
349     {
350          < "Left-to-right" ; 0; > ;
351         < "Right-to-left" ; 1; > ;
352         < "Use superordinate object settings" ; 4; > ;
353     };
354     };
357 ModalDialog DLG_COLUMN
359     HelpID = HID_FORMAT_COLUMN;
360     Hide = TRUE;
361     Moveable = TRUE;
362     Size = MAP_APPFONT ( 316 , 135 ) ;
363     OKButton PB_OK
364     {
365         DefButton = TRUE ;
366         Pos = MAP_APPFONT ( 260 , 6 ) ;
367         Size = MAP_APPFONT ( 50 , 14 ) ;
368         TabStop = TRUE ;
369     };
370     CancelButton PB_CANCEL
371     {
372         Pos = MAP_APPFONT ( 260 , 23 ) ;
373         Size = MAP_APPFONT ( 50 , 14 ) ;
374         TabStop = TRUE ;
375     };
376     HelpButton PB_HELP
377     {
378         Pos = MAP_APPFONT ( 260 , 43 ) ;
379         Size = MAP_APPFONT ( 50 , 14 ) ;
380         TabStop = TRUE ;
381     };
382     FixedText FT_APPLY_TO
383     {
384         Pos = MAP_APPFONT ( 260 , 63 ) ;
385         Size = MAP_APPFONT ( 50 , 8 ) ;
386         Left = TRUE ;
387         Text [ en-US ] = "~Apply to";
388     };
389     ListBox LB_APPLY_TO
390     {
391         Pos = MAP_APPFONT ( 260 , 74 ) ;
392         Size = MAP_APPFONT ( 50 , 66 ) ;
393         TabStop = TRUE ;
394         DropDown = TRUE ;
395         StringList [ en-US ] =
396         {
397             < "Selection" ;                     LISTBOX_SELECTION; > ;
398             < "Current Section" ;       LISTBOX_SECTION         ; > ;
399             < "Selected section" ;  LISTBOX_SECTIONS    ; > ;
400             < "Frame" ;                                 LISTBOX_FRAME           ; > ;
401             < "Page Style: " ;                  LISTBOX_PAGE            ; > ;
402         };
403     };
404     Text [ en-US ] = "Columns";