1*bd113a03SAndrew Rist/**************************************************************
2cdf0e10cSrcweir *
3*bd113a03SAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one
4*bd113a03SAndrew Rist * or more contributor license agreements.  See the NOTICE file
5*bd113a03SAndrew Rist * distributed with this work for additional information
6*bd113a03SAndrew Rist * regarding copyright ownership.  The ASF licenses this file
7*bd113a03SAndrew Rist * to you under the Apache License, Version 2.0 (the
8*bd113a03SAndrew Rist * "License"); you may not use this file except in compliance
9*bd113a03SAndrew Rist * with the License.  You may obtain a copy of the License at
10*bd113a03SAndrew Rist *
11*bd113a03SAndrew Rist *   http://www.apache.org/licenses/LICENSE-2.0
12*bd113a03SAndrew Rist *
13*bd113a03SAndrew Rist * Unless required by applicable law or agreed to in writing,
14*bd113a03SAndrew Rist * software distributed under the License is distributed on an
15*bd113a03SAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16*bd113a03SAndrew Rist * KIND, either express or implied.  See the License for the
17*bd113a03SAndrew Rist * specific language governing permissions and limitations
18*bd113a03SAndrew Rist * under the License.
19*bd113a03SAndrew Rist *
20*bd113a03SAndrew Rist *************************************************************/
21*bd113a03SAndrew Rist
22*bd113a03SAndrew Rist
23cdf0e10cSrcweir
24cdf0e10cSrcweir
25cdf0e10cSrcweir#define BT_OK				1
26cdf0e10cSrcweir#define BT_CANCEL           2
27cdf0e10cSrcweir#define BT_HELP             3
28cdf0e10cSrcweir#define GB_MAPPING          4
29cdf0e10cSrcweir#define FT_IDENTIFIER       5
30cdf0e10cSrcweir#define LB_IDENTIFIER       6
31cdf0e10cSrcweir#define ST_NONE				7
32cdf0e10cSrcweir
33cdf0e10cSrcweir#define FT_AUTHORITYTYPE	8
34cdf0e10cSrcweir#define LB_AUTHORITYTYPE    9
35cdf0e10cSrcweir#define FT_ADDRESS          10
36cdf0e10cSrcweir#define LB_ADDRESS          11
37cdf0e10cSrcweir#define FT_ANNOTE           12
38cdf0e10cSrcweir#define LB_ANNOTE           13
39cdf0e10cSrcweir#define FT_AUTHOR           14
40cdf0e10cSrcweir#define LB_AUTHOR           15
41cdf0e10cSrcweir#define FT_TITLE            16
42cdf0e10cSrcweir#define LB_TITLE            17
43cdf0e10cSrcweir#define FT_MONTH            18
44cdf0e10cSrcweir#define LB_MONTH            19
45cdf0e10cSrcweir#define FT_YEAR             20
46cdf0e10cSrcweir#define LB_YEAR             21
47cdf0e10cSrcweir#define FT_ISBN             22
48cdf0e10cSrcweir#define LB_ISBN             23
49cdf0e10cSrcweir#define FT_BOOKTITLE        24
50cdf0e10cSrcweir#define LB_BOOKTITLE        25
51cdf0e10cSrcweir#define FT_CHAPTER          26
52cdf0e10cSrcweir#define LB_CHAPTER          27
53cdf0e10cSrcweir#define FT_EDITION          28
54cdf0e10cSrcweir#define LB_EDITION          29
55cdf0e10cSrcweir#define FT_EDITOR           30
56cdf0e10cSrcweir#define LB_EDITOR           31
57cdf0e10cSrcweir#define FT_HOWPUBLISHED     32
58cdf0e10cSrcweir#define LB_HOWPUBLISHED     33
59cdf0e10cSrcweir#define FT_INSTITUTION      34
60cdf0e10cSrcweir#define LB_INSTITUTION      35
61cdf0e10cSrcweir#define FT_JOURNAL          36
62cdf0e10cSrcweir#define LB_JOURNAL          37
63cdf0e10cSrcweir#define FT_NOTE             38
64cdf0e10cSrcweir#define LB_NOTE             39
65cdf0e10cSrcweir#define FT_NUMBER           40
66cdf0e10cSrcweir#define LB_NUMBER           41
67cdf0e10cSrcweir#define FT_ORGANIZATIONS    42
68cdf0e10cSrcweir#define LB_ORGANIZATIONS    43
69cdf0e10cSrcweir#define FT_PAGES            44
70cdf0e10cSrcweir#define LB_PAGES            45
71cdf0e10cSrcweir#define FT_PUBLISHER        46
72cdf0e10cSrcweir#define LB_PUBLISHER        47
73cdf0e10cSrcweir#define FT_SCHOOL           48
74cdf0e10cSrcweir#define LB_SCHOOL           49
75cdf0e10cSrcweir#define FT_SERIES           50
76cdf0e10cSrcweir#define LB_SERIES           51
77cdf0e10cSrcweir#define FT_REPORTTYPE       52
78cdf0e10cSrcweir#define LB_REPORTTYPE       53
79cdf0e10cSrcweir#define FT_VOLUME           54
80cdf0e10cSrcweir#define LB_VOLUME           55
81cdf0e10cSrcweir#define FT_URL              56
82cdf0e10cSrcweir#define LB_URL              57
83cdf0e10cSrcweir#define FT_CUSTOM1          58
84cdf0e10cSrcweir#define LB_CUSTOM1          59
85cdf0e10cSrcweir#define FT_CUSTOM2          60
86cdf0e10cSrcweir#define LB_CUSTOM2          61
87cdf0e10cSrcweir#define FT_CUSTOM3          62
88cdf0e10cSrcweir#define LB_CUSTOM3          63
89cdf0e10cSrcweir#define FT_CUSTOM4          64
90cdf0e10cSrcweir#define LB_CUSTOM4          65
91cdf0e10cSrcweir#define FT_CUSTOM5          66
92cdf0e10cSrcweir#define LB_CUSTOM5          67
93cdf0e10cSrcweir
94cdf0e10cSrcweir#define GB_SELECTION		68
95cdf0e10cSrcweir#define ST_ENTRY		    69
96cdf0e10cSrcweir#define LB_SELECTION		71
97cdf0e10cSrcweir#define HB_SELECTION		72
98cdf0e10cSrcweir
99