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#include <mmaddressblockpage.hrc> 24#include <dbui.hrc> 25#include <helpid.h> 26 27#define _ST_NONE_LIST \ 28 StringList [en-US]= \ 29 { \ 30 < "< none >" ; > ; \ 31 }; 32 33 34TabPage DLG_MM_ADDRESSBLOCK_PAGE 35{ 36 HelpID = HID_MM_ADDRESSBLOCKPAGE; 37 Size = MAP_APPFONT ( 260 , 250 ) ; 38 Hide = TRUE ; 39 40 FixedText FI_HEADER 41 { 42 Pos = MAP_APPFONT ( 6 , 8 ) ; 43 Size = MAP_APPFONT ( 248 , 8 ) ; 44 Text [ en-US ] = "Insert address block"; 45 }; 46 47 FixedText FI_FIRST 48 { 49 Pos = MAP_APPFONT ( 6 , 27 ) ; 50 Size = MAP_APPFONT ( 10 , 8 ) ; 51 Text[ en-US ] = "1."; 52 }; 53 FixedText FI_ADDRESSLIST 54 { 55 Pos = MAP_APPFONT ( 16 , 27 ) ; 56 Size = MAP_APPFONT ( 135 , 25 ) ; 57 WordBreak = TRUE; 58 Text[ en-US ] = "Select the address list containing the address data you want to use. This data is needed to create the address block."; 59 }; 60 PushButton PB_ADDRESSLIST 61 { 62 HelpID = "sw:PushButton:DLG_MM_ADDRESSBLOCK_PAGE:PB_ADDRESSLIST"; 63 Pos = MAP_APPFONT ( 154 , 27 ) ; 64 Size = MAP_APPFONT ( 100 , 14 ) ; 65 Text[ en-US ] = "Select A~ddress List..."; 66 }; 67 String STR_CHANGEADDRESS 68 { 69 Text[ en-US ] = "Select Different A~ddress List..."; 70 }; 71 FixedText FI_CURRENTADDRESS 72 { 73 Pos = MAP_APPFONT ( 154 , 44 ) ; 74 Size = MAP_APPFONT ( 100 , 8 ) ; 75 Hide = TRUE; 76 Text[ en-US ] = "Current address list: %1"; 77 }; 78 FixedLine FL_FIRST 79 { 80 Pos = MAP_APPFONT ( 6 , 55 ) ; 81 Size = MAP_APPFONT ( 248 , 8 ) ; 82 }; 83 FixedText FI_SECOND 84 { 85 Pos = MAP_APPFONT ( 6 , 66 ) ; 86 Size = MAP_APPFONT ( 10 , 8 ) ; 87 Text[ en-US ] = "2."; 88 }; 89 CheckBox CB_ADDRESS 90 { 91 HelpID = "sw:CheckBox:DLG_MM_ADDRESSBLOCK_PAGE:CB_ADDRESS"; 92 Pos = MAP_APPFONT ( 16 , 66 ) ; 93 Size = MAP_APPFONT ( 242 , 10 ) ; 94 Text[ en-US ] = "~This document shall contain an address block"; 95 }; 96 Window WIN_SETTINGS 97 { 98 Border = TRUE; 99 Pos = MAP_APPFONT ( 24 , 79 ) ; 100 Size = MAP_APPFONT ( 164 , 45 ) ; 101 }; 102 PushButton PB_SETTINGS 103 { 104 HelpID = "sw:PushButton:DLG_MM_ADDRESSBLOCK_PAGE:PB_SETTINGS"; 105 Pos = MAP_APPFONT ( 194 , 110 ) ; 106 Size = MAP_APPFONT ( 60 , 14 ) ; 107 Group = FALSE; 108 Text[ en-US ] = "~More..."; 109 }; 110 CheckBox CB_HIDE_EMPTY_PARA 111 { 112 HelpID = "sw:CheckBox:DLG_MM_ADDRESSBLOCK_PAGE:CB_HIDE_EMPTY_PARA"; 113 Pos = MAP_APPFONT ( 24 , 127 ) ; 114 Size = MAP_APPFONT ( 230 , 10 ) ; 115 Text[ en-US ] = "~Suppress lines with just empty fields"; 116 }; 117 FixedLine FL_SECOND 118 { 119 Pos = MAP_APPFONT ( 6 , 140 ) ; 120 Size = MAP_APPFONT ( 248 , 8 ) ; 121 }; 122 FixedText FI_THIRD 123 { 124 Pos = MAP_APPFONT ( 6 , 151 ) ; 125 Size = MAP_APPFONT ( 10 , 8 ) ; 126 Text[ en-US ] = "3."; 127 }; 128 FixedText FI_MATCH_FIELDS 129 { 130 Pos = MAP_APPFONT ( 16 , 151 ) ; 131 Size = MAP_APPFONT ( 175 , 16 ) ; 132 WordBreak = TRUE; 133 Text[ en-US ] = "Match the field name used in the mail merge to the column headers in your data source."; 134 }; 135 PushButton PB_ASSIGN 136 { 137 HelpID = "sw:PushButton:DLG_MM_ADDRESSBLOCK_PAGE:PB_ASSIGN"; 138 Pos = MAP_APPFONT ( 194 , 151 ) ; 139 Size = MAP_APPFONT ( 60 , 14 ) ; 140 Text[ en-US ] = "Match ~Fields..."; 141 }; 142 FixedLine FL_THIRD 143 { 144 Pos = MAP_APPFONT ( 6 , 169 ) ; 145 Size = MAP_APPFONT ( 248 , 8 ) ; 146 }; 147 FixedText FI_FOURTH 148 { 149 Pos = MAP_APPFONT ( 6 , 180 ) ; 150 Size = MAP_APPFONT ( 10 , 8 ) ; 151 Text[ en-US ] = "4."; 152 }; 153 FixedText FI_PREVIEW 154 { 155 Pos = MAP_APPFONT ( 16 , 180 ) ; 156 Size = MAP_APPFONT ( 228 , 8 ) ; 157 Text[ en-US ] = "Check if the address data matches correctly."; 158 }; 159 Window WIN_PREVIEW 160 { 161 Border = TRUE; 162 Pos = MAP_APPFONT ( 12 , 191 ) ; 163 Size = MAP_APPFONT ( 176 , 46 ) ; 164 }; 165 FixedText FI_DOCINDEX 166 { 167 Pos = MAP_APPFONT ( 111 , 239 ) ; 168 Size = MAP_APPFONT ( 50 , 8 ) ; 169 Right = TRUE; 170 }; 171 ImageButton IB_PREVSET 172 { 173 HelpID = "sw:ImageButton:DLG_MM_ADDRESSBLOCK_PAGE:IB_PREVSET"; 174 Pos = MAP_APPFONT ( 167 , 238 ) ; 175 Size = MAP_APPFONT ( 10 , 10 ) ; 176 SYMBOL = IMAGEBUTTON_PREV; 177 QuickHelpText[ en-US ] = "Preview Previous Address Block"; 178 }; 179 ImageButton IB_NEXTSET 180 { 181 HelpID = "sw:ImageButton:DLG_MM_ADDRESSBLOCK_PAGE:IB_NEXTSET"; 182 Pos = MAP_APPFONT ( 178 , 238 ) ; 183 Size = MAP_APPFONT ( 10 , 10 ) ; 184 SYMBOL = IMAGEBUTTON_NEXT ; 185 QuickHelpText[ en-US ] = "Preview Next Address Block"; 186 }; 187 String STR_DOCUMENT 188 { 189 Text[ en-US ] = "Document: %1"; 190 }; 191}; 192 193/*-- 13.04.2004 16:07:28--------------------------------------------------- 194 195 -----------------------------------------------------------------------*/ 196ModalDialog DLG_MM_SELECTADDRESSBLOCK 197{ 198 OutputSize = TRUE ; 199 SVLook = TRUE ; 200 HelpID = HID_MM_SELECTADDRESSBLOCK; 201 Size = MAP_APPFONT ( 260 , 219 ) ; 202 Moveable = TRUE ; 203 204 Text [ en-US ] = "Select Address Block"; 205 206 FixedText FT_SELECT 207 { 208 Pos = MAP_APPFONT ( 6 , 3 ) ; 209 Size = MAP_APPFONT ( 150 , 8 ) ; 210 Text[ en-US ] = "~Select your preferred address block"; 211 }; 212 Window WIN_PREVIEW 213 { 214 Border = TRUE; 215 Pos = MAP_APPFONT ( 6 , 14 ) ; 216 Size = MAP_APPFONT ( 192 , 100 ) ; 217 DialogControl = TRUE; 218 }; 219 PushButton PB_NEW 220 { 221 HelpID = "sw:PushButton:DLG_MM_SELECTADDRESSBLOCK:PB_NEW"; 222 Pos = MAP_APPFONT ( 204 , 14 ) ; 223 Size = MAP_APPFONT ( 50 , 14 ) ; 224 Text[ en-US ] = "~New..."; 225 }; 226 PushButton PB_CUSTOMIZE 227 { 228 HelpID = "sw:PushButton:DLG_MM_SELECTADDRESSBLOCK:PB_CUSTOMIZE"; 229 Pos = MAP_APPFONT ( 204 , 31 ) ; 230 Size = MAP_APPFONT ( 50 , 14 ) ; 231 Text[ en-US ] = "~Edit..."; 232 }; 233 PushButton PB_DELETE 234 { 235 HelpID = "sw:PushButton:DLG_MM_SELECTADDRESSBLOCK:PB_DELETE"; 236 Pos = MAP_APPFONT ( 204 , 48 ) ; 237 Size = MAP_APPFONT ( 50 , 14 ) ; 238 Group = FALSE; 239 Text[ en-US ] = "~Delete"; 240 }; 241 242 FixedText FI_SETTINGS 243 { 244 Pos = MAP_APPFONT ( 6 , 120 ) ; 245 Size = MAP_APPFONT ( 150 , 8 ) ; 246 Text[ en-US ] = "Address block settings"; 247 }; 248 RadioButton RB_NEVER 249 { 250 HelpID = "sw:RadioButton:DLG_MM_SELECTADDRESSBLOCK:RB_NEVER"; 251 Pos = MAP_APPFONT ( 12 , 131 ) ; 252 Size = MAP_APPFONT ( 150 , 10 ) ; 253 Text[ en-US ] = "N~ever include the country/region"; 254 }; 255 RadioButton RB_ALWAYS 256 { 257 HelpID = "sw:RadioButton:DLG_MM_SELECTADDRESSBLOCK:RB_ALWAYS"; 258 Pos = MAP_APPFONT ( 12 , 145 ) ; 259 Size = MAP_APPFONT ( 150 , 10 ) ; 260 Text[ en-US ] = "~Always include the country/region"; 261 }; 262 RadioButton RB_DEPENDENT 263 { 264 HelpID = "sw:RadioButton:DLG_MM_SELECTADDRESSBLOCK:RB_DEPENDENT"; 265 Pos = MAP_APPFONT ( 12 , 159 ) ; 266 Size = MAP_APPFONT ( 150 , 10 ) ; 267 Text[ en-US ] = "Only ~include the country/region if it is not:"; 268 }; 269 Edit ED_COUNTRY 270 { 271 HelpID = "sw:Edit:DLG_MM_SELECTADDRESSBLOCK:ED_COUNTRY"; 272 Pos = MAP_APPFONT ( 18 , 172 ) ; 273 Size = MAP_APPFONT ( 180 , 12 ) ; 274 Border = TRUE; 275 }; 276 277 FixedLine FL_SEPARATOR 278 { 279 Pos = MAP_APPFONT ( 0 , 188 ) ; 280 Size = MAP_APPFONT ( 260 , 8 ) ; 281 }; 282 283 OKButton PB_OK 284 { 285 Pos = MAP_APPFONT ( 95 , 199 ) ; 286 Size = MAP_APPFONT ( 50 , 14 ) ; 287 }; 288 CancelButton PB_CANCEL 289 { 290 Pos = MAP_APPFONT ( 148 , 199 ) ; 291 Size = MAP_APPFONT ( 50 , 14 ) ; 292 }; 293 HelpButton PB_HELP 294 { 295 Pos = MAP_APPFONT ( 204 , 199 ) ; 296 Size = MAP_APPFONT ( 50 , 14 ) ; 297 }; 298}; 299 300/*-- 13.04.2004 16:07:28--------------------------------------------------- 301 302 -----------------------------------------------------------------------*/ 303 304#define WORKAROUND\ 305 Text [ en-US ] = "New Address Block"; 306 307 308ModalDialog DLG_MM_CUSTOMIZEADDRESSBLOCK 309{ 310 OutputSize = TRUE ; 311 SVLook = TRUE ; 312 HelpID = HID_MM_CUSTOMIZEADDRESSBLOCK; 313 Size = MAP_APPFONT ( 320 , 176 ) ; 314 Moveable = TRUE ; 315 316 WORKAROUND 317 318 String ST_TITLE_EDIT 319 { 320 Text [ en-US ] = "Edit Address Block"; 321 }; 322 323 String ST_TITLE_MALE 324 { 325 Text [ en-US ] = "Custom Salutation (Male Recipients)"; 326 }; 327 String ST_TITLE_FEMALE 328 { 329 Text [ en-US ] = "Custom Salutation (Female Recipients)"; 330 }; 331 FixedText FT_ADDRESSELEMENTS 332 { 333 Pos = MAP_APPFONT ( 6 , 3 ) ; 334 Size = MAP_APPFONT ( 60 , 8 ) ; 335 Text[ en-US ] = "Address ~elements" ; 336 }; 337 String ST_SALUTATIONELEMENTS 338 { 339 Text[ en-US ] = "Salutation e~lements" ; 340 }; 341 Control LB_ADDRESSELEMENTS 342 { 343 Pos = MAP_APPFONT ( 6 , 14 ) ; 344 Size = MAP_APPFONT ( 68 , 121 ) ; 345 TabStop = TRUE; 346 Border = TRUE; 347 }; 348 ImageButton IB_INSERTFIELD 349 { 350 HelpID = "sw:ImageButton:DLG_MM_CUSTOMIZEADDRESSBLOCK:IB_INSERTFIELD"; 351 Pos = MAP_APPFONT ( 80 , 29 ) ; 352 Size = MAP_APPFONT ( 14 , 14 ) ; 353 Symbol = IMAGEBUTTON_ARROW_RIGHT; 354 QuickHelpText[ en-US ] = "Add to address"; 355 }; 356 String ST_INSERTSALUTATIONFIELD 357 { 358 Text[ en-US ] = "Add to salutation"; 359 }; 360 ImageButton IB_REMOVEFIELD 361 { 362 HelpID = "sw:ImageButton:DLG_MM_CUSTOMIZEADDRESSBLOCK:IB_REMOVEFIELD"; 363 Pos = MAP_APPFONT ( 80 , 46 ) ; 364 Size = MAP_APPFONT ( 14 , 14 ) ; 365 Symbol = IMAGEBUTTON_ARROW_LEFT; 366 QuickHelpText[ en-US ] = "Remove from address"; 367 }; 368 String ST_REMOVESALUTATIONFIELD 369 { 370 Text[ en-US ] = "Remove from salutation"; 371 }; 372 FixedText FT_DRAG 373 { 374 Pos = MAP_APPFONT ( 100 , 3 ) ; 375 Size = MAP_APPFONT ( 210 , 8 ) ; 376 Text[ en-US ] = "1. Drag address elements here" ; 377 }; 378 String ST_DRAGSALUTATION 379 { 380 Text[ en-US ] = "1. ~Drag salutation elements into the box below" ; 381 }; 382 MultiLineEdit ED_DRAG 383 { 384 HelpID = "sw:MultiLineEdit:DLG_MM_CUSTOMIZEADDRESSBLOCK:ED_DRAG"; 385 Pos = MAP_APPFONT ( 106 , 14 ) ; 386 Size = MAP_APPFONT ( 160 , 60 ) ; 387 Border = TRUE; 388 }; 389 ImageButton IB_UP 390 { 391 HelpID = "sw:ImageButton:DLG_MM_CUSTOMIZEADDRESSBLOCK:IB_UP"; 392 Pos = MAP_APPFONT ( 285 , 14 ) ; 393 Size = MAP_APPFONT ( 14 , 14 ) ; 394 Symbol = IMAGEBUTTON_ARROW_UP; 395 QuickHelpText[ en-US ] = "Move up"; 396 }; 397 ImageButton IB_LEFT 398 { 399 HelpID = "sw:ImageButton:DLG_MM_CUSTOMIZEADDRESSBLOCK:IB_LEFT"; 400 Pos = MAP_APPFONT ( 270 , 29 ) ; 401 Size = MAP_APPFONT ( 14 , 14 ) ; 402 Symbol = IMAGEBUTTON_ARROW_LEFT; 403 QuickHelpText[ en-US ] = "Move left"; 404 }; 405 ImageButton IB_RIGHT 406 { 407 HelpID = "sw:ImageButton:DLG_MM_CUSTOMIZEADDRESSBLOCK:IB_RIGHT"; 408 Pos = MAP_APPFONT ( 300 , 29 ) ; 409 Size = MAP_APPFONT ( 14 , 14 ) ; 410 Symbol = IMAGEBUTTON_ARROW_RIGHT; 411 QuickHelpText[ en-US ] = "Move right"; 412 }; 413 ImageButton IB_DOWN 414 { 415 HelpID = "sw:ImageButton:DLG_MM_CUSTOMIZEADDRESSBLOCK:IB_DOWN"; 416 Pos = MAP_APPFONT ( 285 , 48 ) ; 417 Size = MAP_APPFONT ( 14 , 14 ) ; 418 Symbol = IMAGEBUTTON_ARROW_DOWN; 419 QuickHelpText[ en-US ] = "Move down"; 420 }; 421 FixedText FT_FIELD 422 { 423 Pos = MAP_APPFONT ( 100 , 78 ) ; 424 Size = MAP_APPFONT ( 160 , 8 ) ; 425 Hide = TRUE; 426 Text[ en-US ] = "2. Customi~ze salutation"; 427 }; 428 ComboBox CB_FIELD 429 { 430 HelpID = "sw:ComboBox:DLG_MM_CUSTOMIZEADDRESSBLOCK:CB_FIELD"; 431 Pos = MAP_APPFONT ( 106 , 89 ) ; 432 Size = MAP_APPFONT ( 160 , 50 ) ; 433 Border = TRUE; 434 DropDown = TRUE; 435 Hide = TRUE; 436 }; 437 FixedText FI_PREVIEW 438 { 439 Pos = MAP_APPFONT ( 106 , 105 ) ; 440 Size = MAP_APPFONT ( 160 , 8 ) ; 441 Text[ en-US ] = "Preview"; 442 }; 443 Window WIN_PREVIEW 444 { 445 Pos = MAP_APPFONT ( 106 , 116 ) ; 446 Size = MAP_APPFONT ( 160 , 19 ) ; 447 Border = TRUE; 448 }; 449 FixedLine FL_SEPARATOR 450 { 451 Pos = MAP_APPFONT ( 0 , 145 ) ; 452 Size = MAP_APPFONT ( 320 , 8 ) ; 453 }; 454 OKButton PB_OK 455 { 456 Pos = MAP_APPFONT ( 155 , 156 ) ; 457 Size = MAP_APPFONT ( 50 , 14 ) ; 458 }; 459 CancelButton PB_CANCEL 460 { 461 Pos = MAP_APPFONT ( 208 , 156 ) ; 462 Size = MAP_APPFONT ( 50 , 14 ) ; 463 }; 464 HelpButton PB_HELP 465 { 466 Pos = MAP_APPFONT ( 264 , 156 ) ; 467 Size = MAP_APPFONT ( 50 , 14 ) ; 468 }; 469 String ST_SALUTATION 470 { 471 Text[ en-US ] = "Salutation"; 472 }; 473 String ST_PUNCTUATION 474 { 475 Text[ en-US ] = "Punctuation Mark"; 476 }; 477 String ST_TEXT 478 { 479 Text[ en-US ] = "Text"; 480 }; 481 StringArray RA_SALUTATION_MALE 482 { 483 ItemList = 484 { 485 < "Sehr geehrter Herr <2>," ; > ; 486 < "Lieber Herr <2>," ; > ; 487 < "Hallo Herr <2>," ; > ; 488 < "Hallo <1>," ; > ; 489 }; 490 ItemList [en-US]= 491 { 492 < "Dear Mr. <2>," ; > ; 493 < "Mr. <2>," ; > ; 494 < "Dear <1>," ; > ; 495 < "Hello <1>," ; > ; 496 }; 497 }; 498 StringArray RA_SALUTATION_FEMALE 499 { 500 ItemList = 501 { 502 < "Sehr geehrte Frau <2>," ; > ; 503 < "Liebe Frau <2>," ; > ; 504 < "Hallo Frau <2>," ; > ; 505 < "Hallo <1>," ; > ; 506 }; 507 ItemList [en-US]= 508 { 509 < "Dear Mrs. <2>," ; > ; 510 < "Ms. <2>," ; > ; 511 < "Dear <1>," ; > ; 512 < "Hello <1>," ; > ; 513 }; 514 }; 515 StringArray RA_PUNCTUATION 516 { 517 ItemList = 518 { 519 < "," ; > ; 520 < ":" ; > ; 521 < "!" ; > ; 522 < "(kein)" ; > ; 523 }; 524 ItemList [en-US]= 525 { 526 < "," ; > ; 527 < ":" ; > ; 528 < "!" ; > ; 529 < "(none)" ; > ; 530 }; 531 }; 532}; 533/*-- 13.04.2004 17:45:24--------------------------------------------------- 534 535 -----------------------------------------------------------------------*/ 536ModalDialog DLG_MM_ASSIGNFIELDS 537{ 538 OutputSize = TRUE ; 539 SVLook = TRUE ; 540 HelpID = HID_MM_ASSIGNFIELDS; 541 Size = MAP_APPFONT ( 260 , 245 ) ; 542 Moveable = TRUE ; 543 544 Text [ en-US ] = "Match Fields"; 545 546 FixedText FI_MATCHING 547 { 548 Pos = MAP_APPFONT ( 6 , 3 ) ; 549 Size = MAP_APPFONT ( 240 , 20 ) ; 550 WordBreak = TRUE; 551 Text[ en-US ] = "Assign the fields from your data source to match the address elements." ; 552 }; 553 String ST_SALUTATIONMATCHING 554 { 555 Text[ en-US ] = "Assign the fields from your data source to match the salutation elements." ; 556 }; 557 Control CT_FIELDS 558 { 559 Pos = MAP_APPFONT ( 6 , 26 ) ; 560 Size = MAP_APPFONT ( 248 , 120 ) ; 561 Border = TRUE; 562 DialogControl = TRUE; 563 ScrollBar SCR_1 564 { 565 Pos = MAP_APPFONT ( 238 , 10 ) ; 566 Size = MAP_APPFONT ( 10 , 110 ) ; 567 }; 568 FixedText FT_FIELDS 569 { 570 Pos = MAP_APPFONT ( 6 , 6 ) ; 571 Size = MAP_APPFONT ( 70 , 8 ) ; 572 }; 573 Window WIN_DATA 574 { 575 Pos = MAP_APPFONT ( 0 , 0 ) ; 576 Size = MAP_APPFONT ( 248 , 120 ) ; 577 DialogControl = TRUE; 578 }; 579 ListBox LB_FIELDS 580 { 581 HelpID = "sw:ListBox:DLG_MM_ASSIGNFIELDS:LB_FIELDS"; 582 Pos = MAP_APPFONT ( 83 , 4 ) ; 583 Size = MAP_APPFONT ( 74 , 50 ) ; 584 TabStop = TRUE; 585 Border = TRUE; 586 DropDown = TRUE; 587 _ST_NONE_LIST 588 }; 589 FixedText FT_PREVIEW 590 { 591 Pos = MAP_APPFONT ( 165 , 6 ) ; 592 Size = MAP_APPFONT ( 70 , 8 ) ; 593 }; 594 }; 595 FixedText FI_PREVIEW 596 { 597 Pos = MAP_APPFONT ( 6 , 152 ) ; 598 Size = MAP_APPFONT ( 248 , 8 ) ; 599 Text[ en-US ] = "Address block preview"; 600 }; 601 String ST_SALUTATIONPREVIEW 602 { 603 Text[ en-US ] = "Salutation preview"; 604 }; 605 Window WIN_PREVIEW 606 { 607 Pos = MAP_APPFONT ( 6 , 163 ) ; 608 Size = MAP_APPFONT ( 248 , 45 ) ; 609 Border = TRUE; 610 }; 611 FixedLine FL_SEPARATOR 612 { 613 Pos = MAP_APPFONT ( 0 , 214 ) ; 614 Size = MAP_APPFONT ( 260 , 8 ) ; 615 }; 616 OKButton PB_OK 617 { 618 Pos = MAP_APPFONT ( 95 , 225 ) ; 619 Size = MAP_APPFONT ( 50 , 14 ) ; 620 }; 621 CancelButton PB_CANCEL 622 { 623 Pos = MAP_APPFONT ( 148 , 225 ) ; 624 Size = MAP_APPFONT ( 50 , 14 ) ; 625 }; 626 HelpButton PB_HELP 627 { 628 Pos = MAP_APPFONT ( 204 , 225 ) ; 629 Size = MAP_APPFONT ( 50 , 14 ) ; 630 }; 631 String ST_ADDRESSELEMENT 632 { 633 Text[ en-US ] = "Address elements" ; 634 }; 635 String ST_SALUTATIONELEMENT 636 { 637 Text[ en-US ] = "Salutation elements" ; 638 }; 639 String ST_MATCHESTO 640 { 641 Text[ en-US ] = "Matches to field:" ; 642 }; 643 String ST_PREVIEW 644 { 645 Text[ en-US ] = "Preview" ; 646 }; 647 String ST_NONE 648 { 649 Text [en-US] = "< none >"; 650 }; 651}; 652