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