Update ooo320-m1
[ooovba.git] / sc / source / ui / src / solvrdlg.src
blob74778245aceaa2da4c61b2146500bdd39efe6b54
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: solvrdlg.src,v $
10  * $Revision: 1.30 $
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 "solvrdlg.hrc"
32 ModelessDialog RID_SCDLG_SOLVER
34     OutputSize = TRUE ;
35     HelpId = SID_OPENDLG_SOLVE ;
36     Hide = TRUE ;
37     SVLook = TRUE ;
38     Size = MAP_APPFONT ( 222 , 64 ) ;
39     Text [ en-US ] = "Goal Seek" ;
40     Moveable = TRUE ;
41     Closeable = FALSE ;
42     FixedText FT_FORMULACELL
43     {
44         Pos = MAP_APPFONT ( 12 , 16 ) ;
45         Size = MAP_APPFONT ( 50 , 8 ) ;
46         Text [ en-US ] = "~Formula cell" ;
47     };
48     Edit ED_FORMULACELL
49     {
50         Border = TRUE ;
51         Pos = MAP_APPFONT ( 64 , 14 ) ;
52         Size = MAP_APPFONT ( 79 , 12 ) ;
53         TabStop = TRUE ;
54     };
55     ImageButton RB_FORMULACELL
56     {
57         Pos = MAP_APPFONT ( 145 , 13 ) ;
58         Size = MAP_APPFONT ( 13 , 15 ) ;
59         TabStop = FALSE ;
60         QuickHelpText [ en-US ] = "Shrink" ;
61     };
62     FixedText FT_TARGETVAL
63     {
64         Pos = MAP_APPFONT ( 12 , 32 ) ;
65         Size = MAP_APPFONT ( 50 , 8 ) ;
66         Text [ en-US ] = "Target ~value" ;
67     };
68     Edit ED_TARGETVAL
69     {
70         Border = TRUE ;
71         Pos = MAP_APPFONT ( 64 , 30 ) ;
72         Size = MAP_APPFONT ( 93 , 12 ) ;
73         TabStop = TRUE ;
74     };
75     FixedText FT_VARCELL
76     {
77         Pos = MAP_APPFONT ( 12 , 48 ) ;
78         Size = MAP_APPFONT ( 50 , 8 ) ;
79         Text [ en-US ] = "Variable ~cell" ;
80     };
81     Edit ED_VARCELL
82     {
83         Border = TRUE ;
84         Pos = MAP_APPFONT ( 64 , 46 ) ;
85         Size = MAP_APPFONT ( 79 , 12 ) ;
86         TabStop = TRUE ;
87     };
88     ImageButton RB_VARCELL
89     {
90         Pos = MAP_APPFONT ( 145 , 45 ) ;
91         Size = MAP_APPFONT ( 13 , 15 ) ;
92         TabStop = FALSE ;
93         QuickHelpText [ en-US ] = "Shrink" ;
94     };
95     FixedLine FL_VARIABLES
96     {
97         Pos = MAP_APPFONT ( 6 , 3 ) ;
98         Size = MAP_APPFONT ( 154 , 8 ) ;
99         Text [ en-US ] = "Default settings" ;
100     };
101     OKButton BTN_OK
102     {
103         DefButton = TRUE ;
104         Pos = MAP_APPFONT ( 166 , 6 ) ;
105         Size = MAP_APPFONT ( 50 , 14 ) ;
106         TabStop = TRUE ;
107     };
108     CancelButton BTN_CANCEL
109     {
110         Pos = MAP_APPFONT ( 166 , 23 ) ;
111         Size = MAP_APPFONT ( 50 , 14 ) ;
112         TabStop = TRUE ;
113     };
114     HelpButton BTN_HELP
115     {
116         Pos = MAP_APPFONT ( 166 , 43 ) ;
117         Size = MAP_APPFONT ( 50 , 14 ) ;
118         TabStop = TRUE ;
119     };
120     String STR_INVALIDVAL
121     {
122         /* ### ACHTUNG: Neuer Text in Resource? Unzulässiger Zielwert! : Unzulõssiger Zielwert! */
123         Text [ en-US ] = "Invalid target value." ;
124     };
125     String STR_INVALIDVAR
126     {
127         Text [ en-US ] = "Undefined name for variable cell." ;
128     };
129     String STR_INVALIDFORM
130     {
131         Text [ en-US ] = "Undefined name as formula cell." ;
132     };
133     String STR_NOFORMULA
134     {
135         /* ### ACHTUNG: Neuer Text in Resource? Zelle muß eine Formel enthalten! : Zelle mu˜ eine Formel enthalten! */
136         Text [ en-US ] = "Cell must contain a formula." ;
137     };