merge the formfield patch from ooo-build
[ooovba.git] / sw / source / ui / table / mergetbl.src
blob9903dd3e772481fe94a325a54f1619374ab48221
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: mergetbl.src,v $
10  * $Revision: 1.24 $
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  ************************************************************************/
31 #include "table.hrc"
32 #include "mergetbl.hrc"
33 #include "cmdid.h"
34 #include "helpid.h"
35 ModalDialog DLG_MERGE_TABLE
37     HelpID = FN_TABLE_MERGE_TABLE ;
38     OutputSize = TRUE ;
39     SVLook = TRUE ;
40     Size = MAP_APPFONT ( 207 , 57 ) ;
41     Moveable = TRUE ;
42     OKButton PB_OK
43     {
44         Pos = MAP_APPFONT ( 151 , 6 ) ;
45         Size = MAP_APPFONT ( 50 , 14 ) ;
46         TabStop = TRUE ;
47         DefButton = TRUE ;
48     };
49     CancelButton PB_CANCEL
50     {
51         Pos = MAP_APPFONT ( 151 , 23 ) ;
52         Size = MAP_APPFONT ( 50 , 14 ) ;
53         TabStop = TRUE ;
54     };
55     HelpButton PB_HELP
56     {
57         Pos = MAP_APPFONT ( 151 , 40 ) ;
58         Size = MAP_APPFONT ( 50 , 14 ) ;
59         TabStop = TRUE ;
60     };
61     FixedLine FL_MERGE
62     {
63         Pos = MAP_APPFONT ( 6 , 3 ) ;
64         Size = MAP_APPFONT ( 139 , 8 ) ;
65         Text [ en-US ] = "Mode" ;
66     };
67     RadioButton RB_MERGE_PREV
68     {
69         Pos = MAP_APPFONT ( 12 , 15 ) ;
70         Size = MAP_APPFONT ( 130 , 10 ) ;
71         Check = TRUE ;
72         TabStop = TRUE ;
73         Text [ en-US ] = "Join with ~previous table";
74     };
75     RadioButton RB_MERGE_NEXT
76     {
77         Pos = MAP_APPFONT ( 12 , 30 ) ;
78         Size = MAP_APPFONT ( 130 , 10 ) ;
79         Text [ en-US ] = "Join with ~next table";
80     };
81     Text [ en-US ] = "Merge Tables";