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 "optsolver.hrc"
22 ModelessDialog RID_SCDLG_SOLVER_PROGRESS
25 HelpId = HID_SC_SOLVER_PROGRESS ;
27 Size = MAP_APPFONT ( 118 , 72 ) ;
32 Pos = MAP_APPFONT ( 6 , 11 ) ;
33 Size = MAP_APPFONT ( 106 , 8 ) ;
35 Text [ en-US ] = "Solving in progress..." ;
37 FixedText FT_TIMELIMIT
39 Pos = MAP_APPFONT ( 6 , 25 ) ;
40 Size = MAP_APPFONT ( 106 , 8 ) ;
42 Text [ en-US ] = "(time limit # seconds)" ;
46 Pos = MAP_APPFONT ( 0 , 41 ) ;
47 Size = MAP_APPFONT ( 118 , 8 ) ;
51 Pos = MAP_APPFONT ( 34 , 52 ) ;
52 Size = MAP_APPFONT ( 50 , 14 ) ;
56 Text [ en-US ] = "Solving..." ;
60 ModalDialog RID_SCDLG_SOLVER_NOSOLUTION
63 HelpId = HID_SC_SOLVER_NOSOLUTION ;
65 Size = MAP_APPFONT ( 118 , 72 ) ;
67 FixedText FT_NOSOLUTION
69 Pos = MAP_APPFONT ( 6 , 8 ) ;
70 Size = MAP_APPFONT ( 106 , 8 ) ;
71 Text [ en-US ] = "No solution was found." ;
73 FixedText FT_ERRORTEXT
75 Pos = MAP_APPFONT ( 6 , 22 ) ;
76 Size = MAP_APPFONT ( 106 , 16 ) ;
82 Pos = MAP_APPFONT ( 0 , 41 ) ;
83 Size = MAP_APPFONT ( 118 , 8 ) ;
87 Pos = MAP_APPFONT ( 34 , 52 ) ;
88 Size = MAP_APPFONT ( 50 , 14 ) ;
92 Text [ en-US ] = "No Solution" ;
96 ModalDialog RID_SCDLG_SOLVER_SUCCESS
99 HelpId = HID_SC_SOLVER_SUCCESS ;
101 Size = MAP_APPFONT ( 138 , 89 ) ;
105 Pos = MAP_APPFONT ( 6 , 8 ) ;
106 Size = MAP_APPFONT ( 126 , 8 ) ;
107 Text [ en-US ] = "Solving successfully finished." ;
111 Pos = MAP_APPFONT ( 6 , 22 ) ;
112 Size = MAP_APPFONT ( 126 , 8 ) ;
113 Text [ en-US ] = "Result:" ;
115 FixedText FT_QUESTION
117 Pos = MAP_APPFONT ( 6 , 36 ) ;
118 Size = MAP_APPFONT ( 126 , 16 ) ;
120 Text [ en-US ] = "Do you want to keep the result or do you want to restore previous values?" ;
124 Pos = MAP_APPFONT ( 0 , 58 ) ;
125 Size = MAP_APPFONT ( 138 , 8 ) ;
129 Pos = MAP_APPFONT ( 6 , 69 ) ;
130 Size = MAP_APPFONT ( 60 , 14 ) ;
133 Text [ en-US ] = "Keep Result" ;
135 CancelButton BTN_CANCEL
137 Pos = MAP_APPFONT ( 72 , 69 ) ;
138 Size = MAP_APPFONT ( 60 , 14 ) ;
140 Text [ en-US ] = "Restore Previous" ;
142 Text [ en-US ] = "Solving Result" ;
145 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */