tabledlg.src (8660f102) tabledlg.src (9cd2463e)
1/**************************************************************
1/**************************************************************
2 *
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
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 *
10 *
11 * http://www.apache.org/licenses/LICENSE-2.0
11 * http://www.apache.org/licenses/LICENSE-2.0
12 *
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.
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 *
19 *
20 *************************************************************/
21
22
23
24#include "table.hrc"
25#include "tabledlg.hrc"
26#include "helpid.h"
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" ; \
27#define TEXT_TEXTFLOW \
28 Text [ en-US ] = "Text Flow" ; \
29
30/**************************************************************************/
31/* */
29
30/**************************************************************************/
31/* */
32/* */
33/* */
34/**************************************************************************/
35TabDialog DLG_FORMAT_TABLE
36{
37 OutputSize = TRUE ;
38 SVLook = TRUE ;
39 Text [ en-US ] = "Table Format" ;
40 Moveable = TRUE ;
41 TabControl 1

--- 30 unchanged lines hidden (view full) ---

72 Text [ en-US ] = "Background" ;
73 PageResID = TP_BACKGROUND ;
74 };
75 };
76 };
77};
78/**************************************************************************/
79/* */
32/**************************************************************************/
33TabDialog DLG_FORMAT_TABLE
34{
35 OutputSize = TRUE ;
36 SVLook = TRUE ;
37 Text [ en-US ] = "Table Format" ;
38 Moveable = TRUE ;
39 TabControl 1

--- 30 unchanged lines hidden (view full) ---

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