1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
3 * This file is part of the LibreOffice project.
5 * This Source Code Form is subject to the terms of the Mozilla Public
6 * License, v. 2.0. If a copy of the MPL was not distributed with this
7 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
9 * This file incorporates work covered by the following license notice:
11 * Licensed to the Apache Software Foundation (ASF) under one or more
12 * contributor license agreements. See the NOTICE file distributed
13 * with this work for additional information regarding copyright
14 * ownership. The ASF licenses this file to you under the Apache
15 * License, Version 2.0 (the "License"); you may not use this file
16 * except in compliance with the License. You may obtain a copy of
17 * the License at http://www.apache.org/licenses/LICENSE-2.0 .
19 #include <mmpreparemergepage.hrc>
23 TabPage DLG_MM_PREPAREMERGE_PAGE
25 HelpID = HID_MM_PREPAREMERGEPAGE ;
26 Size = MAP_APPFONT ( 260 , 250 ) ;
31 Pos = MAP_APPFONT ( 6 , 8 ) ;
32 Size = MAP_APPFONT ( 248 , 8 ) ;
33 Text[ en-US ] = "Preview and edit the document";
38 Pos = MAP_APPFONT ( 6 , 27 ) ;
39 Size = MAP_APPFONT ( 248 , 26 ) ;
41 Text[ en-US ] = "The preview of a merged document is visible now. To see the preview of another document click one of the arrows.";
43 FixedText FT_RECIPIENT
45 Pos = MAP_APPFONT ( 12 , 58 ) ;
46 Size = MAP_APPFONT ( 50 , 8 ) ;
47 Text[ en-US ] = "~Recipient";
52 HelpID = "sw:PushButton:DLG_MM_PREPAREMERGE_PAGE:PB_FIRST";
53 Pos = MAP_APPFONT ( 75 , 55 ) ;
54 Size = MAP_APPFONT ( 20 , 14 ) ;
56 QuickHelpText [en-US] = "First";
60 HelpID = "sw:PushButton:DLG_MM_PREPAREMERGE_PAGE:PB_PREV";
61 Pos = MAP_APPFONT ( 98 , 55 ) ;
62 Size = MAP_APPFONT ( 20 , 14 ) ;
64 QuickHelpText [en-US] = "Previous";
66 NumericField ED_RECORD
68 HelpID = "sw:NumericField:DLG_MM_PREPAREMERGE_PAGE:ED_RECORD";
69 Pos = MAP_APPFONT ( 121 , 56 ) ;
70 Size = MAP_APPFONT ( 20 , 12 ) ;
81 HelpID = "sw:PushButton:DLG_MM_PREPAREMERGE_PAGE:PB_NEXT";
82 Pos = MAP_APPFONT ( 144 , 55 ) ;
83 Size = MAP_APPFONT ( 20 , 14 ) ;
85 QuickHelpText [en-US] = "Next";
89 HelpID = "sw:PushButton:DLG_MM_PREPAREMERGE_PAGE:PB_LAST";
90 Pos = MAP_APPFONT ( 167 , 55 ) ;
91 Size = MAP_APPFONT ( 20 , 14 ) ;
93 QuickHelpText [en-US] = "Last";
97 HelpID = "sw:CheckBox:DLG_MM_PREPAREMERGE_PAGE:CB_EXCLUDE";
98 Pos = MAP_APPFONT ( 75, 77 ) ;
99 Size = MAP_APPFONT ( 179 , 10 ) ;
100 Text[ en-US ] = "E~xclude this recipient";
102 FixedLine FL_NOTEHEADER
104 Pos = MAP_APPFONT ( 6 , 100 ) ;
105 Size = MAP_APPFONT ( 248 , 8 ) ;
106 Text[ en-US ] = "Edit Document";
110 Pos = MAP_APPFONT ( 12 , 122 ) ;
111 Size = MAP_APPFONT ( 242 , 60 ) ;
113 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." ;
117 HelpID = "sw:PushButton:DLG_MM_PREPAREMERGE_PAGE:PB_EDIT";
118 Pos = MAP_APPFONT ( 90 , 185 ) ;
119 Size = MAP_APPFONT ( 80 , 14 ) ;
120 Text[ en-US ] = "~Edit Document...";
124 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */