1 /*************************************************************************
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
5 * Copyright 2008 by Sun Microsystems, Inc.
7 * OpenOffice.org - a multi-platform office productivity suite
9 * $RCSfile: solveroptions.src,v $
12 * This file is part of OpenOffice.org.
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.
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).
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.
29 ************************************************************************/
31 #include "solveroptions.hrc"
33 ModalDialog RID_SCDLG_SOLVEROPTIONS
36 HelpId = HID_SC_SOLVEROPTIONS ;
38 Size = MAP_APPFONT ( 218 , 156 ) ;
42 Pos = MAP_APPFONT ( 6 , 8 ) ;
43 Size = MAP_APPFONT ( 59 , 8 ) ;
44 Text [ en-US ] = "Solver engine" ;
49 Pos = MAP_APPFONT ( 67 , 6 ) ;
50 Size = MAP_APPFONT ( 145 , 90 ) ;
56 Pos = MAP_APPFONT ( 6 , 24 ) ;
57 Size = MAP_APPFONT ( 156 , 8 ) ;
58 Text [ en-US ] = "Settings:" ;
63 Pos = MAP_APPFONT ( 6 , 35 ) ;
64 Size = MAP_APPFONT ( 206 , 67 ) ;
69 Pos = MAP_APPFONT ( 6 , 108 ) ;
70 Size = MAP_APPFONT ( 50 , 14 ) ;
72 Text [ en-US ] = "Edit..." ;
76 Pos = MAP_APPFONT ( 0 , 125 ) ;
77 Size = MAP_APPFONT ( 218 , 8 ) ;
81 Pos = MAP_APPFONT ( 6 , 136 ) ;
82 Size = MAP_APPFONT ( 50 , 14 ) ;
87 Pos = MAP_APPFONT ( 106 , 136 ) ;
88 Size = MAP_APPFONT ( 50 , 14 ) ;
92 CancelButton BTN_CANCEL
94 Pos = MAP_APPFONT ( 162 , 136 ) ;
95 Size = MAP_APPFONT ( 50 , 14 ) ;
98 Text [ en-US ] = "Options" ;
102 ModalDialog RID_SCDLG_SOLVER_INTEGER
105 HelpId = HID_SC_SOLVER_INTEGER ;
107 Size = MAP_APPFONT ( 118 , 76 ) ;
109 FixedText FT_OPTIONNAME
111 Pos = MAP_APPFONT ( 6 , 8 ) ;
112 Size = MAP_APPFONT ( 106 , 16 ) ;
116 NumericField NF_VALUE
119 Pos = MAP_APPFONT ( 6 , 27 ) ;
120 Size = MAP_APPFONT ( 30 , 12 ) ;
125 Minimum = -2147483648 ;
126 Maximum = 2147483647 ;
132 Pos = MAP_APPFONT ( 0 , 45 ) ;
133 Size = MAP_APPFONT ( 118 , 8 ) ;
137 Pos = MAP_APPFONT ( 6 , 56 ) ;
138 Size = MAP_APPFONT ( 50 , 14 ) ;
142 CancelButton BTN_CANCEL
144 Pos = MAP_APPFONT ( 62 , 56 ) ;
145 Size = MAP_APPFONT ( 50 , 14 ) ;
148 Text [ en-US ] = "Edit Setting" ;
151 ModalDialog RID_SCDLG_SOLVER_DOUBLE
154 HelpId = HID_SC_SOLVER_DOUBLE ;
156 Size = MAP_APPFONT ( 118 , 76 ) ;
158 FixedText FT_OPTIONNAME
160 Pos = MAP_APPFONT ( 6 , 8 ) ;
161 Size = MAP_APPFONT ( 106 , 16 ) ;
168 Pos = MAP_APPFONT ( 6 , 27 ) ;
169 Size = MAP_APPFONT ( 50 , 12 ) ;
174 Pos = MAP_APPFONT ( 0 , 45 ) ;
175 Size = MAP_APPFONT ( 118 , 8 ) ;
179 Pos = MAP_APPFONT ( 6 , 56 ) ;
180 Size = MAP_APPFONT ( 50 , 14 ) ;
184 CancelButton BTN_CANCEL
186 Pos = MAP_APPFONT ( 62 , 56 ) ;
187 Size = MAP_APPFONT ( 50 , 14 ) ;
190 Text [ en-US ] = "Edit Setting" ;