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
25#define BT_OK				1
26#define BT_CANCEL           2
27#define BT_HELP             3
28#define GB_MAPPING          4
29#define FT_IDENTIFIER       5
30#define LB_IDENTIFIER       6
31#define ST_NONE				7
32
33#define FT_AUTHORITYTYPE	8
34#define LB_AUTHORITYTYPE    9
35#define FT_ADDRESS          10
36#define LB_ADDRESS          11
37#define FT_ANNOTE           12
38#define LB_ANNOTE           13
39#define FT_AUTHOR           14
40#define LB_AUTHOR           15
41#define FT_TITLE            16
42#define LB_TITLE            17
43#define FT_MONTH            18
44#define LB_MONTH            19
45#define FT_YEAR             20
46#define LB_YEAR             21
47#define FT_ISBN             22
48#define LB_ISBN             23
49#define FT_BOOKTITLE        24
50#define LB_BOOKTITLE        25
51#define FT_CHAPTER          26
52#define LB_CHAPTER          27
53#define FT_EDITION          28
54#define LB_EDITION          29
55#define FT_EDITOR           30
56#define LB_EDITOR           31
57#define FT_HOWPUBLISHED     32
58#define LB_HOWPUBLISHED     33
59#define FT_INSTITUTION      34
60#define LB_INSTITUTION      35
61#define FT_JOURNAL          36
62#define LB_JOURNAL          37
63#define FT_NOTE             38
64#define LB_NOTE             39
65#define FT_NUMBER           40
66#define LB_NUMBER           41
67#define FT_ORGANIZATIONS    42
68#define LB_ORGANIZATIONS    43
69#define FT_PAGES            44
70#define LB_PAGES            45
71#define FT_PUBLISHER        46
72#define LB_PUBLISHER        47
73#define FT_SCHOOL           48
74#define LB_SCHOOL           49
75#define FT_SERIES           50
76#define LB_SERIES           51
77#define FT_REPORTTYPE       52
78#define LB_REPORTTYPE       53
79#define FT_VOLUME           54
80#define LB_VOLUME           55
81#define FT_URL              56
82#define LB_URL              57
83#define FT_CUSTOM1          58
84#define LB_CUSTOM1          59
85#define FT_CUSTOM2          60
86#define LB_CUSTOM2          61
87#define FT_CUSTOM3          62
88#define LB_CUSTOM3          63
89#define FT_CUSTOM4          64
90#define LB_CUSTOM4          65
91#define FT_CUSTOM5          66
92#define LB_CUSTOM5          67
93
94#define GB_SELECTION		68
95#define ST_ENTRY		    69
96#define LB_SELECTION		71
97#define HB_SELECTION		72
98
99