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