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 "miscdlgs.hrc" 25 26ModalDialog RID_SCDLG_DELCELL 27{ 28 OutputSize = TRUE ; 29 HelpId = CMD_FID_DELETE_CELL ; 30 SVLook = TRUE ; 31 Size = MAP_APPFONT ( 191 , 70 ) ; 32 Text [ en-US ] = "Delete Cells" ; 33 Moveable = TRUE ; 34 Closeable = FALSE ; 35 OKButton BTN_OK 36 { 37 Pos = MAP_APPFONT ( 135 , 6 ) ; 38 Size = MAP_APPFONT ( 50 , 14 ) ; 39 TabStop = TRUE ; 40 DefButton = TRUE ; 41 }; 42 CancelButton BTN_CANCEL 43 { 44 Pos = MAP_APPFONT ( 135 , 23 ) ; 45 Size = MAP_APPFONT ( 50 , 14 ) ; 46 TabStop = TRUE ; 47 }; 48 HelpButton BTN_HELP 49 { 50 Pos = MAP_APPFONT ( 135 , 43 ) ; 51 Size = MAP_APPFONT ( 50 , 14 ) ; 52 TabStop = TRUE ; 53 }; 54 RadioButton BTN_DELCOLS 55 { 56 HelpID = "sc:RadioButton:RID_SCDLG_DELCELL:BTN_DELCOLS"; 57 Pos = MAP_APPFONT ( 12 , 56 ) ; 58 Size = MAP_APPFONT ( 114 , 10 ) ; 59 Text [ en-US ] = "Delete entire ~column(s)" ; 60 TabStop = TRUE ; 61 }; 62 RadioButton BTN_DELROWS 63 { 64 HelpID = "sc:RadioButton:RID_SCDLG_DELCELL:BTN_DELROWS"; 65 Pos = MAP_APPFONT ( 12 , 42 ) ; 66 Size = MAP_APPFONT ( 114 , 10 ) ; 67 Text [ en-US ] = "Delete entire ~row(s)" ; 68 TabStop = TRUE ; 69 }; 70 RadioButton BTN_CELLSLEFT 71 { 72 HelpID = "sc:RadioButton:RID_SCDLG_DELCELL:BTN_CELLSLEFT"; 73 Pos = MAP_APPFONT ( 12 , 28 ) ; 74 Size = MAP_APPFONT ( 114 , 10 ) ; 75 Text [ en-US ] = "Shift cells ~left" ; 76 TabStop = TRUE ; 77 }; 78 RadioButton BTN_CELLSUP 79 { 80 HelpID = "sc:RadioButton:RID_SCDLG_DELCELL:BTN_CELLSUP"; 81 Pos = MAP_APPFONT ( 12 , 14 ) ; 82 Size = MAP_APPFONT ( 114 , 10 ) ; 83 Text [ en-US ] = "Shift cells ~up" ; 84 TabStop = TRUE ; 85 }; 86 FixedLine FL_FRAME 87 { 88 Pos = MAP_APPFONT ( 6 , 3 ) ; 89 Size = MAP_APPFONT ( 123 , 8 ) ; 90 Text [ en-US ] = "Selection" ; 91 }; 92}; 93ModalDialog RID_SCDLG_INSCELL 94{ 95 OutputSize = TRUE ; 96 HelpId = CMD_FID_INS_CELL ; 97 SVLook = TRUE ; 98 Size = MAP_APPFONT ( 191 , 70 ) ; 99 Text [ en-US ] = "Insert Cells" ; 100 Moveable = TRUE ; 101 Closeable = FALSE ; 102 OKButton BTN_OK 103 { 104 Pos = MAP_APPFONT ( 135 , 6 ) ; 105 Size = MAP_APPFONT ( 50 , 14 ) ; 106 TabStop = TRUE ; 107 DefButton = TRUE ; 108 }; 109 CancelButton BTN_CANCEL 110 { 111 Pos = MAP_APPFONT ( 135 , 23 ) ; 112 Size = MAP_APPFONT ( 50 , 14 ) ; 113 TabStop = TRUE ; 114 }; 115 HelpButton BTN_HELP 116 { 117 Pos = MAP_APPFONT ( 135 , 43 ) ; 118 Size = MAP_APPFONT ( 50 , 14 ) ; 119 TabStop = TRUE ; 120 }; 121 RadioButton BTN_INSCOLS 122 { 123 HelpID = "sc:RadioButton:RID_SCDLG_INSCELL:BTN_INSCOLS"; 124 Pos = MAP_APPFONT ( 12 , 56 ) ; 125 Size = MAP_APPFONT ( 114 , 10 ) ; 126 Text [ en-US ] = "Entire ~column" ; 127 TabStop = TRUE ; 128 }; 129 RadioButton BTN_INSROWS 130 { 131 HelpID = "sc:RadioButton:RID_SCDLG_INSCELL:BTN_INSROWS"; 132 Pos = MAP_APPFONT ( 12 , 42 ) ; 133 Size = MAP_APPFONT ( 114 , 10 ) ; 134 Text [ en-US ] = "Entire ro~w" ; 135 TabStop = TRUE ; 136 }; 137 RadioButton BTN_CELLSRIGHT 138 { 139 HelpID = "sc:RadioButton:RID_SCDLG_INSCELL:BTN_CELLSRIGHT"; 140 Pos = MAP_APPFONT ( 12 , 28 ) ; 141 Size = MAP_APPFONT ( 114 , 10 ) ; 142 Text [ en-US ] = "Shift cells ~right" ; 143 TabStop = TRUE ; 144 }; 145 RadioButton BTN_CELLSDOWN 146 { 147 HelpID = "sc:RadioButton:RID_SCDLG_INSCELL:BTN_CELLSDOWN"; 148 Pos = MAP_APPFONT ( 12 , 14 ) ; 149 Size = MAP_APPFONT ( 114 , 10 ) ; 150 Text [ en-US ] = "Shift cells ~down" ; 151 TabStop = TRUE ; 152 }; 153 FixedLine FL_FRAME 154 { 155 Pos = MAP_APPFONT ( 6 , 3 ) ; 156 Size = MAP_APPFONT ( 123 , 8 ) ; 157 Text [ en-US ] = "Selection" ; 158 }; 159}; 160 161ModalDialog RID_SCDLG_DELCONT 162{ 163 OutputSize = TRUE ; 164 HelpId = CMD_SID_DELETE ; 165 SVLook = TRUE ; 166 Size = MAP_APPFONT ( 161 , 130 ) ; 167 Text [ en-US ] = "Delete Contents" ; 168 Moveable = TRUE ; 169 Closeable = FALSE ; 170 OKButton BTN_OK 171 { 172 Pos = MAP_APPFONT ( 105 , 6 ) ; 173 Size = MAP_APPFONT ( 50 , 14 ) ; 174 TabStop = TRUE ; 175 DefButton = TRUE ; 176 }; 177 CancelButton BTN_CANCEL 178 { 179 Pos = MAP_APPFONT ( 105 , 23 ) ; 180 Size = MAP_APPFONT ( 50 , 14 ) ; 181 TabStop = TRUE ; 182 }; 183 HelpButton BTN_HELP 184 { 185 Pos = MAP_APPFONT ( 105 , 43 ) ; 186 Size = MAP_APPFONT ( 50 , 14 ) ; 187 TabStop = TRUE ; 188 }; 189 CheckBox BTN_DELALL 190 { 191 HelpID = "sc:CheckBox:RID_SCDLG_DELCONT:BTN_DELALL"; 192 Pos = MAP_APPFONT ( 12 , 14 ) ; 193 Size = MAP_APPFONT ( 83 , 10 ) ; 194 Text [ en-US ] = "Delete ~all" ; 195 TabStop = TRUE ; 196 }; 197 CheckBox BTN_DELSTRINGS 198 { 199 HelpID = "sc:CheckBox:RID_SCDLG_DELCONT:BTN_DELSTRINGS"; 200 Pos = MAP_APPFONT ( 12 , 30 ) ; 201 Size = MAP_APPFONT ( 83 , 10 ) ; 202 Text [ en-US ] = "~Text" ; 203 TabStop = TRUE ; 204 }; 205 CheckBox BTN_DELNUMBERS 206 { 207 HelpID = "sc:CheckBox:RID_SCDLG_DELCONT:BTN_DELNUMBERS"; 208 Pos = MAP_APPFONT ( 12 , 44 ) ; 209 Size = MAP_APPFONT ( 83 , 10 ) ; 210 Text [ en-US ] = "~Numbers" ; 211 TabStop = TRUE ; 212 }; 213 CheckBox BTN_DELDATETIME 214 { 215 HelpID = "sc:CheckBox:RID_SCDLG_DELCONT:BTN_DELDATETIME"; 216 Pos = MAP_APPFONT ( 12 , 58 ) ; 217 Size = MAP_APPFONT ( 83 , 10 ) ; 218 Text [ en-US ] = "~Date & time" ; 219 TabStop = TRUE ; 220 }; 221 CheckBox BTN_DELFORMULAS 222 { 223 HelpID = "sc:CheckBox:RID_SCDLG_DELCONT:BTN_DELFORMULAS"; 224 Pos = MAP_APPFONT ( 12 , 72 ) ; 225 Size = MAP_APPFONT ( 83 , 10 ) ; 226 Text [ en-US ] = "~Formulas" ; 227 TabStop = TRUE ; 228 }; 229 CheckBox BTN_DELATTRS 230 { 231 HelpID = "sc:CheckBox:RID_SCDLG_DELCONT:BTN_DELATTRS"; 232 Pos = MAP_APPFONT ( 12 , 100 ) ; 233 Size = MAP_APPFONT ( 83 , 10 ) ; 234 Text [ en-US ] = "For~mats" ; 235 TabStop = TRUE ; 236 }; 237 CheckBox BTN_DELNOTES 238 { 239 HelpID = "sc:CheckBox:RID_SCDLG_DELCONT:BTN_DELNOTES"; 240 Pos = MAP_APPFONT ( 12 , 86 ) ; 241 Size = MAP_APPFONT ( 83 , 10 ) ; 242 Text [ en-US ] = "~Comments" ; 243 TabStop = TRUE ; 244 }; 245 CheckBox BTN_DELOBJECTS 246 { 247 HelpID = "sc:CheckBox:RID_SCDLG_DELCONT:BTN_DELOBJECTS"; 248 Pos = MAP_APPFONT ( 12 , 114 ) ; 249 Size = MAP_APPFONT ( 83 , 10 ) ; 250 Text [ en-US ] = "~Objects" ; 251 TabStop = TRUE ; 252 }; 253 FixedLine FL_FRAME 254 { 255 Pos = MAP_APPFONT ( 6 , 3 ) ; 256 Size = MAP_APPFONT ( 93 , 8 ) ; 257 Text [ en-US ] = "Selection" ; 258 }; 259}; 260 261 262ModalDialog RID_SCDLG_INSCONT 263{ 264 OutputSize = TRUE ; 265 HelpId = CMD_FID_INS_CELL_CONTENTS ; 266 SVLook = TRUE ; 267 Size = MAP_APPFONT ( 260 , 187 ) ; 268 Text [ en-US ] = "Paste Special" ; 269 Moveable = TRUE ; 270 Closeable = FALSE ; 271 OKButton BTN_OK 272 { 273 Pos = MAP_APPFONT ( 204 , 6 ) ; 274 Size = MAP_APPFONT ( 50 , 14 ) ; 275 TabStop = TRUE ; 276 DefButton = TRUE ; 277 }; 278 CancelButton BTN_CANCEL 279 { 280 Pos = MAP_APPFONT ( 204 , 23 ) ; 281 Size = MAP_APPFONT ( 50 , 14 ) ; 282 TabStop = TRUE ; 283 }; 284 HelpButton BTN_HELP 285 { 286 Pos = MAP_APPFONT ( 204 , 43 ) ; 287 Size = MAP_APPFONT ( 50 , 14 ) ; 288 TabStop = TRUE ; 289 }; 290 CheckBox BTN_INSALL 291 { 292 HelpID = "sc:CheckBox:RID_SCDLG_INSCONT:BTN_INSALL"; 293 Pos = MAP_APPFONT ( 12 , 14 ) ; 294 Size = MAP_APPFONT ( 84 , 10 ) ; 295 Text [ en-US ] = "~Paste all" ; 296 TabStop = TRUE ; 297 }; 298 CheckBox BTN_INSSTRINGS 299 { 300 HelpID = "sc:CheckBox:RID_SCDLG_INSCONT:BTN_INSSTRINGS"; 301 Pos = MAP_APPFONT ( 12 , 30 ) ; 302 Size = MAP_APPFONT ( 84 , 10 ) ; 303 Text [ en-US ] = "Te~xt" ; 304 TabStop = TRUE ; 305 }; 306 CheckBox BTN_INSNUMBERS 307 { 308 HelpID = "sc:CheckBox:RID_SCDLG_INSCONT:BTN_INSNUMBERS"; 309 Pos = MAP_APPFONT ( 12 , 44 ) ; 310 Size = MAP_APPFONT ( 84 , 10 ) ; 311 Text [ en-US ] = "~Numbers" ; 312 TabStop = TRUE ; 313 }; 314 CheckBox BTN_INSDATETIME 315 { 316 HelpID = "sc:CheckBox:RID_SCDLG_INSCONT:BTN_INSDATETIME"; 317 Pos = MAP_APPFONT ( 12 , 58 ) ; 318 Size = MAP_APPFONT ( 84 , 10 ) ; 319 Text [ en-US ] = "~Date & time" ; 320 TabStop = TRUE ; 321 }; 322 CheckBox BTN_INSFORMULAS 323 { 324 HelpID = "sc:CheckBox:RID_SCDLG_INSCONT:BTN_INSFORMULAS"; 325 Pos = MAP_APPFONT ( 12 , 72 ) ; 326 Size = MAP_APPFONT ( 84 , 10 ) ; 327 Text [ en-US ] = "~Formulas" ; 328 TabStop = TRUE ; 329 }; 330 CheckBox BTN_INSATTRS 331 { 332 HelpID = "sc:CheckBox:RID_SCDLG_INSCONT:BTN_INSATTRS"; 333 Pos = MAP_APPFONT ( 12 , 100 ) ; 334 Size = MAP_APPFONT ( 84 , 10 ) ; 335 Text [ en-US ] = "For~mats" ; 336 TabStop = TRUE ; 337 }; 338 CheckBox BTN_INSOBJECTS 339 { 340 HelpID = "sc:CheckBox:RID_SCDLG_INSCONT:BTN_INSOBJECTS"; 341 Pos = MAP_APPFONT ( 12 , 114 ) ; 342 Size = MAP_APPFONT ( 84 , 10 ) ; 343 Text [ en-US ] = "~Objects" ; 344 TabStop = TRUE ; 345 }; 346 CheckBox BTN_INSNOTES 347 { 348 HelpID = "sc:CheckBox:RID_SCDLG_INSCONT:BTN_INSNOTES"; 349 Pos = MAP_APPFONT ( 12 , 86 ) ; 350 Size = MAP_APPFONT ( 84 , 10 ) ; 351 Text [ en-US ] = "~Comments" ; 352 TabStop = TRUE ; 353 }; 354 FixedLine FL_FRAME 355 { 356 Pos = MAP_APPFONT ( 6 , 3 ) ; 357 Size = MAP_APPFONT ( 93 , 8 ) ; 358 Text [ en-US ] = "Selection" ; 359 }; 360 RadioButton BTN_OP_NOOP 361 { 362 HelpID = "sc:RadioButton:RID_SCDLG_INSCONT:BTN_OP_NOOP"; 363 Pos = MAP_APPFONT ( 111 , 14 ) ; 364 Size = MAP_APPFONT ( 83 , 10 ) ; 365 Text [ en-US ] = "Non~e" ; 366 }; 367 RadioButton BTN_OP_ADD 368 { 369 HelpID = "sc:RadioButton:RID_SCDLG_INSCONT:BTN_OP_ADD"; 370 Pos = MAP_APPFONT ( 111 , 30 ) ; 371 Size = MAP_APPFONT ( 83 , 10 ) ; 372 Text [ en-US ] = "~Add" ; 373 }; 374 RadioButton BTN_OP_SUB 375 { 376 HelpID = "sc:RadioButton:RID_SCDLG_INSCONT:BTN_OP_SUB"; 377 Pos = MAP_APPFONT ( 111 , 44 ) ; 378 Size = MAP_APPFONT ( 83 , 10 ) ; 379 Text [ en-US ] = "~Subtract" ; 380 }; 381 RadioButton BTN_OP_MUL 382 { 383 HelpID = "sc:RadioButton:RID_SCDLG_INSCONT:BTN_OP_MUL"; 384 Pos = MAP_APPFONT ( 111 , 58 ) ; 385 Size = MAP_APPFONT ( 83 , 10 ) ; 386 Text [ en-US ] = "Multipl~y" ; 387 }; 388 RadioButton BTN_OP_DIV 389 { 390 HelpID = "sc:RadioButton:RID_SCDLG_INSCONT:BTN_OP_DIV"; 391 Pos = MAP_APPFONT ( 111 , 72 ) ; 392 Size = MAP_APPFONT ( 83 , 10 ) ; 393 Text [ en-US ] = "Di~vide" ; 394 }; 395 FixedLine FL_OPERATION 396 { 397 Pos = MAP_APPFONT ( 105 , 3 ) ; 398 Size = MAP_APPFONT ( 93 , 8 ) ; 399 Text [ en-US ] = "Operations" ; 400 }; 401 CheckBox BTN_SKIP_EMPTY 402 { 403 HelpID = "sc:CheckBox:RID_SCDLG_INSCONT:BTN_SKIP_EMPTY"; 404 Pos = MAP_APPFONT ( 12 , 141 ) ; 405 Size = MAP_APPFONT ( 84 , 10 ) ; 406 Text [ en-US ] = "S~kip empty cells" ; 407 }; 408 CheckBox BTN_TRANSPOSE 409 { 410 HelpID = "sc:CheckBox:RID_SCDLG_INSCONT:BTN_TRANSPOSE"; 411 Pos = MAP_APPFONT ( 12 , 155 ) ; 412 Size = MAP_APPFONT ( 84 , 10 ) ; 413 Text [ en-US ] = "~Transpose" ; 414 }; 415 CheckBox BTN_LINK 416 { 417 HelpID = "sc:CheckBox:RID_SCDLG_INSCONT:BTN_LINK"; 418 Pos = MAP_APPFONT ( 12 , 169 ) ; 419 Size = MAP_APPFONT ( 84 , 10 ) ; 420 Text [ en-US ] = "~Link" ; 421 }; 422 FixedLine FL_OPTIONS 423 { 424 Pos = MAP_APPFONT ( 6 , 130 ) ; 425 Size = MAP_APPFONT ( 93 , 8 ) ; 426 Text [ en-US ] = "Options" ; 427 }; 428 RadioButton BTN_MV_NONE 429 { 430 HelpID = "sc:RadioButton:RID_SCDLG_INSCONT:BTN_MV_NONE"; 431 Pos = MAP_APPFONT ( 111 , 141 ) ; 432 Size = MAP_APPFONT ( 83 , 10 ) ; 433 Text [ en-US ] = "Don't sh~ift" ; 434 }; 435 RadioButton BTN_MV_DOWN 436 { 437 HelpID = "sc:RadioButton:RID_SCDLG_INSCONT:BTN_MV_DOWN"; 438 Pos = MAP_APPFONT ( 111 , 155 ) ; 439 Size = MAP_APPFONT ( 83 , 10 ) ; 440 Text [ en-US ] = "Do~wn" ; 441 }; 442 RadioButton BTN_MV_RIGHT 443 { 444 HelpID = "sc:RadioButton:RID_SCDLG_INSCONT:BTN_MV_RIGHT"; 445 Pos = MAP_APPFONT ( 111 , 169 ) ; 446 Size = MAP_APPFONT ( 83 , 10 ) ; 447 Text [ en-US ] = "~Right" ; 448 }; 449 FixedLine FL_MOVE 450 { 451 Pos = MAP_APPFONT ( 105 , 130 ) ; 452 Size = MAP_APPFONT ( 93 , 8 ) ; 453 Text [ en-US ] = "Shift cells" ; 454 }; 455 FixedLine FL_SEP1 456 { 457 Pos = MAP_APPFONT( 102 , 14 ) ; 458 Size = MAP_APPFONT( 1 , 96 ) ; 459 }; 460 FixedLine FL_SEP2 461 { 462 Pos = MAP_APPFONT( 102 , 127 ) ; 463 Size = MAP_APPFONT( 1 , 38 ) ; 464 }; 465}; 466ModalDialog RID_SCDLG_MOVETAB 467{ 468 OutputSize = TRUE ; 469 HelpId = CMD_FID_TAB_MOVE ; 470 SVLook = TRUE ; 471 Size = MAP_APPFONT ( 168 , 130 ) ; 472 Text [ en-US ] = "Move/Copy Sheet" ; 473 Moveable = TRUE ; 474 Closeable = FALSE ; 475 OKButton BTN_OK 476 { 477 Pos = MAP_APPFONT ( 112 , 6 ) ; 478 Size = MAP_APPFONT ( 50 , 14 ) ; 479 TabStop = TRUE ; 480 DefButton = TRUE ; 481 }; 482 CancelButton BTN_CANCEL 483 { 484 Pos = MAP_APPFONT ( 112 , 23 ) ; 485 Size = MAP_APPFONT ( 50 , 14 ) ; 486 TabStop = TRUE ; 487 }; 488 HelpButton BTN_HELP 489 { 490 Pos = MAP_APPFONT ( 112 , 43 ) ; 491 Size = MAP_APPFONT ( 50 , 14 ) ; 492 TabStop = TRUE ; 493 }; 494 FixedText FT_DEST 495 { 496 Pos = MAP_APPFONT ( 6 , 6 ) ; 497 Size = MAP_APPFONT ( 100 , 8 ) ; 498 Text [ en-US ] = "To ~document" ; 499 }; 500 ListBox LB_DEST 501 { 502 HelpID = "sc:ListBox:RID_SCDLG_MOVETAB:LB_DEST"; 503 Border = TRUE ; 504 Pos = MAP_APPFONT ( 6 , 17 ) ; 505 Size = MAP_APPFONT ( 100 , 60 ) ; 506 TabStop = TRUE ; 507 DropDown = TRUE ; 508 }; 509 FixedText FT_INSERT 510 { 511 Pos = MAP_APPFONT ( 6 , 35 ) ; 512 Size = MAP_APPFONT ( 100 , 8 ) ; 513 Text [ en-US ] = "~Insert before" ; 514 }; 515 ListBox LB_INSERT 516 { 517 HelpID = "sc:ListBox:RID_SCDLG_MOVETAB:LB_INSERT"; 518 Border = TRUE ; 519 Pos = MAP_APPFONT ( 6 , 46 ) ; 520 Size = MAP_APPFONT ( 100 , 62 ) ; 521 TabStop = TRUE ; 522 }; 523 CheckBox BTN_COPY 524 { 525 HelpID = "sc:CheckBox:RID_SCDLG_MOVETAB:BTN_COPY"; 526 Pos = MAP_APPFONT ( 6 , 114 ) ; 527 Size = MAP_APPFONT ( 100 , 10 ) ; 528 Text [ en-US ] = "~Copy" ; 529 TabStop = TRUE ; 530 }; 531 String STR_NEWDOC 532 { 533 Text [ en-US ] = "- new document -" ; 534 }; 535}; 536ModalDialog RID_SCDLG_STRINPUT 537{ 538 HelpID = "sc:ModalDialog:RID_SCDLG_STRINPUT"; 539 OutputSize = TRUE ; 540 SVLook = TRUE ; 541 Size = MAP_APPFONT ( 178 , 63 ) ; 542 Moveable = TRUE ; 543 Closeable = FALSE ; 544 OKButton BTN_OK 545 { 546 Pos = MAP_APPFONT ( 122 , 6 ) ; 547 Size = MAP_APPFONT ( 50 , 14 ) ; 548 TabStop = TRUE ; 549 DefButton = TRUE ; 550 }; 551 CancelButton BTN_CANCEL 552 { 553 Pos = MAP_APPFONT ( 122 , 23 ) ; 554 Size = MAP_APPFONT ( 50 , 14 ) ; 555 TabStop = TRUE ; 556 }; 557 HelpButton BTN_HELP 558 { 559 Pos = MAP_APPFONT ( 122 , 43 ) ; 560 Size = MAP_APPFONT ( 50 , 14 ) ; 561 TabStop = TRUE ; 562 }; 563 Edit ED_INPUT 564 { 565 HelpID = "sc:Edit:RID_SCDLG_STRINPUT:ED_INPUT"; 566 Border = TRUE ; 567 Pos = MAP_APPFONT ( 6 , 17 ) ; 568 Size = MAP_APPFONT ( 110 , 12 ) ; 569 TabStop = TRUE ; 570 }; 571 FixedText FT_LABEL 572 { 573 Pos = MAP_APPFONT ( 6 , 6 ) ; 574 Size = MAP_APPFONT ( 110 , 8 ) ; 575 }; 576}; 577ModalDialog RID_SCDLG_TAB_BG_COLOR 578{ 579 HelpID = "sc:ModalDialog:RID_SCDLG_TAB_BG_COLOR"; 580 OutputSize = TRUE ; 581 SVLook = TRUE ; 582 Size = MAP_APPFONT ( 118 , 167 ) ; 583 Moveable = TRUE ; 584 Closeable = TRUE ; 585 Control TAB_BG_COLOR_CT_BORDER 586 { 587 Border = TRUE ; 588 Pos = MAP_APPFONT ( 1 , 1 ) ; //12, 32 589 Size = MAP_APPFONT ( 116+2 , 145+2 ) ; 590 DialogControl = TRUE; 591 }; 592 Control TAB_BG_COLOR_SET_BGDCOLOR 593 { 594 // * HelpId = HID_BACKGROUND_CTL_BGDCOLORSET ; 595 Hide = FALSE ; 596 Pos = MAP_APPFONT ( 0 , 0 ) ; 597 Size = MAP_APPFONT ( 116 , 145 ) ; 598 TabStop = TRUE ; 599 }; 600 CancelButton BTN_CANCEL 601 { 602 Pos = MAP_APPFONT ( 82 , 151 ) ; 603 Size = MAP_APPFONT ( 35 , 14 ) ; 604 TabStop = TRUE ; 605 DefButton = FALSE ; 606 }; 607 OKButton BTN_OK 608 { 609 Pos = MAP_APPFONT ( 45 , 151 ) ; 610 Size = MAP_APPFONT ( 35 , 14 ) ; 611 TabStop = TRUE ; 612 DefButton = TRUE ; 613 }; 614 HelpButton BTN_HELP 615 { 616 Pos = MAP_APPFONT ( 2 , 151 ) ; 617 Size = MAP_APPFONT ( 35 , 14 ) ; 618 TabStop = TRUE ; 619 DefButton = FALSE ; 620 }; 621}; 622/* 623ModalDialog RID_SCDLG_TAB_BG_COLOR 624{ 625 HelpID = "sc:ModalDialog:RID_SCDLG_TAB_BG_COLOR"; 626 OutputSize = TRUE ; 627 SVLook = TRUE ; 628 Size = MAP_APPFONT ( 180 , 150 ) ; 629 Moveable = TRUE ; 630 Closeable = TRUE ; 631 Control TAB_BG_COLOR_CT_BORDER 632 { 633 Border = TRUE ; 634 Pos = MAP_APPFONT ( 1 , 1 ) ; //12, 32 635 Size = MAP_APPFONT ( 116+2 , 145+2 ) ; 636 DialogControl = TRUE; 637 }; 638 Control TAB_BG_COLOR_SET_BGDCOLOR 639 { 640 // * HelpId = HID_BACKGROUND_CTL_BGDCOLORSET ; 641 Hide = FALSE ; 642 Pos = MAP_APPFONT ( 0 , 0 ) ; 643 Size = MAP_APPFONT ( 116 , 145 ) ; 644 TabStop = TRUE ; 645 }; 646 OKButton BTN_OK 647 { 648 Pos = MAP_APPFONT ( 125 , 50 ) ; 649 Size = MAP_APPFONT ( 50 , 14 ) ; 650 TabStop = TRUE ; 651 DefButton = TRUE ; 652 }; 653 CancelButton BTN_CANCEL 654 { 655 Pos = MAP_APPFONT ( 125 , 67 ) ; 656 Size = MAP_APPFONT ( 50 , 14 ) ; 657 TabStop = TRUE ; 658 DefButton = FALSE ; 659 }; 660 HelpButton BTN_HELP 661 { 662 Pos = MAP_APPFONT ( 125 , 84 ) ; 663 Size = MAP_APPFONT ( 50 , 14 ) ; 664 TabStop = TRUE ; 665 DefButton = FALSE ; 666 }; 667}; 668*/ 669/* 670ModalDialog RID_SCDLG_MTRINPUT 671{ 672 HelpID = "sc:ModalDialog:RID_SCDLG_MTRINPUT"; 673 OutputSize = TRUE ; 674 SVLook = TRUE ; 675 Size = MAP_APPFONT ( 190 , 63 ) ; 676 Moveable = TRUE ; 677 Closeable = FALSE ; 678 OKButton BTN_OK 679 { 680 Pos = MAP_APPFONT ( 136 , 6 ) ; 681 Size = MAP_APPFONT ( 50 , 14 ) ; 682 TabStop = TRUE ; 683 DefButton = TRUE ; 684 }; 685 CancelButton BTN_CANCEL 686 { 687 Pos = MAP_APPFONT ( 136 , 23 ) ; 688 Size = MAP_APPFONT ( 50 , 14 ) ; 689 TabStop = TRUE ; 690 }; 691 HelpButton BTN_HELP 692 { 693 Pos = MAP_APPFONT ( 136 , 43 ) ; 694 Size = MAP_APPFONT ( 50 , 14 ) ; 695 TabStop = TRUE ; 696 }; 697 FixedText FT_LABEL 698 { 699 Pos = MAP_APPFONT ( 6 , 8 ) ; 700 Size = MAP_APPFONT ( 60 , 10 ) ; 701 }; 702 MetricField ED_VALUE 703 { 704 // HelpID, weil die generierten aus den Ableitungen nicht in die hid.lst kommen 705 HelpId = HID_SC_MTRIN_VAL ; 706 Border = TRUE ; 707 Pos = MAP_APPFONT ( 70 , 6 ) ; 708 Size = MAP_APPFONT ( 60 , 12 ) ; 709 TabStop = TRUE ; 710 Repeat = TRUE ; 711 Spin = TRUE ; 712 }; 713 CheckBox BTN_DEFVAL 714 { 715 HelpID = "sc:CheckBox:RID_SCDLG_MTRINPUT:BTN_DEFVAL"; 716 // HelpID, weil die generierten aus den Ableitungen nicht in die hid.lst kommen 717 TabStop = TRUE ; 718 Pos = MAP_APPFONT ( 70 , 24 ) ; 719 Size = MAP_APPFONT ( 58 , 10 ) ; 720 Text [ en-US ] = "~Default value" ; 721 }; 722}; 723*/ 724 725ModalDialog RID_SCDLG_COL_MAN 726{ 727 Text [ en-US ] = "Column Width" ; 728 729 HelpId = CMD_FID_COL_WIDTH ; 730 OutputSize = TRUE ; 731 SVLook = TRUE ; 732 Size = MAP_APPFONT ( 190 , 63 ) ; 733 Moveable = TRUE ; 734 Closeable = FALSE ; 735 OKButton BTN_OK 736 { 737 Pos = MAP_APPFONT ( 136 , 6 ) ; 738 Size = MAP_APPFONT ( 50 , 14 ) ; 739 TabStop = TRUE ; 740 DefButton = TRUE ; 741 }; 742 CancelButton BTN_CANCEL 743 { 744 Pos = MAP_APPFONT ( 136 , 23 ) ; 745 Size = MAP_APPFONT ( 50 , 14 ) ; 746 TabStop = TRUE ; 747 }; 748 HelpButton BTN_HELP 749 { 750 Pos = MAP_APPFONT ( 136 , 43 ) ; 751 Size = MAP_APPFONT ( 50 , 14 ) ; 752 TabStop = TRUE ; 753 }; 754 FixedText FT_LABEL 755 { 756 Pos = MAP_APPFONT ( 6 , 8 ) ; 757 Size = MAP_APPFONT ( 60 , 10 ) ; 758 Text [ en-US ] = "Width" ; 759 }; 760 MetricField ED_VALUE 761 { 762 HelpID = "sc:MetricField:RID_SCDLG_COL_MAN:ED_VALUE"; 763 Border = TRUE ; 764 Pos = MAP_APPFONT ( 70 , 6 ) ; 765 Size = MAP_APPFONT ( 70 , 12 ) ; 766 TabStop = TRUE ; 767 Repeat = TRUE ; 768 Spin = TRUE ; 769 }; 770 CheckBox BTN_DEFVAL 771 { 772 HelpID = "sc:CheckBox:RID_SCDLG_COL_MAN:BTN_DEFVAL"; 773 // HelpID, weil die generierten aus den Ableitungen nicht in die hid.lst kommen 774 TabStop = TRUE ; 775 Pos = MAP_APPFONT ( 70 , 24 ) ; 776 Size = MAP_APPFONT ( 70 , 10 ) ; 777 Text [ en-US ] = "~Default value" ; 778 }; 779}; 780 781ModalDialog RID_SCDLG_COL_OPT 782{ 783 Text [ en-US ] = "Optimal Column Width" ; 784 785 HelpId = CMD_FID_COL_OPT_WIDTH ; 786 OutputSize = TRUE ; 787 SVLook = TRUE ; 788 Size = MAP_APPFONT ( 190 , 63 ) ; 789 Moveable = TRUE ; 790 Closeable = FALSE ; 791 OKButton BTN_OK 792 { 793 Pos = MAP_APPFONT ( 136 , 6 ) ; 794 Size = MAP_APPFONT ( 50 , 14 ) ; 795 TabStop = TRUE ; 796 DefButton = TRUE ; 797 }; 798 CancelButton BTN_CANCEL 799 { 800 Pos = MAP_APPFONT ( 136 , 23 ) ; 801 Size = MAP_APPFONT ( 50 , 14 ) ; 802 TabStop = TRUE ; 803 }; 804 HelpButton BTN_HELP 805 { 806 Pos = MAP_APPFONT ( 136 , 43 ) ; 807 Size = MAP_APPFONT ( 50 , 14 ) ; 808 TabStop = TRUE ; 809 }; 810 FixedText FT_LABEL 811 { 812 Pos = MAP_APPFONT ( 6 , 8 ) ; 813 Size = MAP_APPFONT ( 60 , 10 ) ; 814 Text [ en-US ] = "Add" ; 815 }; 816 MetricField ED_VALUE 817 { 818 HelpID = "sc:MetricField:RID_SCDLG_COL_OPT:ED_VALUE"; 819 // HelpID, weil die generierten aus den Ableitungen nicht in die hid.lst kommen 820 Border = TRUE ; 821 Pos = MAP_APPFONT ( 70 , 6 ) ; 822 Size = MAP_APPFONT ( 70 , 12 ) ; 823 TabStop = TRUE ; 824 Repeat = TRUE ; 825 Spin = TRUE ; 826 }; 827 CheckBox BTN_DEFVAL 828 { 829 HelpID = "sc:CheckBox:RID_SCDLG_COL_OPT:BTN_DEFVAL"; 830 // HelpID, weil die generierten aus den Ableitungen nicht in die hid.lst kommen 831 TabStop = TRUE ; 832 Pos = MAP_APPFONT ( 70 , 24 ) ; 833 Size = MAP_APPFONT ( 70 , 10 ) ; 834 Text [ en-US ] = "~Default value" ; 835 }; 836}; 837 838ModalDialog RID_SCDLG_ROW_MAN 839{ 840 Text [ en-US ] = "Row Height" ; 841 842 HelpId = CMD_FID_ROW_HEIGHT ; 843 OutputSize = TRUE ; 844 SVLook = TRUE ; 845 Size = MAP_APPFONT ( 190 , 63 ) ; 846 Moveable = TRUE ; 847 Closeable = FALSE ; 848 OKButton BTN_OK 849 { 850 Pos = MAP_APPFONT ( 136 , 6 ) ; 851 Size = MAP_APPFONT ( 50 , 14 ) ; 852 TabStop = TRUE ; 853 DefButton = TRUE ; 854 }; 855 CancelButton BTN_CANCEL 856 { 857 Pos = MAP_APPFONT ( 136 , 23 ) ; 858 Size = MAP_APPFONT ( 50 , 14 ) ; 859 TabStop = TRUE ; 860 }; 861 HelpButton BTN_HELP 862 { 863 Pos = MAP_APPFONT ( 136 , 43 ) ; 864 Size = MAP_APPFONT ( 50 , 14 ) ; 865 TabStop = TRUE ; 866 }; 867 FixedText FT_LABEL 868 { 869 Pos = MAP_APPFONT ( 6 , 8 ) ; 870 Size = MAP_APPFONT ( 60 , 10 ) ; 871 Text [ en-US ] = "Height" ; 872 }; 873 MetricField ED_VALUE 874 { 875 HelpID = "sc:MetricField:RID_SCDLG_ROW_MAN:ED_VALUE"; 876 // HelpID, weil die generierten aus den Ableitungen nicht in die hid.lst kommen 877 Border = TRUE ; 878 Pos = MAP_APPFONT ( 70 , 6 ) ; 879 Size = MAP_APPFONT ( 70 , 12 ) ; 880 TabStop = TRUE ; 881 Repeat = TRUE ; 882 Spin = TRUE ; 883 }; 884 CheckBox BTN_DEFVAL 885 { 886 HelpID = "sc:CheckBox:RID_SCDLG_ROW_MAN:BTN_DEFVAL"; 887 // HelpID, weil die generierten aus den Ableitungen nicht in die hid.lst kommen 888 TabStop = TRUE ; 889 Pos = MAP_APPFONT ( 70 , 24 ) ; 890 Size = MAP_APPFONT ( 70 , 10 ) ; 891 Text [ en-US ] = "~Default value" ; 892 }; 893}; 894 895ModalDialog RID_SCDLG_ROW_OPT 896{ 897 Text [ en-US ] = "Optimal Row Height" ; 898 899 HelpId = CMD_FID_ROW_OPT_HEIGHT ; 900 OutputSize = TRUE ; 901 SVLook = TRUE ; 902 Size = MAP_APPFONT ( 190 , 63 ) ; 903 Moveable = TRUE ; 904 Closeable = FALSE ; 905 OKButton BTN_OK 906 { 907 Pos = MAP_APPFONT ( 136 , 6 ) ; 908 Size = MAP_APPFONT ( 50 , 14 ) ; 909 TabStop = TRUE ; 910 DefButton = TRUE ; 911 }; 912 CancelButton BTN_CANCEL 913 { 914 Pos = MAP_APPFONT ( 136 , 23 ) ; 915 Size = MAP_APPFONT ( 50 , 14 ) ; 916 TabStop = TRUE ; 917 }; 918 HelpButton BTN_HELP 919 { 920 Pos = MAP_APPFONT ( 136 , 43 ) ; 921 Size = MAP_APPFONT ( 50 , 14 ) ; 922 TabStop = TRUE ; 923 }; 924 FixedText FT_LABEL 925 { 926 Pos = MAP_APPFONT ( 6 , 8 ) ; 927 Size = MAP_APPFONT ( 60 , 10 ) ; 928 Text [ en-US ] = "Add" ; 929 }; 930 MetricField ED_VALUE 931 { 932 HelpID = "sc:MetricField:RID_SCDLG_ROW_OPT:ED_VALUE"; 933 Border = TRUE ; 934 Pos = MAP_APPFONT ( 70 , 6 ) ; 935 Size = MAP_APPFONT ( 70 , 12 ) ; 936 TabStop = TRUE ; 937 Repeat = TRUE ; 938 Spin = TRUE ; 939 }; 940 CheckBox BTN_DEFVAL 941 { 942 HelpID = "sc:CheckBox:RID_SCDLG_ROW_OPT:BTN_DEFVAL"; 943 // HelpID, weil die generierten aus den Ableitungen nicht in die hid.lst kommen 944 TabStop = TRUE ; 945 Pos = MAP_APPFONT ( 70 , 24 ) ; 946 Size = MAP_APPFONT ( 70 , 10 ) ; 947 Text [ en-US ] = "~Default value" ; 948 }; 949}; 950 951 952 // RID_SCDLG_SELENTRY als Basis fuer RID_SCDLG_SELECTDB und RID_SCDLG_SHOW_TAB 953 // gibt es nicht mehr, weil die beiden jetzt unterschiedlich sind 954 955ModalDialog RID_SCDLG_SELECTDB 956{ 957 HelpId = CMD_SID_SELECT_DB ; 958 OutputSize = TRUE ; 959 SVLook = TRUE ; 960 Size = MAP_APPFONT ( 168 , 100 ) ; 961 Text [ en-US ] = "Select" ; 962 Moveable = TRUE ; 963 Closeable = FALSE ; 964 OKButton BTN_OK 965 { 966 Pos = MAP_APPFONT ( 112 , 6 ) ; 967 Size = MAP_APPFONT ( 50 , 14 ) ; 968 TabStop = TRUE ; 969 DefButton = TRUE ; 970 }; 971 CancelButton BTN_CANCEL 972 { 973 Pos = MAP_APPFONT ( 112 , 23 ) ; 974 Size = MAP_APPFONT ( 50 , 14 ) ; 975 TabStop = TRUE ; 976 }; 977 HelpButton BTN_HELP 978 { 979 Pos = MAP_APPFONT ( 112 , 43 ) ; 980 Size = MAP_APPFONT ( 50 , 14 ) ; 981 TabStop = TRUE ; 982 }; 983 ListBox LB_ENTRYLIST 984 { 985 // HelpID aus Zeiten, als noch abgeleitet wurde 986 HelpId = HID_SC_SELENTRY_LIST ; 987 Border = TRUE ; 988 Pos = MAP_APPFONT ( 12 , 14 ) ; 989 Size = MAP_APPFONT ( 91 , 80 ) ; 990 TabStop = TRUE ; 991 Sort = TRUE ; 992 }; 993 FixedLine FL_ENTRYLIST 994 { 995 Pos = MAP_APPFONT ( 6 , 3 ) ; 996 Size = MAP_APPFONT ( 100 , 8 ) ; 997 }; 998}; 999 1000ModalDialog RID_SCDLG_SHOW_TAB 1001{ 1002 HelpId = CMD_FID_TABLE_SHOW ; 1003 OutputSize = TRUE ; 1004 SVLook = TRUE ; 1005 Size = MAP_APPFONT ( 168 , 100 ) ; 1006 Text [ en-US ] = "Show Sheet" ; 1007 Moveable = TRUE ; 1008 Closeable = FALSE ; 1009 OKButton BTN_OK 1010 { 1011 Pos = MAP_APPFONT ( 112 , 6 ) ; 1012 Size = MAP_APPFONT ( 50 , 14 ) ; 1013 TabStop = TRUE ; 1014 DefButton = TRUE ; 1015 }; 1016 CancelButton BTN_CANCEL 1017 { 1018 Pos = MAP_APPFONT ( 112 , 23 ) ; 1019 Size = MAP_APPFONT ( 50 , 14 ) ; 1020 TabStop = TRUE ; 1021 }; 1022 HelpButton BTN_HELP 1023 { 1024 Pos = MAP_APPFONT ( 112 , 43 ) ; 1025 Size = MAP_APPFONT ( 50 , 14 ) ; 1026 TabStop = TRUE ; 1027 }; 1028 MultiListBox LB_ENTRYLIST 1029 { 1030 HelpID = "sc:MultiListBox:RID_SCDLG_SHOW_TAB:LB_ENTRYLIST"; 1031 SimpleMode = TRUE ; 1032 Border = TRUE ; 1033 Pos = MAP_APPFONT ( 6 , 19 ) ; 1034 Size = MAP_APPFONT ( 100 , 75 ) ; 1035 TabStop = TRUE ; 1036 Sort = FALSE ; 1037 }; 1038 FixedText FT_LABEL 1039 { 1040 Pos = MAP_APPFONT ( 6 , 6 ) ; 1041 Size = MAP_APPFONT ( 90 , 10 ) ; 1042 Text [ en-US ] = "Hidden sheets" ; 1043 }; 1044}; 1045 1046 1047ModalDialog RID_SCDLG_FILLSERIES 1048{ 1049 OutputSize = TRUE ; 1050 HelpId = CMD_FID_FILL_SERIES ; 1051 SVLook = TRUE ; 1052 Size = MAP_APPFONT ( 290 , 122 ) ; 1053 Text [ en-US ] = "Fill Series" ; 1054 Moveable = TRUE ; 1055 Closeable = FALSE ; 1056 RadioButton BTN_DAY 1057 { 1058 HelpID = "sc:RadioButton:RID_SCDLG_FILLSERIES:BTN_DAY"; 1059 Pos = MAP_APPFONT ( 159 , 14 ) ; 1060 Size = MAP_APPFONT ( 66 , 10 ) ; 1061 Text [ en-US ] = "Da~y" ; 1062 TabStop = TRUE ; 1063 }; 1064 RadioButton BTN_DAY_OF_WEEK 1065 { 1066 HelpID = "sc:RadioButton:RID_SCDLG_FILLSERIES:BTN_DAY_OF_WEEK"; 1067 Pos = MAP_APPFONT ( 159 , 28 ) ; 1068 Size = MAP_APPFONT ( 66 , 10 ) ; 1069 Text [ en-US ] = "~Weekday" ; 1070 TabStop = TRUE ; 1071 }; 1072 RadioButton BTN_MONTH 1073 { 1074 HelpID = "sc:RadioButton:RID_SCDLG_FILLSERIES:BTN_MONTH"; 1075 Pos = MAP_APPFONT ( 159 , 42 ) ; 1076 Size = MAP_APPFONT ( 66 , 10 ) ; 1077 Text [ en-US ] = "~Month" ; 1078 TabStop = TRUE ; 1079 }; 1080 RadioButton BTN_YEAR 1081 { 1082 HelpID = "sc:RadioButton:RID_SCDLG_FILLSERIES:BTN_YEAR"; 1083 Pos = MAP_APPFONT ( 159 , 56 ) ; 1084 Size = MAP_APPFONT ( 66 , 10 ) ; 1085 Text [ en-US ] = "Y~ear" ; 1086 TabStop = TRUE ; 1087 }; 1088 FixedLine FL_TIME_UNIT 1089 { 1090 Pos = MAP_APPFONT ( 153 , 3 ) ; 1091 Size = MAP_APPFONT ( 75 , 8 ) ; 1092 Text [ en-US ] = "Time unit" ; 1093 }; 1094 RadioButton BTN_RIGHT 1095 { 1096 HelpID = "sc:RadioButton:RID_SCDLG_FILLSERIES:BTN_RIGHT"; 1097 Pos = MAP_APPFONT ( 12 , 28 ) ; 1098 Size = MAP_APPFONT ( 51 , 10 ) ; 1099 Text [ en-US ] = "~Right" ; 1100 TabStop = TRUE ; 1101 }; 1102 RadioButton BTN_LEFT 1103 { 1104 HelpID = "sc:RadioButton:RID_SCDLG_FILLSERIES:BTN_LEFT"; 1105 Pos = MAP_APPFONT ( 12 , 56 ) ; 1106 Size = MAP_APPFONT ( 51 , 10 ) ; 1107 Text [ en-US ] = "~Left" ; 1108 TabStop = TRUE ; 1109 }; 1110 RadioButton BTN_TOP 1111 { 1112 HelpID = "sc:RadioButton:RID_SCDLG_FILLSERIES:BTN_TOP"; 1113 Pos = MAP_APPFONT ( 12 , 42 ) ; 1114 Size = MAP_APPFONT ( 51 , 10 ) ; 1115 Text [ en-US ] = "~Up" ; 1116 TabStop = TRUE ; 1117 }; 1118 RadioButton BTN_BOTTOM 1119 { 1120 HelpID = "sc:RadioButton:RID_SCDLG_FILLSERIES:BTN_BOTTOM"; 1121 Pos = MAP_APPFONT ( 12 , 14 ) ; 1122 Size = MAP_APPFONT ( 51 , 10 ) ; 1123 Text [ en-US ] = "~Down" ; 1124 TabStop = TRUE ; 1125 }; 1126 FixedLine FL_DIRECTION 1127 { 1128 Pos = MAP_APPFONT ( 6 , 3 ) ; 1129 Size = MAP_APPFONT ( 60 , 8 ) ; 1130 Text [ en-US ] = "Direction" ; 1131 }; 1132 RadioButton BTN_ARITHMETIC 1133 { 1134 HelpID = "sc:RadioButton:RID_SCDLG_FILLSERIES:BTN_ARITHMETIC"; 1135 Pos = MAP_APPFONT ( 78 , 14 ) ; 1136 Size = MAP_APPFONT ( 69 , 10 ) ; 1137 Text [ en-US ] = "Li~near" ; 1138 TabStop = TRUE ; 1139 }; 1140 RadioButton BTN_GEOMETRIC 1141 { 1142 HelpID = "sc:RadioButton:RID_SCDLG_FILLSERIES:BTN_GEOMETRIC"; 1143 Pos = MAP_APPFONT ( 78 , 28 ) ; 1144 Size = MAP_APPFONT ( 69 , 10 ) ; 1145 Text [ en-US ] = "~Growth" ; 1146 TabStop = TRUE ; 1147 }; 1148 RadioButton BTN_DATE 1149 { 1150 HelpID = "sc:RadioButton:RID_SCDLG_FILLSERIES:BTN_DATE"; 1151 Pos = MAP_APPFONT ( 78 , 42 ) ; 1152 Size = MAP_APPFONT ( 69 , 10 ) ; 1153 Text [ en-US ] = "Da~te" ; 1154 TabStop = TRUE ; 1155 }; 1156 RadioButton BTN_AUTOFILL 1157 { 1158 HelpID = "sc:RadioButton:RID_SCDLG_FILLSERIES:BTN_AUTOFILL"; 1159 Pos = MAP_APPFONT ( 78 , 56 ) ; 1160 Size = MAP_APPFONT ( 69 , 10 ) ; 1161 Text [ en-US ] = "~AutoFill" ; 1162 TabStop = TRUE ; 1163 }; 1164 FixedLine FL_TYPE 1165 { 1166 Pos = MAP_APPFONT ( 72 , 3 ) ; 1167 Size = MAP_APPFONT ( 75 , 8 ) ; 1168 Text [ en-US ] = "Series type" ; 1169 }; 1170 FixedLine FL_SEP1 1171 { 1172 Pos = MAP_APPFONT( 69 , 14 ) ; 1173 Size = MAP_APPFONT ( 1 , 52 ) ; 1174 }; 1175 FixedLine FL_SEP2 1176 { 1177 Pos = MAP_APPFONT( 150 , 14 ) ; 1178 Size = MAP_APPFONT ( 1 , 52 ) ; 1179 }; 1180 FixedText FT_START_VALUE 1181 { 1182 Pos = MAP_APPFONT ( 6 , 74 ) ; 1183 Size = MAP_APPFONT ( 45 , 8 ) ; 1184 Text [ en-US ] = "~Start value" ; 1185 }; 1186 Edit ED_START_VALUES 1187 { 1188 HelpID = "sc:Edit:RID_SCDLG_FILLSERIES:ED_START_VALUES"; 1189 Border = TRUE ; 1190 Pos = MAP_APPFONT ( 55 , 72 ) ; 1191 Size = MAP_APPFONT ( 58 , 12 ) ; 1192 TabStop = TRUE ; 1193 }; 1194 FixedText FT_END_VALUE 1195 { 1196 Pos = MAP_APPFONT ( 6 , 90 ) ; 1197 Size = MAP_APPFONT ( 45 , 8 ) ; 1198 Text [ en-US ] = "End ~value" ; 1199 }; 1200 Edit ED_END_VALUES 1201 { 1202 HelpID = "sc:Edit:RID_SCDLG_FILLSERIES:ED_END_VALUES"; 1203 Border = TRUE ; 1204 Pos = MAP_APPFONT ( 55 , 88 ) ; 1205 Size = MAP_APPFONT ( 58 , 12 ) ; 1206 TabStop = TRUE ; 1207 }; 1208 FixedText FT_INCREMENT 1209 { 1210 Pos = MAP_APPFONT ( 6 , 106 ) ; 1211 Size = MAP_APPFONT ( 45 , 8 ) ; 1212 Text [ en-US ] = "In~crement" ; 1213 }; 1214 Edit ED_INCREMENT 1215 { 1216 HelpID = "sc:Edit:RID_SCDLG_FILLSERIES:ED_INCREMENT"; 1217 Border = TRUE ; 1218 Pos = MAP_APPFONT ( 55 , 104 ) ; 1219 Size = MAP_APPFONT ( 58 , 12 ) ; 1220 TabStop = TRUE ; 1221 }; 1222 String STR_VALERR 1223 { 1224 Text [ en-US ] = "Invalid value" ; 1225 }; 1226 OKButton BTN_OK 1227 { 1228 Pos = MAP_APPFONT ( 234 , 6 ) ; 1229 Size = MAP_APPFONT ( 50 , 14 ) ; 1230 TabStop = TRUE ; 1231 DefButton = TRUE ; 1232 }; 1233 CancelButton BTN_CANCEL 1234 { 1235 Pos = MAP_APPFONT ( 234 , 23 ) ; 1236 Size = MAP_APPFONT ( 50 , 14 ) ; 1237 TabStop = TRUE ; 1238 }; 1239 HelpButton BTN_HELP 1240 { 1241 Pos = MAP_APPFONT ( 234 , 43 ) ; 1242 Size = MAP_APPFONT ( 50 , 14 ) ; 1243 TabStop = TRUE ; 1244 }; 1245}; 1246 1247#define TXT_COLS \ 1248 Text [ en-US ] = "~Columns" ; \ 1249 1250 1251#define TXT_ROWS \ 1252 Text [ en-US ] = "~Rows" ; \ 1253 1254 1255ModalDialog RID_SCDLG_GROUP 1256{ 1257 HelpID = "sc:ModalDialog:RID_SCDLG_GROUP"; 1258 OutputSize = TRUE ; 1259 SVLook = TRUE ; 1260 Size = MAP_APPFONT ( 148 , 63 ) ; 1261 Moveable = TRUE ; 1262 Closeable = FALSE ; 1263 OKButton BTN_OK 1264 { 1265 Pos = MAP_APPFONT ( 92 , 6 ) ; 1266 Size = MAP_APPFONT ( 50 , 14 ) ; 1267 TabStop = TRUE ; 1268 DefButton = TRUE ; 1269 }; 1270 CancelButton BTN_CANCEL 1271 { 1272 Pos = MAP_APPFONT ( 92 , 23 ) ; 1273 Size = MAP_APPFONT ( 50 , 14 ) ; 1274 TabStop = TRUE ; 1275 }; 1276 HelpButton BTN_HELP 1277 { 1278 Pos = MAP_APPFONT ( 92 , 43 ) ; 1279 Size = MAP_APPFONT ( 50 , 14 ) ; 1280 TabStop = TRUE ; 1281 }; 1282 RadioButton BTN_GROUP_ROWS 1283 { 1284 // HelpID, weil die generierten aus den Ableitungen nicht in die hid.lst kommen 1285 HelpId = HID_SC_GROUP_ROWS ; 1286 Pos = MAP_APPFONT ( 12 , 14 ) ; 1287 Size = MAP_APPFONT ( 71 , 10 ) ; 1288 TXT_ROWS 1289 TabStop = TRUE ; 1290 }; 1291 RadioButton BTN_GROUP_COLS 1292 { 1293 // HelpID, weil die generierten aus den Ableitungen nicht in die hid.lst kommen 1294 HelpId = HID_SC_GROUP_COLS ; 1295 Pos = MAP_APPFONT ( 12 , 28 ) ; 1296 Size = MAP_APPFONT ( 71 , 10 ) ; 1297 TXT_COLS 1298 TabStop = TRUE ; 1299 }; 1300 FixedLine FL_FRAME 1301 { 1302 Pos = MAP_APPFONT ( 6 , 3 ) ; 1303 Size = MAP_APPFONT ( 80 , 8 ) ; 1304 Text = "Aktivieren f�r" ; 1305 }; 1306 String STR_GROUP 1307 { 1308 Text [ en-US ] = "Include" ; 1309 }; 1310 String STR_UNGROUP 1311 { 1312 Text [ en-US ] = "Deactivate for" ; 1313 }; 1314 Text [ en-US ] = "Group" ; 1315}; 1316 1317 // Ableitungen 1318ModalDialog RID_SCDLG_GRP_MAKE < RID_SCDLG_GROUP { HelpId = CMD_SID_OUTLINE_MAKE ; }; 1319ModalDialog RID_SCDLG_GRP_KILL < RID_SCDLG_GROUP { HelpId = CMD_SID_OUTLINE_REMOVE ; }; 1320 1321 // RID_SCDLG_COLORROW wird nur in der Optionen-Sortierlisten-Seite benutzt 1322 1323ModalDialog RID_SCDLG_COLORROW 1324{ 1325 HelpID = "sc:ModalDialog:RID_SCDLG_COLORROW"; 1326 OutputSize = TRUE ; 1327 SVLook = TRUE ; 1328 Size = MAP_APPFONT ( 148 , 63 ) ; 1329 Moveable = TRUE ; 1330 Closeable = FALSE ; 1331 OKButton BTN_OK 1332 { 1333 Pos = MAP_APPFONT ( 92 , 6 ) ; 1334 Size = MAP_APPFONT ( 50 , 14 ) ; 1335 TabStop = TRUE ; 1336 DefButton = TRUE ; 1337 }; 1338 CancelButton BTN_CANCEL 1339 { 1340 Pos = MAP_APPFONT ( 92 , 23 ) ; 1341 Size = MAP_APPFONT ( 50 , 14 ) ; 1342 TabStop = TRUE ; 1343 }; 1344 HelpButton BTN_HELP 1345 { 1346 Pos = MAP_APPFONT ( 92 , 43 ) ; 1347 Size = MAP_APPFONT ( 50 , 14 ) ; 1348 TabStop = TRUE ; 1349 }; 1350 RadioButton BTN_GROUP_ROWS 1351 { 1352 HelpID = "sc:RadioButton:RID_SCDLG_COLORROW:BTN_GROUP_ROWS"; 1353 Pos = MAP_APPFONT ( 12 , 14 ) ; 1354 Size = MAP_APPFONT ( 71 , 10 ) ; 1355 TXT_ROWS 1356 TabStop = TRUE ; 1357 }; 1358 RadioButton BTN_GROUP_COLS 1359 { 1360 HelpID = "sc:RadioButton:RID_SCDLG_COLORROW:BTN_GROUP_COLS"; 1361 Pos = MAP_APPFONT ( 12 , 28 ) ; 1362 Size = MAP_APPFONT ( 71 , 10 ) ; 1363 TXT_COLS 1364 TabStop = TRUE ; 1365 }; 1366 FixedLine FL_FRAME 1367 { 1368 Pos = MAP_APPFONT ( 6 , 3 ) ; 1369 Size = MAP_APPFONT ( 80 , 8 ) ; 1370 }; 1371}; 1372 1373ModalDialog RID_SCDLG_NAMES_CREATE 1374{ 1375 OutputSize = TRUE ; 1376 SVLook = TRUE ; 1377 HelpID = CMD_FID_USE_NAME ; 1378 Size = MAP_APPFONT ( 174 , 72 ) ; 1379 Moveable = TRUE ; 1380 CheckBox BTN_TOP 1381 { 1382 HelpID = "sc:CheckBox:RID_SCDLG_NAMES_CREATE:BTN_TOP"; 1383 Pos = MAP_APPFONT ( 12 , 14 ) ; 1384 Size = MAP_APPFONT ( 93 , 10 ) ; 1385 TabStop = TRUE ; 1386 Text [ en-US ] = "~Top row" ; 1387 }; 1388 CheckBox BTN_LEFT 1389 { 1390 HelpID = "sc:CheckBox:RID_SCDLG_NAMES_CREATE:BTN_LEFT"; 1391 Pos = MAP_APPFONT ( 12 , 28 ) ; 1392 Size = MAP_APPFONT ( 93 , 10 ) ; 1393 TabStop = TRUE ; 1394 Text [ en-US ] = "~Left column" ; 1395 }; 1396 CheckBox BTN_BOTTOM 1397 { 1398 HelpID = "sc:CheckBox:RID_SCDLG_NAMES_CREATE:BTN_BOTTOM"; 1399 Pos = MAP_APPFONT ( 12 , 42 ) ; 1400 Size = MAP_APPFONT ( 93 , 10 ) ; 1401 TabStop = TRUE ; 1402 Text [ en-US ] = "~Bottom row" ; 1403 }; 1404 CheckBox BTN_RIGHT 1405 { 1406 HelpID = "sc:CheckBox:RID_SCDLG_NAMES_CREATE:BTN_RIGHT"; 1407 Pos = MAP_APPFONT ( 12 , 56 ) ; 1408 Size = MAP_APPFONT ( 93 , 10 ) ; 1409 TabStop = TRUE ; 1410 Text [ en-US ] = "~Right column" ; 1411 }; 1412 OKButton BTN_OK 1413 { 1414 Pos = MAP_APPFONT ( 116 , 6 ) ; 1415 Size = MAP_APPFONT ( 50 , 14 ) ; 1416 TabStop = TRUE ; 1417 DefButton = TRUE ; 1418 }; 1419 CancelButton BTN_CANCEL 1420 { 1421 Pos = MAP_APPFONT ( 116 , 23 ) ; 1422 Size = MAP_APPFONT ( 50 , 14 ) ; 1423 TabStop = TRUE ; 1424 }; 1425 HelpButton BTN_HELP 1426 { 1427 Pos = MAP_APPFONT ( 116 , 43 ) ; 1428 Size = MAP_APPFONT ( 50 , 14 ) ; 1429 TabStop = TRUE ; 1430 }; 1431 FixedLine FL_FRAME 1432 { 1433 Pos = MAP_APPFONT ( 6 , 3 ) ; 1434 Size = MAP_APPFONT ( 104 , 8 ) ; 1435 Text [ en-US ] = "Create names from" ; 1436 }; 1437 Text [ en-US ] = "Create Names" ; 1438}; 1439 1440ModalDialog RID_SCDLG_NAMES_PASTE 1441{ 1442 OutputSize = TRUE ; 1443 HelpId = CMD_FID_INSERT_NAME ; 1444 SVLook = TRUE ; 1445 Size = MAP_APPFONT ( 228 , 85 ) ; 1446 Moveable = TRUE ; 1447 FixedText FT_LABEL 1448 { 1449 Pos = MAP_APPFONT ( 6 , 3 ) ; 1450 Size = MAP_APPFONT ( 156 , 10 ) ; 1451 Text [ en-US ] = "Insert name" ; 1452 }; 1453 ListBox LB_ENTRYLIST 1454 { 1455 HelpID = "sc:ListBox:RID_SCDLG_NAMES_PASTE:LB_ENTRYLIST"; 1456 Border = TRUE ; 1457 Pos = MAP_APPFONT ( 6 , 14 ) ; 1458 Size = MAP_APPFONT ( 160 , 65 ) ; 1459 TabStop = TRUE ; 1460 VScroll = TRUE ; 1461 Sort = TRUE ; 1462 }; 1463 OKButton BTN_OK 1464 { 1465 Pos = MAP_APPFONT ( 172 , 4 ) ; 1466 Size = MAP_APPFONT ( 50 , 14 ) ; 1467 TabStop = TRUE ; 1468 DefButton = TRUE ; 1469 }; 1470 CancelButton BTN_CANCEL 1471 { 1472 Pos = MAP_APPFONT ( 172 , 21 ) ; 1473 Size = MAP_APPFONT ( 50 , 14 ) ; 1474 TabStop = TRUE ; 1475 }; 1476 HelpButton BTN_HELP 1477 { 1478 Pos = MAP_APPFONT ( 172 , 41 ) ; 1479 Size = MAP_APPFONT ( 50 , 14 ) ; 1480 TabStop = TRUE ; 1481 }; 1482 PushButton BTN_ADD 1483 { 1484 HelpID = "sc:PushButton:RID_SCDLG_NAMES_PASTE:BTN_ADD"; 1485 Pos = MAP_APPFONT ( 172 , 66 ) ; 1486 Size = MAP_APPFONT ( 50 , 14 ) ; 1487 TabStop = TRUE ; 1488 Text [ en-US ] = "Insert ~All" ; 1489 }; 1490 Text [ en-US ] = "Insert Name" ; 1491}; 1492 1493ModalDialog RID_SCDLG_CHARTCOLROW 1494{ 1495 HelpID = "sc:ModalDialog:RID_SCDLG_CHARTCOLROW"; 1496 OutputSize = TRUE ; 1497 SVLook = TRUE ; 1498 Size = MAP_APPFONT ( 191 , 63 ) ; 1499 Moveable = TRUE ; 1500 CheckBox 1 1501 { 1502 HelpID = "sc:CheckBox:RID_SCDLG_CHARTCOLROW:1"; 1503 Pos = MAP_APPFONT ( 12 , 28 ) ; 1504 Size = MAP_APPFONT ( 114 , 10 ) ; 1505 Text [ en-US ] = "First ~column as label" ; 1506 }; 1507 CheckBox 2 1508 { 1509 HelpID = "sc:CheckBox:RID_SCDLG_CHARTCOLROW:2"; 1510 Pos = MAP_APPFONT ( 12 , 14 ) ; 1511 Size = MAP_APPFONT ( 114 , 10 ) ; 1512 Text [ en-US ] = "First ~row as label" ; 1513 }; 1514 FixedLine 6 1515 { 1516 Pos = MAP_APPFONT ( 6 , 3 ) ; 1517 Size = MAP_APPFONT ( 123 , 8 ) ; 1518 Text [ en-US ] = "Labels" ; 1519 }; 1520 OKButton 3 1521 { 1522 Pos = MAP_APPFONT ( 135 , 6 ) ; 1523 Size = MAP_APPFONT ( 50 , 14 ) ; 1524 DefButton = TRUE ; 1525 }; 1526 CancelButton 4 1527 { 1528 Pos = MAP_APPFONT ( 135 , 23 ) ; 1529 Size = MAP_APPFONT ( 50 , 14 ) ; 1530 }; 1531 HelpButton 5 1532 { 1533 Pos = MAP_APPFONT ( 135 , 43 ) ; 1534 Size = MAP_APPFONT ( 50 , 14 ) ; 1535 }; 1536 Text [ en-US ] = "Change Source Data Range" ; 1537}; 1538 1539 1540 1541