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#ifndef _SVX_OPTGENRL_HRC 24#define _SVX_OPTGENRL_HRC 25 26// defines ------------------------------------------------------------------ 27 28#define FT_COMPANY 10 29#define ED_COMPANY 11 30#define FT_NAME 12 31#define FT_NAME_RUSS 13 32#define ED_FATHERNAME 14 33#define ED_FIRSTNAME 15 34#define ED_NAME 16 35#define ED_SHORTNAME 17 36#define FT_STREET 18 37#define FT_STREET_RUSS 19 38#define ED_STREET 20 39#define ED_APARTMENTNR 21 40#define FT_CITY 22 41#define ED_PLZ 23 42#define ED_CITY 24 43#define ED_US_CITY 25 44#define ED_US_STATE 26 45#define ED_US_ZIPCODE 27 46#define FT_COUNTRY 28 47#define ED_COUNTRY 29 48#define FT_TITLEPOS 30 49#define ED_TITLE 31 50#define ED_POSITION 32 51#define FT_PHONE 33 52#define ED_TELPRIVAT 34 53#define ED_TELCOMPANY 35 54#define FT_FAXMAIL 36 55#define ED_FAX 37 56#define ED_EMAIL 38 57#define GB_ADDRESS 39 58#define CB_USEDATA 40 59#define FT_NAME_EASTERN 41 60 61#define STR_US_STATE 10 62#define STR_QUERY_REG 11 63 64// Positionierungshilfen f"ur den Dialog 65 66#define HSPACE 2 67#define VSPACE 3 68#define LINEH 12 69#define FLINEH 8 70#define LEFT 12 71#define MID 100 72#define RIGHT 248 73#define TOP 10 74#define LINE(y) (14+y*15) 75#define FLINE(y) (16+y*15) 76#define NAMELEN 74 77 78#endif // #ifndef _SVX_OPTGENRL_HRC 79 80// ******************************************************************* EOF 81 82