sync master with lastest vba changes
[ooovba.git] / sc / source / ui / src / dbnamdlg.src
blob9f3368e03c251684026c4800776174fb0aaa8422
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: dbnamdlg.src,v $
10  * $Revision: 1.46 $
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  ************************************************************************/
30 #include "dbnamdlg.hrc"
31 ModelessDialog RID_SCDLG_DBNAMES
33         OutputSize = TRUE ;
34         HelpId = SID_DEFINE_DBNAME ;
35         Hide = TRUE ;
36         SVLook = TRUE ;
37         Size = MAP_APPFONT ( 222 , 142 ) ;
38         Text [ en-US ] = "Define Database Range" ;
39         Moveable = TRUE ;
40          // Closeable = TRUE;   // Dieser Dialog hat einen Cancel-Button !
41     FixedLine FL_NAME
42         {
43                 Pos = MAP_APPFONT ( 6 , 3 ) ;
44         Size = MAP_APPFONT ( 154 , 8 ) ;
45                 Text [ en-US ] = "Na~me" ;
46         };
47         ComboBox ED_NAME
48         {
49                 Pos = MAP_APPFONT ( 12 , 14 ) ;
50         Size = MAP_APPFONT ( 145 , 92 ) ;
51                 TabStop = TRUE ;
52                 VScroll = TRUE ;
53         };
54     FixedLine FL_ASSIGN
55         {
56         Pos = MAP_APPFONT ( 6 , 112 ) ;
57         Size = MAP_APPFONT ( 154 , 8 ) ;
58                 Text [ en-US ] = "~Range" ;
59         };
60         Edit ED_DBAREA
61         {
62                 Border = TRUE ;
63         Pos = MAP_APPFONT ( 12 , 123 ) ;
64         Size = MAP_APPFONT ( 131 , 12 ) ;
65                 TabStop = TRUE ;
66         };
67         ImageButton RB_DBAREA
68         {
69         Pos = MAP_APPFONT ( 145 , 122 ) ;
70                 Size = MAP_APPFONT ( 13 , 15 ) ;
71                 TabStop = FALSE ;
72                 QuickHelpText [ en-US ] = "Shrink" ;
73         };
74     FixedLine FL_OPTIONS
75         {
76                 Hide = TRUE ;
77                 Pos = MAP_APPFONT ( 6 , 142 ) ;
78         Size = MAP_APPFONT ( 154 , 8 ) ;
79                 Text [ en-US ] = "Options" ;
80         };
81         CheckBox BTN_HEADER
82         {
83                 Hide = TRUE ;
84         Pos = MAP_APPFONT ( 12 , 153 ) ;
85         Size = MAP_APPFONT ( 145 , 10 ) ;
86                 TabStop = TRUE ;
87                 Text [ en-US ] = "Co~ntains column labels" ;
88         };
89         CheckBox BTN_SIZE
90         {
91                 Hide = TRUE ;
92                 Pos = MAP_APPFONT ( 12 , 167 ) ;
93         Size = MAP_APPFONT ( 145 , 10 ) ;
94                 TabStop = TRUE ;
95                 Text [ en-US ] = "Insert or delete ~cells" ;
96         };
97         CheckBox BTN_FORMAT
98         {
99                 Hide = TRUE ;
100         Pos = MAP_APPFONT ( 12 , 181 ) ;
101         Size = MAP_APPFONT ( 145 , 10 ) ;
102                 TabStop = TRUE ;
103                 Text [ en-US ] = "Keep ~formatting" ;
104         };
105         CheckBox BTN_STRIPDATA
106         {
107                 Hide = TRUE ;
108         Pos = MAP_APPFONT ( 12 , 195 ) ;
109         Size = MAP_APPFONT ( 145 , 10 ) ;
110                 TabStop = TRUE ;
111                 Text [ en-US ] = "Don't save ~imported data" ;
112         };
113         FixedText FT_SOURCE
114         {
115                 Hide = TRUE ;
116         Pos = MAP_APPFONT ( 12 , 209 ) ;
117         Size = MAP_APPFONT ( 145 , 8 ) ;
118                 Text [ en-US ] = "Source:" ;
119         };
120         FixedText FT_OPERATIONS
121         {
122                 Hide = TRUE ;
123         Pos = MAP_APPFONT ( 12 , 221 ) ;
124         Size = MAP_APPFONT ( 145 , 8 ) ;
125                 Text [ en-US ] = "Operations:" ;
126         };
127         OKButton BTN_OK
128         {
129                 Pos = MAP_APPFONT ( 166 , 6 ) ;
130                 Size = MAP_APPFONT ( 50 , 14 ) ;
131                 TabStop = TRUE ;
132         };
133         CancelButton BTN_CANCEL
134         {
135                 Pos = MAP_APPFONT ( 166 , 23 ) ;
136                 Size = MAP_APPFONT ( 50 , 14 ) ;
137                 TabStop = TRUE ;
138         };
139         PushButton BTN_ADD
140         {
141         Pos = MAP_APPFONT ( 166 , 74 ) ;
142                 Size = MAP_APPFONT ( 50 , 14 ) ;
143                 Text [ en-US ] = "~Add" ;
144                 TabStop = TRUE ;
145                 DefButton = TRUE ;
146         };
147         PushButton BTN_REMOVE
148         {
149         Pos = MAP_APPFONT ( 166 , 92 ) ;
150                 Size = MAP_APPFONT ( 50 , 14 ) ;
151                 Text [ en-US ] = "~Delete" ;
152                 TabStop = TRUE ;
153         };
154         HelpButton BTN_HELP
155         {
156                 Pos = MAP_APPFONT ( 166 , 43 ) ;
157                 Size = MAP_APPFONT ( 50 , 14 ) ;
158                 TabStop = TRUE ;
159         };
160         MoreButton BTN_MORE
161         {
162         Pos = MAP_APPFONT ( 166 , 122 ) ;
163                 Size = MAP_APPFONT ( 50 , 14 ) ;
164                 TabStop = TRUE ;
165                 MapUnit = MAP_APPFONT ;
166         Delta = 93 ;
167         };
168         String STR_ADD
169         {
170                 Text [ en-US ] = "~Add" ;
171         };
172         String STR_MODIFY
173         {
174                 Text [ en-US ] = "M~odify" ;
175         };
176         String STR_DB_INVALID
177         {
178                 Text [ en-US ] = "Invalid range" ;
179         };