Update ooo320-m1
[ooovba.git] / sc / source / ui / src / namedlg.src
blobfb676067c3b4b1db9d80dcece89522ffa99d209e
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: namedlg.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 "namedlg.hrc"
32 ModelessDialog RID_SCDLG_NAMES
34     OutputSize = TRUE ;
35     HelpId = FID_DEFINE_NAME ;
36     Hide = TRUE ;
37     SVLook = TRUE ;
38     Size = MAP_APPFONT ( 222 , 142 ) ;
39     Text [ en-US ] = "Define Names" ;
40     Moveable = TRUE ;
41      // Closeable = TRUE;       // Dieser Dialog hat einen Cancel-Button !
42     OKButton BTN_OK
43     {
44         Pos = MAP_APPFONT ( 166 , 6 ) ;
45         Size = MAP_APPFONT ( 50 , 14 ) ;
46         TabStop = TRUE ;
47     };
48     CancelButton BTN_CANCEL
49     {
50         Pos = MAP_APPFONT ( 166 , 23 ) ;
51         Size = MAP_APPFONT ( 50 , 14 ) ;
52         TabStop = TRUE ;
53     };
54     HelpButton BTN_HELP
55     {
56         Pos = MAP_APPFONT ( 166 , 43 ) ;
57         Size = MAP_APPFONT ( 50 , 14 ) ;
58         TabStop = TRUE ;
59     };
60     PushButton BTN_ADD
61     {
62         Pos = MAP_APPFONT ( 166 , 74 ) ;
63         Size = MAP_APPFONT ( 50 , 14 ) ;
64         /* ### ACHTUNG: Neuer Text in Resource? Hinzu~fügen : Hinzu~f³gen */
65         Text [ en-US ] = "~Add" ;
66         TabStop = TRUE ;
67         DefButton = TRUE ;
68     };
69     PushButton BTN_REMOVE
70     {
71         Pos = MAP_APPFONT ( 166 , 92 ) ;
72         Size = MAP_APPFONT ( 50 , 14 ) ;
73         /* ### ACHTUNG: Neuer Text in Resource? ~Löschen : ~L÷schen */
74         Text [ en-US ] = "~Delete" ;
75         TabStop = TRUE ;
76     };
77     FixedLine FL_NAME
78     {
79         Pos = MAP_APPFONT ( 6 , 3 ) ;
80         Size = MAP_APPFONT ( 154 , 8 ) ;
81         Text [ en-US ] = "Name" ;
82     };
83     ComboBox ED_NAME
84     {
85         Pos = MAP_APPFONT ( 12 , 14 ) ;
86         Size = MAP_APPFONT ( 145 , 92 ) ;
87         TabStop = TRUE ;
88         VScroll = TRUE ;
89         Sort = TRUE ;
90     };
91     FixedLine FL_ASSIGN
92     {
93         Pos = MAP_APPFONT ( 6 , 112 ) ;
94         Size = MAP_APPFONT ( 154 , 8 ) ;
95         Text [ en-US ] = "Assigned to" ;
96     };
97     Edit ED_ASSIGN
98     {
99         Border = TRUE ;
100         Pos = MAP_APPFONT ( 12 , 123 ) ;
101         Size = MAP_APPFONT ( 131 , 12 ) ;
102         TabStop = TRUE ;
103     };
104     ImageButton RB_ASSIGN
105     {
106         Pos = MAP_APPFONT ( 145 , 122 ) ;
107         Size = MAP_APPFONT ( 13 , 15 ) ;
108         TabStop = FALSE ;
109         QuickHelpText [ en-US ] = "Shrink" ;
110     };
111     MoreButton BTN_MORE
112     {
113         Pos = MAP_APPFONT ( 166 , 122 ) ;
114         Size = MAP_APPFONT ( 50 , 14 ) ;
115         TabStop = TRUE ;
116         MapUnit = MAP_APPFONT ;
117         Delta = 41 ;
118     };
119     FixedLine FL_TYPE
120     {
121         Pos = MAP_APPFONT ( 6 , 142 ) ;
122         Size = MAP_APPFONT ( 154 , 8 ) ;
123         Text [ en-US ] = "Area type" ;
124     };
125     CheckBox BTN_PRINTAREA
126     {
127         Pos = MAP_APPFONT ( 12 , 153 ) ;
128         Size = MAP_APPFONT ( 60 , 10 ) ;
129         Text [ en-US ] = "~Print range" ;
130         TabStop = TRUE ;
131     };
132     CheckBox BTN_CRITERIA
133     {
134         Pos = MAP_APPFONT ( 12 , 167 ) ;
135         Size = MAP_APPFONT ( 60 , 10 ) ;
136         Text [ en-US ] = "~Filter" ;
137         TabStop = TRUE ;
138     };
139     CheckBox BTN_ROWHEADER
140     {
141         Pos = MAP_APPFONT ( 75 , 167 ) ;
142         Size = MAP_APPFONT ( 82 , 10 ) ;
143         Text [ en-US ] = "Repeat ~row" ;
144         TabStop = TRUE ;
145     };
146     CheckBox BTN_COLHEADER
147     {
148         Pos = MAP_APPFONT ( 75 , 153 ) ;
149         Size = MAP_APPFONT ( 82 , 10 ) ;
150         Text [ en-US ] = "Repeat ~column" ;
151         TabStop = TRUE ;
152     };
153     String STR_ADD
154     {
155         /* ### ACHTUNG: Neuer Text in Resource? Hinzu~fügen : Hinzu~f³gen */
156         Text [ en-US ] = "~Add" ;
157     };
158     String STR_MODIFY
159     {
160         /* ### ACHTUNG: Neuer Text in Resource? ~Ändern : ~Žndern */
161         Text [ en-US ] = "Mod~ify" ;
162     };
163     String STR_INVALIDSYMBOL
164     {
165         /* ### ACHTUNG: Neuer Text in Resource? Ungültiger Ausdruck : Ung³ltiger Ausdruck */
166         Text [ en-US ] = "Invalid expression" ;
167     };