merge the formfield patch from ooo-build
[ooovba.git] / sw / source / ui / envelp / envprt.hrc
blob39afbede4817c60d085a703d3dd5131d0efea017
1 /*************************************************************************
2  *
3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4  * 
5  * Copyright 2008 by Sun Microsystems, Inc.
6  *
7  * OpenOffice.org - a multi-platform office productivity suite
8  *
9  * $RCSfile: envprt.hrc,v $
10  * $Revision: 1.5 $
11  *
12  * This file is part of OpenOffice.org.
13  *
14  * OpenOffice.org is free software: you can redistribute it and/or modify
15  * it under the terms of the GNU Lesser General Public License version 3
16  * only, as published by the Free Software Foundation.
17  *
18  * OpenOffice.org is distributed in the hope that it will be useful,
19  * but WITHOUT ANY WARRANTY; without even the implied warranty of
20  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
21  * GNU Lesser General Public License version 3 for more details
22  * (a copy is included in the LICENSE file that accompanied this code).
23  *
24  * You should have received a copy of the GNU Lesser General Public License
25  * version 3 along with OpenOffice.org.  If not, see
26  * <http://www.openoffice.org/license.html>
27  * for a copy of the LGPLv3 License.
28  *
29  ************************************************************************/
31 #ifndef _ENVPRT_HRC
32 #define _ENVPRT_HRC
34 // #include *****************************************************************
36 #include "envelp.hrc"
38 // Lokale Resourcen *********************************************************
40 #define BOX_ALIGN      1
41 #define BTN_TOP        7
42 #define BTN_BOTTOM     8
43 #define TXT_RIGHT      9
44 #define FLD_RIGHT     10
45 #define TXT_DOWN      11
46 #define FLD_DOWN      12
47 #define TXT_PRINTER   13
48 #define FL_NONAME    14
49 #define BTN_PRTSETUP  15
50 #define FL_PRINTER    16
52 // Globale Resourcen ********************************************************
54 #define BMP_HOR_LEFT_LOWER  (RC_ENVPRT_BEGIN     )
55 #define BMP_HOR_LEFT_UPPER  (RC_ENVPRT_BEGIN +  1)
56 #define BMP_HOR_CNTR_LOWER  (RC_ENVPRT_BEGIN +  2)
57 #define BMP_HOR_CNTR_UPPER  (RC_ENVPRT_BEGIN +  3)
58 #define BMP_HOR_RGHT_LOWER  (RC_ENVPRT_BEGIN +  4)
59 #define BMP_HOR_RGHT_UPPER  (RC_ENVPRT_BEGIN +  5)
61 #define BMP_VER_LEFT_LOWER  (RC_ENVPRT_BEGIN +  6)
62 #define BMP_VER_LEFT_UPPER  (RC_ENVPRT_BEGIN +  7)
63 #define BMP_VER_CNTR_LOWER  (RC_ENVPRT_BEGIN +  8)
64 #define BMP_VER_CNTR_UPPER  (RC_ENVPRT_BEGIN +  9)
65 #define BMP_VER_RGHT_LOWER  (RC_ENVPRT_BEGIN + 10)
66 #define BMP_VER_RGHT_UPPER  (RC_ENVPRT_BEGIN + 11)
68 #define ITM_HOR_LEFT        (RC_ENVPRT_BEGIN + 12)
69 #define ITM_HOR_CNTR        (RC_ENVPRT_BEGIN + 13)
70 #define ITM_HOR_RGHT        (RC_ENVPRT_BEGIN + 14)
71 #define ITM_VER_LEFT        (RC_ENVPRT_BEGIN + 15)
72 #define ITM_VER_CNTR        (RC_ENVPRT_BEGIN + 16)
73 #define ITM_VER_RGHT        (RC_ENVPRT_BEGIN + 17)
75 #define BMP_HOR_LEFT_LOWER_H  (RC_ENVPRT_HC_BEGIN   )
76 #define BMP_HOR_LEFT_UPPER_H  (RC_ENVPRT_HC_BEGIN + 1)
77 #define BMP_HOR_CNTR_LOWER_H  (RC_ENVPRT_HC_BEGIN + 2)
78 #define BMP_HOR_CNTR_UPPER_H  (RC_ENVPRT_HC_BEGIN + 3)
79 #define BMP_HOR_RGHT_LOWER_H  (RC_ENVPRT_HC_BEGIN + 4)
80 #define BMP_HOR_RGHT_UPPER_H  (RC_ENVPRT_HC_BEGIN + 5)
82 #define BMP_VER_LEFT_LOWER_H  (RC_ENVPRT_HC_BEGIN + 6)
83 #define BMP_VER_LEFT_UPPER_H  (RC_ENVPRT_HC_BEGIN + 7)
84 #define BMP_VER_CNTR_LOWER_H  (RC_ENVPRT_HC_BEGIN + 8)
85 #define BMP_VER_CNTR_UPPER_H  (RC_ENVPRT_HC_BEGIN + 9)
86 #define BMP_VER_RGHT_LOWER_H  (RC_ENVPRT_HC_BEGIN + 10)
87 #define BMP_VER_RGHT_UPPER_H  (RC_ENVPRT_HC_BEGIN + 11)
90 // Ueberlaufpruefung ********************************************************
92 #define ENVPRT_ACT_END  BMP_VER_RGHT_UPPER_H
94 #if ENVPRT_ACT_END > RC_ENVPRT_HC_END
95 #error Resource-Ueberlauf in #file, #line
96 #endif
98 #endif