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 <mmmergepage.hrc> 28#include <dbui.hrc> 29#include <helpid.h> 30 31TabPage DLG_MM_MERGE_PAGE 32{ 33 HelpID = HID_MM_MERGEPAGE ; 34 Size = MAP_APPFONT ( 260 , 250 ) ; 35 Hide = TRUE ; 36 37 FixedText FI_HEADER 38 { 39 Pos = MAP_APPFONT ( 6 , 8 ) ; 40 Size = MAP_APPFONT ( 248 , 8 ) ; 41 Text [ en-US ] = "Personalize the mail merge documents"; 42 }; 43 FixedText FI_EDIT 44 { 45 Pos = MAP_APPFONT ( 6 , 27 ) ; 46 Size = MAP_APPFONT ( 248 , 38 ) ; 47 WordBreak = TRUE; 48 Text [ en-US ] = "You can personalize particular documents. Clicking '%1' will temporarily reduce the wizard to a small window so you can edit your document. After editing the document, return to the wizard by clicking 'Return to Mail Merge Wizard' in the small window."; 49 }; 50 PushButton PB_EDIT 51 { 52 HelpID = "sw:PushButton:DLG_MM_MERGE_PAGE:PB_EDIT"; 53 Pos = MAP_APPFONT ( 70 , 67 ) ; 54 Size = MAP_APPFONT ( 120 , 14 ) ; 55 Text [ en-US ] = "~Edit individual document..."; 56 }; 57 FixedLine FL_FIND 58 { 59 Pos = MAP_APPFONT ( 6 , 102 ) ; 60 Size = MAP_APPFONT ( 248 , 8 ) ; 61 Text [ en-US ] = "~Find"; 62 }; 63 FixedText FT_FIND 64 { 65 Pos = MAP_APPFONT ( 16 ,116 ) ; 66 Size = MAP_APPFONT ( 45 , 8 ) ; 67 Text [ en-US ] = "~Search for:"; 68 }; 69 Edit ED_FIND 70 { 71 HelpID = "sw:Edit:DLG_MM_MERGE_PAGE:ED_FIND"; 72 Pos = MAP_APPFONT ( 55 ,114 ) ; 73 Size = MAP_APPFONT ( 140 , 12 ) ; 74 Border = TRUE; 75 }; 76 PushButton PB_FIND 77 { 78 HelpID = "sw:PushButton:DLG_MM_MERGE_PAGE:PB_FIND"; 79 Pos = MAP_APPFONT ( 198 ,113 ) ; 80 Size = MAP_APPFONT ( 50 , 14 ) ; 81 Text [ en-US ] = "~Find..."; 82 }; 83 CheckBox CB_WHOLEWORDS 84 { 85 HelpID = "sw:CheckBox:DLG_MM_MERGE_PAGE:CB_WHOLEWORDS"; 86 Pos = MAP_APPFONT ( 55 , 131 ) ; 87 Size = MAP_APPFONT ( 180 , 10 ) ; 88 Text [ en-US ] = "Whole wor~ds only"; 89 }; 90 CheckBox CB_BACKWARDS 91 { 92 HelpID = "sw:CheckBox:DLG_MM_MERGE_PAGE:CB_BACKWARDS"; 93 Pos = MAP_APPFONT ( 55 , 144 ) ; 94 Size = MAP_APPFONT ( 180 , 10 ) ; 95 Text [ en-US ] = "Back~wards"; 96 }; 97 CheckBox CB_MATCHCASE 98 { 99 HelpID = "sw:CheckBox:DLG_MM_MERGE_PAGE:CB_MATCHCASE"; 100 Pos = MAP_APPFONT ( 55 , 157 ) ; 101 Size = MAP_APPFONT ( 180 , 10 ) ; 102 Text [ en-US ] = "Ma~tch case"; 103 }; 104}; 105 106 107 108