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 _LABFMT_HRC 25#define _LABFMT_HRC 26 27// #include ***************************************************************** 28 29#include "envelp.hrc" 30 31// Lokale Resourcen ********************************************************* 32 33#define WIN_PREVIEW 1 34#define TXT_HDIST 2 35#define FLD_HDIST 3 36#define TXT_VDIST 4 37#define FLD_VDIST 5 38#define TXT_WIDTH 6 39#define FLD_WIDTH 7 40#define TXT_HEIGHT 8 41#define FLD_HEIGHT 9 42#define TXT_LEFT 10 43#define FLD_LEFT 11 44#define TXT_UPPER 12 45#define FLD_UPPER 13 46#define TXT_COLUMNS 14 47#define FLD_COLUMNS 15 48#define TXT_ROWS 16 49#define FLD_ROWS 17 50#define FL_NONAME 18 51#define PB_SAVE 19 52#define FI_MAKE 20 53#define FI_TYPE 21 54#define TXT_PAPER_WIDTH 22 55#define FLD_PAPER_WIDTH 23 56#define TXT_PAPER_HEIGHT 24 57#define FLD_PAPER_HEIGHT 25 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