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