1/************************************************************** 2 * 3 * Licensed to the Apache Software Foundation (ASF) under one 4 * or more contributor license agreements. See the NOTICE file 5 * distributed with this work for additional information 6 * regarding copyright ownership. The ASF licenses this file 7 * to you under the Apache License, Version 2.0 (the 8 * "License"); you may not use this file except in compliance 9 * with the License. You may obtain a copy of the License at 10 * 11 * http://www.apache.org/licenses/LICENSE-2.0 12 * 13 * Unless required by applicable law or agreed to in writing, 14 * software distributed under the License is distributed on an 15 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 16 * KIND, either express or implied. See the License for the 17 * specific language governing permissions and limitations 18 * under the License. 19 * 20 *************************************************************/ 21 22 23 24#ifndef _MAILMRGE_HRC 25#define _MAILMRGE_HRC 26 27// #include ----------------------------------------------------------------- 28 29#include "envelp.hrc" 30 31// Elemente ----------------------------------------------------------------- 32 33#define FL_RECORD 1 34#define RB_ALL 2 35#define RB_MARKED 3 36#define RB_FROM 4 37#define NF_FROM 5 38#define FT_BIS 6 39#define NF_TO 7 40#define BTN_OK 8 41#define BTN_CANCEL 9 42#define BTN_HELP 10 43#define RB_PRINTER 11 44#define RB_MAILING 12 45#define FT_ADDRESS 13 46#define LB_ADDRESSFLD 14 47#define FT_SUBJECT 15 48#define ED_SUBJECT 16 49#define FL_DEST 17 50#define CB_SINGLE_JOBS 18 51#define FT_FORMAT 19 52#define CB_FORMAT_SW 20 53#define CB_FORMAT_HTML 21 54#define CB_FORMAT_RTF 22 55#define RB_FILE 23 56#define FT_PATH 24 57#define ED_PATH 25 58#define PB_PATH 26 59#define LB_COLUMN 30 60#define FT_ATTACH 32 61#define ED_ATTACH 33 62#define PB_ATTACH 34 63#define WIN_BEAMER 35 64#define FL_SEPARATOR 36 65#define FL_BOTTOM_SEPARATOR 37 66#define FL_SAVE_MERGED_DOCUMENT 38 67#define RB_SAVE_SINGLE_DOC 39 68#define RB_SAVE_INDIVIDUAL 40 69#define RB_GENERATE_FROM_DATABASE 41 70#define FT_COLUMN 42 71#define FT_FILTER 43 72#define LB_FILTER 44 73 74#define FL_CREATEFROM 1 75#define RB_THISDOC 2 76#define RB_TEMPLATE 3 77#define BT_OK 4 78#define BT_CANCEL 5 79#define BT_HELP 6 80#define FL_CONNECTIONS 7 81#define RB_USEEXISTING 8 82#define RB_CREATENEW 9 83#define FT_INFO 10 84 85 86#endif 87 88 89