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 _LABFMT_HRC 29#define _LABFMT_HRC 30 31// #include ***************************************************************** 32 33#include "envelp.hrc" 34 35// Lokale Resourcen ********************************************************* 36 37#define WIN_PREVIEW 1 38#define TXT_HDIST 2 39#define FLD_HDIST 3 40#define TXT_VDIST 4 41#define FLD_VDIST 5 42#define TXT_WIDTH 6 43#define FLD_WIDTH 7 44#define TXT_HEIGHT 8 45#define FLD_HEIGHT 9 46#define TXT_LEFT 10 47#define FLD_LEFT 11 48#define TXT_UPPER 12 49#define FLD_UPPER 13 50#define TXT_COLUMNS 14 51#define FLD_COLUMNS 15 52#define TXT_ROWS 16 53#define FLD_ROWS 17 54#define FL_NONAME 18 55#define PB_SAVE 19 56#define FI_MAKE 20 57#define FI_TYPE 21 58 59#define FL_OPTIONS 1 60#define FT_MAKE 2 61#define CB_MAKE 3 62#define FT_TYPE 4 63#define ED_TYPE 5 64#define PB_OK 6 65#define PB_CANCEL 7 66#define PB_HELP 8 67#define MB_QUERY 9 68 69// Globale Resourcen ******************************************************** 70 71#define STR_HDIST (RC_LABFMT_BEGIN + 1) 72#define STR_VDIST (RC_LABFMT_BEGIN + 2) 73#define STR_WIDTH (RC_LABFMT_BEGIN + 3) 74#define STR_HEIGHT (RC_LABFMT_BEGIN + 4) 75#define STR_LEFT (RC_LABFMT_BEGIN + 5) 76#define STR_UPPER (RC_LABFMT_BEGIN + 6) 77#define STR_COLS (RC_LABFMT_BEGIN + 7) 78#define STR_ROWS (RC_LABFMT_BEGIN + 8) 79 80// Ueberlaufpruefung ******************************************************** 81 82#define LABFMT_ACT_END STR_ROWS 83 84#if LABFMT_ACT_END > RC_LABFMT_END 85#error Resource-Ueberlauf in #file, #line 86#endif 87 88#endif 89 90