Update ooo320-m1
[ooovba.git] / svx / source / cui / splitcelldlg.src
blob6d6660564b797ae30b17aa7d4c547bef399d542f
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: splitcelldlg.src,v $
10  * $Revision: 1.3 $
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 <svx/dialogs.hrc>
32 #include "splitcelldlg.hrc"
34 ModalDialog RID_SVX_SPLITCELLDLG
36     OutputSize = TRUE ;
37     SVLook = TRUE ;
38     Size = MAP_APPFONT ( 169 , 108 ) ;
39     Text [ en-US ] = "Split Cells" ;
40     Moveable = TRUE ;
41     
42     OKButton BT_OK
43     {
44         Pos = MAP_APPFONT ( 115 , 6 ) ;
45         Size = MAP_APPFONT ( 50 , 14 ) ;
46         TabStop = TRUE ;
47         DefButton = TRUE ;
48     };
49     CancelButton BT_CANCEL
50     {
51         Pos = MAP_APPFONT ( 115 , 23 ) ;
52         Size = MAP_APPFONT ( 50 , 14 ) ;
53         TabStop = TRUE ;
54     };
55     HelpButton BT_HELP
56     {
57         Pos = MAP_APPFONT ( 115 , 43 ) ;
58         Size = MAP_APPFONT ( 50 , 14 ) ;
59         TabStop = TRUE ;
60     };
61     FixedText FT_COUNT
62     {
63         Pos = MAP_APPFONT ( 12 , 16 ) ;
64         Size = MAP_APPFONT ( 67 , 8 ) ;
65         Text [ en-US ] = "~Split cell into" ;
66         Left = TRUE ;
67     };
68     NumericField ED_COUNT
69     {
70         Border = TRUE ;
71         Pos = MAP_APPFONT ( 82 , 14 ) ;
72         Size = MAP_APPFONT ( 21 , 12 ) ;
73         TabStop = TRUE ;
74         Left = TRUE ;
75         Right = TRUE ;
76         Repeat = TRUE ;
77         Spin = TRUE ;
78         Minimum = 2 ;
79         Maximum = 20 ;
80         First = 2 ;
81         Last = 5 ;
82     };
83     FixedLine FL_COUNT
84     {
85         Pos = MAP_APPFONT ( 6 , 3 ) ;
86         Size = MAP_APPFONT ( 103 , 8 ) ;
87         Text [ en-US ] = "Split" ;
88     };
89     ImageRadioButton RB_HORZ
90     {
91         Pos = MAP_APPFONT ( 12 , 47 ) ;
92         Size = MAP_APPFONT ( 90 , 18 ) ;
93         Group = TRUE;
94         Text [ en-US ] = "H~orizontally" ;
95         RadioButtonImage = Image
96         {
97             ImageBitmap = Bitmap { File = "zetlhor2.bmp" ; };
98         };
99         TabStop = TRUE ;
100         Check = TRUE ;
101     };
102     CheckBox CB_PROP
103     {
104         Pos = MAP_APPFONT ( 18 , 68 ) ;
105         Size = MAP_APPFONT ( 91 , 12 ) ;
106         Text [ en-US ] = "~Into equal proportions";
107     };
108     Image BMP_SPLIT_VERT
109         {
110             ImageBitmap = Bitmap { File = "zetlver2_h.bmp" ; };
111         };
112     Image BMP_SPLIT_HORZ
113         {
114             ImageBitmap = Bitmap { File = "zetlhor2_h.bmp" ; };
115         };
116     ImageRadioButton RB_VERT
117     {
118         Pos = MAP_APPFONT ( 12 , 84 ) ;
119         Size = MAP_APPFONT ( 90 , 18 ) ;
120         Text [ en-US ] = "~Vertically" ;
121         RadioButtonImage = Image
122         {
123             ImageBitmap = Bitmap { File = "zetlver2.bmp" ; };
124         };
125         TabStop = TRUE ;
126     };
127     FixedLine FL_DIR
128     {
129         Pos = MAP_APPFONT ( 6 , 36 ) ;
130         Size = MAP_APPFONT ( 103 , 8 ) ;
131         Text [ en-US ] = "Direction" ;
132     };