xref: /aoo4110/main/sw/source/ui/envelp/envprt.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 _ENVPRT_HRC
25#define _ENVPRT_HRC
26
27// #include *****************************************************************
28
29#include "envelp.hrc"
30
31// Lokale Resourcen *********************************************************
32
33#define BOX_ALIGN      1
34#define BTN_TOP        7
35#define BTN_BOTTOM     8
36#define TXT_RIGHT      9
37#define FLD_RIGHT     10
38#define TXT_DOWN      11
39#define FLD_DOWN      12
40#define TXT_PRINTER   13
41#define FL_NONAME    14
42#define BTN_PRTSETUP  15
43#define FL_PRINTER    16
44
45// Globale Resourcen ********************************************************
46
47#define BMP_HOR_LEFT_LOWER  (RC_ENVPRT_BEGIN     )
48#define BMP_HOR_LEFT_UPPER  (RC_ENVPRT_BEGIN +  1)
49#define BMP_HOR_CNTR_LOWER  (RC_ENVPRT_BEGIN +  2)
50#define BMP_HOR_CNTR_UPPER  (RC_ENVPRT_BEGIN +  3)
51#define BMP_HOR_RGHT_LOWER  (RC_ENVPRT_BEGIN +  4)
52#define BMP_HOR_RGHT_UPPER  (RC_ENVPRT_BEGIN +  5)
53
54#define BMP_VER_LEFT_LOWER  (RC_ENVPRT_BEGIN +  6)
55#define BMP_VER_LEFT_UPPER  (RC_ENVPRT_BEGIN +  7)
56#define BMP_VER_CNTR_LOWER  (RC_ENVPRT_BEGIN +  8)
57#define BMP_VER_CNTR_UPPER  (RC_ENVPRT_BEGIN +  9)
58#define BMP_VER_RGHT_LOWER  (RC_ENVPRT_BEGIN + 10)
59#define BMP_VER_RGHT_UPPER  (RC_ENVPRT_BEGIN + 11)
60
61#define ITM_HOR_LEFT        (RC_ENVPRT_BEGIN + 12)
62#define ITM_HOR_CNTR        (RC_ENVPRT_BEGIN + 13)
63#define ITM_HOR_RGHT        (RC_ENVPRT_BEGIN + 14)
64#define ITM_VER_LEFT        (RC_ENVPRT_BEGIN + 15)
65#define ITM_VER_CNTR        (RC_ENVPRT_BEGIN + 16)
66#define ITM_VER_RGHT        (RC_ENVPRT_BEGIN + 17)
67
68#define BMP_HOR_LEFT_LOWER_H  (RC_ENVPRT_HC_BEGIN   )
69#define BMP_HOR_LEFT_UPPER_H  (RC_ENVPRT_HC_BEGIN + 1)
70#define BMP_HOR_CNTR_LOWER_H  (RC_ENVPRT_HC_BEGIN + 2)
71#define BMP_HOR_CNTR_UPPER_H  (RC_ENVPRT_HC_BEGIN + 3)
72#define BMP_HOR_RGHT_LOWER_H  (RC_ENVPRT_HC_BEGIN + 4)
73#define BMP_HOR_RGHT_UPPER_H  (RC_ENVPRT_HC_BEGIN + 5)
74
75#define BMP_VER_LEFT_LOWER_H  (RC_ENVPRT_HC_BEGIN + 6)
76#define BMP_VER_LEFT_UPPER_H  (RC_ENVPRT_HC_BEGIN + 7)
77#define BMP_VER_CNTR_LOWER_H  (RC_ENVPRT_HC_BEGIN + 8)
78#define BMP_VER_CNTR_UPPER_H  (RC_ENVPRT_HC_BEGIN + 9)
79#define BMP_VER_RGHT_LOWER_H  (RC_ENVPRT_HC_BEGIN + 10)
80#define BMP_VER_RGHT_UPPER_H  (RC_ENVPRT_HC_BEGIN + 11)
81
82
83// Ueberlaufpruefung ********************************************************
84
85#define ENVPRT_ACT_END  BMP_VER_RGHT_UPPER_H
86
87#if ENVPRT_ACT_END > RC_ENVPRT_HC_END
88#error Resource-Ueberlauf in #file, #line
89#endif
90
91#endif
92
93