1/************************************************************************* 2 * 3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 4 * 5 * Copyright 2000, 2010 Oracle and/or its affiliates. 6 * 7 * OpenOffice.org - a multi-platform office productivity suite 8 * 9 * This file is part of OpenOffice.org. 10 * 11 * OpenOffice.org is free software: you can redistribute it and/or modify 12 * it under the terms of the GNU Lesser General Public License version 3 13 * only, as published by the Free Software Foundation. 14 * 15 * OpenOffice.org is distributed in the hope that it will be useful, 16 * but WITHOUT ANY WARRANTY; without even the implied warranty of 17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 18 * GNU Lesser General Public License version 3 for more details 19 * (a copy is included in the LICENSE file that accompanied this code). 20 * 21 * You should have received a copy of the GNU Lesser General Public License 22 * version 3 along with OpenOffice.org. If not, see 23 * <http://www.openoffice.org/license.html> 24 * for a copy of the LGPLv3 License. 25 * 26 ************************************************************************/ 27 28#include "changedb.hrc" 29#include "fldui.hrc" 30 31 32ModalDialog DLG_CHANGE_DB 33{ 34 HelpID = "sw:ModalDialog:DLG_CHANGE_DB"; 35 OutputSize = TRUE ; 36 SVLook = TRUE ; 37 Size = MAP_APPFONT ( 286 , 175 ) ; 38 39 Text [ en-US ] = "Exchange Databases" ; 40 Moveable = TRUE ; 41 FixedLine FL_DBLIST 42 { 43 Pos = MAP_APPFONT ( 6 , 3 ) ; 44 Size = MAP_APPFONT ( 218 , 8 ) ; 45 46 Text [ en-US ] = "Exchange databases" ; 47 }; 48 FixedText FT_USEDDB 49 { 50 Pos = MAP_APPFONT ( 12 , 14 ) ; 51 Size = MAP_APPFONT ( 90 , 8 ) ; 52 Left = TRUE ; 53 Text [ en-US ] = "Databases in Use" ; 54 }; 55 FixedText FT_AVAILDB 56 { 57 Pos = MAP_APPFONT ( 118 , 14 ) ; 58 Size = MAP_APPFONT ( 90 , 8 ) ; 59 Left = TRUE ; 60 Text [ en-US ] = "Available Databases" ; 61 }; 62 Control TLB_USEDDB 63 { 64 Border = TRUE ; 65 Pos = MAP_APPFONT ( 12 , 25 ) ; 66 Size = MAP_APPFONT ( 100 , 62 ) ; 67 TabStop = TRUE ; 68 }; 69 Control TLB_AVAILDB 70 { 71 Border = TRUE ; 72 Pos = MAP_APPFONT ( 118 , 25 ) ; 73 Size = MAP_APPFONT ( 100 , 62 ) ; 74 TabStop = TRUE ; 75 }; 76 PushButton PB_ADDDB 77 { 78 HelpID = "sw:PushButton:DLG_CHANGE_DB:PB_ADDDB"; 79 Pos = MAP_APPFONT ( 118 , 90 ) ; 80 Size = MAP_APPFONT ( 50 , 14 ) ; 81 Text [ en-US ] = "Browse..." ; 82 }; 83 FixedText FT_DESC 84 { 85 Pos = MAP_APPFONT ( 12 , 110 ) ; 86 Size = MAP_APPFONT ( 210 , 45 ) ; 87 WordBreak = TRUE ; 88 Left = TRUE ; 89 Text [ en-US ] = "Use this dialog to replace the databases you access in your document via database fields, with other databases. You can only make one change at a time. Multiple selection is possible in the list on the left.\nUse the browse button to select a database file." ; 90 }; 91 FixedText FT_DOCDBTEXT 92 { 93 Pos = MAP_APPFONT ( 6 , 161 ) ; 94 Size = MAP_APPFONT ( 100 , 8 ) ; 95 Left = TRUE ; 96 Text [ en-US ] = "Database applied to document:" ; 97 }; 98 FixedText FT_DOCDBNAME 99 { 100 Pos = MAP_APPFONT ( 109 , 161 ) ; 101 Size = MAP_APPFONT ( 114 , 8 ) ; 102 Left = TRUE ; 103 Text [ en-US ] = "Addresses.Addresses" ; 104 }; 105 OKButton BT_OK 106 { 107 Pos = MAP_APPFONT ( 230 , 6 ) ; 108 Size = MAP_APPFONT ( 50 , 14 ) ; 109 TabStop = TRUE ; 110 DefButton = TRUE ; 111 Disable = TRUE ; 112 TabStop = TRUE ; 113 Text [ en-US ] = "Define" ; 114 }; 115 CancelButton BT_CANCEL 116 { 117 Pos = MAP_APPFONT ( 230 , 23 ) ; 118 Size = MAP_APPFONT ( 50 , 14 ) ; 119 TabStop = TRUE ; 120 Text [ en-US ] = "~Close" ; 121 }; 122 HelpButton BT_HELP 123 { 124 Pos = MAP_APPFONT ( 230 , 43 ) ; 125 Size = MAP_APPFONT ( 50 , 14 ) ; 126 TabStop = TRUE ; 127 }; 128}; 129 130 131