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