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 , 110 ) ; 459 }; 460 FixedLine FL_SEP2 461 { 462 Pos = MAP_APPFONT( 102 , 141 ) ; 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_COL_MAN 624{ 625 Text [ en-US ] = "Column Width" ; 626 627 HelpId = CMD_FID_COL_WIDTH ; 628 OutputSize = TRUE ; 629 SVLook = TRUE ; 630 Size = MAP_APPFONT ( 190 , 63 ) ; 631 Moveable = TRUE ; 632 Closeable = FALSE ; 633 OKButton BTN_OK 634 { 635 Pos = MAP_APPFONT ( 136 , 6 ) ; 636 Size = MAP_APPFONT ( 50 , 14 ) ; 637 TabStop = TRUE ; 638 DefButton = TRUE ; 639 }; 640 CancelButton BTN_CANCEL 641 { 642 Pos = MAP_APPFONT ( 136 , 23 ) ; 643 Size = MAP_APPFONT ( 50 , 14 ) ; 644 TabStop = TRUE ; 645 }; 646 HelpButton BTN_HELP 647 { 648 Pos = MAP_APPFONT ( 136 , 43 ) ; 649 Size = MAP_APPFONT ( 50 , 14 ) ; 650 TabStop = TRUE ; 651 }; 652 FixedText FT_LABEL 653 { 654 Pos = MAP_APPFONT ( 6 , 8 ) ; 655 Size = MAP_APPFONT ( 60 , 10 ) ; 656 Text [ en-US ] = "Width" ; 657 }; 658 MetricField ED_VALUE 659 { 660 HelpID = "sc:MetricField:RID_SCDLG_COL_MAN:ED_VALUE"; 661 Border = TRUE ; 662 Pos = MAP_APPFONT ( 70 , 6 ) ; 663 Size = MAP_APPFONT ( 70 , 12 ) ; 664 TabStop = TRUE ; 665 Repeat = TRUE ; 666 Spin = TRUE ; 667 }; 668 CheckBox BTN_DEFVAL 669 { 670 HelpID = "sc:CheckBox:RID_SCDLG_COL_MAN:BTN_DEFVAL"; 671 // HelpID, weil die generierten aus den Ableitungen nicht in die hid.lst kommen 672 TabStop = TRUE ; 673 Pos = MAP_APPFONT ( 70 , 24 ) ; 674 Size = MAP_APPFONT ( 70 , 10 ) ; 675 Text [ en-US ] = "~Default value" ; 676 }; 677}; 678 679ModalDialog RID_SCDLG_COL_OPT 680{ 681 Text [ en-US ] = "Optimal Column Width" ; 682 683 HelpId = CMD_FID_COL_OPT_WIDTH ; 684 OutputSize = TRUE ; 685 SVLook = TRUE ; 686 Size = MAP_APPFONT ( 190 , 63 ) ; 687 Moveable = TRUE ; 688 Closeable = FALSE ; 689 OKButton BTN_OK 690 { 691 Pos = MAP_APPFONT ( 136 , 6 ) ; 692 Size = MAP_APPFONT ( 50 , 14 ) ; 693 TabStop = TRUE ; 694 DefButton = TRUE ; 695 }; 696 CancelButton BTN_CANCEL 697 { 698 Pos = MAP_APPFONT ( 136 , 23 ) ; 699 Size = MAP_APPFONT ( 50 , 14 ) ; 700 TabStop = TRUE ; 701 }; 702 HelpButton BTN_HELP 703 { 704 Pos = MAP_APPFONT ( 136 , 43 ) ; 705 Size = MAP_APPFONT ( 50 , 14 ) ; 706 TabStop = TRUE ; 707 }; 708 FixedText FT_LABEL 709 { 710 Pos = MAP_APPFONT ( 6 , 8 ) ; 711 Size = MAP_APPFONT ( 60 , 10 ) ; 712 Text [ en-US ] = "Add" ; 713 }; 714 MetricField ED_VALUE 715 { 716 HelpID = "sc:MetricField:RID_SCDLG_COL_OPT:ED_VALUE"; 717 // HelpID, weil die generierten aus den Ableitungen nicht in die hid.lst kommen 718 Border = TRUE ; 719 Pos = MAP_APPFONT ( 70 , 6 ) ; 720 Size = MAP_APPFONT ( 70 , 12 ) ; 721 TabStop = TRUE ; 722 Repeat = TRUE ; 723 Spin = TRUE ; 724 }; 725 CheckBox BTN_DEFVAL 726 { 727 HelpID = "sc:CheckBox:RID_SCDLG_COL_OPT:BTN_DEFVAL"; 728 // HelpID, weil die generierten aus den Ableitungen nicht in die hid.lst kommen 729 TabStop = TRUE ; 730 Pos = MAP_APPFONT ( 70 , 24 ) ; 731 Size = MAP_APPFONT ( 70 , 10 ) ; 732 Text [ en-US ] = "~Default value" ; 733 }; 734}; 735 736ModalDialog RID_SCDLG_ROW_MAN 737{ 738 Text [ en-US ] = "Row Height" ; 739 740 HelpId = CMD_FID_ROW_HEIGHT ; 741 OutputSize = TRUE ; 742 SVLook = TRUE ; 743 Size = MAP_APPFONT ( 190 , 63 ) ; 744 Moveable = TRUE ; 745 Closeable = FALSE ; 746 OKButton BTN_OK 747 { 748 Pos = MAP_APPFONT ( 136 , 6 ) ; 749 Size = MAP_APPFONT ( 50 , 14 ) ; 750 TabStop = TRUE ; 751 DefButton = TRUE ; 752 }; 753 CancelButton BTN_CANCEL 754 { 755 Pos = MAP_APPFONT ( 136 , 23 ) ; 756 Size = MAP_APPFONT ( 50 , 14 ) ; 757 TabStop = TRUE ; 758 }; 759 HelpButton BTN_HELP 760 { 761 Pos = MAP_APPFONT ( 136 , 43 ) ; 762 Size = MAP_APPFONT ( 50 , 14 ) ; 763 TabStop = TRUE ; 764 }; 765 FixedText FT_LABEL 766 { 767 Pos = MAP_APPFONT ( 6 , 8 ) ; 768 Size = MAP_APPFONT ( 60 , 10 ) ; 769 Text [ en-US ] = "Height" ; 770 }; 771 MetricField ED_VALUE 772 { 773 HelpID = "sc:MetricField:RID_SCDLG_ROW_MAN:ED_VALUE"; 774 // HelpID, weil die generierten aus den Ableitungen nicht in die hid.lst kommen 775 Border = TRUE ; 776 Pos = MAP_APPFONT ( 70 , 6 ) ; 777 Size = MAP_APPFONT ( 70 , 12 ) ; 778 TabStop = TRUE ; 779 Repeat = TRUE ; 780 Spin = TRUE ; 781 }; 782 CheckBox BTN_DEFVAL 783 { 784 HelpID = "sc:CheckBox:RID_SCDLG_ROW_MAN:BTN_DEFVAL"; 785 // HelpID, weil die generierten aus den Ableitungen nicht in die hid.lst kommen 786 TabStop = TRUE ; 787 Pos = MAP_APPFONT ( 70 , 24 ) ; 788 Size = MAP_APPFONT ( 70 , 10 ) ; 789 Text [ en-US ] = "~Default value" ; 790 }; 791}; 792 793ModalDialog RID_SCDLG_ROW_OPT 794{ 795 Text [ en-US ] = "Optimal Row Height" ; 796 797 HelpId = CMD_FID_ROW_OPT_HEIGHT ; 798 OutputSize = TRUE ; 799 SVLook = TRUE ; 800 Size = MAP_APPFONT ( 190 , 63 ) ; 801 Moveable = TRUE ; 802 Closeable = FALSE ; 803 OKButton BTN_OK 804 { 805 Pos = MAP_APPFONT ( 136 , 6 ) ; 806 Size = MAP_APPFONT ( 50 , 14 ) ; 807 TabStop = TRUE ; 808 DefButton = TRUE ; 809 }; 810 CancelButton BTN_CANCEL 811 { 812 Pos = MAP_APPFONT ( 136 , 23 ) ; 813 Size = MAP_APPFONT ( 50 , 14 ) ; 814 TabStop = TRUE ; 815 }; 816 HelpButton BTN_HELP 817 { 818 Pos = MAP_APPFONT ( 136 , 43 ) ; 819 Size = MAP_APPFONT ( 50 , 14 ) ; 820 TabStop = TRUE ; 821 }; 822 FixedText FT_LABEL 823 { 824 Pos = MAP_APPFONT ( 6 , 8 ) ; 825 Size = MAP_APPFONT ( 60 , 10 ) ; 826 Text [ en-US ] = "Add" ; 827 }; 828 MetricField ED_VALUE 829 { 830 HelpID = "sc:MetricField:RID_SCDLG_ROW_OPT:ED_VALUE"; 831 Border = TRUE ; 832 Pos = MAP_APPFONT ( 70 , 6 ) ; 833 Size = MAP_APPFONT ( 70 , 12 ) ; 834 TabStop = TRUE ; 835 Repeat = TRUE ; 836 Spin = TRUE ; 837 }; 838 CheckBox BTN_DEFVAL 839 { 840 HelpID = "sc:CheckBox:RID_SCDLG_ROW_OPT:BTN_DEFVAL"; 841 // HelpID, weil die generierten aus den Ableitungen nicht in die hid.lst kommen 842 TabStop = TRUE ; 843 Pos = MAP_APPFONT ( 70 , 24 ) ; 844 Size = MAP_APPFONT ( 70 , 10 ) ; 845 Text [ en-US ] = "~Default value" ; 846 }; 847}; 848 849 850 // RID_SCDLG_SELENTRY als Basis fuer RID_SCDLG_SELECTDB und RID_SCDLG_SHOW_TAB 851 // gibt es nicht mehr, weil die beiden jetzt unterschiedlich sind 852 853ModalDialog RID_SCDLG_SELECTDB 854{ 855 HelpId = CMD_SID_SELECT_DB ; 856 OutputSize = TRUE ; 857 SVLook = TRUE ; 858 Size = MAP_APPFONT ( 168 , 100 ) ; 859 Text [ en-US ] = "Select" ; 860 Moveable = TRUE ; 861 Closeable = FALSE ; 862 OKButton BTN_OK 863 { 864 Pos = MAP_APPFONT ( 112 , 6 ) ; 865 Size = MAP_APPFONT ( 50 , 14 ) ; 866 TabStop = TRUE ; 867 DefButton = TRUE ; 868 }; 869 CancelButton BTN_CANCEL 870 { 871 Pos = MAP_APPFONT ( 112 , 23 ) ; 872 Size = MAP_APPFONT ( 50 , 14 ) ; 873 TabStop = TRUE ; 874 }; 875 HelpButton BTN_HELP 876 { 877 Pos = MAP_APPFONT ( 112 , 43 ) ; 878 Size = MAP_APPFONT ( 50 , 14 ) ; 879 TabStop = TRUE ; 880 }; 881 ListBox LB_ENTRYLIST 882 { 883 // HelpID aus Zeiten, als noch abgeleitet wurde 884 HelpId = HID_SC_SELENTRY_LIST ; 885 Border = TRUE ; 886 Pos = MAP_APPFONT ( 12 , 14 ) ; 887 Size = MAP_APPFONT ( 91 , 80 ) ; 888 TabStop = TRUE ; 889 Sort = TRUE ; 890 }; 891 FixedLine FL_ENTRYLIST 892 { 893 Pos = MAP_APPFONT ( 6 , 3 ) ; 894 Size = MAP_APPFONT ( 100 , 8 ) ; 895 }; 896}; 897 898ModalDialog RID_SCDLG_SHOW_TAB 899{ 900 HelpId = CMD_FID_TABLE_SHOW ; 901 OutputSize = TRUE ; 902 SVLook = TRUE ; 903 Size = MAP_APPFONT ( 168 , 100 ) ; 904 Text [ en-US ] = "Show Sheet" ; 905 Moveable = TRUE ; 906 Closeable = FALSE ; 907 OKButton BTN_OK 908 { 909 Pos = MAP_APPFONT ( 112 , 6 ) ; 910 Size = MAP_APPFONT ( 50 , 14 ) ; 911 TabStop = TRUE ; 912 DefButton = TRUE ; 913 }; 914 CancelButton BTN_CANCEL 915 { 916 Pos = MAP_APPFONT ( 112 , 23 ) ; 917 Size = MAP_APPFONT ( 50 , 14 ) ; 918 TabStop = TRUE ; 919 }; 920 HelpButton BTN_HELP 921 { 922 Pos = MAP_APPFONT ( 112 , 43 ) ; 923 Size = MAP_APPFONT ( 50 , 14 ) ; 924 TabStop = TRUE ; 925 }; 926 MultiListBox LB_ENTRYLIST 927 { 928 HelpID = "sc:MultiListBox:RID_SCDLG_SHOW_TAB:LB_ENTRYLIST"; 929 SimpleMode = TRUE ; 930 Border = TRUE ; 931 Pos = MAP_APPFONT ( 6 , 19 ) ; 932 Size = MAP_APPFONT ( 100 , 75 ) ; 933 TabStop = TRUE ; 934 Sort = FALSE ; 935 }; 936 FixedText FT_LABEL 937 { 938 Pos = MAP_APPFONT ( 6 , 6 ) ; 939 Size = MAP_APPFONT ( 90 , 10 ) ; 940 Text [ en-US ] = "Hidden sheets" ; 941 }; 942}; 943 944 945ModalDialog RID_SCDLG_FILLSERIES 946{ 947 OutputSize = TRUE ; 948 HelpId = CMD_FID_FILL_SERIES ; 949 SVLook = TRUE ; 950 Size = MAP_APPFONT ( 290 , 122 ) ; 951 Text [ en-US ] = "Fill Series" ; 952 Moveable = TRUE ; 953 Closeable = FALSE ; 954 RadioButton BTN_DAY 955 { 956 HelpID = "sc:RadioButton:RID_SCDLG_FILLSERIES:BTN_DAY"; 957 Pos = MAP_APPFONT ( 159 , 14 ) ; 958 Size = MAP_APPFONT ( 66 , 10 ) ; 959 Text [ en-US ] = "Da~y" ; 960 TabStop = TRUE ; 961 }; 962 RadioButton BTN_DAY_OF_WEEK 963 { 964 HelpID = "sc:RadioButton:RID_SCDLG_FILLSERIES:BTN_DAY_OF_WEEK"; 965 Pos = MAP_APPFONT ( 159 , 28 ) ; 966 Size = MAP_APPFONT ( 66 , 10 ) ; 967 Text [ en-US ] = "~Weekday" ; 968 TabStop = TRUE ; 969 }; 970 RadioButton BTN_MONTH 971 { 972 HelpID = "sc:RadioButton:RID_SCDLG_FILLSERIES:BTN_MONTH"; 973 Pos = MAP_APPFONT ( 159 , 42 ) ; 974 Size = MAP_APPFONT ( 66 , 10 ) ; 975 Text [ en-US ] = "~Month" ; 976 TabStop = TRUE ; 977 }; 978 RadioButton BTN_YEAR 979 { 980 HelpID = "sc:RadioButton:RID_SCDLG_FILLSERIES:BTN_YEAR"; 981 Pos = MAP_APPFONT ( 159 , 56 ) ; 982 Size = MAP_APPFONT ( 66 , 10 ) ; 983 Text [ en-US ] = "Y~ear" ; 984 TabStop = TRUE ; 985 }; 986 FixedLine FL_TIME_UNIT 987 { 988 Pos = MAP_APPFONT ( 153 , 3 ) ; 989 Size = MAP_APPFONT ( 75 , 8 ) ; 990 Text [ en-US ] = "Time unit" ; 991 }; 992 RadioButton BTN_RIGHT 993 { 994 HelpID = "sc:RadioButton:RID_SCDLG_FILLSERIES:BTN_RIGHT"; 995 Pos = MAP_APPFONT ( 12 , 28 ) ; 996 Size = MAP_APPFONT ( 51 , 10 ) ; 997 Text [ en-US ] = "~Right" ; 998 TabStop = TRUE ; 999 }; 1000 RadioButton BTN_LEFT 1001 { 1002 HelpID = "sc:RadioButton:RID_SCDLG_FILLSERIES:BTN_LEFT"; 1003 Pos = MAP_APPFONT ( 12 , 56 ) ; 1004 Size = MAP_APPFONT ( 51 , 10 ) ; 1005 Text [ en-US ] = "~Left" ; 1006 TabStop = TRUE ; 1007 }; 1008 RadioButton BTN_TOP 1009 { 1010 HelpID = "sc:RadioButton:RID_SCDLG_FILLSERIES:BTN_TOP"; 1011 Pos = MAP_APPFONT ( 12 , 42 ) ; 1012 Size = MAP_APPFONT ( 51 , 10 ) ; 1013 Text [ en-US ] = "~Up" ; 1014 TabStop = TRUE ; 1015 }; 1016 RadioButton BTN_BOTTOM 1017 { 1018 HelpID = "sc:RadioButton:RID_SCDLG_FILLSERIES:BTN_BOTTOM"; 1019 Pos = MAP_APPFONT ( 12 , 14 ) ; 1020 Size = MAP_APPFONT ( 51 , 10 ) ; 1021 Text [ en-US ] = "~Down" ; 1022 TabStop = TRUE ; 1023 }; 1024 FixedLine FL_DIRECTION 1025 { 1026 Pos = MAP_APPFONT ( 6 , 3 ) ; 1027 Size = MAP_APPFONT ( 60 , 8 ) ; 1028 Text [ en-US ] = "Direction" ; 1029 }; 1030 RadioButton BTN_ARITHMETIC 1031 { 1032 HelpID = "sc:RadioButton:RID_SCDLG_FILLSERIES:BTN_ARITHMETIC"; 1033 Pos = MAP_APPFONT ( 78 , 14 ) ; 1034 Size = MAP_APPFONT ( 69 , 10 ) ; 1035 Text [ en-US ] = "Li~near" ; 1036 TabStop = TRUE ; 1037 }; 1038 RadioButton BTN_GEOMETRIC 1039 { 1040 HelpID = "sc:RadioButton:RID_SCDLG_FILLSERIES:BTN_GEOMETRIC"; 1041 Pos = MAP_APPFONT ( 78 , 28 ) ; 1042 Size = MAP_APPFONT ( 69 , 10 ) ; 1043 Text [ en-US ] = "~Growth" ; 1044 TabStop = TRUE ; 1045 }; 1046 RadioButton BTN_DATE 1047 { 1048 HelpID = "sc:RadioButton:RID_SCDLG_FILLSERIES:BTN_DATE"; 1049 Pos = MAP_APPFONT ( 78 , 42 ) ; 1050 Size = MAP_APPFONT ( 69 , 10 ) ; 1051 Text [ en-US ] = "Da~te" ; 1052 TabStop = TRUE ; 1053 }; 1054 RadioButton BTN_AUTOFILL 1055 { 1056 HelpID = "sc:RadioButton:RID_SCDLG_FILLSERIES:BTN_AUTOFILL"; 1057 Pos = MAP_APPFONT ( 78 , 56 ) ; 1058 Size = MAP_APPFONT ( 69 , 10 ) ; 1059 Text [ en-US ] = "~AutoFill" ; 1060 TabStop = TRUE ; 1061 }; 1062 FixedLine FL_TYPE 1063 { 1064 Pos = MAP_APPFONT ( 72 , 3 ) ; 1065 Size = MAP_APPFONT ( 75 , 8 ) ; 1066 Text [ en-US ] = "Series type" ; 1067 }; 1068 FixedLine FL_SEP1 1069 { 1070 Pos = MAP_APPFONT( 69 , 14 ) ; 1071 Size = MAP_APPFONT ( 1 , 52 ) ; 1072 }; 1073 FixedLine FL_SEP2 1074 { 1075 Pos = MAP_APPFONT( 150 , 14 ) ; 1076 Size = MAP_APPFONT ( 1 , 52 ) ; 1077 }; 1078 FixedText FT_START_VALUE 1079 { 1080 Pos = MAP_APPFONT ( 6 , 74 ) ; 1081 Size = MAP_APPFONT ( 45 , 8 ) ; 1082 Text [ en-US ] = "~Start value" ; 1083 }; 1084 Edit ED_START_VALUES 1085 { 1086 HelpID = "sc:Edit:RID_SCDLG_FILLSERIES:ED_START_VALUES"; 1087 Border = TRUE ; 1088 Pos = MAP_APPFONT ( 55 , 72 ) ; 1089 Size = MAP_APPFONT ( 58 , 12 ) ; 1090 TabStop = TRUE ; 1091 }; 1092 FixedText FT_END_VALUE 1093 { 1094 Pos = MAP_APPFONT ( 6 , 90 ) ; 1095 Size = MAP_APPFONT ( 45 , 8 ) ; 1096 Text [ en-US ] = "End ~value" ; 1097 }; 1098 Edit ED_END_VALUES 1099 { 1100 HelpID = "sc:Edit:RID_SCDLG_FILLSERIES:ED_END_VALUES"; 1101 Border = TRUE ; 1102 Pos = MAP_APPFONT ( 55 , 88 ) ; 1103 Size = MAP_APPFONT ( 58 , 12 ) ; 1104 TabStop = TRUE ; 1105 }; 1106 FixedText FT_INCREMENT 1107 { 1108 Pos = MAP_APPFONT ( 6 , 106 ) ; 1109 Size = MAP_APPFONT ( 45 , 8 ) ; 1110 Text [ en-US ] = "In~crement" ; 1111 }; 1112 Edit ED_INCREMENT 1113 { 1114 HelpID = "sc:Edit:RID_SCDLG_FILLSERIES:ED_INCREMENT"; 1115 Border = TRUE ; 1116 Pos = MAP_APPFONT ( 55 , 104 ) ; 1117 Size = MAP_APPFONT ( 58 , 12 ) ; 1118 TabStop = TRUE ; 1119 }; 1120 String STR_VALERR 1121 { 1122 Text [ en-US ] = "Invalid value" ; 1123 }; 1124 OKButton BTN_OK 1125 { 1126 Pos = MAP_APPFONT ( 234 , 6 ) ; 1127 Size = MAP_APPFONT ( 50 , 14 ) ; 1128 TabStop = TRUE ; 1129 DefButton = TRUE ; 1130 }; 1131 CancelButton BTN_CANCEL 1132 { 1133 Pos = MAP_APPFONT ( 234 , 23 ) ; 1134 Size = MAP_APPFONT ( 50 , 14 ) ; 1135 TabStop = TRUE ; 1136 }; 1137 HelpButton BTN_HELP 1138 { 1139 Pos = MAP_APPFONT ( 234 , 43 ) ; 1140 Size = MAP_APPFONT ( 50 , 14 ) ; 1141 TabStop = TRUE ; 1142 }; 1143}; 1144 1145#define TXT_COLS \ 1146 Text [ en-US ] = "~Columns" ; \ 1147 1148 1149#define TXT_ROWS \ 1150 Text [ en-US ] = "~Rows" ; \ 1151 1152 1153ModalDialog RID_SCDLG_GROUP 1154{ 1155 HelpID = "sc:ModalDialog:RID_SCDLG_GROUP"; 1156 OutputSize = TRUE ; 1157 SVLook = TRUE ; 1158 Size = MAP_APPFONT ( 148 , 63 ) ; 1159 Moveable = TRUE ; 1160 Closeable = FALSE ; 1161 OKButton BTN_OK 1162 { 1163 Pos = MAP_APPFONT ( 92 , 6 ) ; 1164 Size = MAP_APPFONT ( 50 , 14 ) ; 1165 TabStop = TRUE ; 1166 DefButton = TRUE ; 1167 }; 1168 CancelButton BTN_CANCEL 1169 { 1170 Pos = MAP_APPFONT ( 92 , 23 ) ; 1171 Size = MAP_APPFONT ( 50 , 14 ) ; 1172 TabStop = TRUE ; 1173 }; 1174 HelpButton BTN_HELP 1175 { 1176 Pos = MAP_APPFONT ( 92 , 43 ) ; 1177 Size = MAP_APPFONT ( 50 , 14 ) ; 1178 TabStop = TRUE ; 1179 }; 1180 RadioButton BTN_GROUP_ROWS 1181 { 1182 // HelpID, weil die generierten aus den Ableitungen nicht in die hid.lst kommen 1183 HelpId = HID_SC_GROUP_ROWS ; 1184 Pos = MAP_APPFONT ( 12 , 14 ) ; 1185 Size = MAP_APPFONT ( 71 , 10 ) ; 1186 TXT_ROWS 1187 TabStop = TRUE ; 1188 }; 1189 RadioButton BTN_GROUP_COLS 1190 { 1191 // HelpID, weil die generierten aus den Ableitungen nicht in die hid.lst kommen 1192 HelpId = HID_SC_GROUP_COLS ; 1193 Pos = MAP_APPFONT ( 12 , 28 ) ; 1194 Size = MAP_APPFONT ( 71 , 10 ) ; 1195 TXT_COLS 1196 TabStop = TRUE ; 1197 }; 1198 FixedLine FL_FRAME 1199 { 1200 Pos = MAP_APPFONT ( 6 , 3 ) ; 1201 Size = MAP_APPFONT ( 80 , 8 ) ; 1202 Text = "Aktivieren für" ; 1203 }; 1204 String STR_GROUP 1205 { 1206 Text [ en-US ] = "Include" ; 1207 }; 1208 String STR_UNGROUP 1209 { 1210 Text [ en-US ] = "Deactivate for" ; 1211 }; 1212 Text [ en-US ] = "Group" ; 1213}; 1214 1215 // Ableitungen 1216ModalDialog RID_SCDLG_GRP_MAKE < RID_SCDLG_GROUP { HelpId = CMD_SID_OUTLINE_MAKE ; }; 1217ModalDialog RID_SCDLG_GRP_KILL < RID_SCDLG_GROUP { HelpId = CMD_SID_OUTLINE_REMOVE ; }; 1218 1219 // RID_SCDLG_COLORROW wird nur in der Optionen-Sortierlisten-Seite benutzt 1220 1221ModalDialog RID_SCDLG_COLORROW 1222{ 1223 HelpID = "sc:ModalDialog:RID_SCDLG_COLORROW"; 1224 OutputSize = TRUE ; 1225 SVLook = TRUE ; 1226 Size = MAP_APPFONT ( 148 , 63 ) ; 1227 Moveable = TRUE ; 1228 Closeable = FALSE ; 1229 OKButton BTN_OK 1230 { 1231 Pos = MAP_APPFONT ( 92 , 6 ) ; 1232 Size = MAP_APPFONT ( 50 , 14 ) ; 1233 TabStop = TRUE ; 1234 DefButton = TRUE ; 1235 }; 1236 CancelButton BTN_CANCEL 1237 { 1238 Pos = MAP_APPFONT ( 92 , 23 ) ; 1239 Size = MAP_APPFONT ( 50 , 14 ) ; 1240 TabStop = TRUE ; 1241 }; 1242 HelpButton BTN_HELP 1243 { 1244 Pos = MAP_APPFONT ( 92 , 43 ) ; 1245 Size = MAP_APPFONT ( 50 , 14 ) ; 1246 TabStop = TRUE ; 1247 }; 1248 RadioButton BTN_GROUP_ROWS 1249 { 1250 HelpID = "sc:RadioButton:RID_SCDLG_COLORROW:BTN_GROUP_ROWS"; 1251 Pos = MAP_APPFONT ( 12 , 14 ) ; 1252 Size = MAP_APPFONT ( 71 , 10 ) ; 1253 TXT_ROWS 1254 TabStop = TRUE ; 1255 }; 1256 RadioButton BTN_GROUP_COLS 1257 { 1258 HelpID = "sc:RadioButton:RID_SCDLG_COLORROW:BTN_GROUP_COLS"; 1259 Pos = MAP_APPFONT ( 12 , 28 ) ; 1260 Size = MAP_APPFONT ( 71 , 10 ) ; 1261 TXT_COLS 1262 TabStop = TRUE ; 1263 }; 1264 FixedLine FL_FRAME 1265 { 1266 Pos = MAP_APPFONT ( 6 , 3 ) ; 1267 Size = MAP_APPFONT ( 80 , 8 ) ; 1268 }; 1269}; 1270 1271ModalDialog RID_SCDLG_NAMES_CREATE 1272{ 1273 OutputSize = TRUE ; 1274 SVLook = TRUE ; 1275 HelpID = CMD_FID_USE_NAME ; 1276 Size = MAP_APPFONT ( 174 , 72 ) ; 1277 Moveable = TRUE ; 1278 CheckBox BTN_TOP 1279 { 1280 HelpID = "sc:CheckBox:RID_SCDLG_NAMES_CREATE:BTN_TOP"; 1281 Pos = MAP_APPFONT ( 12 , 14 ) ; 1282 Size = MAP_APPFONT ( 93 , 10 ) ; 1283 TabStop = TRUE ; 1284 Text [ en-US ] = "~Top row" ; 1285 }; 1286 CheckBox BTN_LEFT 1287 { 1288 HelpID = "sc:CheckBox:RID_SCDLG_NAMES_CREATE:BTN_LEFT"; 1289 Pos = MAP_APPFONT ( 12 , 28 ) ; 1290 Size = MAP_APPFONT ( 93 , 10 ) ; 1291 TabStop = TRUE ; 1292 Text [ en-US ] = "~Left column" ; 1293 }; 1294 CheckBox BTN_BOTTOM 1295 { 1296 HelpID = "sc:CheckBox:RID_SCDLG_NAMES_CREATE:BTN_BOTTOM"; 1297 Pos = MAP_APPFONT ( 12 , 42 ) ; 1298 Size = MAP_APPFONT ( 93 , 10 ) ; 1299 TabStop = TRUE ; 1300 Text [ en-US ] = "~Bottom row" ; 1301 }; 1302 CheckBox BTN_RIGHT 1303 { 1304 HelpID = "sc:CheckBox:RID_SCDLG_NAMES_CREATE:BTN_RIGHT"; 1305 Pos = MAP_APPFONT ( 12 , 56 ) ; 1306 Size = MAP_APPFONT ( 93 , 10 ) ; 1307 TabStop = TRUE ; 1308 Text [ en-US ] = "~Right column" ; 1309 }; 1310 OKButton BTN_OK 1311 { 1312 Pos = MAP_APPFONT ( 116 , 6 ) ; 1313 Size = MAP_APPFONT ( 50 , 14 ) ; 1314 TabStop = TRUE ; 1315 DefButton = TRUE ; 1316 }; 1317 CancelButton BTN_CANCEL 1318 { 1319 Pos = MAP_APPFONT ( 116 , 23 ) ; 1320 Size = MAP_APPFONT ( 50 , 14 ) ; 1321 TabStop = TRUE ; 1322 }; 1323 HelpButton BTN_HELP 1324 { 1325 Pos = MAP_APPFONT ( 116 , 43 ) ; 1326 Size = MAP_APPFONT ( 50 , 14 ) ; 1327 TabStop = TRUE ; 1328 }; 1329 FixedLine FL_FRAME 1330 { 1331 Pos = MAP_APPFONT ( 6 , 3 ) ; 1332 Size = MAP_APPFONT ( 104 , 8 ) ; 1333 Text [ en-US ] = "Create names from" ; 1334 }; 1335 Text [ en-US ] = "Create Names" ; 1336}; 1337 1338ModalDialog RID_SCDLG_NAMES_PASTE 1339{ 1340 OutputSize = TRUE ; 1341 HelpId = CMD_FID_INSERT_NAME ; 1342 SVLook = TRUE ; 1343 Size = MAP_APPFONT ( 228 , 85 ) ; 1344 Moveable = TRUE ; 1345 FixedText FT_LABEL 1346 { 1347 Pos = MAP_APPFONT ( 6 , 3 ) ; 1348 Size = MAP_APPFONT ( 156 , 10 ) ; 1349 Text [ en-US ] = "Insert name" ; 1350 }; 1351 ListBox LB_ENTRYLIST 1352 { 1353 HelpID = "sc:ListBox:RID_SCDLG_NAMES_PASTE:LB_ENTRYLIST"; 1354 Border = TRUE ; 1355 Pos = MAP_APPFONT ( 6 , 14 ) ; 1356 Size = MAP_APPFONT ( 160 , 65 ) ; 1357 TabStop = TRUE ; 1358 VScroll = TRUE ; 1359 Sort = TRUE ; 1360 }; 1361 OKButton BTN_OK 1362 { 1363 Pos = MAP_APPFONT ( 172 , 4 ) ; 1364 Size = MAP_APPFONT ( 50 , 14 ) ; 1365 TabStop = TRUE ; 1366 DefButton = TRUE ; 1367 }; 1368 CancelButton BTN_CANCEL 1369 { 1370 Pos = MAP_APPFONT ( 172 , 21 ) ; 1371 Size = MAP_APPFONT ( 50 , 14 ) ; 1372 TabStop = TRUE ; 1373 }; 1374 HelpButton BTN_HELP 1375 { 1376 Pos = MAP_APPFONT ( 172 , 41 ) ; 1377 Size = MAP_APPFONT ( 50 , 14 ) ; 1378 TabStop = TRUE ; 1379 }; 1380 PushButton BTN_ADD 1381 { 1382 HelpID = "sc:PushButton:RID_SCDLG_NAMES_PASTE:BTN_ADD"; 1383 Pos = MAP_APPFONT ( 172 , 66 ) ; 1384 Size = MAP_APPFONT ( 50 , 14 ) ; 1385 TabStop = TRUE ; 1386 Text [ en-US ] = "Insert ~All" ; 1387 }; 1388 Text [ en-US ] = "Insert Name" ; 1389}; 1390 1391ModalDialog RID_SCDLG_CHARTCOLROW 1392{ 1393 HelpID = "sc:ModalDialog:RID_SCDLG_CHARTCOLROW"; 1394 OutputSize = TRUE ; 1395 SVLook = TRUE ; 1396 Size = MAP_APPFONT ( 191 , 63 ) ; 1397 Moveable = TRUE ; 1398 CheckBox 1 1399 { 1400 HelpID = "sc:CheckBox:RID_SCDLG_CHARTCOLROW:1"; 1401 Pos = MAP_APPFONT ( 12 , 28 ) ; 1402 Size = MAP_APPFONT ( 114 , 10 ) ; 1403 Text [ en-US ] = "First ~column as label" ; 1404 }; 1405 CheckBox 2 1406 { 1407 HelpID = "sc:CheckBox:RID_SCDLG_CHARTCOLROW:2"; 1408 Pos = MAP_APPFONT ( 12 , 14 ) ; 1409 Size = MAP_APPFONT ( 114 , 10 ) ; 1410 Text [ en-US ] = "First ~row as label" ; 1411 }; 1412 FixedLine 6 1413 { 1414 Pos = MAP_APPFONT ( 6 , 3 ) ; 1415 Size = MAP_APPFONT ( 123 , 8 ) ; 1416 Text [ en-US ] = "Labels" ; 1417 }; 1418 OKButton 3 1419 { 1420 Pos = MAP_APPFONT ( 135 , 6 ) ; 1421 Size = MAP_APPFONT ( 50 , 14 ) ; 1422 DefButton = TRUE ; 1423 }; 1424 CancelButton 4 1425 { 1426 Pos = MAP_APPFONT ( 135 , 23 ) ; 1427 Size = MAP_APPFONT ( 50 , 14 ) ; 1428 }; 1429 HelpButton 5 1430 { 1431 Pos = MAP_APPFONT ( 135 , 43 ) ; 1432 Size = MAP_APPFONT ( 50 , 14 ) ; 1433 }; 1434 Text [ en-US ] = "Change Source Data Range" ; 1435}; 1436 1437 1438 1439