/* * 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 "app.hrc" #include "layeroptionsdlg.hrc" #include "helpids.h" ModalDialog DLG_INSERT_LAYER { HelpID = CMD_SID_INSERTLAYER ; OutputSize = TRUE ; SVLook = TRUE ; Size = MAP_APPFONT ( 200 , 172 ) ; Text [ en-US ] = "Insert Layer" ; Moveable = TRUE ; FixedText FT_NAME { Pos = MAP_APPFONT ( 6 , 6 ) ; Size = MAP_APPFONT ( 188 , 8 ) ; Text [ en-US ] = "~Name" ; }; Edit EDT_NAME { HelpID = "sd:Edit:DLG_INSERT_LAYER:EDT_NAME"; Border = TRUE ; Pos = MAP_APPFONT ( 6 , 17 ) ; Size = MAP_APPFONT ( 188 , 12 ) ; TabStop = TRUE ; }; FixedText FT_TITLE { Pos = MAP_APPFONT ( 6 , 32 ) ; Size = MAP_APPFONT ( 188 , 8 ) ; Text [ en-US ] = "~Title" ; }; Edit EDT_TITLE { HelpID = "sd:Edit:DLG_INSERT_LAYER:EDT_TITLE"; Border = TRUE ; Pos = MAP_APPFONT ( 6 , 43 ) ; Size = MAP_APPFONT ( 188 , 12 ) ; TabStop = TRUE ; }; FixedText FT_DESCRIPTION { Pos = MAP_APPFONT ( 6 , 58 ) ; Size = MAP_APPFONT ( 188 , 8 ) ; Text [ en-US ] = "~Description" ; }; MultiLineEdit EDT_DESCRIPTION { HelpID = "sd:MultiLineEdit:DLG_INSERT_LAYER:EDT_DESCRIPTION"; Border = TRUE ; Pos = MAP_APPFONT ( 6 , 69 ) ; Size = MAP_APPFONT ( 188 , 34 ) ; TabStop = TRUE ; IgnoreTab = TRUE; VScroll = TRUE; }; CheckBox CBX_VISIBLE { HelpID = "sd:CheckBox:DLG_INSERT_LAYER:CBX_VISIBLE"; Pos = MAP_APPFONT ( 6 , 106 ) ; Size = MAP_APPFONT ( 188 , 10 ) ; Text [ en-US ] = "~Visible" ; TabStop = TRUE ; }; CheckBox CBX_PRINTABLE { HelpID = "sd:CheckBox:DLG_INSERT_LAYER:CBX_PRINTABLE"; Pos = MAP_APPFONT ( 6 , 119 ) ; Size = MAP_APPFONT ( 188 , 10 ) ; Text [ en-US ] = "~Printable" ; TabStop = TRUE ; }; CheckBox CBX_LOCKED { HelpID = "sd:CheckBox:DLG_INSERT_LAYER:CBX_LOCKED"; Pos = MAP_APPFONT ( 6 , 132 ) ; Size = MAP_APPFONT ( 188 , 10 ) ; Text [ en-US ] = "~Locked" ; TabStop = TRUE ; }; // divider FixedLine FL_SEPARATOR_B { Pos = MAP_APPFONT ( 0 , 144 ) ; Size = MAP_APPFONT ( 200 , 4 ) ; }; // Buttons HelpButton BTN_HELP { Pos = MAP_APPFONT ( 6, 152 ) ; Size = MAP_APPFONT ( 50 , 14 ) ; TabStop = TRUE ; }; OKButton BTN_OK { Pos = MAP_APPFONT ( 200 - (50 + 50 + 9), 152) ; Size = MAP_APPFONT ( 50 , 14 ) ; TabStop = TRUE ; DefButton = TRUE ; }; CancelButton BTN_CANCEL { Pos = MAP_APPFONT ( 200 - (50 + 6), 152) ; Size = MAP_APPFONT ( 50 , 14 ) ; TabStop = TRUE ; }; };