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#include <addresslistdialog.hrc> 28#include <dbui.hrc> 29#include <helpid.h> 30 31 32ModalDialog DLG_MM_ADDRESSLISTDIALOG 33{ 34 OutputSize = TRUE ; 35 SVLook = TRUE ; 36 HelpID = HID_MM_ADDRESSLISTDIALOG; 37 Size = MAP_APPFONT ( 260 , 182 ) ; 38 Moveable = TRUE ; 39 40 Text [ en-US ] = "Select Address List"; 41 42 FixedText FI_DESCRIPTION 43 { 44 Pos = MAP_APPFONT ( 6 , 3 ) ; 45 Size = MAP_APPFONT ( 248 , 24 ) ; 46 WordBreak = TRUE; 47 Text [ en-US ] = "Select an address list. Click '%1' to select recipients from a different list. If you do not have an address list you can create one by clicking '%2'."; 48 }; 49 FixedText FT_LIST 50 { 51 Pos = MAP_APPFONT ( 6 , 30 ) ; 52 Size = MAP_APPFONT ( 248 , 8 ) ; 53 Text [ en-US ] = "Your recipients are currently selected from:"; 54 }; 55 Control LB_LIST 56 { 57 Pos = MAP_APPFONT ( 6 , 43 ) ; 58 Size = MAP_APPFONT ( 182 , 102 ) ; 59 Border = TRUE; 60 TabStop = TRUE ; 61 }; 62 PushButton PB_LOADLIST 63 { 64 HelpID = "sw:PushButton:DLG_MM_ADDRESSLISTDIALOG:PB_LOADLIST"; 65 Pos = MAP_APPFONT ( 194 , 43 ) ; 66 Size = MAP_APPFONT ( 60 , 14 ) ; 67 Text [ en-US ] = "~Add..."; 68 }; 69 PushButton PB_CREATELIST 70 { 71 HelpID = "sw:PushButton:DLG_MM_ADDRESSLISTDIALOG:PB_CREATELIST"; 72 Pos = MAP_APPFONT ( 194 , 60 ) ; 73 Size = MAP_APPFONT ( 60 , 14 ) ; 74 Text [ en-US ] = "~Create..."; 75 }; 76 PushButton PB_FILTER 77 { 78 HelpID = "sw:PushButton:DLG_MM_ADDRESSLISTDIALOG:PB_FILTER"; 79 Pos = MAP_APPFONT ( 194 , 77 ) ; 80 Size = MAP_APPFONT ( 60 , 14 ) ; 81 Text [ en-US ] = "~Filter..."; 82 }; 83 PushButton PB_EDIT 84 { 85 HelpID = "sw:PushButton:DLG_MM_ADDRESSLISTDIALOG:PB_EDIT"; 86 Pos = MAP_APPFONT ( 194 , 94 ) ; 87 Size = MAP_APPFONT ( 60 , 14 ) ; 88 Text [ en-US ] = "~Edit..."; 89 }; 90 PushButton PB_TABLE 91 { 92 HelpID = "sw:PushButton:DLG_MM_ADDRESSLISTDIALOG:PB_TABLE"; 93 Pos = MAP_APPFONT ( 194 , 111 ) ; 94 Size = MAP_APPFONT ( 60 , 14 ) ; 95 Text [ en-US ] = "Change ~Table..."; 96 }; 97 FixedLine FL_SEPARATOR 98 { 99 Pos = MAP_APPFONT ( 0 , 151 ) ; 100 Size = MAP_APPFONT ( 260 , 8 ) ; 101 }; 102 OKButton PB_OK 103 { 104 Pos = MAP_APPFONT ( 95 , 162 ) ; 105 Size = MAP_APPFONT ( 50 , 14 ) ; 106 DefButton = TRUE ; 107 }; 108 CancelButton PB_CANCEL 109 { 110 Pos = MAP_APPFONT ( 148 , 162 ) ; 111 Size = MAP_APPFONT ( 50 , 14 ) ; 112 }; 113 HelpButton PB_HELP 114 { 115 Pos = MAP_APPFONT ( 204 , 162 ) ; 116 Size = MAP_APPFONT ( 50 , 14 ) ; 117 }; 118 String ST_NAME 119 { 120 Text [ en-US ] = "Name"; 121 }; 122 String ST_TABLE 123 { 124 Text [ en-US ] = "Table"; 125 }; 126 String ST_CONNECTING 127 { 128 Text [ en-US ] = "Connecting to data source..."; 129 }; 130}; 131 132