xref: /AOO41X/main/svtools/source/dialogs/addresstemplate.hrc (revision ff0525f24f03981d56b7579b645949f111420994)
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements.  See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership.  The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance
9 * with the License.  You may obtain a copy of the License at
10 *
11 *   http://www.apache.org/licenses/LICENSE-2.0
12 *
13 * Unless required by applicable law or agreed to in writing,
14 * software distributed under the License is distributed on an
15 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16 * KIND, either express or implied.  See the License for the
17 * specific language governing permissions and limitations
18 * under the License.
19 *
20 *************************************************************/
21
22
23
24#ifndef _SVT_ADDRESSTEMPLATE_HRC_
25#define _SVT_ADDRESSTEMPLATE_HRC_
26
27
28#define FIELD_PAIRS_VISIBLE         5
29#define FIELD_CONTROLS_VISIBLE      2 * FIELD_PAIRS_VISIBLE
30
31#define FL_DATASOURCEFRAME          1
32#define FT_DATASOURCE               2
33#define CB_DATASOURCE               3
34#define CT_BORDER                   1
35#define PB_ADMINISTATE_DATASOURCES  4
36#define FT_TABLE                    5
37#define CB_TABLE                    6
38#define FT_FIELDS                   7
39#define SB_FIELDSCROLLER            8
40#define PB_OK                       9
41#define PB_CANCEL                   10
42#define PB_HELP                     11
43
44#define FT_FIELD_BASE               50
45#define LB_FIELD_BASE               50
46
47#define STR_NO_FIELD_SELECTION      1
48#define STR_FIELD_COMPANY           2
49#define STR_FIELD_DEPARTMENT        3
50#define STR_FIELD_FIRSTNAME         4
51#define STR_FIELD_LASTNAME          5
52#define STR_FIELD_STREET            6
53#define STR_FIELD_COUNTRY           7
54#define STR_FIELD_ZIPCODE           8
55#define STR_FIELD_CITY              9
56#define STR_FIELD_TITLE             10
57#define STR_FIELD_POSITION          11
58#define STR_FIELD_ADDRFORM          12
59#define STR_FIELD_INITIALS          13
60#define STR_FIELD_SALUTATION        14
61#define STR_FIELD_HOMETEL           15
62#define STR_FIELD_WORKTEL           16
63#define STR_FIELD_FAX               17
64#define STR_FIELD_EMAIL             18
65#define STR_FIELD_URL               19
66#define STR_FIELD_NOTE              20
67#define STR_FIELD_USER1             21
68#define STR_FIELD_USER2             22
69#define STR_FIELD_USER3             23
70#define STR_FIELD_USER4             24
71#define STR_FIELD_ID                25
72#define STR_FIELD_STATE             26
73#define STR_FIELD_OFFICETEL         27
74#define STR_FIELD_PAGER             28
75#define STR_FIELD_MOBILE            29
76#define STR_FIELD_TELOTHER          30
77#define STR_FIELD_CALENDAR          31
78#define STR_FIELD_INVITE            32
79
80#define STR_LOCAGICAL_FIELD_NAMES   33
81
82
83#endif // _SVT_ADDRESSTEMPLATE_HRC_
84
85