1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
3 * This file is part of the LibreOffice project.
5 * This Source Code Form is subject to the terms of the Mozilla Public
6 * License, v. 2.0. If a copy of the MPL was not distributed with this
7 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
9 * This file incorporates work covered by the following license notice:
11 * Licensed to the Apache Software Foundation (ASF) under one or more
12 * contributor license agreements. See the NOTICE file distributed
13 * with this work for additional information regarding copyright
14 * ownership. The ASF licenses this file to you under the Apache
15 * License, Version 2.0 (the "License"); you may not use this file
16 * except in compliance with the License. You may obtain a copy of
17 * the License at http://www.apache.org/licenses/LICENSE-2.0 .
20 #include "solveroptions.hrc"
22 ModalDialog RID_SCDLG_SOLVEROPTIONS
25 HelpId = HID_SC_SOLVEROPTIONS ;
27 Size = MAP_APPFONT ( 218 , 156 ) ;
31 Pos = MAP_APPFONT ( 6 , 8 ) ;
32 Size = MAP_APPFONT ( 59 , 8 ) ;
33 Text [ en-US ] = "Solver engine" ;
37 HelpID = "sc:ListBox:RID_SCDLG_SOLVEROPTIONS:LB_ENGINE";
39 Pos = MAP_APPFONT ( 67 , 6 ) ;
40 Size = MAP_APPFONT ( 145 , 90 ) ;
46 Pos = MAP_APPFONT ( 6 , 24 ) ;
47 Size = MAP_APPFONT ( 156 , 8 ) ;
48 Text [ en-US ] = "Settings:" ;
53 Pos = MAP_APPFONT ( 6 , 35 ) ;
54 Size = MAP_APPFONT ( 206 , 67 ) ;
59 HelpID = "sc:PushButton:RID_SCDLG_SOLVEROPTIONS:BTN_EDIT";
60 Pos = MAP_APPFONT ( 6 , 108 ) ;
61 Size = MAP_APPFONT ( 50 , 14 ) ;
63 Text [ en-US ] = "Edit..." ;
67 Pos = MAP_APPFONT ( 0 , 125 ) ;
68 Size = MAP_APPFONT ( 218 , 8 ) ;
72 Pos = MAP_APPFONT ( 6 , 136 ) ;
73 Size = MAP_APPFONT ( 50 , 14 ) ;
78 Pos = MAP_APPFONT ( 106 , 136 ) ;
79 Size = MAP_APPFONT ( 50 , 14 ) ;
83 CancelButton BTN_CANCEL
85 Pos = MAP_APPFONT ( 162 , 136 ) ;
86 Size = MAP_APPFONT ( 50 , 14 ) ;
89 Text [ en-US ] = "Options" ;
92 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */