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
28#ifndef _SVT_ADDRESSTEMPLATE_HRC_
29#define _SVT_ADDRESSTEMPLATE_HRC_
30
31
32#define	FIELD_PAIRS_VISIBLE			5
33#define FIELD_CONTROLS_VISIBLE		2 * FIELD_PAIRS_VISIBLE
34
35#define	FL_DATASOURCEFRAME			1
36#define FT_DATASOURCE				2
37#define	CB_DATASOURCE				3
38#define CT_BORDER					1
39#define PB_ADMINISTATE_DATASOURCES	4
40#define FT_TABLE					5
41#define CB_TABLE					6
42#define FT_FIELDS					7
43#define SB_FIELDSCROLLER			8
44#define PB_OK						9
45#define PB_CANCEL					10
46#define PB_HELP						11
47
48#define FT_FIELD_BASE				50
49#define LB_FIELD_BASE				50
50
51#define STR_NO_FIELD_SELECTION		1
52#define STR_FIELD_COMPANY			2
53#define STR_FIELD_DEPARTMENT		3
54#define STR_FIELD_FIRSTNAME			4
55#define STR_FIELD_LASTNAME			5
56#define STR_FIELD_STREET			6
57#define STR_FIELD_COUNTRY			7
58#define STR_FIELD_ZIPCODE			8
59#define STR_FIELD_CITY				9
60#define STR_FIELD_TITLE				10
61#define STR_FIELD_POSITION			11
62#define STR_FIELD_ADDRFORM			12
63#define STR_FIELD_INITIALS			13
64#define STR_FIELD_SALUTATION		14
65#define STR_FIELD_HOMETEL			15
66#define STR_FIELD_WORKTEL			16
67#define STR_FIELD_FAX				17
68#define STR_FIELD_EMAIL				18
69#define STR_FIELD_URL				19
70#define STR_FIELD_NOTE				20
71#define STR_FIELD_USER1				21
72#define STR_FIELD_USER2				22
73#define STR_FIELD_USER3				23
74#define STR_FIELD_USER4				24
75#define STR_FIELD_ID				25
76#define STR_FIELD_STATE				26
77#define STR_FIELD_OFFICETEL			27
78#define STR_FIELD_PAGER				28
79#define STR_FIELD_MOBILE			29
80#define STR_FIELD_TELOTHER			30
81#define STR_FIELD_CALENDAR			31
82#define STR_FIELD_INVITE			32
83
84#define STR_LOCAGICAL_FIELD_NAMES	33
85
86
87#endif // _SVT_ADDRESSTEMPLATE_HRC_
88
89