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#ifndef _MAILMERGEADDRESSBLOCKPAGE_HRC 28#define _MAILMERGEADDRESSBLOCKPAGE_HRC 29 30#define FI_ADDRESSLIST 1 31#define PB_ADDRESSLIST 2 32#define FI_SETTINGS 3 33#define WIN_SETTINGS 4 34#define PB_SETTINGS 5 35#define CB_ADDRESS 6 36#define FI_PREVIEW 7 37#define WIN_PREVIEW 8 38#define PB_ASSIGN 9 39#define FI_DOCINDEX 10 40#define IB_PREVSET 11 41#define IB_NEXTSET 12 42#define STR_DOCUMENT 13 43#define FI_HEADER 14 44#define FI_CURRENTADDRESS 15 45#define STR_CHANGEADDRESS 16 46#define FI_SECOND 17 47#define FI_THIRD 18 48#define FI_MATCH_FIELDS 19 49 50#define FT_SELECT 20 51#define PB_NEW 21 52#define PB_DELETE 22 53#define PB_CUSTOMIZE 23 54 55#define RB_NEVER 25 56#define RB_ALWAYS 26 57#define RB_DEPENDENT 27 58#define ED_COUNTRY 28 59#define FL_SEPARATOR 29 60#define PB_OK 30 61#define PB_CANCEL 31 62#define PB_HELP 32 63 64#define FT_ADDRESSELEMENTS 40 65#define LB_ADDRESSELEMENTS 41 66#define IB_INSERTFIELD 42 67#define IB_REMOVEFIELD 43 68#define FT_DRAG 48 69#define ED_DRAG 49 70#define IB_UP 50 71#define IB_LEFT 51 72#define IB_RIGHT 52 73#define IB_DOWN 53 74#define FT_FIELD 54 75#define CB_FIELD 55 76#define ST_SALUTATION 56 77#define ST_PUNCTUATION 57 78#define ST_TEXT 58 79#define RA_SALUTATION_MALE 59 80#define RA_SALUTATION_FEMALE 60 81#define RA_PUNCTUATION 61 82#define ST_TITLE_MALE 62 83#define ST_TITLE_FEMALE 63 84#define ST_SALUTATIONELEMENTS 64 85#define ST_INSERTSALUTATIONFIELD 65 86#define ST_REMOVESALUTATIONFIELD 66 87#define ST_DRAGSALUTATION 67 88#define ST_TITLE_EDIT 68 89 90 91#define FI_MATCHING 70 92#define CT_FIELDS 71 93#define ST_SALUTATIONPREVIEW 72 94#define ST_SALUTATIONMATCHING 73 95#define ST_SALUTATIONELEMENT 74 96#define CB_HIDE_EMPTY_PARA 75 97#define FI_FIRST 76 98#define FL_FIRST 77 99#define FL_SECOND 78 100#define FL_THIRD 79 101#define FI_FOURTH 80 102 103#define SCR_1 1 104#define ST_ADDRESSELEMENT 2 105#define ST_MATCHESTO 3 106#define ST_PREVIEW 4 107#define FT_FIELDS 5 108#define LB_FIELDS 6 109#define FT_PREVIEW 7 110#define ST_NONE 8 111#define WIN_DATA 9 112 113#endif 114 115 116