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