sync master with lastest vba changes
[ooovba.git] / sc / source / ui / src / solveroptions.src
blob39e3934fa9cde80f5be0ddaf3b0652794317a405
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: solveroptions.src,v $
10  * $Revision: 1.3 $
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 "solveroptions.hrc"
33 ModalDialog RID_SCDLG_SOLVEROPTIONS
35     OutputSize = TRUE ;
36     HelpId = HID_SC_SOLVEROPTIONS ;
37     SVLook = TRUE ;
38     Size = MAP_APPFONT ( 218 , 156 ) ;
39     Moveable = TRUE ;
40     FixedText FT_ENGINE
41     {
42         Pos = MAP_APPFONT ( 6 , 8 ) ;
43         Size = MAP_APPFONT ( 59 , 8 ) ;
44         Text [ en-US ] = "Solver engine" ;
45     };
46     ListBox LB_ENGINE
47     {
48         Border = TRUE ;
49         Pos = MAP_APPFONT ( 67 , 6 ) ;
50         Size = MAP_APPFONT ( 145 , 90 ) ;
51         TabStop = TRUE ;
52         DropDown = TRUE ;
53     };
54     FixedText FT_SETTINGS
55     {
56         Pos = MAP_APPFONT ( 6 , 24 ) ;
57         Size = MAP_APPFONT ( 156 , 8 ) ;
58         Text [ en-US ] = "Settings:" ;
59     };
60     Control LB_SETTINGS
61     {
62         Border = TRUE ;
63         Pos = MAP_APPFONT ( 6 , 35 ) ;
64         Size = MAP_APPFONT ( 206 , 67 ) ;
65         TabStop = TRUE ;
66     };
67     PushButton BTN_EDIT
68     {
69         Pos = MAP_APPFONT ( 6 , 108 ) ;
70         Size = MAP_APPFONT ( 50 , 14 ) ;
71         TabStop = TRUE ;
72         Text [ en-US ] = "Edit..." ;
73     };
74     FixedLine FL_BUTTONS
75     {
76         Pos = MAP_APPFONT ( 0 , 125 ) ;
77         Size = MAP_APPFONT ( 218 , 8 ) ;
78     };
79     HelpButton BTN_HELP
80     {
81         Pos = MAP_APPFONT ( 6 , 136 ) ;
82         Size = MAP_APPFONT ( 50 , 14 ) ;
83         TabStop = TRUE ;
84     };
85     OKButton BTN_OK
86     {
87         Pos = MAP_APPFONT ( 106 , 136 ) ;
88         Size = MAP_APPFONT ( 50 , 14 ) ;
89         TabStop = TRUE ;
90         DefButton = TRUE ;
91     };
92     CancelButton BTN_CANCEL
93     {
94         Pos = MAP_APPFONT ( 162 , 136 ) ;
95         Size = MAP_APPFONT ( 50 , 14 ) ;
96         TabStop = TRUE ;
97     };
98     Text [ en-US ] = "Options" ;
102 ModalDialog RID_SCDLG_SOLVER_INTEGER
104     OutputSize = TRUE ;
105     HelpId = HID_SC_SOLVER_INTEGER ;
106     SVLook = TRUE ;
107     Size = MAP_APPFONT ( 118 , 76 ) ;
108     Moveable = TRUE ;
109     FixedText FT_OPTIONNAME
110     {
111         Pos = MAP_APPFONT ( 6 , 8 ) ;
112         Size = MAP_APPFONT ( 106 , 16 ) ;
113         WordBreak = TRUE ;
114         // text is dynamic
115     };
116     NumericField NF_VALUE
117     {
118         Border = TRUE ;
119         Pos = MAP_APPFONT ( 6 , 27 ) ;
120         Size = MAP_APPFONT ( 30 , 12 ) ;
121         TabStop = TRUE ;
122         Spin = TRUE ;
123         SpinSize = 1 ;
124         Repeat = TRUE ;
125         Minimum = -2147483648 ;
126         Maximum = 2147483647 ;
127         First = 0 ;
128         Last = 100 ;
129     };
130     FixedLine FL_BUTTONS
131     {
132         Pos = MAP_APPFONT ( 0 , 45 ) ;
133         Size = MAP_APPFONT ( 118 , 8 ) ;
134     };
135     OKButton BTN_OK
136     {
137         Pos = MAP_APPFONT ( 6 , 56 ) ;
138         Size = MAP_APPFONT ( 50 , 14 ) ;
139         TabStop = TRUE ;
140         DefButton = TRUE ;
141     };
142     CancelButton BTN_CANCEL
143     {
144         Pos = MAP_APPFONT ( 62 , 56 ) ;
145         Size = MAP_APPFONT ( 50 , 14 ) ;
146         TabStop = TRUE ;
147     };
148     Text [ en-US ] = "Edit Setting" ;
151 ModalDialog RID_SCDLG_SOLVER_DOUBLE
153     OutputSize = TRUE ;
154     HelpId = HID_SC_SOLVER_DOUBLE ;
155     SVLook = TRUE ;
156     Size = MAP_APPFONT ( 118 , 76 ) ;
157     Moveable = TRUE ;
158     FixedText FT_OPTIONNAME
159     {
160         Pos = MAP_APPFONT ( 6 , 8 ) ;
161         Size = MAP_APPFONT ( 106 , 16 ) ;
162         WordBreak = TRUE ;
163         // text is dynamic
164     };
165     Edit ED_VALUE
166     {
167         Border = TRUE ;
168         Pos = MAP_APPFONT ( 6 , 27 ) ;
169         Size = MAP_APPFONT ( 50 , 12 ) ;
170         TabStop = TRUE ;
171     };
172     FixedLine FL_BUTTONS
173     {
174         Pos = MAP_APPFONT ( 0 , 45 ) ;
175         Size = MAP_APPFONT ( 118 , 8 ) ;
176     };
177     OKButton BTN_OK
178     {
179         Pos = MAP_APPFONT ( 6 , 56 ) ;
180         Size = MAP_APPFONT ( 50 , 14 ) ;
181         TabStop = TRUE ;
182         DefButton = TRUE ;
183     };
184     CancelButton BTN_CANCEL
185     {
186         Pos = MAP_APPFONT ( 62 , 56 ) ;
187         Size = MAP_APPFONT ( 50 , 14 ) ;
188         TabStop = TRUE ;
189     };
190     Text [ en-US ] = "Edit Setting" ;