xref: /aoo41x/main/sw/inc/envelp.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 _ENVELP_HRC
29#define _ENVELP_HRC
30
31// #include -------------------------------------------------------------------
32
33#include "rcid.hrc"
34
35// Dialoge --------------------------------------------------------------------
36
37#define DLG_ENV    (RC_ENVELP_BEGIN    )
38#define DLG_LAB    (RC_ENVELP_BEGIN + 1)
39
40#define TP_ENV_ENV (RC_ENVELP_BEGIN + 2)
41#define TP_ENV_FMT (RC_ENVELP_BEGIN + 3)
42#define TP_ENV_PRT (RC_ENVELP_BEGIN + 4)
43
44#define TP_LAB_LAB (RC_ENVELP_BEGIN + 5)
45#define TP_LAB_FMT (RC_ENVELP_BEGIN + 6)
46#define TP_LAB_PRT (RC_ENVELP_BEGIN + 7)
47
48#define DLG_MAILMERGE (RC_ENVELP_BEGIN + 8)
49
50#define DLG_SYNC_BTN  (RC_ENVELP_BEGIN + 9)
51#define DLG_SAVE_LABEL (RC_ENVELP_BEGIN + 10)
52
53// Bereiche -------------------------------------------------------------------
54
55#define RC_ENVLOP_BEGIN  (RC_ENVELP_BEGIN     )
56#define RC_ENVLOP_END    (RC_ENVELP_BEGIN +  9)
57
58#define RC_ENVFMT_BEGIN  (RC_ENVELP_BEGIN + 10)
59#define RC_ENVFMT_END    (RC_ENVELP_BEGIN + 19)
60
61#define RC_ENVPRT_BEGIN  (RC_ENVELP_BEGIN + 20)
62#define RC_ENVPRT_END    (RC_ENVELP_BEGIN + 39)
63
64#define RC_LABEL_BEGIN   (RC_ENVELP_BEGIN + 40)
65#define RC_LABEL_END     (RC_ENVELP_BEGIN + 49)
66
67#define RC_LABFMT_BEGIN  (RC_ENVELP_BEGIN + 50)
68#define RC_LABFMT_END    (RC_ENVELP_BEGIN + 59)
69
70#define RC_LABPRT_BEGIN  (RC_ENVELP_BEGIN + 60)
71#define RC_LABPRT_END    (RC_ENVELP_BEGIN + 69)
72
73// Strings --------------------------------------------------------------------
74
75#define STR_DATABASE_NOT_OPENED  (RC_ENVLOP_BEGIN + 60)
76#define STR_NO_DRIVERS           (RC_ENVLOP_BEGIN + 61)
77#define DLG_MERGE_CREATE         (RC_ENVLOP_BEGIN + 62)
78#define DLG_MERGE_FIELD_CONNECTIONS (RC_ENVLOP_BEGIN + 63)
79
80#define STR_BTN_NEW_DOC          (RC_ENVLOP_BEGIN + 64)
81#define STR_BTN_NEWDOC           (RC_ENVLOP_BEGIN + 65)
82#define STR_SENDER_TOKENS        (RC_ENVLOP_BEGIN + 66)
83
84#define RC_ENVPRT_HC_BEGIN		 (RC_ENVLOP_BEGIN + 70)
85#define RC_ENVPRT_HC_END		 (RC_ENVLOP_BEGIN + 82)
86
87// Ueberlaufpruefung ----------------------------------------------------------
88
89#define ENVELP_ACT_END  STR_SENDER_TOKENS
90
91#if ENVELP_ACT_END > RC_ENVPRT_HC_END
92#error Resource-Ueberlauf in #file, #line
93#endif
94
95#endif
96
97
98