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 _ENVFMT_HRC 25#define _ENVFMT_HRC 26 27// #include ***************************************************************** 28 29#include "envelp.hrc" 30 31// Lokale Resourcen ********************************************************* 32 33#define FL_ADDRESSEE 11 34#define TXT_ADDR_POS 12 35#define TXT_ADDR_LEFT 13 36#define FLD_ADDR_LEFT 14 37#define TXT_ADDR_TOP 15 38#define FLD_ADDR_TOP 16 39#define TXT_ADDR_FORMAT 17 40#define BTN_ADDR_EDIT 18 41 42#define FL_SENDER 21 43#define TXT_SEND_POS 22 44#define TXT_SEND_LEFT 23 45#define FLD_SEND_LEFT 24 46#define TXT_SEND_TOP 25 47#define FLD_SEND_TOP 26 48#define TXT_SEND_FORMAT 27 49#define BTN_SEND_EDIT 28 50 51#define FL_SIZE 31 52#define TXT_SIZE_FORMAT 32 53#define BOX_SIZE_FORMAT 33 54#define TXT_SIZE_WIDTH 34 55#define FLD_SIZE_WIDTH 35 56#define TXT_SIZE_HEIGHT 36 57#define FLD_SIZE_HEIGHT 37 58 59#define WIN_PREVIEW 41 60 61 62#define MID_CHAR 1 63#define MID_PARA 2 64 65// Globale Resourcen ******************************************************** 66 67#define MNU_EDIT (RC_ENVFMT_BEGIN ) 68 69// Ueberlaufpruefung ******************************************************** 70 71#define ENVFMT_ACT_END MNU_EDIT 72 73#if ENVFMT_ACT_END > RC_ENVFMT_END 74#error Resource-Ueberlauf in #file, #line 75#endif 76 77#endif 78 79