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 ------------------------------------------------------------------ 25#include <cuires.hrc> 26#include "helpid.hrc" 27#include "tabline.hrc" 28#include <svx/dialogs.hrc> 29 30// Selecting LineStyle / Color / Width -------------------- 31 32TabPage RID_SVXPAGE_LINE 33{ 34 Size = MAP_APPFONT ( 260, 185 ) ; 35 HelpId = HID_LINE_LINE ; 36 Hide = TRUE ; 37 Text [ en-US ] = "Lines" ; 38 FixedLine FL_LINE 39 { 40 Pos = MAP_APPFONT ( 6, 3 ) ; 41 Size = MAP_APPFONT ( 112, 8 ) ; 42 Text [ en-US ] = "Line properties" ; 43 }; 44 FixedText FT_LINE_STYLE 45 { 46 Pos = MAP_APPFONT ( 12, 14 ) ; 47 Size = MAP_APPFONT ( 100, 8 ) ; 48 Text [ en-US ] = "~Style" ; 49 }; 50 ListBox LB_LINE_STYLE 51 { 52 HelpID = "cui:ListBox:RID_SVXPAGE_LINE:LB_LINE_STYLE" ; 53 Border = TRUE ; 54 Pos = MAP_APPFONT ( 12, 25 ) ; 55 Size = MAP_APPFONT ( 100, 100 ) ; 56 TabStop = TRUE ; 57 DropDown = TRUE ; 58 DDExtraWidth = TRUE ; 59 }; 60 FixedText FT_COLOR 61 { 62 Pos = MAP_APPFONT ( 12, 41 ) ; 63 Size = MAP_APPFONT ( 100, 8 ) ; 64 Text [ en-US ] = "Colo~r" ; 65 }; 66 ListBox LB_COLOR 67 { 68 HelpID = "cui:ListBox:RID_SVXPAGE_LINE:LB_COLOR" ; 69 Border = TRUE ; 70 Pos = MAP_APPFONT ( 12, 52 ) ; 71 Size = MAP_APPFONT ( 100, 100 ) ; 72 TabStop = TRUE ; 73 DropDown = TRUE ; 74 DDExtraWidth = TRUE ; 75 }; 76 FixedText FT_LINE_WIDTH 77 { 78 Pos = MAP_APPFONT ( 12, 68 ) ; 79 Size = MAP_APPFONT ( 100, 8 ) ; 80 Text [ en-US ] = "~Width" ; 81 }; 82 MetricField MTR_FLD_LINE_WIDTH 83 { 84 HelpID = "cui:MetricField:RID_SVXPAGE_LINE:MTR_FLD_LINE_WIDTH" ; 85 Border = TRUE ; 86 Pos = MAP_APPFONT ( 12, 79 ) ; 87 Size = MAP_APPFONT ( 50, 12 ) ; 88 TabStop = TRUE ; 89 Right = TRUE ; 90 Repeat = TRUE ; 91 Spin = TRUE ; 92 Maximum = 5000 ; 93 StrictFormat = TRUE ; 94 DecimalDigits = 2 ; 95 Value = 1 ; 96 Unit = FUNIT_MM ; 97 Last = 5000 ; 98 SpinSize = 10 ; 99 }; 100 FixedText FT_TRANSPARENT 101 { 102 Pos = MAP_APPFONT ( 12, 95 ) ; 103 Size = MAP_APPFONT ( 100, 8 ) ; 104 Text [ en-US ] = "~Transparency" ; 105 }; 106 MetricField MTR_LINE_TRANSPARENT 107 { 108 HelpID = "cui:MetricField:RID_SVXPAGE_LINE:MTR_LINE_TRANSPARENT" ; 109 Border = TRUE ; 110 Pos = MAP_APPFONT ( 12, 106 ) ; 111 Size = MAP_APPFONT ( 50, 12 ) ; 112 TabStop = TRUE ; 113 Repeat = TRUE ; 114 Spin = TRUE ; 115 Maximum = 100 ; 116 StrictFormat = TRUE ; 117 Unit = FUNIT_PERCENT ; 118 Last = 100 ; 119 SpinSize = 5 ; 120 }; 121 FixedLine FL_SEPARATOR 122 { 123 Pos = MAP_APPFONT ( 118, 14 ) ; 124 Size = MAP_APPFONT ( 6, 111 ) ; 125 Vert = TRUE; 126 }; 127 FixedLine FL_LINE_ENDS 128 { 129 Pos = MAP_APPFONT ( 124, 3 ) ; 130 Size = MAP_APPFONT ( 130, 8 ) ; 131 Text [ en-US ] = "Arrow styles" ; 132 }; 133 FixedText FT_LINE_ENDS_STYLE 134 { 135 Pos = MAP_APPFONT ( 130, 14 ) ; 136 Size = MAP_APPFONT ( 118, 8 ) ; 137 Text [ en-US ] = "St~yle" ; 138 }; 139 ListBox LB_START_STYLE 140 { 141 HelpID = "cui:ListBox:RID_SVXPAGE_LINE:LB_START_STYLE" ; 142 Border = TRUE ; 143 Pos = MAP_APPFONT ( 130, 25 ) ; 144 Size = MAP_APPFONT ( 57, 99 ) ; 145 TabStop = TRUE ; 146 DropDown = TRUE ; 147 DDExtraWidth = TRUE ; 148 }; 149 ListBox LB_END_STYLE 150 { 151 HelpID = "cui:ListBox:RID_SVXPAGE_LINE:LB_END_STYLE" ; 152 Border = TRUE ; 153 Pos = MAP_APPFONT ( 191, 25 ) ; 154 Size = MAP_APPFONT ( 57, 100 ) ; 155 TabStop = TRUE ; 156 DropDown = TRUE ; 157 DDExtraWidth = TRUE ; 158 }; 159 FixedText FT_LINE_ENDS_WIDTH 160 { 161 Pos = MAP_APPFONT ( 130, 41 ) ; 162 Size = MAP_APPFONT ( 118, 8 ) ; 163 Text [ en-US ] = "Wi~dth" ; 164 }; 165 MetricField MTR_FLD_START_WIDTH 166 { 167 HelpID = "cui:MetricField:RID_SVXPAGE_LINE:MTR_FLD_START_WIDTH" ; 168 Border = TRUE ; 169 Pos = MAP_APPFONT ( 130, 52 ) ; 170 Size = MAP_APPFONT ( 45, 12 ) ; 171 TabStop = TRUE ; 172 Right = TRUE ; 173 Repeat = TRUE ; 174 Spin = TRUE ; 175 Maximum = 5000 ; 176 StrictFormat = TRUE ; 177 DecimalDigits = 2 ; 178 Value = 1 ; 179 Unit = FUNIT_MM ; 180 Last = 5000 ; 181 SpinSize = 10 ; 182 }; 183 MetricField MTR_FLD_END_WIDTH 184 { 185 HelpID = "cui:MetricField:RID_SVXPAGE_LINE:MTR_FLD_END_WIDTH" ; 186 Border = TRUE ; 187 Pos = MAP_APPFONT ( 191, 52 ) ; 188 Size = MAP_APPFONT ( 45, 12 ) ; 189 TabStop = TRUE ; 190 Right = TRUE ; 191 Repeat = TRUE ; 192 Spin = TRUE ; 193 Maximum = 5000 ; 194 StrictFormat = TRUE ; 195 DecimalDigits = 2 ; 196 Value = 1 ; 197 Unit = FUNIT_MM ; 198 Last = 5000 ; 199 SpinSize = 10 ; 200 }; 201 TriStateBox TSB_CENTER_START 202 { 203 HelpID = "cui:TriStateBox:RID_SVXPAGE_LINE:TSB_CENTER_START" ; 204 Pos = MAP_APPFONT ( 130, 68 ) ; 205 Size = MAP_APPFONT ( 57, 10 ) ; 206 Text [ en-US ] = "Ce~nter" ; 207 TabStop = TRUE ; 208 }; 209 TriStateBox TSB_CENTER_END 210 { 211 HelpID = "cui:TriStateBox:RID_SVXPAGE_LINE:TSB_CENTER_END" ; 212 Pos = MAP_APPFONT ( 191, 68 ) ; 213 Size = MAP_APPFONT ( 57, 10 ) ; 214 Text [ en-US ] = "C~enter" ; 215 TabStop = TRUE ; 216 }; 217 CheckBox CBX_SYNCHRONIZE 218 { 219 HelpID = "cui:CheckBox:RID_SVXPAGE_LINE:CBX_SYNCHRONIZE" ; 220 // #116827# 221 // Pos = MAP_APPFONT ( 130, 107 ) ; 222 Pos = MAP_APPFONT ( 130, 68 + ( 16 - 4 ) ) ; 223 Size = MAP_APPFONT ( 118, 10 ) ; 224 Text [ en-US ] = "Synchroni~ze ends" ; 225 TabStop = TRUE ; 226 }; 227 228 ////////////////////////////////////////////////////////////////////////////// 229 // #116827# 230 231 FixedLine FL_EDGE_STYLE 232 { 233 Pos = MAP_APPFONT ( 124, 3 + ( 16 * 6 ) - 4 ) ; 234 Size = MAP_APPFONT ( 130, 8 ) ; 235 Text [ en-US ] = "Corner and cap styles" ; 236 }; 237 FixedText FT_EDGE_STYLE 238 { 239 Pos = MAP_APPFONT ( 130, 14 + ( 16 * 6) - 4 ) ; 240 Size = MAP_APPFONT ( 118, 8 ) ; 241 Text [ en-US ] = "~Corner style" ; 242 }; 243 ListBox LB_EDGE_STYLE 244 { 245 HelpID = "cui:ListBox:RID_SVXPAGE_LINE:LB_EDGE_STYLE" ; 246 Border = TRUE ; 247 Pos = MAP_APPFONT ( 130, 25 + ( 16 * 6 ) - 4 ) ; 248 Size = MAP_APPFONT ( 57, 99 ) ; 249 TabStop = TRUE ; 250 DropDown = TRUE ; 251 StringList [ en-US ] = 252 { 253 < "Rounded" ; Default ; > ; 254 < "- none -" ; > ; 255 < "Mitered" ; > ; 256 < "Beveled" ; > ; 257 }; 258 }; 259 FixedText FT_CAP_STYLE 260 { 261 Pos = MAP_APPFONT ( 191, 14 + ( 16 * 6 ) - 4 ) ; 262 Size = MAP_APPFONT ( 118, 8 ) ; 263 Text [ en-US ] = "Ca~p style" ; 264 }; 265 ListBox LB_CAP_STYLE 266 { 267 HelpID = "cui:ListBox:RID_SVXPAGE_LINE:LB_CAP_STYLE" ; 268 Border = TRUE ; 269 Pos = MAP_APPFONT ( 191, 25 + ( 16 * 6 ) - 4 ) ; 270 Size = MAP_APPFONT ( 57, 99 ) ; 271 TabStop = TRUE ; 272 DropDown = TRUE ; 273 StringList [ en-US ] = 274 { 275 < "Flat" ; Default ; > ; // Same string as in Excel 276 < "Round" ; > ; 277 < "Square" ; > ; 278 }; 279 }; 280 281 ////////////////////////////////////////////////////////////////////////////// 282 283 Control CTL_PREVIEW 284 { 285 Border = TRUE ; 286 Pos = MAP_APPFONT ( 6, 135 ) ; 287 Size = MAP_APPFONT ( 248, 40 ) ; 288 }; 289 290 // #58425# Symbols on straight line (e.g. Chart) 291 FixedLine FL_SYMBOL_FORMAT 292 { 293 Hide = TRUE ; 294 295 Pos = MAP_APPFONT ( 124, 3 ) ; 296 Size = MAP_APPFONT ( 130, 8 ) ; 297 Text [ en-US ] = "Icon" ; 298 }; 299 300 MenuButton MB_SYMBOL_BITMAP 301 { 302 HelpID = "cui:MenuButton:RID_SVXPAGE_LINE:MB_SYMBOL_BITMAP" ; 303 Hide = TRUE ; 304 Pos = MAP_APPFONT ( 130, 14 ) ; 305 Size = MAP_APPFONT ( 50, 14 ) ; 306 TabStop = TRUE ; 307 ButtonMenu = Menu 308 { 309 ItemList = 310 { 311 MenuItem 312 { 313 Identifier = MN_SYMBOLS_NONE ; 314 Text [ en-US ] = "No Symbol" ; 315 }; 316 MenuItem 317 { 318 Identifier = MN_SYMBOLS_AUTO ; 319 Text [ en-US ] = "Automatic" ; 320 }; 321 MenuItem 322 { 323 Identifier = MN_GRAPHIC_DLG ; 324 Text [ en-US ] = "From file..." ; 325 }; 326 MenuItem 327 { 328 Identifier = MN_GALLERY ; 329 Text [ en-US ] = "Gallery" ; 330 }; 331 MenuItem 332 { 333 Identifier = MN_SYMBOLS ; 334 Text [ en-US ] = "Symbols" ; 335 }; 336 }; 337 }; 338 Text [ en-US ] = "Select..." ; 339 }; 340 FixedText FT_SYMBOL_WIDTH 341 { 342 Hide = TRUE ; 343 Pos = MAP_APPFONT ( 130, 32 ) ; 344 Size = MAP_APPFONT ( 57, 8 ) ; 345 Text [ en-US ] = "Width" ; 346 }; 347 MetricField MF_SYMBOL_WIDTH 348 { 349 HelpID = "cui:MetricField:RID_SVXPAGE_LINE:MF_SYMBOL_WIDTH" ; 350 Pos = MAP_APPFONT ( 191, 30 ) ; 351 Size = MAP_APPFONT ( 57, 12 ) ; 352 Border = TRUE ; 353 TabStop = TRUE ; 354 Left = TRUE ; 355 Repeat = TRUE ; 356 Spin = TRUE ; 357 Minimum = 0 ; 358 Maximum = 1999 ; 359 DecimalDigits = 2 ; 360 Value = 0 ; 361 Unit = FUNIT_CM ; 362 First = 0 ; 363 Last = 1999 ; 364 SpinSize = 5 ; 365 Hide = TRUE ; 366 }; 367 FixedText FT_SYMBOL_HEIGHT 368 { 369 Hide = TRUE ; 370 Pos = MAP_APPFONT ( 130, 48 ) ; 371 Size = MAP_APPFONT ( 57, 8 ) ; 372 Text [ en-US ] = "Height" ; 373 }; 374 MetricField MF_SYMBOL_HEIGHT 375 { 376 HelpID = "cui:MetricField:RID_SVXPAGE_LINE:MF_SYMBOL_HEIGHT" ; 377 Pos = MAP_APPFONT ( 191, 46 ) ; 378 Size = MAP_APPFONT ( 57, 12 ) ; 379 Border = TRUE ; 380 TabStop = TRUE ; 381 Left = TRUE ; 382 Repeat = TRUE ; 383 Spin = TRUE ; 384 Minimum = 0 ; 385 Maximum = 1999 ; 386 DecimalDigits = 2 ; 387 Value = 0 ; 388 Unit = FUNIT_CM ; 389 First = 0 ; 390 Last = 1999 ; 391 SpinSize = 5 ; 392 Hide = TRUE ; 393 }; 394 CheckBox CB_SYMBOL_RATIO 395 { 396 HelpID = "cui:CheckBox:RID_SVXPAGE_LINE:CB_SYMBOL_RATIO" ; 397 Hide = TRUE ; 398 Pos = MAP_APPFONT ( 130, 62 ) ; 399 Size = MAP_APPFONT ( 118, 10 ) ; 400 Text [ en-US ] = "Keep ratio" ; 401 }; 402 String STR_STYLE 403 { 404 Text [ en-US ] = "Style" ; 405 }; 406 String STR_LB_START_STYLE 407 { 408 Text [ en-US ] = "Start style" ; 409 }; 410 String STR_LB_END_STYLE 411 { 412 Text [ en-US ] = "End style" ; 413 }; 414 String STR_MTR_FLD_START_WIDTH 415 { 416 Text [ en-US ] = "Start width" ; 417 }; 418 String STR_MTR_FLD_END_WIDTH 419 { 420 Text [ en-US ] = "End width" ; 421 }; 422 String STR_CENTER_START 423 { 424 Text [ en-US ] = "Start with center" ; 425 }; 426 String STR_CENTER_END 427 { 428 Text [ en-US ] = "End with center" ; 429 }; 430}; 431 432// Defining LineStyles -------------------- 433 434TabPage RID_SVXPAGE_LINE_DEF 435{ 436 Size = MAP_APPFONT ( 260, 185 ) ; 437 HelpId = HID_LINE_DEF ; 438 Hide = TRUE ; 439 Text [ en-US ] = "Define line styles" ; 440 441 FixedLine FL_DEFINITION 442 { 443 Pos = MAP_APPFONT ( 6, 3 ) ; 444 Size = MAP_APPFONT ( 248, 8 ) ; 445 Text [ en-US ] = "Properties" ; 446 }; 447 FixedText FT_TYPE 448 { 449 Pos = MAP_APPFONT ( 12, 34 ) ; 450 Size = MAP_APPFONT ( 52, 8 ) ; 451 Text [ en-US ] = "~Type" ; 452 }; 453 ListBox LB_TYPE_1 454 { 455 HelpID = "cui:ListBox:RID_SVXPAGE_LINE_DEF:LB_TYPE_1" ; 456 Border = TRUE ; 457 Pos = MAP_APPFONT ( 66, 32 ) ; 458 Size = MAP_APPFONT ( 43, 49 ) ; 459 TabStop = TRUE ; 460 DropDown = TRUE ; 461 StringList [ en-US ] = 462 { 463 < "Dot" ; Default ; > ; 464 < "Dash" ; Default ; > ; 465 }; 466 }; 467 ListBox LB_TYPE_2 468 { 469 HelpID = "cui:ListBox:RID_SVXPAGE_LINE_DEF:LB_TYPE_2" ; 470 Border = TRUE ; 471 Pos = MAP_APPFONT ( 113, 32 ) ; 472 Size = MAP_APPFONT ( 43, 49 ) ; 473 TabStop = TRUE ; 474 DropDown = TRUE ; 475 StringList [ en-US ] = 476 { 477 < "Dot" ; Default ; > ; 478 < "Dash" ; Default ; > ; 479 }; 480 }; 481 FixedText FT_NUMBER 482 { 483 Pos = MAP_APPFONT ( 12, 50 ) ; 484 Size = MAP_APPFONT ( 52, 8 ) ; 485 Text [ en-US ] = "~Number" ; 486 }; 487 NumericField NUM_FLD_1 488 { 489 HelpID = "cui:NumericField:RID_SVXPAGE_LINE_DEF:NUM_FLD_1" ; 490 Border = TRUE ; 491 Pos = MAP_APPFONT ( 66, 48 ) ; 492 Size = MAP_APPFONT ( 43, 12 ) ; 493 TabStop = TRUE ; 494 Right = TRUE ; 495 Repeat = TRUE ; 496 Spin = TRUE ; 497 Maximum = 99 ; 498 StrictFormat = TRUE ; 499 Last = 99 ; 500 SpinSize = 1 ; 501 }; 502 NumericField NUM_FLD_2 503 { 504 HelpID = "cui:NumericField:RID_SVXPAGE_LINE_DEF:NUM_FLD_2" ; 505 Border = TRUE ; 506 Pos = MAP_APPFONT ( 113, 48 ) ; 507 Size = MAP_APPFONT ( 43, 12 ) ; 508 TabStop = TRUE ; 509 Right = TRUE ; 510 Repeat = TRUE ; 511 Spin = TRUE ; 512 Maximum = 99 ; 513 StrictFormat = TRUE ; 514 Last = 99 ; 515 SpinSize = 1 ; 516 }; 517 FixedText FT_LENGTH 518 { 519 Pos = MAP_APPFONT ( 12, 66 ) ; 520 Size = MAP_APPFONT ( 52, 8 ) ; 521 Text [ en-US ] = "~Length" ; 522 }; 523 MetricField MTR_FLD_LENGTH_1 524 { 525 HelpID = "cui:MetricField:RID_SVXPAGE_LINE_DEF:MTR_FLD_LENGTH_1" ; 526 Border = TRUE ; 527 Pos = MAP_APPFONT ( 66, 64 ) ; 528 Size = MAP_APPFONT ( 43, 12 ) ; 529 TabStop = TRUE ; 530 Right = TRUE ; 531 Repeat = TRUE ; 532 Spin = TRUE ; 533 Minimum = 1 ; 534 First = 1 ; 535 Maximum = 5000 ; 536 Last = 5000 ; 537 StrictFormat = TRUE ; 538 DecimalDigits = 2 ; 539 Value = 1 ; 540 Unit = FUNIT_MM ; 541 SpinSize = 10 ; 542 }; 543 MetricField MTR_FLD_LENGTH_2 544 { 545 HelpID = "cui:MetricField:RID_SVXPAGE_LINE_DEF:MTR_FLD_LENGTH_2" ; 546 Border = TRUE ; 547 Pos = MAP_APPFONT ( 113, 64 ) ; 548 Size = MAP_APPFONT ( 43, 12 ) ; 549 TabStop = TRUE ; 550 Right = TRUE ; 551 Repeat = TRUE ; 552 Spin = TRUE ; 553 Minimum = 1 ; 554 First = 1 ; 555 Maximum = 5000 ; 556 Last = 5000 ; 557 StrictFormat = TRUE ; 558 DecimalDigits = 2 ; 559 Value = 1 ; 560 Unit = FUNIT_MM ; 561 SpinSize = 10 ; 562 }; 563 FixedText FT_DISTANCE 564 { 565 Pos = MAP_APPFONT ( 12, 81 ) ; 566 Size = MAP_APPFONT ( 52, 8 ) ; 567 Text [ en-US ] = "~Spacing" ; 568 }; 569 MetricField MTR_FLD_DISTANCE 570 { 571 HelpID = "cui:MetricField:RID_SVXPAGE_LINE_DEF:MTR_FLD_DISTANCE" ; 572 Border = TRUE ; 573 Pos = MAP_APPFONT ( 66, 79 ) ; 574 Size = MAP_APPFONT ( 43, 12 ) ; 575 TabStop = TRUE ; 576 Right = TRUE ; 577 Repeat = TRUE ; 578 Spin = TRUE ; 579 Maximum = 5000 ; 580 StrictFormat = TRUE ; 581 DecimalDigits = 2 ; 582 Value = 1 ; 583 Unit = FUNIT_MM ; 584 Last = 5000 ; 585 SpinSize = 10 ; 586 }; 587 CheckBox CBX_SYNCHRONIZE 588 { 589 HelpID = "cui:CheckBox:RID_SVXPAGE_LINE_DEF:CBX_SYNCHRONIZE" ; 590 Pos = MAP_APPFONT ( 12, 95 ) ; 591 Size = MAP_APPFONT ( 174, 10 ) ; 592 Text [ en-US ] = "~Fit to line width" ; 593 TabStop = TRUE ; 594 }; 595 596 // ---------------------------------------- 597 598 FixedText FT_LINESTYLE 599 { 600 Pos = MAP_APPFONT ( 12, 16 ) ; 601 Size = MAP_APPFONT ( 52, 8 ) ; 602 Text [ en-US ] = "Line style" ; 603 }; 604 ListBox LB_LINESTYLES 605 { 606 HelpID = "cui:ListBox:RID_SVXPAGE_LINE_DEF:LB_LINESTYLES" ; 607 Border = TRUE ; 608 Pos = MAP_APPFONT ( 66, 14 ) ; 609 Size = MAP_APPFONT ( 120, 80 ) ; 610 TabStop = TRUE ; 611 DropDown = TRUE ; 612 DDExtraWidth = TRUE ; 613 }; 614 PushButton BTN_ADD 615 { 616 HelpID = "cui:PushButton:RID_SVXPAGE_LINE_DEF:BTN_ADD" ; 617 Pos = MAP_APPFONT ( 198, 14 ) ; 618 Size = MAP_APPFONT ( 50, 14 ) ; 619 Text [ en-US ] = "~Add..." ; 620 TabStop = TRUE ; 621 }; 622 PushButton BTN_MODIFY 623 { 624 HelpID = "cui:PushButton:RID_SVXPAGE_LINE_DEF:BTN_MODIFY" ; 625 Pos = MAP_APPFONT ( 198, 34 ) ; 626 Size = MAP_APPFONT ( 50, 14 ) ; 627 Text [ en-US ] = "~Modify..." ; 628 TabStop = TRUE ; 629 }; 630 PushButton BTN_DELETE 631 { 632 HelpID = "cui:PushButton:RID_SVXPAGE_LINE_DEF:BTN_DELETE" ; 633 Pos = MAP_APPFONT ( 198, 54 ) ; 634 Size = MAP_APPFONT ( 50, 14 ) ; 635 Text [ en-US ] = "~Delete..." ; 636 TabStop = TRUE ; 637 }; 638 ImageButton BTN_LOAD 639 { 640 HelpID = "cui:ImageButton:RID_SVXPAGE_LINE_DEF:BTN_LOAD" ; 641 Pos = MAP_APPFONT ( 198, 74 ) ; 642 Size = MAP_APPFONT ( 16, 16 ) ; 643 TabStop = TRUE ; 644 QuickHelpText [ en-US ] = "Load Line Styles" ; 645 ButtonImage = Image 646 { 647 ImageBitmap = Bitmap 648 { 649 File = "sc05501.png" ; 650 }; 651 }; 652 }; 653 ImageButton BTN_SAVE 654 { 655 HelpID = "cui:ImageButton:RID_SVXPAGE_LINE_DEF:BTN_SAVE" ; 656 Pos = MAP_APPFONT ( 198, 96 ) ; 657 Size = MAP_APPFONT ( 16, 16 ) ; 658 TabStop = TRUE ; 659 QuickHelpText [ en-US ] = "Save Line Styles" ; 660 ButtonImage = Image 661 { 662 ImageBitmap = Bitmap 663 { 664 File = "sc05502.png" ; 665 }; 666 }; 667 }; 668 Control CTL_PREVIEW 669 { 670 Border = TRUE ; 671 Pos = MAP_APPFONT ( 6, 135 ) ; 672 Size = MAP_APPFONT ( 248, 40 ) ; 673 }; 674 675 String STR_START_TYPE 676 { 677 Text [ en-US ] = "Start type" ; 678 }; 679 String STR_END_TYPE 680 { 681 Text [ en-US ] = "End type" ; 682 }; 683 String STR_START_NUM 684 { 685 Text [ en-US ] = "Start number" ; 686 }; 687 String STR_END_NUM 688 { 689 Text [ en-US ] = "End number" ; 690 }; 691 String STR_START_LENGTH 692 { 693 Text [ en-US ] = "Start length" ; 694 }; 695 String STR_END_LENGTH 696 { 697 Text [ en-US ] = "End length" ; 698 }; 699}; 700 701// Defining LineEnds -------------------- 702 703TabPage RID_SVXPAGE_LINEEND_DEF 704{ 705 Size = MAP_APPFONT ( 260, 185 ) ; 706 HelpId = HID_LINE_ENDDEF ; 707 Hide = TRUE ; 708 Text [ en-US ] = "Arrowheads" ; 709 710 FixedLine FL_TIP 711 { 712 Pos = MAP_APPFONT ( 6, 3 ) ; 713 Size = MAP_APPFONT ( 248, 8 ) ; 714 Text [ en-US ] = "Organize arrow styles" ; 715 }; 716 FixedText FI_TIP 717 { 718 Pos = MAP_APPFONT ( 6, 123 ) ; 719 Size = MAP_APPFONT ( 252, 8 ) ; 720 Text [ en-US ] = "Add a selected object to create new arrow styles." ; 721 WordBreak = TRUE ; 722 }; 723 724 FixedText FT_LINE_END_STYLE 725 { 726 Pos = MAP_APPFONT ( 12, 32 ) ; 727 Size = MAP_APPFONT ( 84, 8 ) ; 728 Text [ en-US ] = "Arrow style" ; 729 }; 730 Edit EDT_NAME 731 { 732 HelpID = "cui:Edit:RID_SVXPAGE_LINEEND_DEF:EDT_NAME" ; 733 Border = TRUE ; 734 Pos = MAP_APPFONT ( 98, 14 ) ; 735 Size = MAP_APPFONT ( 87, 12 ) ; 736 TabStop = TRUE ; 737 }; 738 FixedText FT_TITLE 739 { 740 Pos = MAP_APPFONT ( 12, 16 ) ; 741 Size = MAP_APPFONT ( 84, 8 ) ; 742 Text [ en-US ] = "~Title" ; 743 }; 744 ListBox LB_LINEENDS 745 { 746 HelpID = "cui:ListBox:RID_SVXPAGE_LINEEND_DEF:LB_LINEENDS" ; 747 Border = TRUE ; 748 Pos = MAP_APPFONT ( 98, 30 ) ; 749 Size = MAP_APPFONT ( 87, 80 ) ; 750 TabStop = TRUE ; 751 DropDown = TRUE ; 752 DDExtraWidth = TRUE ; 753 }; 754 PushButton BTN_ADD 755 { 756 HelpID = "cui:PushButton:RID_SVXPAGE_LINEEND_DEF:BTN_ADD" ; 757 Pos = MAP_APPFONT ( 198, 14 ) ; 758 Size = MAP_APPFONT ( 50, 14 ) ; 759 Text [ en-US ] = "~Add..." ; 760 TabStop = TRUE ; 761 }; 762 PushButton BTN_MODIFY 763 { 764 HelpID = "cui:PushButton:RID_SVXPAGE_LINEEND_DEF:BTN_MODIFY" ; 765 Pos = MAP_APPFONT ( 198, 34 ) ; 766 Size = MAP_APPFONT ( 50, 14 ) ; 767 Text [ en-US ] = "~Modify..." ; 768 TabStop = TRUE ; 769 }; 770 PushButton BTN_DELETE 771 { 772 HelpID = "cui:PushButton:RID_SVXPAGE_LINEEND_DEF:BTN_DELETE" ; 773 Pos = MAP_APPFONT ( 198, 54 ) ; 774 Size = MAP_APPFONT ( 50, 14 ) ; 775 Text [ en-US ] = "~Delete..." ; 776 TabStop = TRUE ; 777 }; 778 ImageButton BTN_LOAD 779 { 780 HelpID = "cui:ImageButton:RID_SVXPAGE_LINEEND_DEF:BTN_LOAD" ; 781 Pos = MAP_APPFONT ( 198, 74 ) ; 782 Size = MAP_APPFONT ( 16, 16 ) ; 783 TabStop = TRUE ; 784 QuickHelpText [ en-US ] = "Load Arrow Styles" ; 785 ButtonImage = Image 786 { 787 ImageBitmap = Bitmap 788 { 789 File = "sc05501.png" ; 790 }; 791 }; 792 }; 793 ImageButton BTN_SAVE 794 { 795 HelpID = "cui:ImageButton:RID_SVXPAGE_LINEEND_DEF:BTN_SAVE" ; 796 Pos = MAP_APPFONT ( 198, 96 ) ; 797 Size = MAP_APPFONT ( 16, 16 ) ; 798 TabStop = TRUE ; 799 QuickHelpText [ en-US ] = "Save Arrow Styles" ; 800 ButtonImage = Image 801 { 802 ImageBitmap = Bitmap 803 { 804 File = "sc05502.png" ; 805 }; 806 }; 807 }; 808 809 Control CTL_PREVIEW 810 { 811 Border = TRUE ; 812 Pos = MAP_APPFONT ( 6, 135 ) ; 813 Size = MAP_APPFONT ( 248, 40 ) ; 814 }; 815 816}; 817// RID_SVXDLG_LINE ---------------------------------------------------------- 818TabDialog RID_SVXDLG_LINE 819{ 820 OutputSize = TRUE ; 821 SvLook = TRUE ; 822 Size = MAP_APPFONT ( 289, 176 ) ; 823 Text [ en-US ] = "Line" ; 824 Moveable = TRUE ; 825 TabControl TAB_CONTROL 826 { 827 OutputSize = TRUE ; 828 Pos = MAP_APPFONT ( 3, 3 ) ; 829 Size = MAP_APPFONT ( 260, 135 ) ; 830 PageList = 831 { 832 PageItem 833 { 834 Identifier = RID_SVXPAGE_LINE ; 835 Text [ en-US ] = "Line" ; 836 PageResID = RID_SVXPAGE_LINE ; 837 }; 838 PageItem 839 { 840 Identifier = RID_SVXPAGE_SHADOW ; 841 PageResID = RID_SVXPAGE_SHADOW ; 842 Text [ en-US ] = "Shadow" ; 843 }; 844 PageItem 845 { 846 Identifier = RID_SVXPAGE_LINE_DEF ; 847 Text [ en-US ] = "Line Styles" ; 848 PageResID = RID_SVXPAGE_LINE_DEF ; 849 }; 850 PageItem 851 { 852 Identifier = RID_SVXPAGE_LINEEND_DEF ; 853 Text [ en-US ] = "Arrow Styles" ; 854 PageResID = RID_SVXPAGE_LINEEND_DEF ; 855 }; 856/* 857 PageItem 858 { 859 Identifier = RID_SVXPAGE_COLOR ; 860 Text [ en-US ] = "Colors" ; 861 PageResID = RID_SVXPAGE_COLOR ; 862 }; 863*/ 864 }; 865 }; 866}; 867 868// ******************************************************************* EOF 869