88 lines
3.1 KiB
Text
88 lines
3.1 KiB
Text
/*************************************************************************
|
|
*
|
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
*
|
|
* Copyright 2000, 2010 Oracle and/or its affiliates.
|
|
*
|
|
* OpenOffice.org - a multi-platform office productivity suite
|
|
*
|
|
* 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_
|
|
|