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 <mmdocselectpage.hrc>
28#include <dbui.hrc>
29#include <helpid.h>
30TabPage DLG_MM_DOCSELECT_PAGE
31{
32    HelpID = HID_MM_DOCSELECTPAGE ;
33    Size = MAP_APPFONT ( 260 , 250 ) ;
34    Hide = TRUE ;
35
36    FixedText FI_HEADER
37    {
38        Pos = MAP_APPFONT ( 6 , 8 ) ;
39        Size = MAP_APPFONT ( 248 , 8 ) ;
40        Text [ en-US ] = "Select starting document for the mail merge";
41    };
42    FixedText   FT_HOWTO
43    {
44        Pos = MAP_APPFONT ( 6 , 27 ) ;
45        Size = MAP_APPFONT ( 248 , 8 ) ;
46        Text [ en-US ] = "Select the document upon which to base the mail merge document";
47    };
48    RadioButton RB_CURRENTDOC
49    {
50        HelpID = "sw:RadioButton:DLG_MM_DOCSELECT_PAGE:RB_CURRENTDOC";
51        Pos = MAP_APPFONT ( 12 , 48 ) ;
52        Size = MAP_APPFONT ( 190 , 10 ) ;
53        Text[ en-US ] = "Use the current ~document";
54    };
55    RadioButton RB_NEWDOC
56    {
57        HelpID = "sw:RadioButton:DLG_MM_DOCSELECT_PAGE:RB_NEWDOC";
58        Pos = MAP_APPFONT ( 12 , 66 ) ;
59        Size = MAP_APPFONT ( 190 , 10 ) ;
60        Text[ en-US ] = "Create a ne~w document";
61    };
62    RadioButton RB_LOADDOC
63    {
64        HelpID = "sw:RadioButton:DLG_MM_DOCSELECT_PAGE:RB_LOADDOC";
65        Pos = MAP_APPFONT ( 12 ,  84) ;
66        Size = MAP_APPFONT ( 190 , 10 ) ;
67        Text[ en-US ] = "Start from ~existing document";
68    };
69    PushButton  PB_LOADDOC
70    {
71        HelpID = "sw:PushButton:DLG_MM_DOCSELECT_PAGE:PB_LOADDOC";
72        Pos = MAP_APPFONT ( 204 ,  80) ;
73        Size = MAP_APPFONT ( 50 , 14 ) ;
74        Text[ en-US ] = "B~rowse...";
75    };
76    RadioButton RB_LOADTEMPLATE
77    {
78        HelpID = "sw:RadioButton:DLG_MM_DOCSELECT_PAGE:RB_LOADTEMPLATE";
79        Pos = MAP_APPFONT ( 12 , 103 ) ;
80        Size = MAP_APPFONT ( 190 , 10 ) ;
81        Text[ en-US ] = "Start from a t~emplate";
82    };
83    PushButton  PB_BROWSETEMPLATE
84    {
85        HelpID = "sw:PushButton:DLG_MM_DOCSELECT_PAGE:PB_BROWSETEMPLATE";
86        Pos = MAP_APPFONT ( 204 , 99 ) ;
87        Size = MAP_APPFONT ( 50 , 14 ) ;
88        Text[ en-US ] = "B~rowse...";
89    };
90    RadioButton RB_RECENTDOC
91    {
92        HelpID = "sw:RadioButton:DLG_MM_DOCSELECT_PAGE:RB_RECENTDOC";
93        Pos = MAP_APPFONT ( 12 ,  120) ;
94        Size = MAP_APPFONT ( 190 , 10 ) ;
95        Text[ en-US ] = "Start fro~m a recently saved starting document";
96    };
97    ListBox     LB_RECENTDOC
98    {
99        HelpID = "sw:ListBox:DLG_MM_DOCSELECT_PAGE:LB_RECENTDOC";
100        Pos = MAP_APPFONT ( 20 , 134 ) ;
101        Size = MAP_APPFONT ( 180 , 50 ) ;
102        DropDown = TRUE;
103        Border = TRUE;
104    };
105};
106
107
108
109