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