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 _LABEL_HRC 25#define _LABEL_HRC 26 27// #include ***************************************************************** 28 29#include "envelp.hrc" 30 31// Lokale Resourcen ********************************************************* 32 33#define TXT_WRITING 1 34#define BOX_ADDR 2 35#define EDT_WRITING 3 36#define FT_DATABASE 4 37#define LB_DATABASE 5 38#define FT_TABLE 6 39#define LB_TABLE 7 40#define FL_WRITING 8 41#define BTN_CONT 9 42#define BTN_SHEET 10 43#define TXT_MAKE 11 44#define BOX_MAKE 12 45#define TXT_TYPE 13 46#define BOX_TYPE 14 47#define INF_FORMAT 15 48#define FL_FORMAT 16 49#define FT_DBFIELD 17 50#define LB_DBFIELD 18 51#define BTN_INSERT 19 52#define BTN_SYNC 20 53 54#define RB_FROM_AUTO_TEXT 1 55#define RB_FROM_EDIT 2 56#define LB_AUTO_TEXT 3 57#define FT_AUTO_TEXT_GROUP 4 58#define LB_AUTO_TEXT_GROUP 5 59#define ED_TEXT 6 60#define FL_CONTENT 7 61#define WIN_EXAMPLE 8 62#define ST_VISCARD_GROUP 10 63 64#define FL_DATA 30 65#define FT_NAME 31 66#define ED_FIRSTNAME 32 67#define ED_NAME 33 68#define ED_SHORTCUT 34 69#define FT_STREET 35 70#define ED_STREET 36 71#define FT_ZIPCITY 37 72#define ED_ZIP 38 73#define ED_CITY 39 74#define FT_COUNTRYSTATE 40 75#define ED_COUNTRY 41 76#define FT_TITLEPROF 42 77#define ED_PROFESSION 43 78#define ED_TITLE 44 79 80#define ED_PHONE 46 81#define ED_MOBILE 47 82 83#define ED_FAX 49 84#define FT_WWWMAIL 50 85#define ED_WWW 51 86#define ED_MAIL 52 87#define ED_STATE 53 88#define FT_COMP 54 89#define ED_COMP 55 90#define FT_COMP_EXT 56 91#define ED_COMP_EXT 57 92#define FT_SLOGAN 58 93#define ED_SLOGAN 59 94#define FT_POSITION 60 95#define ED_POSITION 61 96 97#define ST_BUSINESSCARDDLG 62 98#define ST_FIRSTPAGE_LAB 63 99#define ST_FIRSTPAGE_BC 64 100 101#define FT_NAME_2 65 102#define ED_FIRSTNAME_2 66 103#define ED_NAME_2 67 104#define ED_SHORTCUT_2 68 105 106#define FT_PHONE_MOBILE 70 107//#define FT_PHONE 71 108//#define FT_MOBILE 72 109#define FT_FAX 73 110 111// Globale Resourcen ******************************************************** 112#define STR_DOC_TITLE (RC_LABEL_BEGIN) 113#define STR_CUSTOM (RC_LABEL_BEGIN + 1) 114 115// Ueberlaufpruefung ******************************************************** 116 117#define LABEL_ACT_END STR_CUSTOM 118 119#if LABEL_ACT_END > RC_LABEL_END 120#error Resource-Ueberlauf in #file, #line 121#endif 122 123#endif 124 125