Update ooo320-m1
[ooovba.git] / svx / inc / optgenrl.hrc
blob898b66b520fcf0972878b8fe66cddbb52106ddfb
1 /*************************************************************************
2  *
3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4  * 
5  * Copyright 2008 by Sun Microsystems, Inc.
6  *
7  * OpenOffice.org - a multi-platform office productivity suite
8  *
9  * $RCSfile: optgenrl.hrc,v $
10  * $Revision: 1.5 $
11  *
12  * This file is part of OpenOffice.org.
13  *
14  * OpenOffice.org is free software: you can redistribute it and/or modify
15  * it under the terms of the GNU Lesser General Public License version 3
16  * only, as published by the Free Software Foundation.
17  *
18  * OpenOffice.org is distributed in the hope that it will be useful,
19  * but WITHOUT ANY WARRANTY; without even the implied warranty of
20  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
21  * GNU Lesser General Public License version 3 for more details
22  * (a copy is included in the LICENSE file that accompanied this code).
23  *
24  * You should have received a copy of the GNU Lesser General Public License
25  * version 3 along with OpenOffice.org.  If not, see
26  * <http://www.openoffice.org/license.html>
27  * for a copy of the LGPLv3 License.
28  *
29  ************************************************************************/
30 #ifndef _SVX_OPTGENRL_HRC
31 #define _SVX_OPTGENRL_HRC
33 // defines ------------------------------------------------------------------
35 #define FT_COMPANY              10
36 #define ED_COMPANY              11
37 #define FT_NAME                 12
38 #define FT_NAME_RUSS    13
39 #define ED_FATHERNAME   14
40 #define ED_FIRSTNAME    15
41 #define ED_NAME                 16
42 #define ED_SHORTNAME    17
43 #define FT_STREET               18
44 #define FT_STREET_RUSS  19
45 #define ED_STREET               20
46 #define ED_APARTMENTNR  21
47 #define FT_CITY                 22
48 #define ED_PLZ                  23
49 #define ED_CITY                 24
50 #define ED_US_CITY              25
51 #define ED_US_STATE             26
52 #define ED_US_ZIPCODE   27
53 #define FT_COUNTRY              28
54 #define ED_COUNTRY              29
55 #define FT_TITLEPOS             30
56 #define ED_TITLE                31
57 #define ED_POSITION             32
58 #define FT_PHONE                33
59 #define ED_TELPRIVAT    34
60 #define ED_TELCOMPANY   35
61 #define FT_FAXMAIL              36
62 #define ED_FAX                  37
63 #define ED_EMAIL                38
64 #define GB_ADDRESS              39
65 #define CB_USEDATA              40
66 #define FT_NAME_EASTERN         41
68 #define STR_US_STATE    10
69 #define STR_QUERY_REG   11
71 // Positionierungshilfen f"ur den Dialog
73 #define HSPACE          2
74 #define VSPACE          3
75 #define LINEH           12
76 #define FLINEH          8
77 #define LEFT            12
78 #define MID         100
79 #define RIGHT           248
80 #define TOP                     10
81 #define LINE(y)         (14+y*15)
82 #define FLINE(y)        (16+y*15)
83 #define NAMELEN     74
85 #endif // #ifndef _SVX_OPTGENRL_HRC
87 // ******************************************************************* EOF