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#include "bib.hrc"
25cdf0e10cSrcweir
26cdf0e10cSrcweir//General
27cdf0e10cSrcweir/*#define FT_FIRST_MIDDLE		1
28cdf0e10cSrcweir#define ED_FIRST			2
29cdf0e10cSrcweir#define ED_MIDDLE			3
30cdf0e10cSrcweir#define FT_NAME_SUFFIX		4
31cdf0e10cSrcweir#define ED_NAME				5
32cdf0e10cSrcweir#define CB_SUFFIX			6
33cdf0e10cSrcweir#define ED_INITIALS			8
34cdf0e10cSrcweir#define FT_COMPANY			9
35cdf0e10cSrcweir#define ED_COMPANY			10
36cdf0e10cSrcweir#define FT_DEPARTMENT		11
37cdf0e10cSrcweir#define ED_DEPARTMENT		12
38cdf0e10cSrcweir#define FT_SALUTATION		13
39cdf0e10cSrcweir#define CB_SALUTATION		14
40cdf0e10cSrcweir#define FT_SHOWNNAME		15
41cdf0e10cSrcweir#define ED_SHOWNNAME		16*/
42cdf0e10cSrcweir#define FT_IDENTIFIER		1
43cdf0e10cSrcweir#define FT_AUTHTYPE	        2
44cdf0e10cSrcweir#define FT_AUTHOR		    3
45cdf0e10cSrcweir#define FT_YEAR		        4
46cdf0e10cSrcweir#define FT_ISBN		        5
47cdf0e10cSrcweir
48cdf0e10cSrcweir#define FT_MONTH			6
49cdf0e10cSrcweir
50cdf0e10cSrcweir#define FT_PUBLISHER		8
51cdf0e10cSrcweir
52cdf0e10cSrcweir#define FT_ADDRESS		    9
53cdf0e10cSrcweir#define FT_ANNOTE			10
54cdf0e10cSrcweir#define FT_BOOKTITLE		11
55cdf0e10cSrcweir#define FT_CHAPTER		    12
56cdf0e10cSrcweir#define FT_EDITION		    13
57cdf0e10cSrcweir#define FT_EDITOR			14
58cdf0e10cSrcweir#define FT_HOWPUBLISHED	    15
59cdf0e10cSrcweir#define FT_INSTITUTION	    16
60cdf0e10cSrcweir#define FT_JOURNAL		    17
61cdf0e10cSrcweir#define FT_NOTE			    18
62cdf0e10cSrcweir#define FT_NUMBER			19
63cdf0e10cSrcweir#define FT_ORGANIZATION	    20
64cdf0e10cSrcweir#define FT_PAGE			    21
65cdf0e10cSrcweir#define FT_SCHOOL			22
66cdf0e10cSrcweir#define FT_SERIES			23
67cdf0e10cSrcweir#define FT_TITLE			24
68cdf0e10cSrcweir#define FT_REPORT			25
69cdf0e10cSrcweir#define FT_VOLUME			26
70cdf0e10cSrcweir#define FT_URL			    27
71cdf0e10cSrcweir#define FT_CUSTOM1		    28
72cdf0e10cSrcweir#define FT_CUSTOM2		    29
73cdf0e10cSrcweir#define FT_CUSTOM3		    30
74cdf0e10cSrcweir#define FT_CUSTOM4		    31
75cdf0e10cSrcweir#define FT_CUSTOM5		    32
76cdf0e10cSrcweir#define ST_ERROR_PREFIX		33
77cdf0e10cSrcweir#define FL_1                34
78cdf0e10cSrcweir#define FL_2                35
79cdf0e10cSrcweir#define FL_3                36
80cdf0e10cSrcweir
81cdf0e10cSrcweir//Business Address
82cdf0e10cSrcweir#define FT_OFFICE		1
83cdf0e10cSrcweir#define FT_STREET		2
84cdf0e10cSrcweir#define FT_CITY			3
85cdf0e10cSrcweir#define FT_STATE		4
86cdf0e10cSrcweir#define FT_COUNTRY		5
87cdf0e10cSrcweir#define FT_ZIP			6
88cdf0e10cSrcweir#define ED_OFFICE		7
89cdf0e10cSrcweir#define ED_STREET		8
90cdf0e10cSrcweir#define ED_CITY			9
91cdf0e10cSrcweir#define ED_STATE		10
92cdf0e10cSrcweir#define ED_COUNTRY		11
93cdf0e10cSrcweir#define ED_ZIP			12
94cdf0e10cSrcweir#define ED_POBOX		13
95cdf0e10cSrcweir
96cdf0e10cSrcweir
97cdf0e10cSrcweir//Popup SectionControl
98cdf0e10cSrcweir#define PU_INSERT		1
99cdf0e10cSrcweir#define PU_REMOVE		2
100cdf0e10cSrcweir#define PU_CHG_NAME		3
101cdf0e10cSrcweir
102cdf0e10cSrcweir#define ST_TYPE_ARTICLE					40
103cdf0e10cSrcweir#define ST_TYPE_BOOK                    41
104cdf0e10cSrcweir#define ST_TYPE_BOOKLET                 42
105cdf0e10cSrcweir#define ST_TYPE_CONFERENCE              43
106cdf0e10cSrcweir#define ST_TYPE_INBOOK                  44
107cdf0e10cSrcweir#define ST_TYPE_INCOLLECTION            45
108cdf0e10cSrcweir#define ST_TYPE_INPROCEEDINGS           46
109cdf0e10cSrcweir#define ST_TYPE_JOURNAL                 47
110cdf0e10cSrcweir#define ST_TYPE_MANUAL                  48
111cdf0e10cSrcweir#define ST_TYPE_MASTERSTHESIS           49
112cdf0e10cSrcweir#define ST_TYPE_MISC                    50
113cdf0e10cSrcweir#define ST_TYPE_PHDTHESIS               51
114cdf0e10cSrcweir#define ST_TYPE_PROCEEDINGS             52
115cdf0e10cSrcweir#define ST_TYPE_TECHREPORT              53
116cdf0e10cSrcweir#define ST_TYPE_UNPUBLISHED             54
117cdf0e10cSrcweir#define ST_TYPE_EMAIL                   55
118cdf0e10cSrcweir#define ST_TYPE_WWW                     56
119cdf0e10cSrcweir#define ST_TYPE_CUSTOM1                 57
120cdf0e10cSrcweir#define ST_TYPE_CUSTOM2                 58
121cdf0e10cSrcweir#define ST_TYPE_CUSTOM3                 59
122cdf0e10cSrcweir#define ST_TYPE_CUSTOM4                 60
123cdf0e10cSrcweir#define ST_TYPE_CUSTOM5                 61
124cdf0e10cSrcweir
125