blob: 8c4a6b9fbd27c8fb258fafecd82306ac3fa95551 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
|
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* Copyright 2008 by Sun Microsystems, Inc.
*
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: addresstemplate.hrc,v $
* $Revision: 1.5 $
*
* This file is part of OpenOffice.org.
*
* OpenOffice.org is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License version 3
* only, as published by the Free Software Foundation.
*
* OpenOffice.org is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Lesser General Public License version 3 for more details
* (a copy is included in the LICENSE file that accompanied this code).
*
* You should have received a copy of the GNU Lesser General Public License
* version 3 along with OpenOffice.org. If not, see
* <http://www.openoffice.org/license.html>
* for a copy of the LGPLv3 License.
*
************************************************************************/
#ifndef _SVT_ADDRESSTEMPLATE_HRC_
#define _SVT_ADDRESSTEMPLATE_HRC_
#define FIELD_PAIRS_VISIBLE 5
#define FIELD_CONTROLS_VISIBLE 2 * FIELD_PAIRS_VISIBLE
#define FL_DATASOURCEFRAME 1
#define FT_DATASOURCE 2
#define CB_DATASOURCE 3
#define CT_BORDER 1
#define PB_ADMINISTATE_DATASOURCES 4
#define FT_TABLE 5
#define CB_TABLE 6
#define FT_FIELDS 7
#define SB_FIELDSCROLLER 8
#define PB_OK 9
#define PB_CANCEL 10
#define PB_HELP 11
#define FT_FIELD_BASE 50
#define LB_FIELD_BASE 50
#define STR_NO_FIELD_SELECTION 1
#define STR_FIELD_COMPANY 2
#define STR_FIELD_DEPARTMENT 3
#define STR_FIELD_FIRSTNAME 4
#define STR_FIELD_LASTNAME 5
#define STR_FIELD_STREET 6
#define STR_FIELD_COUNTRY 7
#define STR_FIELD_ZIPCODE 8
#define STR_FIELD_CITY 9
#define STR_FIELD_TITLE 10
#define STR_FIELD_POSITION 11
#define STR_FIELD_ADDRFORM 12
#define STR_FIELD_INITIALS 13
#define STR_FIELD_SALUTATION 14
#define STR_FIELD_HOMETEL 15
#define STR_FIELD_WORKTEL 16
#define STR_FIELD_FAX 17
#define STR_FIELD_EMAIL 18
#define STR_FIELD_URL 19
#define STR_FIELD_NOTE 20
#define STR_FIELD_USER1 21
#define STR_FIELD_USER2 22
#define STR_FIELD_USER3 23
#define STR_FIELD_USER4 24
#define STR_FIELD_ID 25
#define STR_FIELD_STATE 26
#define STR_FIELD_OFFICETEL 27
#define STR_FIELD_PAGER 28
#define STR_FIELD_MOBILE 29
#define STR_FIELD_TELOTHER 30
#define STR_FIELD_CALENDAR 31
#define STR_FIELD_INVITE 32
#define STR_LOCAGICAL_FIELD_NAMES 33
#endif // _SVT_ADDRESSTEMPLATE_HRC_
|