merge the formfield patch from ooo-build
[ooovba.git] / sw / source / ui / table / instable.src
blob58b4bbb44d9905fa87b32fe153a0122736c1e990
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: instable.src,v $
10  * $Revision: 1.32.240.1 $
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 "instable.hrc"
33 #include "cmdid.h"
34 #include "helpid.h"
35  // #define DLG_INSERT_TABLE 256
36 ModalDialog DLG_INSERT_TABLE
38     HelpID = FN_INSERT_TABLE ;
39     OutputSize = TRUE ;
40     SVLook = TRUE ;
41     Size = MAP_APPFONT ( 280 , 166 ) ;
42     Text [ en-US ] = "Insert Table" ;
43     Moveable = TRUE ;
44     Edit ED_NAME
45     {
46         Border = TRUE ;
47         Pos = MAP_APPFONT ( 53 , 6 ) ;
48         Size = MAP_APPFONT ( 158, 12 ) ;
49         TabStop = TRUE ;
50     };
51     FixedText FT_NAME
52     {
53         Pos = MAP_APPFONT ( 6 , 8 ) ;
54         Size = MAP_APPFONT ( 45, 8 ) ;
55         Text [ en-US ] = "Name";
56     };
57     FixedText FT_COL
58     {
59         Pos = MAP_APPFONT ( 12 , 34 ) ;
60         Size = MAP_APPFONT ( 39 , 8 ) ;
61         Text [ en-US ] = "~Columns" ;
62         Left = TRUE ;
63     };
64     NumericField ED_COL
65     {
66         Border = TRUE ;
67         Pos = MAP_APPFONT ( 53 , 32 ) ;
68         Size = MAP_APPFONT ( 28 , 12 ) ;
69         TabStop = TRUE ;
70         Left = TRUE ;
71         Repeat = TRUE ;
72         Spin = TRUE ;
73         Minimum = 1 ;
74         Maximum = 99 ;
75         Value = 2 ;
76         First = 1 ;
77         Last = 99 ;
78     };
79     FixedText FT_ROW
80     {
81         Pos = MAP_APPFONT ( 12 , 50 ) ;
82         Size = MAP_APPFONT ( 39 , 8 ) ;
83         Text [ en-US ] = "~Rows" ;
84         Left = TRUE ;
85     };
86     NumericField ED_ROW
87     {
88         Border = TRUE ;
89         Pos = MAP_APPFONT ( 53 , 48 ) ;
90         Size = MAP_APPFONT ( 28 , 12 ) ;
91         TabStop = TRUE ;
92         Left = TRUE ;
93         Repeat = TRUE ;
94         Spin = TRUE ;
95         Minimum = 1 ;
96         Maximum = 99 ;
97         Value = 2 ;
98         First = 1 ;
99         Last = 99 ;
100     };
101     FixedLine FL_TABLE
102     {
103         Pos = MAP_APPFONT ( 6 , 21 ) ;
104         Size = MAP_APPFONT ( 212 , 8 ) ;
105         Text [ en-US ] = "Size";
106     };
107     CheckBox CB_HEADER
108     {
109         Pos = MAP_APPFONT ( 12 , 74 ) ;
110         Size = MAP_APPFONT (113 , 10 ) ;
111         TabStop = TRUE ;
112         Text [ en-US ] = "Heading";
113     };
114     CheckBox CB_REPEAT_HEADER
115     {
116         Pos = MAP_APPFONT ( 21 , 88 ) ;
117         Size = MAP_APPFONT ( 104 , 10 ) ;
118         TabStop = TRUE ;
119         Text [ en-US ] = "Repeat heading";
120     };
121     FixedText FT_REPEAT_HEADER
122     {
123         Pos = MAP_APPFONT ( 30 , 105 ) ;
124         Size = MAP_APPFONT ( 95 , 10 ) ;
125         Text [ en-US ] = "The first %POSITION_OF_CONTROL rows" ;
126     };
127     NumericField NF_REPEAT_HEADER
128     {
129         Border = TRUE ;
130         Pos = MAP_APPFONT ( 130 , 104 ) ;
131         Size = MAP_APPFONT ( 28 , 12 ) ;
132         TabStop = TRUE ;
133         Left = TRUE ;
134         Repeat = TRUE ;
135         Spin = TRUE ;
136         Minimum = 1 ;
137         Maximum = 1000 ;
138         First = 1 ;
139     };
140     Window WIN_REPEAT_HEADER
141     {
142         Pos = MAP_APPFONT ( 30 , 102 ) ;
143         Size = MAP_APPFONT ( 2 , 1 ) ;
144     };
145     CheckBox CB_DONT_SPLIT
146     {
147         Pos = MAP_APPFONT ( 12 , 118 ) ;
148         Size = MAP_APPFONT ( 113 , 10 ) ;
149         Text [ en-US ] = "Don't split table";
150         TabStop = TRUE ;
151     };
152     CheckBox CB_BORDER
153     {
154         Pos = MAP_APPFONT ( 12 , 132 ) ;
155         Size = MAP_APPFONT ( 113 , 10 ) ;
156         TabStop = TRUE ;
157         Text [ en-US ] = "Border";
158     };
159     PushButton BT_AUTOFORMAT
160     {
161         Pos = MAP_APPFONT ( 12 , 146 ) ;
162         Size = MAP_APPFONT ( 66 , 14 ) ;
163         TabStop = TRUE ;
164         Text [ en-US ] = "Auto~Format..." ;
165     };
166     FixedLine FL_OPTIONS
167     {
168         Pos = MAP_APPFONT ( 6 , 63 ) ;
169         Size = MAP_APPFONT ( 212 , 8 ) ;
170         Text [ en-US ] = "Options";
171     };
172     OKButton BT_OK
173     {
174         Pos = MAP_APPFONT ( 224 , 6 ) ;
175         Size = MAP_APPFONT ( 50 , 14 ) ;
176         TabStop = TRUE ;
177         DefButton = TRUE ;
178     };
179     CancelButton BT_CANCEL
180     {
181         Pos = MAP_APPFONT ( 224 , 23 ) ;
182         Size = MAP_APPFONT ( 50 , 14 ) ;
183         TabStop = TRUE ;
184     };
185     HelpButton BT_HELP
186     {
187         Pos = MAP_APPFONT ( 224 , 43 ) ;
188         Size = MAP_APPFONT ( 50 , 14 ) ;
189         TabStop = TRUE ;
190     };