Stop leaking all ScPostIt instances.
[LibreOffice.git] / sc / source / ui / src / solveroptions.src
blobae825a49fcc9643262ac213b903e7b1db9be5f7f
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 /*
3  * This file is part of the LibreOffice project.
4  *
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/.
8  *
9  * This file incorporates work covered by the following license notice:
10  *
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 .
18  */
20 #include "solveroptions.hrc"
22 ModalDialog RID_SCDLG_SOLVEROPTIONS
24     OutputSize = TRUE ;
25     HelpId = HID_SC_SOLVEROPTIONS ;
26     SVLook = TRUE ;
27     Size = MAP_APPFONT ( 218 , 156 ) ;
28     Moveable = TRUE ;
29     FixedText FT_ENGINE
30     {
31         Pos = MAP_APPFONT ( 6 , 8 ) ;
32         Size = MAP_APPFONT ( 59 , 8 ) ;
33         Text [ en-US ] = "Solver engine" ;
34     };
35     ListBox LB_ENGINE
36     {
37         HelpID = "sc:ListBox:RID_SCDLG_SOLVEROPTIONS:LB_ENGINE";
38         Border = TRUE ;
39         Pos = MAP_APPFONT ( 67 , 6 ) ;
40         Size = MAP_APPFONT ( 145 , 90 ) ;
41         TabStop = TRUE ;
42         DropDown = TRUE ;
43     };
44     FixedText FT_SETTINGS
45     {
46         Pos = MAP_APPFONT ( 6 , 24 ) ;
47         Size = MAP_APPFONT ( 156 , 8 ) ;
48         Text [ en-US ] = "Settings:" ;
49     };
50     Control LB_SETTINGS
51     {
52         Border = TRUE ;
53         Pos = MAP_APPFONT ( 6 , 35 ) ;
54         Size = MAP_APPFONT ( 206 , 67 ) ;
55         TabStop = TRUE ;
56     };
57     PushButton BTN_EDIT
58     {
59         HelpID = "sc:PushButton:RID_SCDLG_SOLVEROPTIONS:BTN_EDIT";
60         Pos = MAP_APPFONT ( 6 , 108 ) ;
61         Size = MAP_APPFONT ( 50 , 14 ) ;
62         TabStop = TRUE ;
63         Text [ en-US ] = "Edit..." ;
64     };
65     FixedLine FL_BUTTONS
66     {
67         Pos = MAP_APPFONT ( 0 , 125 ) ;
68         Size = MAP_APPFONT ( 218 , 8 ) ;
69     };
70     HelpButton BTN_HELP
71     {
72         Pos = MAP_APPFONT ( 6 , 136 ) ;
73         Size = MAP_APPFONT ( 50 , 14 ) ;
74         TabStop = TRUE ;
75     };
76     OKButton BTN_OK
77     {
78         Pos = MAP_APPFONT ( 106 , 136 ) ;
79         Size = MAP_APPFONT ( 50 , 14 ) ;
80         TabStop = TRUE ;
81         DefButton = TRUE ;
82     };
83     CancelButton BTN_CANCEL
84     {
85         Pos = MAP_APPFONT ( 162 , 136 ) ;
86         Size = MAP_APPFONT ( 50 , 14 ) ;
87         TabStop = TRUE ;
88     };
89     Text [ en-US ] = "Options" ;
92 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */