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 55#define FL_OPTIONS 1 56#define FT_MAKE 2 57#define CB_MAKE 3 58#define FT_TYPE 4 59#define ED_TYPE 5 60#define PB_OK 6 61#define PB_CANCEL 7 62#define PB_HELP 8 63#define MB_QUERY 9 64 65// Globale Resourcen ******************************************************** 66 67#define STR_HDIST (RC_LABFMT_BEGIN + 1) 68#define STR_VDIST (RC_LABFMT_BEGIN + 2) 69#define STR_WIDTH (RC_LABFMT_BEGIN + 3) 70#define STR_HEIGHT (RC_LABFMT_BEGIN + 4) 71#define STR_LEFT (RC_LABFMT_BEGIN + 5) 72#define STR_UPPER (RC_LABFMT_BEGIN + 6) 73#define STR_COLS (RC_LABFMT_BEGIN + 7) 74#define STR_ROWS (RC_LABFMT_BEGIN + 8) 75 76// Ueberlaufpruefung ******************************************************** 77 78#define LABFMT_ACT_END STR_ROWS 79 80#if LABFMT_ACT_END > RC_LABFMT_END 81#error Resource-Ueberlauf in #file, #line 82#endif 83 84#endif 85 86