/* -*- 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 "dlgsize.hrc" #include "dbaccess_helpid.hrc" #include "dbu_dlg.hrc" ModalDialog DLG_ROWHEIGHT { OutputSize = TRUE ; SVLook = TRUE ; HelpId = HID_DLG_ROWHEIGHT ; Size = MAP_APPFONT ( 159 , 59 ) ; Moveable = TRUE ; Closeable = TRUE ; FixedText FT_VALUE { Pos = MAP_APPFONT ( 6 , 8 ) ; Size = MAP_APPFONT ( 23 , 10 ) ; Text [ en-US ] = "~Height" ; }; MetricField MF_VALUE { HelpID = "dbaccess:MetricField:DLG_ROWHEIGHT:MF_VALUE"; Border = TRUE ; Pos = MAP_APPFONT ( 36 , 6 ) ; Size = MAP_APPFONT ( 63 , 12 ) ; TabStop = TRUE ; Spin = TRUE ; Minimum = 10 ; Maximum = 1600 ; DecimalDigits = 2 ; Unit = FUNIT_CM ; Repeat = TRUE ; }; CheckBox CB_STANDARD { HelpID = "dbaccess:CheckBox:DLG_ROWHEIGHT:CB_STANDARD"; Pos = MAP_APPFONT ( 36 , 25 ) ; Size = MAP_APPFONT ( 62 , 12 ) ; TabStop = TRUE ; Text [ en-US ] = "~Automatic"; }; OKButton PB_OK { Pos = MAP_APPFONT ( 105 , 6 ) ; Size = MAP_APPFONT ( 50 , 14 ) ; TabStop = TRUE ; DefButton = TRUE ; }; CancelButton PB_CANCEL { Pos = MAP_APPFONT ( 105 , 23 ) ; Size = MAP_APPFONT ( 50 , 14 ) ; TabStop = TRUE ; }; HelpButton PB_HELP { Pos = MAP_APPFONT ( 105 , 42 ) ; Size = MAP_APPFONT ( 50 , 14 ) ; TabStop = TRUE ; }; Text [ en-US ] = "Row Height" ; }; ModalDialog DLG_COLWIDTH { OutputSize = TRUE ; SVLook = TRUE ; HelpId = HID_DLG_COLWIDTH ; Size = MAP_APPFONT ( 159 , 59 ) ; Moveable = TRUE ; Closeable = TRUE ; FixedText FT_VALUE { Pos = MAP_APPFONT ( 6 , 8 ) ; Size = MAP_APPFONT ( 23 , 10 ) ; Text [ en-US ] = "~Width" ; }; MetricField MF_VALUE { HelpID = "dbaccess:MetricField:DLG_COLWIDTH:MF_VALUE"; Border = TRUE ; Pos = MAP_APPFONT ( 36 , 6 ) ; Size = MAP_APPFONT ( 63 , 12 ) ; TabStop = TRUE ; Spin = TRUE ; Minimum = 10 ; Maximum = 20000 ; DecimalDigits = 2 ; Unit = FUNIT_CM ; Repeat = TRUE ; }; CheckBox CB_STANDARD { HelpID = "dbaccess:CheckBox:DLG_COLWIDTH:CB_STANDARD"; Pos = MAP_APPFONT ( 36 , 25 ) ; Size = MAP_APPFONT ( 62 , 12 ) ; TabStop = TRUE ; Text [ en-US ] = "~Automatic"; }; OKButton PB_OK { Pos = MAP_APPFONT ( 105 , 6 ) ; Size = MAP_APPFONT ( 50 , 14 ) ; TabStop = TRUE ; DefButton = TRUE ; }; CancelButton PB_CANCEL { Pos = MAP_APPFONT ( 105 , 23 ) ; Size = MAP_APPFONT ( 50 , 14 ) ; TabStop = TRUE ; }; HelpButton PB_HELP { Pos = MAP_APPFONT ( 105 , 42 ) ; Size = MAP_APPFONT ( 50 , 14 ) ; TabStop = TRUE ; }; Text [ en-US ] = "Column Width" ; }; /* vim:set shiftwidth=4 softtabstop=4 expandtab: */