Update ooo320-m1
[ooovba.git] / svx / source / cui / insrc.src
blob58b6ec63a608abebf6e3022a74874dd608b29ff5
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: insrc.src,v $
10  * $Revision: 1.32 $
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  ************************************************************************/
32 #include <svx/dialogs.hrc>
33 #include "insrc.hrc"
35 ModalDialog DLG_INS_ROW_COL
37     OutputSize = TRUE ;
38     SVLook = TRUE ;
39     Size = MAP_APPFONT ( 136 , 84 ) ;
40     Text [ en-US ] = "Insert" ;
41     Moveable = TRUE ;
42     OKButton BT_OK
43     {
44         Pos = MAP_APPFONT ( 80 , 6 ) ;
45         Size = MAP_APPFONT ( 50 , 14 ) ;
46         TabStop = TRUE ;
47         DefButton = TRUE ;
48     };
49     CancelButton BT_CANCEL
50     {
51         Pos = MAP_APPFONT ( 80 , 23 ) ;
52         Size = MAP_APPFONT ( 50 , 14 ) ;
53         TabStop = TRUE ;
54     };
55     HelpButton BT_HELP
56     {
57         Pos = MAP_APPFONT ( 80 , 43 ) ;
58         Size = MAP_APPFONT ( 50 , 14 ) ;
59         TabStop = TRUE ;
60     };
61     RadioButton CB_POS_BEFORE
62     {
63         Pos = MAP_APPFONT ( 12 , 49 ) ;
64         Size = MAP_APPFONT ( 56 , 10 ) ;
65         Text [ en-US ] = "~Before" ;
66         TabStop = TRUE ;
67     };
68     RadioButton CB_POS_AFTER
69     {
70         Pos = MAP_APPFONT ( 12 , 62 ) ;
71         Size = MAP_APPFONT ( 56 , 10 ) ;
72         Text [ en-US ] = "A~fter" ;
73         TabStop = TRUE ;
74         Check = TRUE ;
75     };
76     NumericField ED_COUNT
77     {
78         Border = TRUE ;
79         Pos = MAP_APPFONT ( 44 , 14 ) ;
80         Size = MAP_APPFONT ( 24 , 12 ) ;
81         TabStop = TRUE ;
82         Left = TRUE ;
83         Repeat = TRUE ;
84         Spin = TRUE ;
85         Minimum = 1 ;
86         Maximum = 99 ;
87         Value = 1 ;
88         First = 1 ;
89         Last = 5 ;
90     };
91     FixedLine FL_INS
92     {
93         Pos = MAP_APPFONT ( 6 , 3 ) ;
94         Size = MAP_APPFONT ( 68 , 8 ) ;
95         Text [ en-US ] = "Insert" ;
96     };
97     FixedLine FL_POS
98     {
99         Pos = MAP_APPFONT ( 6 , 38 ) ;
100         Size = MAP_APPFONT ( 68 , 8 ) ;
101         Text [ en-US ] = "Position";
102     };
103     FixedText FT_COUNT
104     {
105         Pos = MAP_APPFONT ( 12 , 16 ) ;
106         Size = MAP_APPFONT ( 30 , 8 ) ;
107         Text [ en-US ] = "~Number" ;
108         Left = TRUE ;
109     };
110     String STR_ROW
111     {
112         Text [ en-US ] = " Rows" ;
113     };
114     String STR_COL
115     {
116         Text [ en-US ] = " Columns" ;
117     };