merge the formfield patch from ooo-build
[ooovba.git] / sw / source / ui / envelp / envfmt.hrc
blob51c29fef2c7ac222f9ae2ab14f39c420fef52624
1 /*************************************************************************
2  *
3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4  * 
5  * Copyright 2008 by Sun Microsystems, Inc.
6  *
7  * OpenOffice.org - a multi-platform office productivity suite
8  *
9  * $RCSfile: envfmt.hrc,v $
10  * $Revision: 1.5 $
11  *
12  * This file is part of OpenOffice.org.
13  *
14  * OpenOffice.org is free software: you can redistribute it and/or modify
15  * it under the terms of the GNU Lesser General Public License version 3
16  * only, as published by the Free Software Foundation.
17  *
18  * OpenOffice.org is distributed in the hope that it will be useful,
19  * but WITHOUT ANY WARRANTY; without even the implied warranty of
20  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
21  * GNU Lesser General Public License version 3 for more details
22  * (a copy is included in the LICENSE file that accompanied this code).
23  *
24  * You should have received a copy of the GNU Lesser General Public License
25  * version 3 along with OpenOffice.org.  If not, see
26  * <http://www.openoffice.org/license.html>
27  * for a copy of the LGPLv3 License.
28  *
29  ************************************************************************/
31 #ifndef _ENVFMT_HRC
32 #define _ENVFMT_HRC
34 // #include *****************************************************************
36 #include "envelp.hrc"
38 // Lokale Resourcen *********************************************************
40 #define FL_ADDRESSEE           11
41 #define TXT_ADDR_POS            12
42 #define TXT_ADDR_LEFT           13
43 #define FLD_ADDR_LEFT           14
44 #define TXT_ADDR_TOP            15
45 #define FLD_ADDR_TOP            16
46 #define TXT_ADDR_FORMAT         17
47 #define BTN_ADDR_EDIT           18
49 #define FL_SENDER                      21
50 #define TXT_SEND_POS            22
51 #define TXT_SEND_LEFT           23
52 #define FLD_SEND_LEFT           24
53 #define TXT_SEND_TOP            25
54 #define FLD_SEND_TOP            26
55 #define TXT_SEND_FORMAT         27
56 #define BTN_SEND_EDIT           28
58 #define FL_SIZE                        31
59 #define TXT_SIZE_FORMAT         32
60 #define BOX_SIZE_FORMAT         33
61 #define TXT_SIZE_WIDTH          34
62 #define FLD_SIZE_WIDTH          35
63 #define TXT_SIZE_HEIGHT         36
64 #define FLD_SIZE_HEIGHT         37
66 #define WIN_PREVIEW                     41
69 #define MID_CHAR        1
70 #define MID_PARA        2
72 // Globale Resourcen ********************************************************
74 #define MNU_EDIT  (RC_ENVFMT_BEGIN     )
76 // Ueberlaufpruefung ********************************************************
78 #define ENVFMT_ACT_END  MNU_EDIT
80 #if ENVFMT_ACT_END > RC_ENVFMT_END
81 #error Resource-Ueberlauf in #file, #line
82 #endif
84 #endif