1 /*************************************************************************
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
5 * Copyright 2008 by Sun Microsystems, Inc.
7 * OpenOffice.org - a multi-platform office productivity suite
9 * $RCSfile: mmdocselectpage.src,v $
12 * This file is part of OpenOffice.org.
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.
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).
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.
29 ************************************************************************/
30 #include <mmdocselectpage.hrc>
33 TabPage DLG_MM_DOCSELECT_PAGE
35 HelpID = HID_MM_DOCSELECTPAGE ;
36 Size = MAP_APPFONT ( 260 , 250 ) ;
41 Pos = MAP_APPFONT ( 6 , 8 ) ;
42 Size = MAP_APPFONT ( 248 , 8 ) ;
43 Text [ en-US ] = "Select starting document for the mail merge";
47 Pos = MAP_APPFONT ( 6 , 27 ) ;
48 Size = MAP_APPFONT ( 248 , 8 ) ;
49 Text [ en-US ] = "Select the document upon which to base the mail merge document";
51 RadioButton RB_CURRENTDOC
53 Pos = MAP_APPFONT ( 12 , 48 ) ;
54 Size = MAP_APPFONT ( 190 , 10 ) ;
55 Text[ en-US ] = "Use the current ~document";
59 Pos = MAP_APPFONT ( 12 , 66 ) ;
60 Size = MAP_APPFONT ( 190 , 10 ) ;
61 Text[ en-US ] = "Create a ne~w document";
63 RadioButton RB_LOADDOC
65 Pos = MAP_APPFONT ( 12 , 84) ;
66 Size = MAP_APPFONT ( 190 , 10 ) ;
67 Text[ en-US ] = "Start from ~existing document";
71 Pos = MAP_APPFONT ( 204 , 80) ;
72 Size = MAP_APPFONT ( 50 , 14 ) ;
73 Text[ en-US ] = "B~rowse...";
75 RadioButton RB_LOADTEMPLATE
77 Pos = MAP_APPFONT ( 12 , 103 ) ;
78 Size = MAP_APPFONT ( 190 , 10 ) ;
79 Text[ en-US ] = "Start from a t~emplate";
81 PushButton PB_BROWSETEMPLATE
83 Pos = MAP_APPFONT ( 204 , 99 ) ;
84 Size = MAP_APPFONT ( 50 , 14 ) ;
85 Text[ en-US ] = "B~rowse...";
87 RadioButton RB_RECENTDOC
89 Pos = MAP_APPFONT ( 12 , 120) ;
90 Size = MAP_APPFONT ( 190 , 10 ) ;
91 Text[ en-US ] = "Start fro~m a recently saved starting document";
95 Pos = MAP_APPFONT ( 20 , 134 ) ;
96 Size = MAP_APPFONT ( 180 , 50 ) ;