xref: /trunk/main/sw/source/ui/table/tabledlg.src (revision fc9fd3f14a55d77b35643a64034752a178b2a5b0)
1/*************************************************************************
2 *
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4 *
5 * Copyright 2000, 2010 Oracle and/or its affiliates.
6 *
7 * OpenOffice.org - a multi-platform office productivity suite
8 *
9 * This file is part of OpenOffice.org.
10 *
11 * OpenOffice.org is free software: you can redistribute it and/or modify
12 * it under the terms of the GNU Lesser General Public License version 3
13 * only, as published by the Free Software Foundation.
14 *
15 * OpenOffice.org is distributed in the hope that it will be useful,
16 * but WITHOUT ANY WARRANTY; without even the implied warranty of
17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18 * GNU Lesser General Public License version 3 for more details
19 * (a copy is included in the LICENSE file that accompanied this code).
20 *
21 * You should have received a copy of the GNU Lesser General Public License
22 * version 3 along with OpenOffice.org.  If not, see
23 * <http://www.openoffice.org/license.html>
24 * for a copy of the LGPLv3 License.
25 *
26 ************************************************************************/
27
28#include "table.hrc"
29#include "tabledlg.hrc"
30#include "helpid.h"
31#define TEXT_TEXTFLOW  \
32    Text [ en-US ] = "Text Flow" ; \
33
34/**************************************************************************/
35/*                                                                        */
36/*                                                                        */
37/*                                                                        */
38/**************************************************************************/
39TabDialog DLG_FORMAT_TABLE
40{
41    OutputSize = TRUE ;
42    SVLook = TRUE ;
43    Text [ en-US ] = "Table Format" ;
44    Moveable = TRUE ;
45    TabControl 1
46    {
47        SVLook = TRUE ;
48        PageList =
49        {
50            PageItem
51            {
52                Identifier = TP_FORMAT_TABLE ;
53                Text [ en-US ] = "Table" ;
54                PageResID = TP_FORMAT_TABLE ;
55            };
56            PageItem
57            {
58                Identifier = TP_TABLE_TEXTFLOW ;
59                TEXT_TEXTFLOW
60            };
61            PageItem
62            {
63                Identifier = TP_TABLE_COLUMN ;
64                Text [ en-US ] = "Columns" ;
65                PageResID = TP_TABLE_COLUMN ;
66            };
67            PageItem
68            {
69                Identifier = TP_BORDER ;
70                Text [ en-US ] = "Borders" ;
71                PageResID = TP_BORDER ;
72            };
73            PageItem
74            {
75                Identifier = TP_BACKGROUND ;
76                Text [ en-US ] = "Background" ;
77                PageResID = TP_BACKGROUND ;
78            };
79        };
80    };
81};
82/**************************************************************************/
83/*                                                                        */
84/*                                                                        */
85/*                                                                        */
86/**************************************************************************/
87TabPage TP_FORMAT_TABLE
88{
89    HelpID = HID_FORMAT_TABLE ;
90    SVLook = TRUE ;
91    Size = MAP_APPFONT ( 260 , 185 ) ;
92    Hide = TRUE;
93    FixedText FT_NAME
94    {
95        Pos = MAP_APPFONT ( 12 , 16 ) ;
96        Size = MAP_APPFONT ( 60 , 8 ) ;
97        Text [ en-US ] = "~Name" ;
98    };
99    Edit ED_NAME
100    {
101        HelpID = "sw:Edit:TP_FORMAT_TABLE:ED_NAME";
102        Border = TRUE ;
103        Pos = MAP_APPFONT ( 75 , 14 ) ;
104        Size = MAP_APPFONT ( 112 , 12 ) ;
105        TabStop = TRUE ;
106    };
107    FixedText FT_WIDTH
108    {
109        Pos = MAP_APPFONT ( 12 , 32 ) ;
110        Size = MAP_APPFONT ( 60 , 10 ) ;
111        Text [ en-US ] = "W~idth" ;
112    };
113    MetricField ED_WIDTH
114    {
115        HelpID = "sw:MetricField:TP_FORMAT_TABLE:ED_WIDTH";
116        Border = TRUE ;
117        Pos = MAP_APPFONT ( 75 , 30 ) ;
118        Size = MAP_APPFONT ( 40 , 12 ) ;
119        TabStop = TRUE ;
120        Left = TRUE ;
121        Repeat = TRUE ;
122        Spin = TRUE ;
123        Minimum = 0 ;
124        Maximum = 9999 ;
125        DecimalDigits = 2 ;
126        Value = 0 ;
127        Unit = FUNIT_CM ;
128        First = 0 ;
129        Last = 9999 ;
130        SpinSize = 5 ;
131    };
132    CheckBox CB_REL_WIDTH
133    {
134        HelpID = "sw:CheckBox:TP_FORMAT_TABLE:CB_REL_WIDTH";
135        Pos = MAP_APPFONT ( 118 , 32 ) ;
136        Size = MAP_APPFONT ( 69 , 10 ) ;
137        TabStop = TRUE ;
138        Text [ en-US ] = "Relati~ve" ;
139    };
140    FixedLine FL_OPTIONS
141    {
142        Pos = MAP_APPFONT ( 6 , 3 ) ;
143        Size = MAP_APPFONT ( 184 , 8 ) ;
144        Text [ en-US ] = "Properties" ;
145    };
146    RadioButton RB_FULL
147    {
148        HelpID = "sw:RadioButton:TP_FORMAT_TABLE:RB_FULL";
149        Pos = MAP_APPFONT ( 202 , 14 ) ;
150        Size = MAP_APPFONT ( 50 , 10 ) ;
151        TabStop = TRUE ;
152        Text [ en-US ] = "A~utomatic" ;
153    };
154    RadioButton RB_LEFT
155    {
156        HelpID = "sw:RadioButton:TP_FORMAT_TABLE:RB_LEFT";
157        Pos = MAP_APPFONT ( 202 , 28 ) ;
158        Size = MAP_APPFONT ( 50 , 10 ) ;
159        Text [ en-US ] = "~Left" ;
160        TabStop = TRUE ;
161    };
162    RadioButton RB_FROM_LEFT
163    {
164        HelpID = "sw:RadioButton:TP_FORMAT_TABLE:RB_FROM_LEFT";
165        Pos = MAP_APPFONT ( 202 , 42 ) ;
166        Size = MAP_APPFONT ( 50 , 10 ) ;
167        TabStop = TRUE ;
168        Text [ en-US ] = "~From left";
169    };
170    RadioButton RB_RIGHT
171    {
172        HelpID = "sw:RadioButton:TP_FORMAT_TABLE:RB_RIGHT";
173        Pos = MAP_APPFONT ( 202 , 56 ) ;
174        Size = MAP_APPFONT ( 50 , 10 ) ;
175        Text [ en-US ] = "R~ight" ;
176        TabStop = TRUE ;
177    };
178    RadioButton RB_CENTER
179    {
180        HelpID = "sw:RadioButton:TP_FORMAT_TABLE:RB_CENTER";
181        Pos = MAP_APPFONT ( 202 , 70 ) ;
182        Size = MAP_APPFONT ( 50 , 10 ) ;
183        Text [ en-US ] = "~Center" ;
184        TabStop = TRUE ;
185    };
186    RadioButton RB_FREE
187    {
188        HelpID = "sw:RadioButton:TP_FORMAT_TABLE:RB_FREE";
189        Pos = MAP_APPFONT ( 202 , 84 ) ;
190        Size = MAP_APPFONT ( 50 , 10 ) ;
191        TabStop = TRUE ;
192        Text [ en-US ] = "~Manual" ;
193    };
194    FixedLine FL_POS
195    {
196        Pos = MAP_APPFONT ( 196 , 3 ) ;
197        Size = MAP_APPFONT ( 58 , 8 ) ;
198        Text [ en-US ] = "Alignment" ;
199    };
200    FixedLine FL_DIST
201    {
202        Pos = MAP_APPFONT ( 6 , 48 ) ;
203        Size = MAP_APPFONT ( 184 , 8 ) ;
204        Text [ en-US ] = "Spacing" ;
205    };
206    FixedText FT_LEFT_DIST
207    {
208        Pos = MAP_APPFONT ( 12 , 61 ) ;
209        Size = MAP_APPFONT ( 130 , 8 ) ;
210        Text [ en-US ] = "Lef~t" ;
211    };
212    MetricField ED_LEFT_DIST
213    {
214        HelpID = "sw:MetricField:TP_FORMAT_TABLE:ED_LEFT_DIST";
215        Pos = MAP_APPFONT ( 147 , 59 ) ;
216        Size = MAP_APPFONT ( 40 , 12 ) ;
217        Border = TRUE ;
218        TabStop = TRUE ;
219        Left = TRUE ;
220        Repeat = TRUE ;
221        Spin = TRUE ;
222        Minimum = -9999 ;
223        Maximum = 9999 ;
224        DecimalDigits = 2 ;
225        Unit = FUNIT_CM ;
226        First = 0 ;
227        Last = 9999 ;
228        SpinSize = 5 ;
229    };
230    FixedText FT_RIGHT_DIST
231    {
232        Pos = MAP_APPFONT ( 12 , 77 ) ;
233        Size = MAP_APPFONT ( 130 , 8 ) ;
234        Text [ en-US ] = "Ri~ght" ;
235    };
236
237    MetricField ED_RIGHT_DIST
238    {
239        HelpID = "sw:MetricField:TP_FORMAT_TABLE:ED_RIGHT_DIST";
240        Pos = MAP_APPFONT ( 147 , 75 ) ;
241        Size = MAP_APPFONT ( 40 , 12 ) ;
242        Border = TRUE ;
243        TabStop = TRUE ;
244        Left = TRUE ;
245        Repeat = TRUE ;
246        Spin = TRUE ;
247        Minimum = -9999 ;
248        Maximum = 9999 ;
249        DecimalDigits = 2 ;
250        Unit = FUNIT_CM ;
251        First = 0 ;
252        Last = 9999 ;
253        SpinSize = 5 ;
254    };
255    FixedText FT_TOP_DIST
256    {
257        Pos = MAP_APPFONT ( 12 , 93 ) ;
258        Size = MAP_APPFONT ( 130 , 8 ) ;
259        Text [ en-US ] = "~Above" ;
260    };
261    MetricField ED_TOP_DIST
262    {
263        HelpID = "sw:MetricField:TP_FORMAT_TABLE:ED_TOP_DIST";
264        Pos = MAP_APPFONT ( 147 , 91 ) ;
265        Size = MAP_APPFONT ( 40 , 12 ) ;
266        Border = TRUE ;
267        TabStop = TRUE ;
268        Left = TRUE ;
269        Repeat = TRUE ;
270        Spin = TRUE ;
271        Minimum = 0 ;
272        Maximum = 9999 ;
273        DecimalDigits = 2 ;
274        Unit = FUNIT_CM ;
275        First = 0 ;
276        Last = 9999 ;
277        SpinSize = 5 ;
278    };
279    FixedText FT_BOTTOM_DIST
280    {
281        Pos = MAP_APPFONT ( 12 , 109 ) ;
282        Size = MAP_APPFONT ( 130 , 8 ) ;
283        Text [ en-US ] = "~Below" ;
284    };
285    MetricField ED_BOTTOM_DIST
286    {
287        HelpID = "sw:MetricField:TP_FORMAT_TABLE:ED_BOTTOM_DIST";
288        Border = TRUE ;
289        Pos = MAP_APPFONT ( 147 , 107 ) ;
290        Size = MAP_APPFONT ( 40 , 12 ) ;
291        TabStop = TRUE ;
292        Left = TRUE ;
293        Repeat = TRUE ;
294        Spin = TRUE ;
295        Minimum = 0 ;
296        Maximum = 1000 ;
297        DecimalDigits = 2 ;
298        Unit = FUNIT_CM ;
299        First = 0 ;
300        Last = 9999 ;
301        SpinSize = 5 ;
302    };
303    FixedLine   FL_PROPERTIES
304    {
305        Pos = MAP_APPFONT ( 6 , 125 ) ;
306        Size = MAP_APPFONT ( 248 , 8 ) ;
307        Hide = TRUE ;
308        Text [ en-US ] = "Properties";
309    };
310    FixedText   FT_TEXTDIRECTION
311    {
312        Pos = MAP_APPFONT ( 12 , 138 ) ;
313        Size = MAP_APPFONT ( 60 , 8 ) ;
314        Hide = TRUE ;
315        Text [ en-US ] = "Text ~direction";
316    };
317    ListBox     LB_TEXTDIRECTION
318    {
319        HelpID = "sw:ListBox:TP_FORMAT_TABLE:LB_TEXTDIRECTION";
320        Border = TRUE ;
321        Pos = MAP_APPFONT ( 75 , 136 ) ;
322        Size = MAP_APPFONT ( 176 , 50 ) ;
323        DropDown = TRUE ;
324        Hide = TRUE ;
325    StringList [ en-US ] =
326    {
327         < "Left-to-right" ; 0; > ;
328        < "Right-to-left" ; 1; > ;
329        < "Use superordinate object settings" ; 4; > ;
330    };
331    };
332};
333/**************************************************************************/
334/*                                                                        */
335/*                                                                        */
336/*                                                                        */
337/**************************************************************************/
338TabPage TP_TABLE_COLUMN
339{
340    HelpID = HID_TABLE_COLUMN ;
341    SVLook = TRUE ;
342    Size = MAP_APPFONT ( 260 , 185 ) ;
343    Hide = TRUE;
344    CheckBox CB_MOD_TBL
345    {
346        HelpID = "sw:CheckBox:TP_TABLE_COLUMN:CB_MOD_TBL";
347        Pos = MAP_APPFONT ( 6 , 6 ) ;
348        Size = MAP_APPFONT ( 180 , 10 ) ;
349        TabStop = TRUE ;
350        Text [ en-US ] = "Adapt table ~width" ;
351    };
352    CheckBox CB_PROP
353    {
354        HelpID = "sw:CheckBox:TP_TABLE_COLUMN:CB_PROP";
355        Pos = MAP_APPFONT ( 6 , 20 ) ;
356        Size = MAP_APPFONT ( 180 , 10 ) ;
357        TabStop = TRUE ;
358        Text [ en-US ] = "Ad~just columns proportionally" ;
359    };
360    FixedText FT_SPACE
361    {
362        Pos = MAP_APPFONT ( 6 , 36 ) ;
363        Size = MAP_APPFONT ( 85 , 8 ) ;
364        Text [ en-US ] = "Remaining space" ;
365    };
366    MetricField ED_SPACE
367    {
368        HelpID = "sw:MetricField:TP_TABLE_COLUMN:ED_SPACE";
369        ReadOnly = TRUE ;
370        Border = TRUE ;
371        Pos = MAP_APPFONT ( 95 , 34 ) ;
372        Size = MAP_APPFONT ( 30 , 12 ) ;
373        TabStop = TRUE ;
374        Left = TRUE ;
375        Minimum = 0 ;
376        Maximum = 5600 ;
377        DecimalDigits = 2 ;
378        Unit = FUNIT_CM ;
379        First = 10 ;
380        Last = 5600 ;
381        SpinSize = 10 ;
382    };
383    ImageButton COL_BTN_DOWN
384    {
385        HelpID = "sw:ImageButton:TP_TABLE_COLUMN:COL_BTN_DOWN";
386        Disable = TRUE ;
387        Pos = MAP_APPFONT ( 12 , 65 ) ;
388        Size = MAP_APPFONT ( 10 , 10 ) ;
389        TabStop = TRUE ;
390        SYMBOL = IMAGEBUTTON_ARROW_LEFT ;
391    };
392    ImageButton COL_BTN_UP
393    {
394        HelpID = "sw:ImageButton:TP_TABLE_COLUMN:COL_BTN_UP";
395        Disable = TRUE ;
396        Pos = MAP_APPFONT ( 234 , 65 ) ;
397        Size = MAP_APPFONT ( 10 , 10 ) ;
398        TabStop = TRUE ;
399        SYMBOL = IMAGEBUTTON_ARROW_RIGHT ;
400    };
401    FixedText COL_FT_1
402    {
403        Disable = TRUE ;
404        Pos = MAP_APPFONT ( 30 , 65 ) ;
405        Size = MAP_APPFONT ( 9 , 8 ) ;
406        Text = "~1" ;
407        Left = TRUE ;
408        Center = TRUE ;
409        Right = TRUE ;
410    };
411    MetricField COL_MF_1
412    {
413        HelpID = "sw:MetricField:TP_TABLE_COLUMN:COL_MF_1";
414        Disable = TRUE ;
415        Border = TRUE ;
416        Pos = MAP_APPFONT ( 13 , 81 ) ;
417        Size = MAP_APPFONT ( 36 , 12 ) ;
418        TabStop = TRUE ;
419        Left = TRUE ;
420        Repeat = TRUE ;
421        Spin = TRUE ;
422        Minimum = 1 ;
423        Maximum = 5600 ;
424        DecimalDigits = 2 ;
425        Unit = FUNIT_CM ;
426        First = 10 ;
427        Last = 5600 ;
428        SpinSize = 10 ;
429    };
430    FixedText COL_FT_2
431    {
432        Disable = TRUE ;
433        Pos = MAP_APPFONT ( 68 , 65 ) ;
434        Size = MAP_APPFONT ( 9 , 8 ) ;
435        Text = "~2" ;
436        Left = TRUE ;
437        Right = TRUE ;
438    };
439    MetricField COL_MF_2
440    {
441        HelpID = "sw:MetricField:TP_TABLE_COLUMN:COL_MF_2";
442        Disable = TRUE ;
443        Border = TRUE ;
444        Pos = MAP_APPFONT ( 52 , 81 ) ;
445        Size = MAP_APPFONT ( 36 , 12 ) ;
446        TabStop = TRUE ;
447        Left = TRUE ;
448        Repeat = TRUE ;
449        Spin = TRUE ;
450        Minimum = 0 ;
451        Maximum = 5600 ;
452        DecimalDigits = 2 ;
453        Unit = FUNIT_CM ;
454        First = 10 ;
455        Last = 5600 ;
456        SpinSize = 10 ;
457    };
458    FixedText COL_FT_3
459    {
460        Disable = TRUE ;
461        Pos = MAP_APPFONT ( 107 , 65 ) ;
462        Size = MAP_APPFONT ( 9 , 8 ) ;
463        Text = "~3" ;
464        Left = TRUE ;
465        Right = TRUE ;
466    };
467    MetricField COL_MF_3
468    {
469        HelpID = "sw:MetricField:TP_TABLE_COLUMN:COL_MF_3";
470        Disable = TRUE ;
471        Border = TRUE ;
472        Pos = MAP_APPFONT ( 91 , 81 ) ;
473        Size = MAP_APPFONT ( 36 , 12 ) ;
474        TabStop = TRUE ;
475        Left = TRUE ;
476        Repeat = TRUE ;
477        Spin = TRUE ;
478        Minimum = 0 ;
479        Maximum = 5600 ;
480        DecimalDigits = 2 ;
481        Unit = FUNIT_CM ;
482        First = 10 ;
483        Last = 5600 ;
484        SpinSize = 10 ;
485    };
486    FixedText COL_FT_4
487    {
488        Disable = TRUE ;
489        Pos = MAP_APPFONT ( 146 , 65 ) ;
490        Size = MAP_APPFONT ( 9 , 8 ) ;
491        Text = "~4" ;
492        Left = TRUE ;
493        Right = TRUE ;
494    };
495    MetricField COL_MF_4
496    {
497        HelpID = "sw:MetricField:TP_TABLE_COLUMN:COL_MF_4";
498        Disable = TRUE ;
499        Border = TRUE ;
500        Pos = MAP_APPFONT ( 130 , 81 ) ;
501        Size = MAP_APPFONT ( 36 , 12 ) ;
502        TabStop = TRUE ;
503        Left = TRUE ;
504        Repeat = TRUE ;
505        Spin = TRUE ;
506        Minimum = 0 ;
507        Maximum = 5600 ;
508        DecimalDigits = 2 ;
509        Unit = FUNIT_CM ;
510        First = 10 ;
511        Last = 5600 ;
512        SpinSize = 10 ;
513    };
514    FixedText COL_FT_5
515    {
516        Disable = TRUE ;
517        Pos = MAP_APPFONT ( 185 , 65 ) ;
518        Size = MAP_APPFONT ( 9 , 8 ) ;
519        Text = "~5" ;
520        Left = TRUE ;
521        Right = TRUE ;
522    };
523    MetricField COL_MF_5
524    {
525        HelpID = "sw:MetricField:TP_TABLE_COLUMN:COL_MF_5";
526        Disable = TRUE ;
527        Border = TRUE ;
528        Pos = MAP_APPFONT ( 169 , 81 ) ;
529        Size = MAP_APPFONT ( 36 , 12 ) ;
530        TabStop = TRUE ;
531        Left = TRUE ;
532        Repeat = TRUE ;
533        Spin = TRUE ;
534        Minimum = 0 ;
535        Maximum = 5600 ;
536        DecimalDigits = 2 ;
537        Unit = FUNIT_CM ;
538        First = 10 ;
539        Last = 5600 ;
540        SpinSize = 10 ;
541    };
542    FixedText COL_FT_6
543    {
544        Disable = TRUE ;
545        Pos = MAP_APPFONT ( 204 , 65 ) ;
546        Size = MAP_APPFONT ( 9 , 8 ) ;
547        Text = "~6" ;
548        Left = TRUE ;
549        Right = TRUE ;
550    };
551    MetricField COL_MF_6
552    {
553        HelpID = "sw:MetricField:TP_TABLE_COLUMN:COL_MF_6";
554        Disable = TRUE ;
555        Border = TRUE ;
556        Pos = MAP_APPFONT ( 208 , 81 ) ;
557        Size = MAP_APPFONT ( 36 , 12 ) ;
558        TabStop = TRUE ;
559        Left = TRUE ;
560        Repeat = TRUE ;
561        Spin = TRUE ;
562        Minimum = 0 ;
563        Maximum = 5600 ;
564        DecimalDigits = 2 ;
565        Unit = FUNIT_CM ;
566        First = 10 ;
567        Last = 5600 ;
568        SpinSize = 10 ;
569    };
570    FixedLine COL_FL_LAYOUT
571    {
572        Pos = MAP_APPFONT ( 6 , 50 ) ;
573        Size = MAP_APPFONT ( 240 , 8 ) ;
574        Text [ en-US ] = "Column width" ;
575    };
576};
577/**************************************************************************/
578/*                                                                        */
579/*  Textfluss                                                                        */
580/*                                                                        */
581/**************************************************************************/
582TabPage TP_TABLE_TEXTFLOW
583{
584    HelpId = HID_TABLE_TEXTFLOW ;
585    Size = MAP_APPFONT ( 260 , 185 ) ;
586    TEXT_TEXTFLOW
587    Hide = TRUE;
588    FixedLine FL_FLOW
589    {
590        Pos = MAP_APPFONT ( 6 , 3 ) ;
591        Size = MAP_APPFONT ( 248 , 8 ) ;
592        TEXT_TEXTFLOW
593    };
594    CheckBox CB_PAGEBREAK
595    {
596        HelpID = "sw:CheckBox:TP_TABLE_TEXTFLOW:CB_PAGEBREAK";
597         //         Disable = TRUE;
598        Pos = MAP_APPFONT ( 12 , 14 ) ;
599        Size = MAP_APPFONT ( 90 , 8 ) ;
600        Text [ en-US ] = "~Break" ;
601        TabStop = TRUE ;
602        Group = TRUE ;
603    };
604    RadioButton RB_BREAKPAGE
605    {
606        HelpID = "sw:RadioButton:TP_TABLE_TEXTFLOW:RB_BREAKPAGE";
607        Pos = MAP_APPFONT ( 105 , 14 ) ;
608        Size = MAP_APPFONT ( 70 , 10 ) ;
609        Text [ en-US ] = "~Page" ;
610        Group = TRUE ;
611        Check = TRUE ;
612    };
613    RadioButton RB_BREAKCOLUMN
614    {
615        HelpID = "sw:RadioButton:TP_TABLE_TEXTFLOW:RB_BREAKCOLUMN";
616         //         Disable = TRUE;
617        Pos = MAP_APPFONT ( 178 , 14 ) ;
618        Size = MAP_APPFONT ( 70 , 10 ) ;
619         // ### ACHTUNG: Neuer Text in Resource? S~palte : ~Spalte
620        Text [ en-US ] = "Col~umn" ;
621    };
622    RadioButton RB_PAGEBREAKBEFORE
623    {
624        HelpID = "sw:RadioButton:TP_TABLE_TEXTFLOW:RB_PAGEBREAKBEFORE";
625         //         Disable = TRUE;
626        Pos = MAP_APPFONT ( 105 , 28 ) ;
627        Size = MAP_APPFONT ( 70 , 10 ) ;
628        Text [ en-US ] = "Be~fore" ;
629        Group = TRUE ;
630        Check = TRUE ;
631    };
632    RadioButton RB_PAGEBREAKAFTER
633    {
634        HelpID = "sw:RadioButton:TP_TABLE_TEXTFLOW:RB_PAGEBREAKAFTER";
635         //         Disable = TRUE;
636        Pos = MAP_APPFONT ( 178 , 28 ) ;
637        Size = MAP_APPFONT ( 70 , 10 ) ;
638        Text [ en-US ] = "~After" ;
639    };
640    CheckBox CB_PAGECOLL
641    {
642        HelpID = "sw:CheckBox:TP_TABLE_TEXTFLOW:CB_PAGECOLL";
643         //         Disable = TRUE;
644        Pos = MAP_APPFONT ( 12 , 44 ) ;
645        Size = MAP_APPFONT ( 90 , 10 ) ;
646        Text [ en-US ] = "With Page St~yle" ;
647        TabStop = TRUE ;
648        Group = TRUE ;
649    };
650    ListBox LB_PAGECOLL
651    {
652        HelpID = "sw:ListBox:TP_TABLE_TEXTFLOW:LB_PAGECOLL";
653        Pos = MAP_APPFONT ( 105 , 42 ) ;
654        Size = MAP_APPFONT ( 61 , 50 ) ;
655        TabStop = TRUE ;
656        DropDown = TRUE ;
657    };
658    FixedText FT_PAGENUM
659    {
660        Pos = MAP_APPFONT ( 171 , 44 ) ;
661        Size = MAP_APPFONT ( 47 , 10 ) ;
662        Text [ en-US ] = "Page ~number" ;
663    };
664    NumericField NF_PAGENUM
665    {
666        HelpID = "sw:NumericField:TP_TABLE_TEXTFLOW:NF_PAGENUM";
667        Border = TRUE ;
668        Pos = MAP_APPFONT ( 222 , 42 ) ;
669        Size = MAP_APPFONT ( 26 , 12 ) ;
670        TabStop = TRUE ;
671        Left = TRUE ;
672        Repeat = TRUE ;
673        Spin = TRUE ;
674        Minimum = 0 ;
675        Maximum = 9999 ;
676        Value = 0 ;
677        First = 0 ;
678        Last = 9999 ;
679    };
680    CheckBox CB_SPLIT
681    {
682        HelpID = "sw:CheckBox:TP_TABLE_TEXTFLOW:CB_SPLIT";
683        Pos = MAP_APPFONT ( 12 , 58 ) ;
684        Size = MAP_APPFONT ( 236 , 10 ) ;
685        TabStop = TRUE ;
686        Text [ en-US ] = "Allow ~table to split across pages and columns" ;
687    };
688    TriStateBox CB_SPLIT_ROW
689    {
690        HelpID = "sw:TriStateBox:TP_TABLE_TEXTFLOW:CB_SPLIT_ROW";
691        Pos = MAP_APPFONT ( 21 , 71 ) ;
692        Size = MAP_APPFONT ( 227 , 10 ) ;
693        TabStop = TRUE ;
694        Text [ en-US ] = "Allow row to break a~cross pages and columns" ;
695    };
696    CheckBox CB_KEEP
697    {
698        HelpID = "sw:CheckBox:TP_TABLE_TEXTFLOW:CB_KEEP";
699        Pos = MAP_APPFONT ( 12 , 85 ) ;
700        Size = MAP_APPFONT ( 236 , 10 ) ;
701        Text [ en-US ] = "~Keep with next paragraph" ;
702        TabStop = TRUE ;
703    };
704    CheckBox CB_HEADLINE
705    {
706        HelpID = "sw:CheckBox:TP_TABLE_TEXTFLOW:CB_HEADLINE";
707        Pos = MAP_APPFONT ( 12 , 99 ) ;
708        Size = MAP_APPFONT ( 236 , 10 ) ;
709        TabStop = TRUE ;
710        Text [ en-US ] = "R~epeat heading" ;
711    };
712    FixedText FT_REPEAT_HEADER
713    {
714        Pos = MAP_APPFONT ( 31 , 114 ) ;
715        Size = MAP_APPFONT ( 95 , 10 ) ;
716        Text [ en-US ] = "The first %POSITION_OF_CONTROL rows" ;
717    };
718    NumericField NF_REPEAT_HEADER
719    {
720        HelpID = "sw:NumericField:TP_TABLE_TEXTFLOW:NF_REPEAT_HEADER";
721        Border = TRUE ;
722        Pos = MAP_APPFONT ( 131 , 113 ) ;
723        Size = MAP_APPFONT ( 28 , 12 ) ;
724        TabStop = TRUE ;
725        Left = TRUE ;
726        Repeat = TRUE ;
727        Spin = TRUE ;
728        Minimum = 1 ;
729        Maximum = 1000 ;
730        First = 1 ;
731    };
732    Window WIN_REPEAT_HEADER
733    {
734        Pos = MAP_APPFONT ( 21 , 113 ) ;
735        Size = MAP_APPFONT ( 2 , 1 ) ;
736    };
737    FixedText FT_TEXTDIRECTION
738    {
739        Pos = MAP_APPFONT ( 12 , 132 ) ;
740        Size = MAP_APPFONT ( 70 , 10 ) ;
741        Text [ en-US ] = "Text ~direction" ;
742    };
743    ListBox LB_TEXTDIRECTION
744    {
745        HelpID = "sw:ListBox:TP_TABLE_TEXTFLOW:LB_TEXTDIRECTION";
746        Pos = MAP_APPFONT ( 85 , 130 ) ;
747        Size = MAP_APPFONT ( 163 , 50 ) ;
748        DropDown = TRUE;
749        Border = TRUE;
750        StringList [ en-US ] =
751        {
752             < "Left-to-right" ; 0; > ;
753             < "Right-to-left (vertical)" ; 2; > ;
754             < "Use superordinate object settings" ; 4; > ;
755        };
756    };
757    FixedLine FL_VERT_ORIENT
758    {
759        Pos = MAP_APPFONT ( 6 , 149 ) ;
760        Size = MAP_APPFONT ( 251 , 8 ) ;
761        Text [ en-US ] = "Alignment" ;
762    };
763
764    FixedText FT_VERTORIENT
765    {
766        Pos = MAP_APPFONT ( 12 , 164 ) ;
767        Size = MAP_APPFONT ( 70 , 10 ) ;
768        Text [ en-US ] = "~Vertical alignment" ;
769    };
770    ListBox LB_VERTORIENT
771    {
772        HelpID = "sw:ListBox:TP_TABLE_TEXTFLOW:LB_VERTORIENT";
773        Pos = MAP_APPFONT ( 85 , 162 ) ;
774        Size = MAP_APPFONT ( 61 , 50 ) ;
775        DropDown = TRUE;
776        Border = TRUE;
777        StringList [ en-US ] =
778        {
779            < "Top" ; 0; > ;
780            < "Centered" ; 1; > ;
781            < "Bottom" ; 2; > ;
782        };
783    };
784};
785InfoBox MSG_WRONG_TABLENAME
786{
787    Message [ en-US ] = "The name of the table must not contain spaces." ;
788};
789