1 /*************************************************************************
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
5 * Copyright 2008 by Sun Microsystems, Inc.
7 * OpenOffice.org - a multi-platform office productivity suite
9 * $RCSfile: addresstemplate.hrc,v $
12 * This file is part of OpenOffice.org.
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.
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).
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.
29 ************************************************************************/
31 #ifndef _SVT_ADDRESSTEMPLATE_HRC_
32 #define _SVT_ADDRESSTEMPLATE_HRC_
35 #define FIELD_PAIRS_VISIBLE 5
36 #define FIELD_CONTROLS_VISIBLE 2 * FIELD_PAIRS_VISIBLE
38 #define FL_DATASOURCEFRAME 1
39 #define FT_DATASOURCE 2
40 #define CB_DATASOURCE 3
42 #define PB_ADMINISTATE_DATASOURCES 4
46 #define SB_FIELDSCROLLER 8
51 #define FT_FIELD_BASE 50
52 #define LB_FIELD_BASE 50
54 #define STR_NO_FIELD_SELECTION 1
55 #define STR_FIELD_COMPANY 2
56 #define STR_FIELD_DEPARTMENT 3
57 #define STR_FIELD_FIRSTNAME 4
58 #define STR_FIELD_LASTNAME 5
59 #define STR_FIELD_STREET 6
60 #define STR_FIELD_COUNTRY 7
61 #define STR_FIELD_ZIPCODE 8
62 #define STR_FIELD_CITY 9
63 #define STR_FIELD_TITLE 10
64 #define STR_FIELD_POSITION 11
65 #define STR_FIELD_ADDRFORM 12
66 #define STR_FIELD_INITIALS 13
67 #define STR_FIELD_SALUTATION 14
68 #define STR_FIELD_HOMETEL 15
69 #define STR_FIELD_WORKTEL 16
70 #define STR_FIELD_FAX 17
71 #define STR_FIELD_EMAIL 18
72 #define STR_FIELD_URL 19
73 #define STR_FIELD_NOTE 20
74 #define STR_FIELD_USER1 21
75 #define STR_FIELD_USER2 22
76 #define STR_FIELD_USER3 23
77 #define STR_FIELD_USER4 24
78 #define STR_FIELD_ID 25
79 #define STR_FIELD_STATE 26
80 #define STR_FIELD_OFFICETEL 27
81 #define STR_FIELD_PAGER 28
82 #define STR_FIELD_MOBILE 29
83 #define STR_FIELD_TELOTHER 30
84 #define STR_FIELD_CALENDAR 31
85 #define STR_FIELD_INVITE 32
87 #define STR_LOCAGICAL_FIELD_NAMES 33
90 #endif // _SVT_ADDRESSTEMPLATE_HRC_