merge the formfield patch from ooo-build
[ooovba.git] / sw / source / ui / envelp / envlop.hrc
blobe1a8c92f208238eaae5399c06638a7648699c7d4
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: envlop.hrc,v $
10  * $Revision: 1.3 $
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 _ENVLOP_HRC
32 #define _ENVLOP_HRC
34 // #include *****************************************************************
36 #include "envelp.hrc"
38 // Lokale Resourcen *********************************************************
40 #define TXT_ADDR      1
41 #define EDT_ADDR      2
42 #define FT_DATABASE   3
43 #define LB_DATABASE   4
44 #define FT_TABLE      5
45 #define LB_TABLE      6
46 #define BTN_INSERT    7
47 #define FT_DBFIELD    8
48 #define LB_DBFIELD    9
49 #define BOX_SEND     10
50 #define EDT_SEND     11
51 #define WIN_PREVIEW  12
52 #define ST_INSERT       13
53 #define ST_CHANGE       14
54 // Globale Resourcen ********************************************************
56 #define STR_DOC_TITLE  (RC_ENVLOP_BEGIN)
58 // Ueberlaufpruefung ********************************************************
60 #define ENVLOP_ACT_END  STR_DOC_TITLE
62 #if ENVLOP_ACT_END > RC_ENVLOP_END
63 #error Resource-Ueberlauf in #file, #line
64 #endif
66 #endif