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