Update ooo320-m1
[ooovba.git] / sw / source / ui / dbui / mmpreparemergepage.src
blob9e3322e39edee307262fb0a8a783324d04ff777b
1 /*************************************************************************
2  *
3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4  * 
5  * Copyright 2008 by Sun Microsystems, Inc.
6  *
7  * OpenOffice.org - a multi-platform office productivity suite
8  *
9  * $RCSfile: mmpreparemergepage.src,v $
10  * $Revision: 1.9 $
11  *
12  * This file is part of OpenOffice.org.
13  *
14  * OpenOffice.org is free software: you can redistribute it and/or modify
15  * it under the terms of the GNU Lesser General Public License version 3
16  * only, as published by the Free Software Foundation.
17  *
18  * OpenOffice.org is distributed in the hope that it will be useful,
19  * but WITHOUT ANY WARRANTY; without even the implied warranty of
20  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
21  * GNU Lesser General Public License version 3 for more details
22  * (a copy is included in the LICENSE file that accompanied this code).
23  *
24  * You should have received a copy of the GNU Lesser General Public License
25  * version 3 along with OpenOffice.org.  If not, see
26  * <http://www.openoffice.org/license.html>
27  * for a copy of the LGPLv3 License.
28  *
29  ************************************************************************/
30 #include <mmpreparemergepage.hrc>
31 #include <dbui.hrc>
32 #include <helpid.h>
34 TabPage DLG_MM_PREPAREMERGE_PAGE
36     HelpID = HID_MM_PREPAREMERGEPAGE ;
37     Size = MAP_APPFONT ( 260 , 250 ) ;
38     Hide = TRUE ;
40     FixedText FI_HEADER
41     {
42         Pos = MAP_APPFONT ( 6 , 8 ) ;
43         Size = MAP_APPFONT ( 248 , 8 ) ;
44         Text[ en-US ] = "Preview and edit the document";
45     };
47     FixedText   FI_PREVIEW
48     {
49         Pos = MAP_APPFONT ( 6 , 27 ) ;
50         Size = MAP_APPFONT ( 248 , 26 ) ;
51         WordBreak = TRUE;
52         Text[ en-US ] = "The preview of a merged document is visible now. To see the preview of another document click one of the arrows.";
53     };
54     FixedText   FT_RECIPIENT
55     {
56         Pos = MAP_APPFONT ( 12 , 58 ) ;
57         Size = MAP_APPFONT ( 50 , 8 ) ;
58         Text[ en-US ] = "~Recipient";
59     };
61     PushButton  PB_FIRST
62     {
63         Pos = MAP_APPFONT ( 75 , 55 ) ;
64         Size = MAP_APPFONT ( 20 , 14 ) ;
65         Text = "|<" ;
66         QuickHelpText [en-US] = "First";
67     };
68     PushButton  PB_PREV
69     {
70         Pos = MAP_APPFONT ( 98 , 55 ) ;
71         Size = MAP_APPFONT ( 20 , 14 ) ;
72         Text = "<" ;
73         QuickHelpText [en-US] = "Previous";
74     };
75     NumericField ED_RECORD
76     {
77         Pos = MAP_APPFONT ( 121 , 56 ) ;
78         Size = MAP_APPFONT ( 20 , 12 ) ;
79         Border = TRUE ;
80         Left = TRUE ;
81         First = 1 ;
82         Minimum = 1 ;
83         Repeat = TRUE ;
84         Spin = FALSE ;
85         TabStop = TRUE ;
86     };
87     PushButton  PB_NEXT
88     {
89         Pos = MAP_APPFONT ( 144 , 55 ) ;
90         Size = MAP_APPFONT ( 20 , 14 ) ;
91         Text = ">" ;
92         QuickHelpText [en-US] = "Next";
93     };
94     PushButton  PB_LAST
95     {
96         Pos = MAP_APPFONT ( 167 , 55 ) ;
97         Size = MAP_APPFONT ( 20 , 14 ) ;
98         Text = ">|" ;
99         QuickHelpText [en-US] = "Last";
100     };
101     CheckBox CB_EXCLUDE
102     {
103         Pos = MAP_APPFONT ( 75, 77 ) ;
104         Size = MAP_APPFONT ( 179 , 10 ) ;
105         Text[ en-US ] = "E~xclude this recipient";
106     };
107     FixedLine   FL_NOTEHEADER
108     {
109         Pos = MAP_APPFONT ( 6 , 100 ) ;
110         Size = MAP_APPFONT ( 248 , 8 ) ;
111         Text[ en-US ] = "Edit Document";
112     };
113     FixedText   FI_EDIT
114     {
115         Pos = MAP_APPFONT ( 12 , 122 ) ;
116         Size = MAP_APPFONT ( 242 , 60 ) ;
117         WordBreak = TRUE;
118         Text[ en-US ] = "Write or edit your document now if you have not already done so. The changes will effect all merged documents.\n\nClicking 'Edit Document...' will temporarily reduce the wizard to a small window so you can edit the mail merge document. After editing the document, return to the wizard by clicking 'Return to Mail Merge Wizard' in the small window." ;
119     };
120     PushButton  PB_EDIT
121     {
122         Pos = MAP_APPFONT ( 90 , 185 ) ;
123         Size = MAP_APPFONT ( 80 , 14 ) ;
124         Text[ en-US ] = "~Edit Document...";
125     };