sync master with lastest vba changes
[ooovba.git] / sc / source / ui / miscdlgs / instbdlg.src
blobe78eb1d4b561e72df2ee829cca47b6f279083d60
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: instbdlg.src,v $
10  * $Revision: 1.36 $
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 "instbdlg.hrc"
32 ModalDialog RID_SCDLG_INSERT_TABLE
34         OutputSize = TRUE ;
35         SVLook = TRUE ;
36         Size = MAP_APPFONT ( 274 , 190 ) ;
37         /* ### ACHTUNG: Neuer Text in Resource? Tabelle einfügen : Tabelle einf³gen */
38         Text [ en-US ] = "Insert Sheet" ;
39         Moveable = TRUE ;
40         Closeable = TRUE ;
41         OKButton BTN_OK
42         {
43         Pos = MAP_APPFONT ( 218 , 6 ) ;
44                 Size = MAP_APPFONT ( 50 , 14 ) ;
45                 DefButton = TRUE ;
46         };
47         CancelButton BTN_CANCEL
48         {
49         Pos = MAP_APPFONT ( 218 , 23 ) ;
50                 Size = MAP_APPFONT ( 50 , 14 ) ;
51         };
52         HelpButton BTN_HELP
53         {
54         Pos = MAP_APPFONT ( 218 , 43 ) ;
55                 Size = MAP_APPFONT ( 50 , 14 ) ;
56         };
57         FixedLine FL_POSITION
58         {
59         Pos = MAP_APPFONT ( 6 , 3 ) ;
60                 Size = MAP_APPFONT ( 206 , 8 ) ;
61                 Text [ en-US ] = "Position" ;
62         };
63         RadioButton RB_BEFORE
64         {
65         Pos = MAP_APPFONT ( 12 , 14 ) ;
66         Size = MAP_APPFONT ( 197 , 10 ) ;
67                 TabStop = TRUE ;
68                 Text [ en-US ] = "B~efore current sheet" ;
69         };
70         RadioButton RB_BEHIND
71         {
72                 Pos = MAP_APPFONT ( 12 , 28 ) ;
73         Size = MAP_APPFONT ( 197 , 10 ) ;
74                 TabStop = TRUE ;
75                 Text [ en-US ] = "~After current sheet" ;
76         };
77         FixedLine FL_TABLE
78         {
79         Pos = MAP_APPFONT ( 6 , 44 ) ;
80                 Size = MAP_APPFONT ( 206 , 8 ) ;
81                 Text [ en-US ] = "Sheet" ;
82         };
83         RadioButton RB_NEW
84         {
85         Pos = MAP_APPFONT ( 12 , 55 ) ;
86         Size = MAP_APPFONT ( 197 , 10 ) ;
87                 Text [ en-US ] = "~New sheet" ;
88         };
89         FixedText FT_COUNT
90         {
91         Pos = MAP_APPFONT ( 20 , 68 ) ;
92         Size = MAP_APPFONT ( 52 , 8 ) ;
93                 Text [ en-US ] = "N~o. of sheets" ;
94         };
95         NumericField NF_COUNT
96         {
97                 Border = TRUE ;
98         Pos = MAP_APPFONT ( 72 , 66 ) ;
99         Size = MAP_APPFONT ( 30 , 12 ) ;
100                 TabStop = TRUE ;
101                 Spin = TRUE ;
102         SpinSize = 1 ;
103                 Repeat = TRUE ;
104         Minimum = 1 ;
105                 Maximum = 256 ;
106         };
107         FixedText FT_NAME
108         {
109         Pos = MAP_APPFONT ( 20 , 84 ) ;
110         Size = MAP_APPFONT ( 50 , 8 ) ;
111                 Text [ en-US ] = "Na~me";
112         };
113         Edit ED_TABNAME
114         {
115                 Border = TRUE ;
116         Pos = MAP_APPFONT ( 72 , 82 ) ;
117         Size = MAP_APPFONT ( 137 , 12 ) ;
118         };
119         RadioButton RB_FROMFILE
120         {
121                 Pos = MAP_APPFONT ( 12 , 100 ) ;
122         Size = MAP_APPFONT ( 197 , 10 ) ;
123                 Text [ en-US ] = "~From file" ;
124         };
125         MultiListBox LB_TABLES
126         {
127                 SimpleMode = TRUE ;
128                 Border = TRUE ;
129         Pos = MAP_APPFONT ( 20 , 113 ) ;
130         Size = MAP_APPFONT ( 123 , 59 ) ;
131                 AutoHScroll = TRUE ;
132         };
133         PushButton BTN_BROWSE
134         {
135         Pos = MAP_APPFONT ( 149 , 113 ) ;
136                 Size = MAP_APPFONT ( 60 , 14 ) ;
137                 Text [ en-US ] = "~Browse..." ;
138         };
139         CheckBox CB_LINK
140         {
141         Pos = MAP_APPFONT ( 149 , 131 ) ;
142         Size = MAP_APPFONT ( 60 , 10 ) ;
143                 /* ### ACHTUNG: Neuer Text in Resource? Ver~knüpfen : Ver~kn³pfen */
144                 Text [ en-US ] = "Lin~k" ;
145         };
146         FixedText FT_PATH
147         {
148         Pos = MAP_APPFONT ( 20 , 176 ) ;
149         Size = MAP_APPFONT ( 192 , 8 ) ;
150         };