xref: /aoo42x/main/sw/inc/envelp.hrc (revision fefe2166)
1*fefe2166SAndrew Rist/**************************************************************
2cdf0e10cSrcweir *
3*fefe2166SAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one
4*fefe2166SAndrew Rist * or more contributor license agreements.  See the NOTICE file
5*fefe2166SAndrew Rist * distributed with this work for additional information
6*fefe2166SAndrew Rist * regarding copyright ownership.  The ASF licenses this file
7*fefe2166SAndrew Rist * to you under the Apache License, Version 2.0 (the
8*fefe2166SAndrew Rist * "License"); you may not use this file except in compliance
9*fefe2166SAndrew Rist * with the License.  You may obtain a copy of the License at
10*fefe2166SAndrew Rist *
11*fefe2166SAndrew Rist *   http://www.apache.org/licenses/LICENSE-2.0
12*fefe2166SAndrew Rist *
13*fefe2166SAndrew Rist * Unless required by applicable law or agreed to in writing,
14*fefe2166SAndrew Rist * software distributed under the License is distributed on an
15*fefe2166SAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16*fefe2166SAndrew Rist * KIND, either express or implied.  See the License for the
17*fefe2166SAndrew Rist * specific language governing permissions and limitations
18*fefe2166SAndrew Rist * under the License.
19*fefe2166SAndrew Rist *
20*fefe2166SAndrew Rist *************************************************************/
21*fefe2166SAndrew Rist
22*fefe2166SAndrew Rist
23cdf0e10cSrcweir
24cdf0e10cSrcweir#ifndef _ENVELP_HRC
25cdf0e10cSrcweir#define _ENVELP_HRC
26cdf0e10cSrcweir
27cdf0e10cSrcweir// #include -------------------------------------------------------------------
28cdf0e10cSrcweir
29cdf0e10cSrcweir#include "rcid.hrc"
30cdf0e10cSrcweir
31cdf0e10cSrcweir// Dialoge --------------------------------------------------------------------
32cdf0e10cSrcweir
33cdf0e10cSrcweir#define DLG_ENV    (RC_ENVELP_BEGIN    )
34cdf0e10cSrcweir#define DLG_LAB    (RC_ENVELP_BEGIN + 1)
35cdf0e10cSrcweir
36cdf0e10cSrcweir#define TP_ENV_ENV (RC_ENVELP_BEGIN + 2)
37cdf0e10cSrcweir#define TP_ENV_FMT (RC_ENVELP_BEGIN + 3)
38cdf0e10cSrcweir#define TP_ENV_PRT (RC_ENVELP_BEGIN + 4)
39cdf0e10cSrcweir
40cdf0e10cSrcweir#define TP_LAB_LAB (RC_ENVELP_BEGIN + 5)
41cdf0e10cSrcweir#define TP_LAB_FMT (RC_ENVELP_BEGIN + 6)
42cdf0e10cSrcweir#define TP_LAB_PRT (RC_ENVELP_BEGIN + 7)
43cdf0e10cSrcweir
44cdf0e10cSrcweir#define DLG_MAILMERGE (RC_ENVELP_BEGIN + 8)
45cdf0e10cSrcweir
46cdf0e10cSrcweir#define DLG_SYNC_BTN  (RC_ENVELP_BEGIN + 9)
47cdf0e10cSrcweir#define DLG_SAVE_LABEL (RC_ENVELP_BEGIN + 10)
48cdf0e10cSrcweir
49cdf0e10cSrcweir// Bereiche -------------------------------------------------------------------
50cdf0e10cSrcweir
51cdf0e10cSrcweir#define RC_ENVLOP_BEGIN  (RC_ENVELP_BEGIN     )
52cdf0e10cSrcweir#define RC_ENVLOP_END    (RC_ENVELP_BEGIN +  9)
53cdf0e10cSrcweir
54cdf0e10cSrcweir#define RC_ENVFMT_BEGIN  (RC_ENVELP_BEGIN + 10)
55cdf0e10cSrcweir#define RC_ENVFMT_END    (RC_ENVELP_BEGIN + 19)
56cdf0e10cSrcweir
57cdf0e10cSrcweir#define RC_ENVPRT_BEGIN  (RC_ENVELP_BEGIN + 20)
58cdf0e10cSrcweir#define RC_ENVPRT_END    (RC_ENVELP_BEGIN + 39)
59cdf0e10cSrcweir
60cdf0e10cSrcweir#define RC_LABEL_BEGIN   (RC_ENVELP_BEGIN + 40)
61cdf0e10cSrcweir#define RC_LABEL_END     (RC_ENVELP_BEGIN + 49)
62cdf0e10cSrcweir
63cdf0e10cSrcweir#define RC_LABFMT_BEGIN  (RC_ENVELP_BEGIN + 50)
64cdf0e10cSrcweir#define RC_LABFMT_END    (RC_ENVELP_BEGIN + 59)
65cdf0e10cSrcweir
66cdf0e10cSrcweir#define RC_LABPRT_BEGIN  (RC_ENVELP_BEGIN + 60)
67cdf0e10cSrcweir#define RC_LABPRT_END    (RC_ENVELP_BEGIN + 69)
68cdf0e10cSrcweir
69cdf0e10cSrcweir// Strings --------------------------------------------------------------------
70cdf0e10cSrcweir
71cdf0e10cSrcweir#define STR_DATABASE_NOT_OPENED  (RC_ENVLOP_BEGIN + 60)
72cdf0e10cSrcweir#define STR_NO_DRIVERS           (RC_ENVLOP_BEGIN + 61)
73cdf0e10cSrcweir#define DLG_MERGE_CREATE         (RC_ENVLOP_BEGIN + 62)
74cdf0e10cSrcweir#define DLG_MERGE_FIELD_CONNECTIONS (RC_ENVLOP_BEGIN + 63)
75cdf0e10cSrcweir
76cdf0e10cSrcweir#define STR_BTN_NEW_DOC          (RC_ENVLOP_BEGIN + 64)
77cdf0e10cSrcweir#define STR_BTN_NEWDOC           (RC_ENVLOP_BEGIN + 65)
78cdf0e10cSrcweir#define STR_SENDER_TOKENS        (RC_ENVLOP_BEGIN + 66)
79cdf0e10cSrcweir
80cdf0e10cSrcweir#define RC_ENVPRT_HC_BEGIN		 (RC_ENVLOP_BEGIN + 70)
81cdf0e10cSrcweir#define RC_ENVPRT_HC_END		 (RC_ENVLOP_BEGIN + 82)
82cdf0e10cSrcweir
83cdf0e10cSrcweir// Ueberlaufpruefung ----------------------------------------------------------
84cdf0e10cSrcweir
85cdf0e10cSrcweir#define ENVELP_ACT_END  STR_SENDER_TOKENS
86cdf0e10cSrcweir
87cdf0e10cSrcweir#if ENVELP_ACT_END > RC_ENVPRT_HC_END
88cdf0e10cSrcweir#error Resource-Ueberlauf in #file, #line
89cdf0e10cSrcweir#endif
90cdf0e10cSrcweir
91cdf0e10cSrcweir#endif
92cdf0e10cSrcweir
93cdf0e10cSrcweir
94