/************************************************************************* * * 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 "dbnamdlg.hrc" ModelessDialog RID_SCDLG_DBNAMES { OutputSize = TRUE ; HelpId = SID_DEFINE_DBNAME ; Hide = TRUE ; SVLook = TRUE ; Size = MAP_APPFONT ( 222 , 142 ) ; Text [ en-US ] = "Define Database Range" ; Moveable = TRUE ; // Closeable = TRUE; // Dieser Dialog hat einen Cancel-Button ! FixedLine FL_NAME { Pos = MAP_APPFONT ( 6 , 3 ) ; Size = MAP_APPFONT ( 154 , 8 ) ; Text [ en-US ] = "Na~me" ; }; ComboBox ED_NAME { Pos = MAP_APPFONT ( 12 , 14 ) ; Size = MAP_APPFONT ( 145 , 92 ) ; TabStop = TRUE ; VScroll = TRUE ; }; FixedLine FL_ASSIGN { Pos = MAP_APPFONT ( 6 , 112 ) ; Size = MAP_APPFONT ( 154 , 8 ) ; Text [ en-US ] = "~Range" ; }; Edit ED_DBAREA { Border = TRUE ; Pos = MAP_APPFONT ( 12 , 123 ) ; Size = MAP_APPFONT ( 131 , 12 ) ; TabStop = TRUE ; }; ImageButton RB_DBAREA { Pos = MAP_APPFONT ( 145 , 122 ) ; Size = MAP_APPFONT ( 13 , 15 ) ; TabStop = FALSE ; QuickHelpText [ en-US ] = "Shrink" ; }; FixedLine FL_OPTIONS { Hide = TRUE ; Pos = MAP_APPFONT ( 6 , 142 ) ; Size = MAP_APPFONT ( 154 , 8 ) ; Text [ en-US ] = "Options" ; }; CheckBox BTN_HEADER { Hide = TRUE ; Pos = MAP_APPFONT ( 12 , 153 ) ; Size = MAP_APPFONT ( 145 , 10 ) ; TabStop = TRUE ; Text [ en-US ] = "Co~ntains column labels" ; }; CheckBox BTN_SIZE { Hide = TRUE ; Pos = MAP_APPFONT ( 12 , 167 ) ; Size = MAP_APPFONT ( 145 , 10 ) ; TabStop = TRUE ; Text [ en-US ] = "Insert or delete ~cells" ; }; CheckBox BTN_FORMAT { Hide = TRUE ; Pos = MAP_APPFONT ( 12 , 181 ) ; Size = MAP_APPFONT ( 145 , 10 ) ; TabStop = TRUE ; Text [ en-US ] = "Keep ~formatting" ; }; CheckBox BTN_STRIPDATA { Hide = TRUE ; Pos = MAP_APPFONT ( 12 , 195 ) ; Size = MAP_APPFONT ( 145 , 10 ) ; TabStop = TRUE ; Text [ en-US ] = "Don't save ~imported data" ; }; FixedText FT_SOURCE { Hide = TRUE ; Pos = MAP_APPFONT ( 12 , 209 ) ; Size = MAP_APPFONT ( 145 , 8 ) ; Text [ en-US ] = "Source:" ; }; FixedText FT_OPERATIONS { Hide = TRUE ; Pos = MAP_APPFONT ( 12 , 221 ) ; Size = MAP_APPFONT ( 145 , 8 ) ; Text [ en-US ] = "Operations:" ; }; OKButton BTN_OK { Pos = MAP_APPFONT ( 166 , 6 ) ; Size = MAP_APPFONT ( 50 , 14 ) ; TabStop = TRUE ; }; CancelButton BTN_CANCEL { Pos = MAP_APPFONT ( 166 , 23 ) ; Size = MAP_APPFONT ( 50 , 14 ) ; TabStop = TRUE ; }; PushButton BTN_ADD { Pos = MAP_APPFONT ( 166 , 74 ) ; Size = MAP_APPFONT ( 50 , 14 ) ; Text [ en-US ] = "~Add" ; TabStop = TRUE ; DefButton = TRUE ; }; PushButton BTN_REMOVE { Pos = MAP_APPFONT ( 166 , 92 ) ; Size = MAP_APPFONT ( 50 , 14 ) ; Text [ en-US ] = "~Delete" ; TabStop = TRUE ; }; HelpButton BTN_HELP { Pos = MAP_APPFONT ( 166 , 43 ) ; Size = MAP_APPFONT ( 50 , 14 ) ; TabStop = TRUE ; }; MoreButton BTN_MORE { Pos = MAP_APPFONT ( 166 , 122 ) ; Size = MAP_APPFONT ( 50 , 14 ) ; TabStop = TRUE ; MapUnit = MAP_APPFONT ; Delta = 93 ; }; String STR_ADD { Text [ en-US ] = "~Add" ; }; String STR_MODIFY { Text [ en-US ] = "M~odify" ; }; String STR_DB_INVALID { Text [ en-US ] = "Invalid range" ; }; };