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 <mmpreparemergepage.hrc>
28#include <dbui.hrc>
29#include <helpid.h>
30
31TabPage DLG_MM_PREPAREMERGE_PAGE
32{
33    HelpID = HID_MM_PREPAREMERGEPAGE ;
34    Size = MAP_APPFONT ( 260 , 250 ) ;
35    Hide = TRUE ;
36
37    FixedText FI_HEADER
38    {
39        Pos = MAP_APPFONT ( 6 , 8 ) ;
40        Size = MAP_APPFONT ( 248 , 8 ) ;
41        Text[ en-US ] = "Preview and edit the document";
42    };
43
44    FixedText   FI_PREVIEW
45    {
46        Pos = MAP_APPFONT ( 6 , 27 ) ;
47        Size = MAP_APPFONT ( 248 , 26 ) ;
48        WordBreak = TRUE;
49        Text[ en-US ] = "The preview of a merged document is visible now. To see the preview of another document click one of the arrows.";
50    };
51    FixedText   FT_RECIPIENT
52    {
53        Pos = MAP_APPFONT ( 12 , 58 ) ;
54        Size = MAP_APPFONT ( 50 , 8 ) ;
55        Text[ en-US ] = "~Recipient";
56    };
57
58    PushButton  PB_FIRST
59    {
60        HelpID = "sw:PushButton:DLG_MM_PREPAREMERGE_PAGE:PB_FIRST";
61        Pos = MAP_APPFONT ( 75 , 55 ) ;
62        Size = MAP_APPFONT ( 20 , 14 ) ;
63        Text = "|<" ;
64        QuickHelpText [en-US] = "First";
65    };
66    PushButton  PB_PREV
67    {
68        HelpID = "sw:PushButton:DLG_MM_PREPAREMERGE_PAGE:PB_PREV";
69        Pos = MAP_APPFONT ( 98 , 55 ) ;
70        Size = MAP_APPFONT ( 20 , 14 ) ;
71        Text = "<" ;
72        QuickHelpText [en-US] = "Previous";
73    };
74    NumericField ED_RECORD
75    {
76        HelpID = "sw:NumericField:DLG_MM_PREPAREMERGE_PAGE:ED_RECORD";
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        HelpID = "sw:PushButton:DLG_MM_PREPAREMERGE_PAGE:PB_NEXT";
90        Pos = MAP_APPFONT ( 144 , 55 ) ;
91        Size = MAP_APPFONT ( 20 , 14 ) ;
92        Text = ">" ;
93        QuickHelpText [en-US] = "Next";
94    };
95    PushButton  PB_LAST
96    {
97        HelpID = "sw:PushButton:DLG_MM_PREPAREMERGE_PAGE:PB_LAST";
98        Pos = MAP_APPFONT ( 167 , 55 ) ;
99        Size = MAP_APPFONT ( 20 , 14 ) ;
100        Text = ">|" ;
101        QuickHelpText [en-US] = "Last";
102    };
103    CheckBox CB_EXCLUDE
104    {
105        HelpID = "sw:CheckBox:DLG_MM_PREPAREMERGE_PAGE:CB_EXCLUDE";
106        Pos = MAP_APPFONT ( 75, 77 ) ;
107        Size = MAP_APPFONT ( 179 , 10 ) ;
108        Text[ en-US ] = "E~xclude this recipient";
109    };
110    FixedLine   FL_NOTEHEADER
111    {
112        Pos = MAP_APPFONT ( 6 , 100 ) ;
113        Size = MAP_APPFONT ( 248 , 8 ) ;
114        Text[ en-US ] = "Edit Document";
115    };
116    FixedText   FI_EDIT
117    {
118        Pos = MAP_APPFONT ( 12 , 122 ) ;
119        Size = MAP_APPFONT ( 242 , 60 ) ;
120        WordBreak = TRUE;
121        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." ;
122    };
123    PushButton  PB_EDIT
124    {
125        HelpID = "sw:PushButton:DLG_MM_PREPAREMERGE_PAGE:PB_EDIT";
126        Pos = MAP_APPFONT ( 90 , 185 ) ;
127        Size = MAP_APPFONT ( 80 , 14 ) ;
128        Text[ en-US ] = "~Edit Document...";
129    };
130};
131
132
133