/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ /* * This file is part of the LibreOffice project. * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. * * This file incorporates work covered by the following license notice: * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed * with this work for additional information regarding copyright * ownership. The ASF licenses this file to you under the Apache * License, Version 2.0 (the "License"); you may not use this file * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ #include "solveroptions.hrc" ModalDialog RID_SCDLG_SOLVEROPTIONS { OutputSize = TRUE ; HelpId = HID_SC_SOLVEROPTIONS ; SVLook = TRUE ; Size = MAP_APPFONT ( 218 , 156 ) ; Moveable = TRUE ; FixedText FT_ENGINE { Pos = MAP_APPFONT ( 6 , 8 ) ; Size = MAP_APPFONT ( 59 , 8 ) ; Text [ en-US ] = "Solver engine" ; }; ListBox LB_ENGINE { HelpID = "sc:ListBox:RID_SCDLG_SOLVEROPTIONS:LB_ENGINE"; Border = TRUE ; Pos = MAP_APPFONT ( 67 , 6 ) ; Size = MAP_APPFONT ( 145 , 90 ) ; TabStop = TRUE ; DropDown = TRUE ; }; FixedText FT_SETTINGS { Pos = MAP_APPFONT ( 6 , 24 ) ; Size = MAP_APPFONT ( 156 , 8 ) ; Text [ en-US ] = "Settings:" ; }; Control LB_SETTINGS { Border = TRUE ; Pos = MAP_APPFONT ( 6 , 35 ) ; Size = MAP_APPFONT ( 206 , 67 ) ; TabStop = TRUE ; }; PushButton BTN_EDIT { HelpID = "sc:PushButton:RID_SCDLG_SOLVEROPTIONS:BTN_EDIT"; Pos = MAP_APPFONT ( 6 , 108 ) ; Size = MAP_APPFONT ( 50 , 14 ) ; TabStop = TRUE ; Text [ en-US ] = "Edit..." ; }; FixedLine FL_BUTTONS { Pos = MAP_APPFONT ( 0 , 125 ) ; Size = MAP_APPFONT ( 218 , 8 ) ; }; HelpButton BTN_HELP { Pos = MAP_APPFONT ( 6 , 136 ) ; Size = MAP_APPFONT ( 50 , 14 ) ; TabStop = TRUE ; }; OKButton BTN_OK { Pos = MAP_APPFONT ( 106 , 136 ) ; Size = MAP_APPFONT ( 50 , 14 ) ; TabStop = TRUE ; DefButton = TRUE ; }; CancelButton BTN_CANCEL { Pos = MAP_APPFONT ( 162 , 136 ) ; Size = MAP_APPFONT ( 50 , 14 ) ; TabStop = TRUE ; }; Text [ en-US ] = "Options" ; }; /* vim:set shiftwidth=4 softtabstop=4 expandtab: */