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/* */ 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 42 { 43 SVLook = TRUE ; 44 PageList = 45 { 46 PageItem 47 { 48 Identifier = TP_FORMAT_TABLE ; 49 Text [ en-US ] = "Table" ; 50 PageResID = TP_FORMAT_TABLE ; 51 }; 52 PageItem 53 { 54 Identifier = TP_TABLE_TEXTFLOW ; 55 TEXT_TEXTFLOW 56 }; 57 PageItem 58 { 59 Identifier = TP_TABLE_COLUMN ; 60 Text [ en-US ] = "Columns" ; 61 PageResID = TP_TABLE_COLUMN ; 62 }; 63 PageItem 64 { 65 Identifier = TP_BORDER ; 66 Text [ en-US ] = "Borders" ; 67 PageResID = TP_BORDER ; 68 }; 69 PageItem 70 { 71 Identifier = TP_BACKGROUND ; 72 Text [ en-US ] = "Background" ; 73 PageResID = TP_BACKGROUND ; 74 }; 75 }; 76 }; 77}; 78/**************************************************************************/ 79/* */ 80/* */ 81/* */ 82/**************************************************************************/ 83TabPage TP_FORMAT_TABLE 84{ 85 HelpID = HID_FORMAT_TABLE ; 86 SVLook = TRUE ; 87 Size = MAP_APPFONT ( 260 , 185 ) ; 88 Hide = TRUE; 89 FixedText FT_NAME 90 { 91 Pos = MAP_APPFONT ( 12 , 16 ) ; 92 Size = MAP_APPFONT ( 60 , 8 ) ; 93 Text [ en-US ] = "~Name" ; 94 }; 95 Edit ED_NAME 96 { 97 HelpID = "sw:Edit:TP_FORMAT_TABLE:ED_NAME"; 98 Border = TRUE ; 99 Pos = MAP_APPFONT ( 75 , 14 ) ; 100 Size = MAP_APPFONT ( 112 , 12 ) ; 101 TabStop = TRUE ; 102 }; 103 FixedText FT_WIDTH 104 { 105 Pos = MAP_APPFONT ( 12 , 32 ) ; 106 Size = MAP_APPFONT ( 60 , 10 ) ; 107 Text [ en-US ] = "W~idth" ; 108 }; 109 MetricField ED_WIDTH 110 { 111 HelpID = "sw:MetricField:TP_FORMAT_TABLE:ED_WIDTH"; 112 Border = TRUE ; 113 Pos = MAP_APPFONT ( 75 , 30 ) ; 114 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 { 130 HelpID = "sw:CheckBox:TP_FORMAT_TABLE:CB_REL_WIDTH"; 131 Pos = MAP_APPFONT ( 118 , 32 ) ; 132 Size = MAP_APPFONT ( 69 , 10 ) ; 133 TabStop = TRUE ; 134 Text [ en-US ] = "Relati~ve" ; 135 }; 136 FixedLine FL_OPTIONS 137 { 138 Pos = MAP_APPFONT ( 6 , 3 ) ; 139 Size = MAP_APPFONT ( 184 , 8 ) ; 140 Text [ en-US ] = "Properties" ; 141 }; 142 RadioButton RB_FULL 143 { 144 HelpID = "sw:RadioButton:TP_FORMAT_TABLE:RB_FULL"; 145 Pos = MAP_APPFONT ( 202 , 14 ) ; 146 Size = MAP_APPFONT ( 50 , 10 ) ; 147 TabStop = TRUE ; 148 Text [ en-US ] = "A~utomatic" ; 149 }; 150 RadioButton RB_LEFT 151 { 152 HelpID = "sw:RadioButton:TP_FORMAT_TABLE:RB_LEFT"; 153 Pos = MAP_APPFONT ( 202 , 28 ) ; 154 Size = MAP_APPFONT ( 50 , 10 ) ; 155 Text [ en-US ] = "~Left" ; 156 TabStop = TRUE ; 157 }; 158 RadioButton RB_FROM_LEFT 159 { 160 HelpID = "sw:RadioButton:TP_FORMAT_TABLE:RB_FROM_LEFT"; 161 Pos = MAP_APPFONT ( 202 , 42 ) ; 162 Size = MAP_APPFONT ( 50 , 10 ) ; 163 TabStop = TRUE ; 164 Text [ en-US ] = "~From left"; 165 }; 166 RadioButton RB_RIGHT 167 { 168 HelpID = "sw:RadioButton:TP_FORMAT_TABLE:RB_RIGHT"; 169 Pos = MAP_APPFONT ( 202 , 56 ) ; 170 Size = MAP_APPFONT ( 50 , 10 ) ; 171 Text [ en-US ] = "R~ight" ; 172 TabStop = TRUE ; 173 }; 174 RadioButton RB_CENTER 175 { 176 HelpID = "sw:RadioButton:TP_FORMAT_TABLE:RB_CENTER"; 177 Pos = MAP_APPFONT ( 202 , 70 ) ; 178 Size = MAP_APPFONT ( 50 , 10 ) ; 179 Text [ en-US ] = "~Center" ; 180 TabStop = TRUE ; 181 }; 182 RadioButton RB_FREE 183 { 184 HelpID = "sw:RadioButton:TP_FORMAT_TABLE:RB_FREE"; 185 Pos = MAP_APPFONT ( 202 , 84 ) ; 186 Size = MAP_APPFONT ( 50 , 10 ) ; 187 TabStop = TRUE ; 188 Text [ en-US ] = "~Manual" ; 189 }; 190 FixedLine FL_POS 191 { 192 Pos = MAP_APPFONT ( 196 , 3 ) ; 193 Size = MAP_APPFONT ( 58 , 8 ) ; 194 Text [ en-US ] = "Alignment" ; 195 }; 196 FixedLine FL_DIST 197 { 198 Pos = MAP_APPFONT ( 6 , 48 ) ; 199 Size = MAP_APPFONT ( 184 , 8 ) ; 200 Text [ en-US ] = "Spacing" ; 201 }; 202 FixedText FT_LEFT_DIST 203 { 204 Pos = MAP_APPFONT ( 12 , 61 ) ; 205 Size = MAP_APPFONT ( 130 , 8 ) ; 206 Text [ en-US ] = "Lef~t" ; 207 }; 208 MetricField ED_LEFT_DIST 209 { 210 HelpID = "sw:MetricField:TP_FORMAT_TABLE:ED_LEFT_DIST"; 211 Pos = MAP_APPFONT ( 147 , 59 ) ; 212 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 { 228 Pos = MAP_APPFONT ( 12 , 77 ) ; 229 Size = MAP_APPFONT ( 130 , 8 ) ; 230 Text [ en-US ] = "Ri~ght" ; 231 }; 232 233 MetricField ED_RIGHT_DIST 234 { 235 HelpID = "sw:MetricField:TP_FORMAT_TABLE:ED_RIGHT_DIST"; 236 Pos = MAP_APPFONT ( 147 , 75 ) ; 237 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 { 253 Pos = MAP_APPFONT ( 12 , 93 ) ; 254 Size = MAP_APPFONT ( 130 , 8 ) ; 255 Text [ en-US ] = "~Above" ; 256 }; 257 MetricField ED_TOP_DIST 258 { 259 HelpID = "sw:MetricField:TP_FORMAT_TABLE:ED_TOP_DIST"; 260 Pos = MAP_APPFONT ( 147 , 91 ) ; 261 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 { 277 Pos = MAP_APPFONT ( 12 , 109 ) ; 278 Size = MAP_APPFONT ( 130 , 8 ) ; 279 Text [ en-US ] = "~Below" ; 280 }; 281 MetricField ED_BOTTOM_DIST 282 { 283 HelpID = "sw:MetricField:TP_FORMAT_TABLE:ED_BOTTOM_DIST"; 284 Border = TRUE ; 285 Pos = MAP_APPFONT ( 147 , 107 ) ; 286 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 }; 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"; 305 }; 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"; 312 }; 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 ) ; 319 DropDown = TRUE ; 320 Hide = TRUE ; 321 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/* */ 331/* */ 332/* */ 333/**************************************************************************/ 334TabPage TP_TABLE_COLUMN 335{ 336 HelpID = HID_TABLE_COLUMN ; 337 SVLook = TRUE ; 338 Size = MAP_APPFONT ( 260 , 185 ) ; 339 Hide = TRUE; 340 CheckBox CB_MOD_TBL 341 { 342 HelpID = "sw:CheckBox:TP_TABLE_COLUMN:CB_MOD_TBL"; 343 Pos = MAP_APPFONT ( 6 , 6 ) ; 344 Size = MAP_APPFONT ( 180 , 10 ) ; 345 TabStop = TRUE ; 346 Text [ en-US ] = "Adapt table ~width" ; 347 }; 348 CheckBox CB_PROP 349 { 350 HelpID = "sw:CheckBox:TP_TABLE_COLUMN:CB_PROP"; 351 Pos = MAP_APPFONT ( 6 , 20 ) ; 352 Size = MAP_APPFONT ( 180 , 10 ) ; 353 TabStop = TRUE ; 354 Text [ en-US ] = "Ad~just columns proportionally" ; 355 }; 356 FixedText FT_SPACE 357 { 358 Pos = MAP_APPFONT ( 6 , 36 ) ; 359 Size = MAP_APPFONT ( 85 , 8 ) ; 360 Text [ en-US ] = "Remaining space" ; 361 }; 362 MetricField ED_SPACE 363 { 364 HelpID = "sw:MetricField:TP_TABLE_COLUMN:ED_SPACE"; 365 ReadOnly = TRUE ; 366 Border = TRUE ; 367 Pos = MAP_APPFONT ( 95 , 34 ) ; 368 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 { 381 HelpID = "sw:ImageButton:TP_TABLE_COLUMN:COL_BTN_DOWN"; 382 Disable = TRUE ; 383 Pos = MAP_APPFONT ( 12 , 65 ) ; 384 Size = MAP_APPFONT ( 10 , 10 ) ; 385 TabStop = TRUE ; 386 SYMBOL = IMAGEBUTTON_ARROW_LEFT ; 387 }; 388 ImageButton COL_BTN_UP 389 { 390 HelpID = "sw:ImageButton:TP_TABLE_COLUMN:COL_BTN_UP"; 391 Disable = TRUE ; 392 Pos = MAP_APPFONT ( 234 , 65 ) ; 393 Size = MAP_APPFONT ( 10 , 10 ) ; 394 TabStop = TRUE ; 395 SYMBOL = IMAGEBUTTON_ARROW_RIGHT ; 396 }; 397 FixedText COL_FT_1 398 { 399 Disable = TRUE ; 400 Pos = MAP_APPFONT ( 30 , 65 ) ; 401 Size = MAP_APPFONT ( 9 , 8 ) ; 402 Text = "~1" ; 403 Left = TRUE ; 404 Center = TRUE ; 405 Right = TRUE ; 406 }; 407 MetricField COL_MF_1 408 { 409 HelpID = "sw:MetricField:TP_TABLE_COLUMN:COL_MF_1"; 410 Disable = TRUE ; 411 Border = TRUE ; 412 Pos = MAP_APPFONT ( 13 , 81 ) ; 413 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 ; 429 Pos = MAP_APPFONT ( 68 , 65 ) ; 430 Size = MAP_APPFONT ( 9 , 8 ) ; 431 Text = "~2" ; 432 Left = TRUE ; 433 Right = TRUE ; 434 }; 435 MetricField COL_MF_2 436 { 437 HelpID = "sw:MetricField:TP_TABLE_COLUMN:COL_MF_2"; 438 Disable = TRUE ; 439 Border = TRUE ; 440 Pos = MAP_APPFONT ( 52 , 81 ) ; 441 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 ; 457 Pos = MAP_APPFONT ( 107 , 65 ) ; 458 Size = MAP_APPFONT ( 9 , 8 ) ; 459 Text = "~3" ; 460 Left = TRUE ; 461 Right = TRUE ; 462 }; 463 MetricField COL_MF_3 464 { 465 HelpID = "sw:MetricField:TP_TABLE_COLUMN:COL_MF_3"; 466 Disable = TRUE ; 467 Border = TRUE ; 468 Pos = MAP_APPFONT ( 91 , 81 ) ; 469 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 ; 485 Pos = MAP_APPFONT ( 146 , 65 ) ; 486 Size = MAP_APPFONT ( 9 , 8 ) ; 487 Text = "~4" ; 488 Left = TRUE ; 489 Right = TRUE ; 490 }; 491 MetricField COL_MF_4 492 { 493 HelpID = "sw:MetricField:TP_TABLE_COLUMN:COL_MF_4"; 494 Disable = TRUE ; 495 Border = TRUE ; 496 Pos = MAP_APPFONT ( 130 , 81 ) ; 497 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 ; 513 Pos = MAP_APPFONT ( 185 , 65 ) ; 514 Size = MAP_APPFONT ( 9 , 8 ) ; 515 Text = "~5" ; 516 Left = TRUE ; 517 Right = TRUE ; 518 }; 519 MetricField COL_MF_5 520 { 521 HelpID = "sw:MetricField:TP_TABLE_COLUMN:COL_MF_5"; 522 Disable = TRUE ; 523 Border = TRUE ; 524 Pos = MAP_APPFONT ( 169 , 81 ) ; 525 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 ; 541 Pos = MAP_APPFONT ( 204 , 65 ) ; 542 Size = MAP_APPFONT ( 9 , 8 ) ; 543 Text = "~6" ; 544 Left = TRUE ; 545 Right = TRUE ; 546 }; 547 MetricField COL_MF_6 548 { 549 HelpID = "sw:MetricField:TP_TABLE_COLUMN:COL_MF_6"; 550 Disable = TRUE ; 551 Border = TRUE ; 552 Pos = MAP_APPFONT ( 208 , 81 ) ; 553 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 }; 566 FixedLine COL_FL_LAYOUT 567 { 568 Pos = MAP_APPFONT ( 6 , 50 ) ; 569 Size = MAP_APPFONT ( 240 , 8 ) ; 570 Text [ en-US ] = "Column width" ; 571 }; 572}; 573/**************************************************************************/ 574/* */ 575/* Textfluss */ 576/* */ 577/**************************************************************************/ 578TabPage TP_TABLE_TEXTFLOW 579{ 580 HelpId = HID_TABLE_TEXTFLOW ; 581 Size = MAP_APPFONT ( 260 , 185 ) ; 582 TEXT_TEXTFLOW 583 Hide = TRUE; 584 FixedLine FL_FLOW 585 { 586 Pos = MAP_APPFONT ( 6 , 3 ) ; 587 Size = MAP_APPFONT ( 248 , 8 ) ; 588 TEXT_TEXTFLOW 589 }; 590 CheckBox CB_PAGEBREAK 591 { 592 HelpID = "sw:CheckBox:TP_TABLE_TEXTFLOW:CB_PAGEBREAK"; 593 // Disable = TRUE; 594 Pos = MAP_APPFONT ( 12 , 14 ) ; 595 Size = MAP_APPFONT ( 90 , 8 ) ; 596 Text [ en-US ] = "~Break" ; 597 TabStop = TRUE ; 598 Group = TRUE ; 599 }; 600 RadioButton RB_BREAKPAGE 601 { 602 HelpID = "sw:RadioButton:TP_TABLE_TEXTFLOW:RB_BREAKPAGE"; 603 Pos = MAP_APPFONT ( 105 , 14 ) ; 604 Size = MAP_APPFONT ( 70 , 10 ) ; 605 Text [ en-US ] = "~Page" ; 606 Group = TRUE ; 607 Check = TRUE ; 608 }; 609 RadioButton RB_BREAKCOLUMN 610 { 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 616 Text [ en-US ] = "Col~umn" ; 617 }; 618 RadioButton RB_PAGEBREAKBEFORE 619 { 620 HelpID = "sw:RadioButton:TP_TABLE_TEXTFLOW:RB_PAGEBREAKBEFORE"; 621 // Disable = TRUE; 622 Pos = MAP_APPFONT ( 105 , 28 ) ; 623 Size = MAP_APPFONT ( 70 , 10 ) ; 624 Text [ en-US ] = "Be~fore" ; 625 Group = TRUE ; 626 Check = TRUE ; 627 }; 628 RadioButton RB_PAGEBREAKAFTER 629 { 630 HelpID = "sw:RadioButton:TP_TABLE_TEXTFLOW:RB_PAGEBREAKAFTER"; 631 // Disable = TRUE; 632 Pos = MAP_APPFONT ( 178 , 28 ) ; 633 Size = MAP_APPFONT ( 70 , 10 ) ; 634 Text [ en-US ] = "~After" ; 635 }; 636 CheckBox CB_PAGECOLL 637 { 638 HelpID = "sw:CheckBox:TP_TABLE_TEXTFLOW:CB_PAGECOLL"; 639 // Disable = TRUE; 640 Pos = MAP_APPFONT ( 12 , 44 ) ; 641 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 { 648 HelpID = "sw:ListBox:TP_TABLE_TEXTFLOW:LB_PAGECOLL"; 649 Pos = MAP_APPFONT ( 105 , 42 ) ; 650 Size = MAP_APPFONT ( 61 , 50 ) ; 651 TabStop = TRUE ; 652 DropDown = TRUE ; 653 }; 654 FixedText FT_PAGENUM 655 { 656 Pos = MAP_APPFONT ( 171 , 44 ) ; 657 Size = MAP_APPFONT ( 47 , 10 ) ; 658 Text [ en-US ] = "Page ~number" ; 659 }; 660 NumericField NF_PAGENUM 661 { 662 HelpID = "sw:NumericField:TP_TABLE_TEXTFLOW:NF_PAGENUM"; 663 Border = TRUE ; 664 Pos = MAP_APPFONT ( 222 , 42 ) ; 665 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 { 678 HelpID = "sw:CheckBox:TP_TABLE_TEXTFLOW:CB_SPLIT"; 679 Pos = MAP_APPFONT ( 12 , 58 ) ; 680 Size = MAP_APPFONT ( 236 , 10 ) ; 681 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 693 { 694 HelpID = "sw:CheckBox:TP_TABLE_TEXTFLOW:CB_KEEP"; 695 Pos = MAP_APPFONT ( 12 , 85 ) ; 696 Size = MAP_APPFONT ( 236 , 10 ) ; 697 Text [ en-US ] = "~Keep with next paragraph" ; 698 TabStop = TRUE ; 699 }; 700 CheckBox CB_HEADLINE 701 { 702 HelpID = "sw:CheckBox:TP_TABLE_TEXTFLOW:CB_HEADLINE"; 703 Pos = MAP_APPFONT ( 12 , 99 ) ; 704 Size = MAP_APPFONT ( 236 , 10 ) ; 705 TabStop = TRUE ; 706 Text [ en-US ] = "R~epeat heading" ; 707 }; 708 FixedText FT_REPEAT_HEADER 709 { 710 Pos = MAP_APPFONT ( 31 , 114 ) ; 711 Size = MAP_APPFONT ( 95 , 10 ) ; 712 Text [ en-US ] = "The first %POSITION_OF_CONTROL rows" ; 713 }; 714 NumericField NF_REPEAT_HEADER 715 { 716 HelpID = "sw:NumericField:TP_TABLE_TEXTFLOW:NF_REPEAT_HEADER"; 717 Border = TRUE ; 718 Pos = MAP_APPFONT ( 131 , 113 ) ; 719 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 { 730 Pos = MAP_APPFONT ( 21 , 113 ) ; 731 Size = MAP_APPFONT ( 2 , 1 ) ; 732 }; 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 754 { 755 Pos = MAP_APPFONT ( 6 , 149 ) ; 756 Size = MAP_APPFONT ( 251 , 8 ) ; 757 Text [ en-US ] = "Alignment" ; 758 }; 759 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 }; 780}; 781InfoBox MSG_WRONG_TABLENAME 782{ 783 Message [ en-US ] = "The name of the table must not contain spaces." ; 784}; 785