/************************************************************************* * * 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 "crnrdlg.hrc" ModelessDialog RID_SCDLG_COLROWNAMERANGES { OutputSize = TRUE ; Hide = TRUE ; SVLook = TRUE ; Size = MAP_APPFONT ( 256 , 181 ) ; HelpId = HID_COLROWNAMERANGES ; Moveable = TRUE ; // Closeable = TRUE; // Dieser Dialog hat einen Cancel-Button ! FixedLine FL_ASSIGN { Pos = MAP_APPFONT ( 6 , 3 ) ; Size = MAP_APPFONT ( 188 , 8 ) ; Text [ en-US ] = "Range" ; }; ListBox LB_RANGE { Pos = MAP_APPFONT ( 12 , 14 ) ; Size = MAP_APPFONT ( 179 , 85 ) ; TabStop = TRUE ; VScroll = TRUE ; Border = TRUE ; }; Edit ED_AREA { Border = TRUE ; Pos = MAP_APPFONT ( 12 , 105 ) ; Size = MAP_APPFONT ( 165 , 12 ) ; TabStop = TRUE ; }; ImageButton RB_AREA { Pos = MAP_APPFONT ( 179 , 104 ) ; Size = MAP_APPFONT ( 13 , 15 ) ; TabStop = FALSE ; QuickHelpText [ en-US ] = "Shrink" ; }; RadioButton BTN_COLHEAD { Pos = MAP_APPFONT ( 20 , 121 ) ; Size = MAP_APPFONT ( 171 , 10 ) ; TabStop = TRUE ; Text [ en-US ] = "Contains ~column labels" ; }; RadioButton BTN_ROWHEAD { Pos = MAP_APPFONT ( 20 , 135 ) ; Size = MAP_APPFONT ( 171 , 10 ) ; TabStop = TRUE ; Text [ en-US ] = "Contains ~row labels" ; }; FixedText FT_DATA_LABEL { Pos = MAP_APPFONT ( 12 , 151 ) ; Size = MAP_APPFONT ( 179 , 8 ) ; Text [ en-US ] = "For ~data range" ; }; Edit ED_DATA { Border = TRUE ; Pos = MAP_APPFONT ( 12 , 162 ) ; Size = MAP_APPFONT ( 165 , 12 ) ; TabStop = TRUE ; }; ImageButton RB_DATA { Pos = MAP_APPFONT ( 179 , 161 ) ; Size = MAP_APPFONT ( 13 , 15 ) ; TabStop = FALSE ; QuickHelpText [ en-US ] = "Shrink" ; }; OKButton BTN_OK { Pos = MAP_APPFONT ( 200 , 6 ) ; Size = MAP_APPFONT ( 50 , 14 ) ; TabStop = TRUE ; }; CancelButton BTN_CANCEL { Pos = MAP_APPFONT ( 200 , 23 ) ; Size = MAP_APPFONT ( 50 , 14 ) ; TabStop = TRUE ; }; PushButton BTN_ADD { Pos = MAP_APPFONT ( 200 , 104 ) ; Size = MAP_APPFONT ( 50 , 14 ) ; Text [ en-US ] = "~Add" ; TabStop = TRUE ; DefButton = TRUE ; }; PushButton BTN_REMOVE { Pos = MAP_APPFONT ( 200 , 122 ) ; Size = MAP_APPFONT ( 50 , 14 ) ; Text [ en-US ] = "~Delete" ; TabStop = TRUE ; }; HelpButton BTN_HELP { Pos = MAP_APPFONT ( 200 , 43 ) ; Size = MAP_APPFONT ( 50 , 14 ) ; TabStop = TRUE ; }; Text [ en-US ] = "Define Label Range" ; };