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