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 "optdlg.hrc" 23 24TabPage RID_SCPAGE_CALC 25{ 26 HelpId = HID_SCPAGE_CALC ; 27 SVLook = TRUE ; 28 Hide = TRUE ; 29 Pos = MAP_APPFONT ( 0, 0 ) ; 30 Size = MAP_APPFONT ( 260, 185 ) ; 31 CheckBox BTN_ITERATE 32 { 33 HelpID = "sc:CheckBox:RID_SCPAGE_CALC:BTN_ITERATE" ; 34 Pos = MAP_APPFONT ( 12, 14 ) ; 35 Size = MAP_APPFONT ( 112, 10 ) ; 36 Text [ en-US ] = "~Iterations" ; 37 }; 38 FixedText FT_STEPS 39 { 40 Pos = MAP_APPFONT ( 20, 28 ) ; 41 Size = MAP_APPFONT ( 58, 8 ) ; 42 Text [ en-US ] = "~Steps" ; 43 }; 44 FixedText FT_EPS 45 { 46 Pos = MAP_APPFONT ( 20, 42 ) ; 47 Size = MAP_APPFONT ( 58, 16 ) ; 48 Text [ en-US ] = "~Minimum Change" ; 49 WordBreak = TRUE ; 50 }; 51 NumericField ED_STEPS 52 { 53 HelpID = "sc:NumericField:RID_SCPAGE_CALC:ED_STEPS" ; 54 Border = TRUE ; 55 Pos = MAP_APPFONT ( 82, 26 ) ; 56 Size = MAP_APPFONT ( 42, 12 ) ; 57 TabStop = TRUE ; 58 Minimum = 1 ; 59 Maximum = 1000 ; 60 Left = TRUE ; 61 }; 62 Edit ED_EPS 63 { 64 HelpID = "sc:Edit:RID_SCPAGE_CALC:ED_EPS" ; 65 Border = TRUE ; 66 Pos = MAP_APPFONT ( 82, 42 ) ; 67 Size = MAP_APPFONT ( 42, 12 ) ; 68 }; 69 FixedLine GB_ZREFS 70 { 71 Pos = MAP_APPFONT ( 6, 3 ) ; 72 Size = MAP_APPFONT ( 121, 8 ) ; 73 Text [ en-US ] = "Iterative references" ; 74 }; 75 RadioButton BTN_DATESTD 76 { 77 HelpID = "sc:RadioButton:RID_SCPAGE_CALC:BTN_DATESTD" ; 78 Pos = MAP_APPFONT ( 139, 14 ) ; 79 Size = MAP_APPFONT ( 112, 10 ) ; 80 Text [ en-US ] = "12/30/1899 (defa~ult)" ; 81 QuickHelpText [ en-US ] = "Value 0 corresponds to 12/30/1899" ; 82 }; 83 RadioButton BTN_DATESC10 84 { 85 HelpID = "sc:RadioButton:RID_SCPAGE_CALC:BTN_DATESC10" ; 86 Pos = MAP_APPFONT ( 139, 28 ) ; 87 Size = MAP_APPFONT ( 112, 10 ) ; 88 Text [ en-US ] = "01/01/1900 (Star~Calc 1.0)" ; 89 QuickHelpText [ en-US ] = "Value 0 corresponds to 01/01/1900" ; 90 }; 91 RadioButton BTN_DATE1904 92 { 93 HelpID = "sc:RadioButton:RID_SCPAGE_CALC:BTN_DATE1904" ; 94 Pos = MAP_APPFONT ( 139, 42 ) ; 95 Size = MAP_APPFONT ( 112, 10 ) ; 96 Text [ en-US ] = "~01/01/1904" ; 97 QuickHelpText [ en-US ] = "0 corresponds to 01/01/1904" ; 98 }; 99 FixedLine FL_SEPARATOR 100 { 101 Pos = MAP_APPFONT ( 130, 14 ) ; 102 Size = MAP_APPFONT ( 1, 44 ) ; 103 }; 104 FixedLine GB_DATE 105 { 106 Pos = MAP_APPFONT ( 133, 3 ) ; 107 Size = MAP_APPFONT ( 121, 8 ) ; 108 Text [ en-US ] = "Date" ; 109 }; 110 FixedLine FL_H_SEPARATOR 111 { 112 Pos = MAP_APPFONT ( 6, 64 ) ; 113 Size = MAP_APPFONT ( 248, 8 ) ; 114 }; 115 CheckBox BTN_CASE 116 { 117 HelpID = "sc:CheckBox:RID_SCPAGE_CALC:BTN_CASE" ; 118 Pos = MAP_APPFONT ( 12, 77 ) ; 119 Size = MAP_APPFONT ( 130, 10 ) ; 120 Text [ en-US ] = "Case se~nsitive" ; 121 }; 122 CheckBox BTN_CALC 123 { 124 HelpID = "sc:CheckBox:RID_SCPAGE_CALC:BTN_CALC" ; 125 Pos = MAP_APPFONT ( 12, 91 ) ; 126 Size = MAP_APPFONT ( 239, 10 ) ; 127 Text [ en-US ] = "~Precision as shown" ; 128 }; 129 CheckBox BTN_MATCH 130 { 131 HelpID = "sc:CheckBox:RID_SCPAGE_CALC:BTN_MATCH" ; 132 Pos = MAP_APPFONT ( 12, 105 ) ; 133 Size = MAP_APPFONT ( 239, 10 ) ; 134 Text [ en-US ] = "Search criteria = and <> must apply to ~whole cells" ; 135 }; 136 CheckBox BTN_REGEX 137 { 138 HelpID = "sc:CheckBox:RID_SCPAGE_CALC:BTN_REGEX" ; 139 Pos = MAP_APPFONT ( 12, 119 ) ; 140 Size = MAP_APPFONT ( 239, 10 ) ; 141 Text [ en-US ] = "~Enable regular expressions in formulas" ; 142 }; 143 CheckBox BTN_LOOKUP 144 { 145 HelpID = "sc:CheckBox:RID_SCPAGE_CALC:BTN_LOOKUP" ; 146 Pos = MAP_APPFONT ( 12, 133 ) ; 147 Size = MAP_APPFONT ( 239, 10 ) ; 148 Text [ en-US ] = "~Automatically find column and row labels " ; 149 }; 150 CheckBox BTN_GENERAL_PREC 151 { 152 HelpID = "sc:CheckBox:RID_SCPAGE_CALC:BTN_GENERAL_PREC" ; 153 Pos = MAP_APPFONT ( 12, 147 ) ; 154 Size = MAP_APPFONT ( 148, 26 ) ; 155 Text [ en-US ] = "Limit decimals for general number format" ; 156 WordBreak = TRUE ; 157 }; 158 FixedText FT_PREC 159 { 160 Pos = MAP_APPFONT ( 138, 148 ) ; 161 Size = MAP_APPFONT ( 84, 8 ) ; 162 Text [ en-US ] = "~Decimal places" ; 163 Right = TRUE ; 164 }; 165 NumericField ED_PREC 166 { 167 HelpID = "sc:NumericField:RID_SCPAGE_CALC:ED_PREC" ; 168 Border = TRUE ; 169 Pos = MAP_APPFONT ( 226, 146 ) ; 170 Size = MAP_APPFONT ( 25, 12 ) ; 171 Maximum = 20 ; 172 Spin = TRUE ; 173 Repeat = TRUE ; 174 }; 175}; 176 177/**************************************************************************/ 178/* */ 179/**************************************************************************/ 180 181TabPage RID_SCPAGE_USERLISTS 182{ 183 HelpId = HID_SCPAGE_USERLISTS ; 184 SVLook = TRUE ; 185 Hide = TRUE ; 186 Pos = MAP_APPFONT ( 0, 0 ) ; 187 Size = MAP_APPFONT ( 260, 185 ) ; 188 FixedText FT_LISTS 189 { 190 Pos = MAP_APPFONT ( 6, 3 ) ; 191 Size = MAP_APPFONT ( 93, 8 ) ; 192 Text [ en-US ] = "~Lists" ; 193 }; 194 ListBox LB_LISTS 195 { 196 HelpID = "sc:ListBox:RID_SCPAGE_USERLISTS:LB_LISTS" ; 197 Border = TRUE ; 198 Pos = MAP_APPFONT ( 6, 15 ) ; 199 Size = MAP_APPFONT ( 93, 148 ) ; 200 }; 201 FixedText FT_ENTRIES 202 { 203 Pos = MAP_APPFONT ( 105, 3 ) ; 204 Size = MAP_APPFONT ( 93, 8 ) ; 205 Text [ en-US ] = "~Entries" ; 206 }; 207 MultiLineEdit ED_ENTRIES 208 { 209 HelpID = "sc:MultiLineEdit:RID_SCPAGE_USERLISTS:ED_ENTRIES" ; 210 Border = TRUE ; 211 Pos = MAP_APPFONT ( 105, 15 ) ; 212 Size = MAP_APPFONT ( 93, 148 ) ; 213 VScroll = TRUE ; 214 IgnoreTab = TRUE ; 215 }; 216 Edit ED_COPYFROM 217 { 218 HelpID = "sc:Edit:RID_SCPAGE_USERLISTS:ED_COPYFROM" ; 219 Border = TRUE ; 220 Pos = MAP_APPFONT ( 70, 167 ) ; 221 Size = MAP_APPFONT ( 128, 12 ) ; 222 }; 223 FixedText FT_COPYFROM 224 { 225 Pos = MAP_APPFONT ( 6, 168 ) ; 226 Size = MAP_APPFONT ( 62, 8 ) ; 227 Text [ en-US ] = "Copy list ~from" ; 228 }; 229 PushButton BTN_NEW 230 { 231 HelpID = "sc:PushButton:RID_SCPAGE_USERLISTS:BTN_NEW" ; 232 Pos = MAP_APPFONT ( 204, 15 ) ; 233 Size = MAP_APPFONT ( 50, 14 ) ; 234 Text [ en-US ] = "~New" ; 235 }; 236 PushButton BTN_ADD 237 { 238 HelpID = "sc:PushButton:RID_SCPAGE_USERLISTS:BTN_ADD" ; 239 Pos = MAP_APPFONT ( 204, 36 ) ; 240 Size = MAP_APPFONT ( 50, 14 ) ; 241 Text [ en-US ] = "~Add" ; 242 Disable = TRUE ; 243 }; 244 PushButton BTN_REMOVE 245 { 246 HelpID = "sc:PushButton:RID_SCPAGE_USERLISTS:BTN_REMOVE" ; 247 Pos = MAP_APPFONT ( 204, 54 ) ; 248 Size = MAP_APPFONT ( 50, 14 ) ; 249 Text [ en-US ] = "~Delete" ; 250 }; 251 PushButton BTN_COPY 252 { 253 HelpID = "sc:PushButton:RID_SCPAGE_USERLISTS:BTN_COPY" ; 254 Pos = MAP_APPFONT ( 204, 166 ) ; 255 Size = MAP_APPFONT ( 50, 14 ) ; 256 Text [ en-US ] = "~Copy" ; 257 }; 258 String STR_DISMISS 259 { 260 Text [ en-US ] = "~Discard" ; 261 }; 262 String STR_QUERYREMOVE 263 { 264 Text [ en-US ] = "Should the entry\n#\nbe deleted?" ; 265 }; 266 String STR_COPYLIST 267 { 268 Text [ en-US ] = "Copy List" ; 269 }; 270 String STR_COPYFROM 271 { 272 Text [ en-US ] = "List from" ; 273 }; 274 String STR_COPYERR 275 { 276 Text [ en-US ] = "Cells without text have been ignored." ; 277 }; 278}; 279 280/**************************************************************************/ 281/* */ 282/**************************************************************************/ 283 284TabPage RID_SCPAGE_CONTENT 285{ 286 HelpId = HID_SCPAGE_CONTENT ; 287 SVLook = TRUE ; 288 Hide = TRUE ; 289 Pos = MAP_APPFONT ( 0, 0 ) ; 290 Size = MAP_APPFONT ( 260, 185 ) ; 291 FixedLine GB_LINES 292 { 293 Pos = MAP_APPFONT ( 6, 3 ) ; 294 Size = MAP_APPFONT ( 121, 8 ) ; 295 Text [ en-US ] = "Visual aids" ; 296 }; 297 CheckBox CB_GRID 298 { 299 HelpID = "sc:CheckBox:RID_SCPAGE_CONTENT:CB_GRID" ; 300 Pos = MAP_APPFONT ( 12, 14 ) ; 301 Size = MAP_APPFONT ( 112, 10 ) ; 302 Text [ en-US ] = "~Grid lines" ; 303 }; 304 FixedText FT_COLOR 305 { 306 Pos = MAP_APPFONT ( 21, 28 ) ; 307 Size = MAP_APPFONT ( 31, 8 ) ; 308 Text [ en-US ] = "~Color" ; 309 }; 310 ListBox LB_COLOR 311 { 312 HelpID = "sc:ListBox:RID_SCPAGE_CONTENT:LB_COLOR" ; 313 Border = TRUE ; 314 Pos = MAP_APPFONT ( 54, 26 ) ; 315 Size = MAP_APPFONT ( 70, 86 ) ; 316 DropDown = TRUE ; 317 DDExtraWidth = TRUE ; 318 }; 319 CheckBox CB_PAGEBREAKS 320 { 321 HelpID = "sc:CheckBox:RID_SCPAGE_CONTENT:CB_PAGEBREAKS" ; 322 Pos = MAP_APPFONT ( 12, 42 ) ; 323 Size = MAP_APPFONT ( 112, 10 ) ; 324 Text [ en-US ] = "~Page breaks" ; 325 }; 326 CheckBox CB_GUIDELINE 327 { 328 HelpID = "sc:CheckBox:RID_SCPAGE_CONTENT:CB_GUIDELINE" ; 329 Pos = MAP_APPFONT ( 12, 56 ) ; 330 Size = MAP_APPFONT ( 112, 10 ) ; 331 Text [ en-US ] = "Guides ~while moving" ; 332 }; 333 CheckBox CB_BIGHANDLES 334 { 335 HelpID = "sc:CheckBox:RID_SCPAGE_CONTENT:CB_BIGHANDLES" ; 336 Pos = MAP_APPFONT ( 12, 70 ) ; 337 Size = MAP_APPFONT ( 112, 10 ) ; 338 Text [ en-US ] = "~Large handles" ; 339 }; 340 FixedLine FL_SEPARATOR1 341 { 342 Pos = MAP_APPFONT ( 130, 14 ) ; 343 Size = MAP_APPFONT ( 1, 88 ) ; 344 }; 345 FixedLine GB_DISPLAY 346 { 347 Pos = MAP_APPFONT ( 133, 3 ) ; 348 Size = MAP_APPFONT ( 121, 8 ) ; 349 Text [ en-US ] = "Display" ; 350 }; 351 CheckBox CB_FORMULA 352 { 353 HelpID = "sc:CheckBox:RID_SCPAGE_CONTENT:CB_FORMULA" ; 354 Pos = MAP_APPFONT ( 139, 14 ) ; 355 Size = MAP_APPFONT ( 112, 10 ) ; 356 Text [ en-US ] = "~Formulas" ; 357 }; 358 CheckBox CB_NIL 359 { 360 HelpID = "sc:CheckBox:RID_SCPAGE_CONTENT:CB_NIL" ; 361 Pos = MAP_APPFONT ( 139, 27 ) ; 362 Size = MAP_APPFONT ( 112, 10 ) ; 363 Text [ en-US ] = "Zero val~ues" ; 364 }; 365 CheckBox CB_ANNOT 366 { 367 HelpID = "sc:CheckBox:RID_SCPAGE_CONTENT:CB_ANNOT" ; 368 Pos = MAP_APPFONT ( 139, 40 ) ; 369 Size = MAP_APPFONT ( 112, 10 ) ; 370 Text [ en-US ] = "~Comment indicator" ; 371 }; 372 CheckBox CB_VALUE 373 { 374 HelpID = "sc:CheckBox:RID_SCPAGE_CONTENT:CB_VALUE" ; 375 Pos = MAP_APPFONT ( 139, 53 ) ; 376 Size = MAP_APPFONT ( 112, 10 ) ; 377 Text [ en-US ] = "Value h~ighlighting" ; 378 }; 379 CheckBox CB_ANCHOR 380 { 381 HelpID = "sc:CheckBox:RID_SCPAGE_CONTENT:CB_ANCHOR" ; 382 Pos = MAP_APPFONT ( 139, 66 ) ; 383 Size = MAP_APPFONT ( 112, 10 ) ; 384 Text [ en-US ] = "~Anchor" ; 385 }; 386 CheckBox CB_CLIP 387 { 388 HelpID = "sc:CheckBox:RID_SCPAGE_CONTENT:CB_CLIP" ; 389 Pos = MAP_APPFONT ( 139, 79 ) ; 390 Size = MAP_APPFONT ( 112, 10 ) ; 391 Text [ en-US ] = "Te~xt overflow" ; 392 }; 393 CheckBox CB_RFIND 394 { 395 HelpID = "sc:CheckBox:RID_SCPAGE_CONTENT:CB_RFIND" ; 396 Pos = MAP_APPFONT ( 139, 92 ) ; 397 Size = MAP_APPFONT ( 112, 10 ) ; 398 Text [ en-US ] = "Show references in color" ; 399 }; 400 FixedLine GB_OBJECT 401 { 402 Pos = MAP_APPFONT ( 6, 100 ) ; 403 Size = MAP_APPFONT ( 121, 8 ) ; 404 Text [ en-US ] = "Objects" ; 405 }; 406 FixedText FT_OBJGRF 407 { 408 Pos = MAP_APPFONT ( 12, 113 ) ; 409 Size = MAP_APPFONT ( 68, 8 ) ; 410 Text [ en-US ] = "Ob~jects/Graphics" ; 411 }; 412 ListBox LB_OBJGRF 413 { 414 HelpID = "sc:ListBox:RID_SCPAGE_CONTENT:LB_OBJGRF" ; 415 Pos = MAP_APPFONT ( 84, 111 ) ; 416 Size = MAP_APPFONT ( 40, 46 ) ; 417 Border = TRUE ; 418 DropDown = TRUE ; 419 StringList [ en-US ] = 420 { 421 < "Show" ; Default ; > ; 422 < "Hide" ; Default ; > ; 423 }; 424 }; 425 FixedText FT_DIAGRAM 426 { 427 Pos = MAP_APPFONT ( 12, 129 ) ; 428 Size = MAP_APPFONT ( 68, 8 ) ; 429 Text [ en-US ] = "Cha~rts" ; 430 }; 431 ListBox LB_DIAGRAM 432 { 433 Pos = MAP_APPFONT ( 84, 127 ) ; 434 Size = MAP_APPFONT ( 40, 46 ) ; 435 Border = TRUE ; 436 DropDown = TRUE ; 437 StringList [ en-US ] = 438 { 439 < "Show" ; Default ; > ; 440 < "Hide" ; Default ; > ; 441 }; 442 443 }; 444 FixedText FT_DRAW 445 { 446 Pos = MAP_APPFONT ( 12, 145 ) ; 447 Size = MAP_APPFONT ( 68, 8 ) ; 448 Text [ en-US ] = "~Drawing objects" ; 449 }; 450 ListBox LB_DRAW 451 { 452 HelpID = "sc:ListBox:RID_SCPAGE_CONTENT:LB_DRAW" ; 453 Pos = MAP_APPFONT ( 84, 143 ) ; 454 Size = MAP_APPFONT ( 40, 46 ) ; 455 Border = TRUE ; 456 DropDown = TRUE ; 457 StringList [ en-US ] = 458 { 459 < "Show" ; Default ; > ; 460 < "Hide" ; Default ; > ; 461 }; 462 463 }; 464 FixedLine GB_ZOOM 465 { 466 Pos = MAP_APPFONT ( 6, 160 ) ; 467 Size = MAP_APPFONT ( 121, 8 ) ; 468 Text [ en-US ] = "Zoom" ; 469 }; 470 CheckBox CB_SYNCZOOM 471 { 472 HelpID = "sc:CheckBox:RID_SCPAGE_CONTENT:CB_SYNCZOOM" ; 473 Pos = MAP_APPFONT ( 12, 171 ) ; 474 Size = MAP_APPFONT ( 112, 10 ) ; 475 Text [ en-US ] = "S~ynchronize sheets" ; 476 }; 477 FixedLine FL_SEPARATOR2 478 { 479 Pos = MAP_APPFONT ( 130, 119 ) ; 480 Size = MAP_APPFONT ( 1, 62 ) ; 481 }; 482 FixedLine GB_WINDOW 483 { 484 Pos = MAP_APPFONT ( 133, 108 ) ; 485 Size = MAP_APPFONT ( 121, 8 ) ; 486 Text [ en-US ] = "Window" ; 487 }; 488 CheckBox CB_ROWCOLHEADER 489 { 490 HelpID = "sc:CheckBox:RID_SCPAGE_CONTENT:CB_ROWCOLHEADER" ; 491 Pos = MAP_APPFONT ( 139, 119 ) ; 492 Size = MAP_APPFONT ( 112, 10 ) ; 493 Text [ en-US ] = "Colu~mn/row headers" ; 494 }; 495 CheckBox CB_HSCROLL 496 { 497 HelpID = "sc:CheckBox:RID_SCPAGE_CONTENT:CB_HSCROLL" ; 498 Pos = MAP_APPFONT ( 139, 132 ) ; 499 Size = MAP_APPFONT ( 112, 10 ) ; 500 Text [ en-US ] = "Hori~zontal scroll bar" ; 501 }; 502 CheckBox CB_VSCROLL 503 { 504 HelpID = "sc:CheckBox:RID_SCPAGE_CONTENT:CB_VSCROLL" ; 505 Pos = MAP_APPFONT ( 139, 145 ) ; 506 Size = MAP_APPFONT ( 112, 10 ) ; 507 Text [ en-US ] = "~Vertical scroll bar" ; 508 }; 509 CheckBox CB_TBLREG 510 { 511 HelpID = "sc:CheckBox:RID_SCPAGE_CONTENT:CB_TBLREG" ; 512 Pos = MAP_APPFONT ( 139, 158 ) ; 513 Size = MAP_APPFONT ( 112, 10 ) ; 514 Text [ en-US ] = "Sh~eet tabs" ; 515 }; 516 CheckBox CB_OUTLINE 517 { 518 HelpID = "sc:CheckBox:RID_SCPAGE_CONTENT:CB_OUTLINE" ; 519 Pos = MAP_APPFONT ( 139, 171 ) ; 520 Size = MAP_APPFONT ( 112, 10 ) ; 521 Text [ en-US ] = "~Outline symbols" ; 522 }; 523}; 524 525/**************************************************************************/ 526/* */ 527/**************************************************************************/ 528 529 530TabPage RID_SCPAGE_LAYOUT 531{ 532 HelpId = HID_SCPAGE_LAYOUT ; 533 SVLook = TRUE ; 534 Hide = TRUE ; 535 Pos = MAP_APPFONT ( 0, 0 ) ; 536 Size = MAP_APPFONT ( 260, 185 ) ; 537 FixedLine GB_UNIT 538 { 539 Pos = MAP_APPFONT ( 6, 3 ) ; 540 Size = MAP_APPFONT ( 115, 8 ) ; 541 Text [ en-US ] = "Metrics" ; 542 }; 543 FixedText FT_UNIT 544 { 545 Pos = MAP_APPFONT ( 12, 16 ) ; 546 Size = MAP_APPFONT ( 60, 8 ) ; 547 Text [ en-US ] = "Measurement ~unit" ; 548 }; 549 ListBox LB_UNIT 550 { 551 HelpID = "sc:ListBox:RID_SCPAGE_LAYOUT:LB_UNIT" ; 552 Border = TRUE ; 553 Pos = MAP_APPFONT ( 72, 14 ) ; 554 Size = MAP_APPFONT ( 46, 52 ) ; 555 DropDown = TRUE ; 556 }; 557 StringArray ST_UNIT 558 { 559 ItemList [ en-US ] = 560 { 561 < "Millimeter" ; FUNIT_MM ; > ; 562 < "Centimeter" ; FUNIT_CM ; > ; 563 < "Meter" ; FUNIT_M ; > ; 564 < "Kilometer" ; FUNIT_KM ; > ; 565 < "Inch" ; FUNIT_INCH ; > ; 566 < "Foot" ; FUNIT_FOOT ; > ; 567 < "Miles" ; FUNIT_MILE ; > ; 568 < "Pica" ; FUNIT_PICA ; > ; 569 < "Point" ; FUNIT_POINT ; > ; 570 }; 571 }; 572 FixedText FT_TAB 573 { 574 Pos = MAP_APPFONT ( 12, 32 ) ; 575 Size = MAP_APPFONT ( 60, 8 ) ; 576 Text [ en-US ] = "~Tab stops" ; 577 }; 578 MetricField MF_TAB 579 { 580 HelpID = "sc:MetricField:RID_SCPAGE_LAYOUT:MF_TAB" ; 581 Border = TRUE ; 582 Pos = MAP_APPFONT ( 72, 30 ) ; 583 Size = MAP_APPFONT ( 46, 12 ) ; 584 Left = TRUE ; 585 Repeat = TRUE ; 586 Spin = TRUE ; 587 DecimalDigits = 2 ; 588 Unit = FUNIT_CM ; 589 SpinSize = 10 ; 590 Minimum = 50 ; 591 Maximum = 9999 ; 592 First = 50 ; 593 Last = 2000 ; 594 }; 595 FixedLine FL_SEPARATOR 596 { 597 Pos = MAP_APPFONT ( 124, 14 ) ; 598 Size = MAP_APPFONT ( 1, 49 ) ; 599 }; 600 FixedLine GB_LINK 601 { 602 Pos = MAP_APPFONT ( 127, 3 ) ; 603 Size = MAP_APPFONT ( 127, 8 ) ; 604 Text [ en-US ] = "Updating" ; 605 }; 606 FixedText FT_UPDATE_LINKS 607 { 608 Pos = MAP_APPFONT ( 133, 14 ) ; 609 Size = MAP_APPFONT ( 121, 8 ) ; 610 Text [ en-US ] = "Update links when opening" ; 611 }; 612 RadioButton RB_ALWAYS 613 { 614 HelpID = "sc:RadioButton:RID_SCPAGE_LAYOUT:RB_ALWAYS" ; 615 Pos = MAP_APPFONT ( 139, 25 ) ; 616 Size = MAP_APPFONT ( 112, 10 ) ; 617 TabStop = TRUE ; 618 Text [ en-US ] = "~Always" ; 619 }; 620 RadioButton RB_REQUEST 621 { 622 HelpID = "sc:RadioButton:RID_SCPAGE_LAYOUT:RB_REQUEST" ; 623 Pos = MAP_APPFONT ( 139, 39 ) ; 624 Size = MAP_APPFONT ( 112, 10 ) ; 625 TabStop = TRUE ; 626 Text [ en-US ] = "~On request" ; 627 }; 628 RadioButton RB_NEVER 629 { 630 HelpID = "sc:RadioButton:RID_SCPAGE_LAYOUT:RB_NEVER" ; 631 Pos = MAP_APPFONT ( 139, 53 ) ; 632 Size = MAP_APPFONT ( 112, 10 ) ; 633 TabStop = TRUE ; 634 Text [ en-US ] = "~Never" ; 635 }; 636 FixedLine GB_OPTIONS 637 { 638 Pos = MAP_APPFONT ( 6, 69 ) ; 639 Size = MAP_APPFONT ( 248, 8 ) ; 640 Text [ en-US ] = "Input settings" ; 641 }; 642 CheckBox CB_ALIGN 643 { 644 HelpID = "sc:CheckBox:RID_SCPAGE_LAYOUT:CB_ALIGN" ; 645 Pos = MAP_APPFONT ( 12, 82 ) ; 646 Size = MAP_APPFONT ( 175, 10 ) ; 647 Text [ en-US ] = "Press Enter to ~move selection" ; 648 }; 649 ListBox LB_ALIGN 650 { 651 HelpID = "sc:ListBox:RID_SCPAGE_LAYOUT:LB_ALIGN" ; 652 Pos = MAP_APPFONT ( 191, 80 ) ; 653 Size = MAP_APPFONT ( 60, 60 ) ; 654 Border = TRUE ; 655 DropDown = TRUE ; 656 // Reihenfolge der Strings wie enum ScDirection 657 StringList [ en-US ] = 658 { 659 < "Down" ; Default ; > ; 660 < "Right" ; Default ; > ; 661 < "Up" ; Default ; > ; 662 < "Left" ; Default ; > ; 663 }; 664 }; 665 CheckBox CB_EDITMODE 666 { 667 HelpID = "sc:CheckBox:RID_SCPAGE_LAYOUT:CB_EDITMODE" ; 668 Pos = MAP_APPFONT ( 12, 96 ) ; 669 Size = MAP_APPFONT ( 239, 10 ) ; 670 Text [ en-US ] = "Press Enter to switch to ~edit mode" ; 671 }; 672 CheckBox CB_FORMAT 673 { 674 HelpID = "sc:CheckBox:RID_SCPAGE_LAYOUT:CB_FORMAT" ; 675 Pos = MAP_APPFONT ( 12, 110 ) ; 676 Size = MAP_APPFONT ( 239, 10 ) ; 677 Text [ en-US ] = "Expand ~formatting" ; 678 }; 679 CheckBox CB_EXPREF 680 { 681 HelpID = "sc:CheckBox:RID_SCPAGE_LAYOUT:CB_EXPREF" ; 682 Pos = MAP_APPFONT ( 12, 124 ) ; 683 Size = MAP_APPFONT ( 239, 10 ) ; 684 Text [ en-US ] = "Expand ~references when new columns/rows are inserted" ; 685 }; 686 CheckBox CB_MARKHDR 687 { 688 HelpID = "sc:CheckBox:RID_SCPAGE_LAYOUT:CB_MARKHDR" ; 689 Pos = MAP_APPFONT ( 12, 138 ) ; 690 Size = MAP_APPFONT ( 239, 10 ) ; 691 Text [ en-US ] = "Highlight sele~ction in column/row headers" ; 692 }; 693 CheckBox CB_TEXTFMT 694 { 695 HelpID = "sc:CheckBox:RID_SCPAGE_LAYOUT:CB_TEXTFMT" ; 696 Pos = MAP_APPFONT ( 12, 152 ) ; 697 Size = MAP_APPFONT ( 239, 10 ) ; 698 Text [ en-US ] = "Use printer metrics for text formatting" ; 699 }; 700 CheckBox CB_REPLWARN 701 { 702 HelpID = "sc:CheckBox:RID_SCPAGE_LAYOUT:CB_REPLWARN" ; 703 Pos = MAP_APPFONT ( 12, 166 ) ; 704 Size = MAP_APPFONT ( 239, 10 ) ; 705 Text [ en-US ] = "Show overwrite ~warning when pasting data" ; 706 }; 707}; 708 709/**************************************************************************/ 710/* */ 711/**************************************************************************/ 712 713TabPage RID_SCPAGE_PRINT 714{ 715 HelpId = HID_SCPAGE_PRINT ; 716 SVLook = TRUE ; 717 Hide = TRUE ; 718 Pos = MAP_APPFONT ( 0, 0 ) ; 719 Size = MAP_APPFONT ( 260, 185 ) ; 720 FixedLine FL_PAGES 721 { 722 Pos = MAP_APPFONT ( 6, 3 ) ; 723 Size = MAP_APPFONT ( 248, 8 ) ; 724 Text [ en-US ] = "Pages" ; 725 }; 726 CheckBox BTN_SKIPEMPTYPAGES 727 { 728 HelpID = "sc:CheckBox:RID_SCPAGE_PRINT:BTN_SKIPEMPTYPAGES" ; 729 Pos = MAP_APPFONT ( 12, 14 ) ; 730 Size = MAP_APPFONT ( 239, 10 ) ; 731 Text [ en-US ] = "~Suppress output of empty pages" ; 732 }; 733 FixedLine FL_SHEETS 734 { 735 Pos = MAP_APPFONT ( 6, 30 ) ; 736 Size = MAP_APPFONT ( 248, 8 ) ; 737 Text [ en-US ] = "Sheets" ; 738 }; 739 CheckBox BTN_SELECTEDSHEETS 740 { 741 HelpID = "sc:CheckBox:RID_SCPAGE_PRINT:BTN_SELECTEDSHEETS" ; 742 Pos = MAP_APPFONT ( 12, 41 ) ; 743 Size = MAP_APPFONT ( 239, 10 ) ; 744 Text [ en-US ] = "~Print only selected sheets" ; 745 }; 746}; 747 748// ********************************************************************** EOF 749