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#ifndef _MAILMRGE_HRC 29#define _MAILMRGE_HRC 30 31// #include ----------------------------------------------------------------- 32 33#include "envelp.hrc" 34 35// Elemente ----------------------------------------------------------------- 36 37#define FL_RECORD 1 38#define RB_ALL 2 39#define RB_MARKED 3 40#define RB_FROM 4 41#define NF_FROM 5 42#define FT_BIS 6 43#define NF_TO 7 44#define BTN_OK 8 45#define BTN_CANCEL 9 46#define BTN_HELP 10 47#define RB_PRINTER 11 48#define RB_MAILING 12 49#define FT_ADDRESS 13 50#define LB_ADDRESSFLD 14 51#define FT_SUBJECT 15 52#define ED_SUBJECT 16 53#define FL_DEST 17 54#define CB_SINGLE_JOBS 18 55#define FT_FORMAT 19 56#define CB_FORMAT_SW 20 57#define CB_FORMAT_HTML 21 58#define CB_FORMAT_RTF 22 59#define RB_FILE 23 60#define FT_PATH 24 61#define ED_PATH 25 62#define PB_PATH 26 63#define LB_COLUMN 30 64#define FT_ATTACH 32 65#define ED_ATTACH 33 66#define PB_ATTACH 34 67#define WIN_BEAMER 35 68#define FL_SEPARATOR 36 69#define FL_BOTTOM_SEPARATOR 37 70#define FL_SAVE_MERGED_DOCUMENT 38 71#define RB_SAVE_SINGLE_DOC 39 72#define RB_SAVE_INDIVIDUAL 40 73#define RB_GENERATE_FROM_DATABASE 41 74#define FT_COLUMN 42 75#define FT_FILTER 43 76#define LB_FILTER 44 77 78#define FL_CREATEFROM 1 79#define RB_THISDOC 2 80#define RB_TEMPLATE 3 81#define BT_OK 4 82#define BT_CANCEL 5 83#define BT_HELP 6 84#define FL_CONNECTIONS 7 85#define RB_USEEXISTING 8 86#define RB_CREATENEW 9 87#define FT_INFO 10 88 89 90#endif 91 92 93