/************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite * * This file is part of OpenOffice.org. * * OpenOffice.org is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License version 3 * only, as published by the Free Software Foundation. * * OpenOffice.org is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License version 3 for more details * (a copy is included in the LICENSE file that accompanied this code). * * You should have received a copy of the GNU Lesser General Public License * version 3 along with OpenOffice.org. If not, see * * for a copy of the LGPLv3 License. * ************************************************************************/ #include "instbdlg.hrc" ModalDialog RID_SCDLG_INSERT_TABLE { HelpID = "sc:ModalDialog:RID_SCDLG_INSERT_TABLE"; OutputSize = TRUE ; SVLook = TRUE ; Size = MAP_APPFONT ( 274 , 190 ) ; Text [ en-US ] = "Insert Sheet" ; Moveable = TRUE ; Closeable = TRUE ; OKButton BTN_OK { Pos = MAP_APPFONT ( 218 , 6 ) ; Size = MAP_APPFONT ( 50 , 14 ) ; DefButton = TRUE ; }; CancelButton BTN_CANCEL { Pos = MAP_APPFONT ( 218 , 23 ) ; Size = MAP_APPFONT ( 50 , 14 ) ; }; HelpButton BTN_HELP { Pos = MAP_APPFONT ( 218 , 43 ) ; Size = MAP_APPFONT ( 50 , 14 ) ; }; FixedLine FL_POSITION { Pos = MAP_APPFONT ( 6 , 3 ) ; Size = MAP_APPFONT ( 206 , 8 ) ; Text [ en-US ] = "Position" ; }; RadioButton RB_BEFORE { HelpID = "sc:RadioButton:RID_SCDLG_INSERT_TABLE:RB_BEFORE"; Pos = MAP_APPFONT ( 12 , 14 ) ; Size = MAP_APPFONT ( 197 , 10 ) ; TabStop = TRUE ; Text [ en-US ] = "B~efore current sheet" ; }; RadioButton RB_BEHIND { HelpID = "sc:RadioButton:RID_SCDLG_INSERT_TABLE:RB_BEHIND"; Pos = MAP_APPFONT ( 12 , 28 ) ; Size = MAP_APPFONT ( 197 , 10 ) ; TabStop = TRUE ; Text [ en-US ] = "~After current sheet" ; }; FixedLine FL_TABLE { Pos = MAP_APPFONT ( 6 , 44 ) ; Size = MAP_APPFONT ( 206 , 8 ) ; Text [ en-US ] = "Sheet" ; }; RadioButton RB_NEW { HelpID = "sc:RadioButton:RID_SCDLG_INSERT_TABLE:RB_NEW"; Pos = MAP_APPFONT ( 12 , 55 ) ; Size = MAP_APPFONT ( 197 , 10 ) ; Text [ en-US ] = "~New sheet" ; }; FixedText FT_COUNT { Pos = MAP_APPFONT ( 20 , 68 ) ; Size = MAP_APPFONT ( 52 , 8 ) ; Text [ en-US ] = "N~o. of sheets" ; }; NumericField NF_COUNT { HelpID = "sc:NumericField:RID_SCDLG_INSERT_TABLE:NF_COUNT"; Border = TRUE ; Pos = MAP_APPFONT ( 72 , 66 ) ; Size = MAP_APPFONT ( 30 , 12 ) ; TabStop = TRUE ; Spin = TRUE ; SpinSize = 1 ; Repeat = TRUE ; Minimum = 1 ; Maximum = 256 ; }; FixedText FT_NAME { Pos = MAP_APPFONT ( 20 , 84 ) ; Size = MAP_APPFONT ( 50 , 8 ) ; Text [ en-US ] = "Na~me"; }; Edit ED_TABNAME { HelpID = "sc:Edit:RID_SCDLG_INSERT_TABLE:ED_TABNAME"; Border = TRUE ; Pos = MAP_APPFONT ( 72 , 82 ) ; Size = MAP_APPFONT ( 137 , 12 ) ; }; RadioButton RB_FROMFILE { HelpID = "sc:RadioButton:RID_SCDLG_INSERT_TABLE:RB_FROMFILE"; Pos = MAP_APPFONT ( 12 , 100 ) ; Size = MAP_APPFONT ( 197 , 10 ) ; Text [ en-US ] = "~From file" ; }; MultiListBox LB_TABLES { HelpID = "sc:MultiListBox:RID_SCDLG_INSERT_TABLE:LB_TABLES"; SimpleMode = TRUE ; Border = TRUE ; Pos = MAP_APPFONT ( 20 , 113 ) ; Size = MAP_APPFONT ( 123 , 59 ) ; AutoHScroll = TRUE ; }; PushButton BTN_BROWSE { HelpID = "sc:PushButton:RID_SCDLG_INSERT_TABLE:BTN_BROWSE"; Pos = MAP_APPFONT ( 149 , 113 ) ; Size = MAP_APPFONT ( 60 , 14 ) ; Text [ en-US ] = "~Browse..." ; }; CheckBox CB_LINK { HelpID = "sc:CheckBox:RID_SCDLG_INSERT_TABLE:CB_LINK"; Pos = MAP_APPFONT ( 149 , 131 ) ; Size = MAP_APPFONT ( 60 , 10 ) ; Text [ en-US ] = "Lin~k" ; }; FixedText FT_PATH { Pos = MAP_APPFONT ( 20 , 176 ) ; Size = MAP_APPFONT ( 192 , 8 ) ; }; };