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//#pragma CHARSET_ANSI
25
26#include "sections.hrc"
27#include "bibliography.hrc"
28
29#define FT_POS			12
30#define FTSIZE_LEFT		88
31#define ED_POS_LEFT		FT_POS+FTSIZE_LEFT + 1
32#define ED_SIZE			70
33#define ED_POS_LEFT2	ED_POS_LEFT + ED_SIZE + 1
34#define FT_POS_MIDDLE	ED_POS_LEFT2 + 5
35#define FT_POS_RIGHT 	FT_POS_MIDDLE + FT_POS_MIDDLE - FT_POS
36
37#define FL_POS			6
38#define PAGE_WIDTH		FT_POS_RIGHT + FTSIZE_LEFT + (FTSIZE_LEFT * 8 / 10) + FL_POS + 5
39#define FL_WIDTH		PAGE_WIDTH - 2 * FL_POS
40
41TabPage RID_TP_GENERAL
42{
43	SVLook = TRUE ;
44	Size = MAP_APPFONT ( PAGE_WIDTH, 209 ) ;
45	HelpId = HID_BIB_CONTROL_PAGE ;
46
47	FixedText FT_IDENTIFIER
48	{
49		Pos = MAP_APPFONT ( FT_POS, 6 ) ;
50		Size = MAP_APPFONT ( FTSIZE_LEFT, 10 ) ;
51		Right = TRUE ;
52	};
53	FixedText FT_AUTHTYPE
54	{
55		Pos = MAP_APPFONT ( FT_POS_MIDDLE, 6 ) ;
56		Size = MAP_APPFONT ( FTSIZE_LEFT, 10 ) ;
57		Right = TRUE ;
58	};
59	FixedText FT_YEAR
60	{
61		Pos = MAP_APPFONT ( FT_POS_RIGHT, 6 ) ;
62		Size = MAP_APPFONT ( FTSIZE_LEFT, 10 ) ;
63		Right = TRUE ;
64	};
65	FixedText FT_AUTHOR
66	{
67		Pos = MAP_APPFONT ( FT_POS, 20 ) ;
68		Size = MAP_APPFONT ( FTSIZE_LEFT, 10 ) ;
69		Right = TRUE ;
70	};
71	FixedText FT_TITLE
72	{
73		Pos = MAP_APPFONT ( FT_POS_MIDDLE, 20 ) ;
74		Size = MAP_APPFONT ( FTSIZE_LEFT, 10 ) ;
75		Right = TRUE ;
76	};
77	FixedText FT_PUBLISHER
78	{
79		Pos = MAP_APPFONT ( FT_POS, 34 ) ;
80		Size = MAP_APPFONT ( FTSIZE_LEFT, 10 ) ;
81		Right = TRUE ;
82	};
83	FixedText FT_ADDRESS
84	{
85		Pos = MAP_APPFONT ( FT_POS_MIDDLE, 34 ) ;
86		Size = MAP_APPFONT ( FTSIZE_LEFT, 10 ) ;
87		Right = TRUE ;
88	};
89	FixedText FT_ISBN
90	{
91		Pos = MAP_APPFONT ( FT_POS_RIGHT, 34 ) ;
92		Size = MAP_APPFONT ( FTSIZE_LEFT, 10 ) ;
93		Right = TRUE ;
94	};
95	FixedText FT_CHAPTER
96	{
97		Pos = MAP_APPFONT ( FT_POS, 48 ) ;
98		Size = MAP_APPFONT ( FTSIZE_LEFT, 10 ) ;
99		Right = TRUE ;
100	};
101	FixedText FT_PAGE
102	{
103		Pos = MAP_APPFONT ( FT_POS_MIDDLE, 48 ) ;
104		Size = MAP_APPFONT ( FTSIZE_LEFT, 10 ) ;
105		Right = TRUE ;
106	};
107	FixedLine FL_1
108	{
109		Pos = MAP_APPFONT ( FL_POS, 62 ) ;
110		Size = MAP_APPFONT ( FL_WIDTH, 8 ) ;
111	};
112	FixedText FT_EDITOR
113	{
114		Pos = MAP_APPFONT ( FT_POS, 73 ) ;
115		Size = MAP_APPFONT ( FTSIZE_LEFT, 10 ) ;
116		Right = TRUE ;
117	};
118	FixedText FT_EDITION
119	{
120		Pos = MAP_APPFONT ( FT_POS_MIDDLE, 73 ) ;
121		Size = MAP_APPFONT ( FTSIZE_LEFT, 10 ) ;
122		Right = TRUE ;
123	};
124	FixedText FT_BOOKTITLE
125	{
126		Pos = MAP_APPFONT ( FT_POS, 87 ) ;
127		Size = MAP_APPFONT ( FTSIZE_LEFT, 10 ) ;
128		Right = TRUE ;
129	};
130	FixedText FT_VOLUME
131	{
132		Pos = MAP_APPFONT ( FT_POS_MIDDLE, 87 ) ;
133		Size = MAP_APPFONT ( FTSIZE_LEFT, 10 ) ;
134		Right = TRUE ;
135	};
136	FixedText FT_HOWPUBLISHED
137	{
138		Pos = MAP_APPFONT ( FT_POS_RIGHT, 87 ) ;
139		Size = MAP_APPFONT ( FTSIZE_LEFT, 10 ) ;
140		Right = TRUE ;
141	};
142	FixedText FT_ORGANIZATION
143	{
144		Pos = MAP_APPFONT ( FT_POS, 101 ) ;
145		Size = MAP_APPFONT ( FTSIZE_LEFT, 10 ) ;
146		Right = TRUE ;
147	};
148	FixedText FT_INSTITUTION
149	{
150		Pos = MAP_APPFONT ( FT_POS_MIDDLE, 101 ) ;
151		Size = MAP_APPFONT ( FTSIZE_LEFT, 10 ) ;
152		Right = TRUE ;
153	};
154	FixedText FT_SCHOOL
155	{
156		Pos = MAP_APPFONT ( FT_POS_RIGHT, 101 ) ;
157		Size = MAP_APPFONT ( FTSIZE_LEFT, 10 ) ;
158		Right = TRUE ;
159	};
160	FixedText FT_REPORT
161	{
162		Pos = MAP_APPFONT ( FT_POS, 115);
163		Size = MAP_APPFONT ( FTSIZE_LEFT, 10 ) ;
164		Right = TRUE ;
165	};
166	FixedText FT_MONTH
167	{
168		Pos = MAP_APPFONT ( FT_POS_MIDDLE, 115 ) ;
169		Size = MAP_APPFONT ( FTSIZE_LEFT, 10 ) ;
170		Right = TRUE ;
171	};
172	FixedLine FL_2
173	{
174		Pos = MAP_APPFONT ( FL_POS, 129 ) ;
175		Size = MAP_APPFONT ( FL_WIDTH, 8 ) ;
176	};
177	FixedText FT_JOURNAL
178	{
179		Pos = MAP_APPFONT ( FT_POS, 140 ) ;
180		Size = MAP_APPFONT ( FTSIZE_LEFT, 10 ) ;
181		Right = TRUE ;
182	};
183
184	FixedText FT_NUMBER
185	{
186		Pos = MAP_APPFONT ( FT_POS_MIDDLE, 140 ) ;
187		Size = MAP_APPFONT ( FTSIZE_LEFT, 10 ) ;
188		Right = TRUE ;
189	};
190	FixedText FT_SERIES
191	{
192		Pos = MAP_APPFONT ( FT_POS_RIGHT, 140 ) ;
193		Size = MAP_APPFONT ( FTSIZE_LEFT, 10 ) ;
194		Right = TRUE ;
195	};
196	FixedText FT_ANNOTE
197	{
198		Pos = MAP_APPFONT ( FT_POS, 154 ) ;
199		Size = MAP_APPFONT ( FTSIZE_LEFT, 10 ) ;
200		Right = TRUE ;
201	};
202	FixedText FT_NOTE
203	{
204		Pos = MAP_APPFONT ( FT_POS_MIDDLE, 154 ) ;
205		Size = MAP_APPFONT ( FTSIZE_LEFT, 10 ) ;
206		Right = TRUE ;
207	};
208	FixedText FT_URL
209	{
210		Pos = MAP_APPFONT ( FT_POS_RIGHT, 154 ) ;
211		Size = MAP_APPFONT ( FTSIZE_LEFT, 10 ) ;
212		Right = TRUE ;
213	};
214	FixedLine FL_3
215	{
216		Pos = MAP_APPFONT ( FL_POS, 168 ) ;
217		Size = MAP_APPFONT ( FL_WIDTH, 8 ) ;
218	};
219	FixedText FT_CUSTOM1
220	{
221		Pos = MAP_APPFONT ( FT_POS, 179 ) ;
222		Size = MAP_APPFONT ( FTSIZE_LEFT, 10 ) ;
223		Right = TRUE ;
224	};
225	FixedText FT_CUSTOM2
226	{
227		Pos = MAP_APPFONT ( FT_POS_MIDDLE, 179 ) ;
228		Size = MAP_APPFONT ( FTSIZE_LEFT, 10 ) ;
229		Right = TRUE ;
230	};
231	FixedText FT_CUSTOM3
232	{
233		Pos = MAP_APPFONT ( FT_POS_RIGHT, 179 ) ;
234		Size = MAP_APPFONT ( FTSIZE_LEFT, 10 ) ;
235		Right = TRUE ;
236	};
237	FixedText FT_CUSTOM4
238	{
239		Pos = MAP_APPFONT ( FT_POS, 193 ) ;
240		Size = MAP_APPFONT ( FTSIZE_LEFT, 10 ) ;
241		Right = TRUE ;
242	};
243	FixedText FT_CUSTOM5
244	{
245		Pos = MAP_APPFONT ( FT_POS_MIDDLE, 193 ) ;
246		Size = MAP_APPFONT ( FTSIZE_LEFT, 10 ) ;
247		Right = TRUE ;
248	};
249	String ST_ERROR_PREFIX
250	{
251		Text [ en-US ] = "The following column names could not be assigned:\n" ;
252	};
253	String ST_TYPE_ARTICLE
254	{
255		Text [ en-US ] = "Article" ;
256	};
257	String ST_TYPE_BOOK
258	{
259		Text [ en-US ] = "Book" ;
260	};
261	String ST_TYPE_BOOKLET
262	{
263		Text [ en-US ] = "Brochures" ;
264	};
265	String ST_TYPE_CONFERENCE
266	{
267		Text [ en-US ] = "Conference proceedings" ;
268	};
269	String ST_TYPE_INBOOK
270	{
271		Text [ en-US ] = "Book excerpt" ;
272	};
273	String ST_TYPE_INCOLLECTION
274	{
275		Text [ en-US ] = "Book excerpt with title" ;
276	};
277	String ST_TYPE_INPROCEEDINGS
278	{
279		Text [ en-US ] = "Conference proceedings" ;
280	};
281	String ST_TYPE_JOURNAL
282	{
283		Text [ en-US ] = "Journal" ;
284	};
285	String ST_TYPE_MANUAL
286	{
287		Text [ en-US ] = "Techn. documentation" ;
288	};
289	String ST_TYPE_MASTERSTHESIS
290	{
291		Text [ en-US ] = "Thesis" ;
292	};
293	String ST_TYPE_MISC
294	{
295		Text [ en-US ] = "Miscellaneous" ;
296	};
297	String ST_TYPE_PHDTHESIS
298	{
299		Text [ en-US ] = "Dissertation" ;
300	};
301	String ST_TYPE_PROCEEDINGS
302	{
303		Text [ en-US ] = "Conference proceedings" ;
304	};
305	String ST_TYPE_TECHREPORT
306	{
307		Text [ en-US ] = "Research report" ;
308	};
309	String ST_TYPE_UNPUBLISHED
310	{
311		Text [ en-US ] = "Unpublished" ;
312	};
313	String ST_TYPE_EMAIL
314	{
315		Text [ en-US ] = "e-mail" ;
316	};
317	String ST_TYPE_WWW
318	{
319		Text [ en-US ] = "WWW document" ;
320	};
321	String ST_TYPE_CUSTOM1
322	{
323		Text [ en-US ] = "User-defined1" ;
324	};
325	String ST_TYPE_CUSTOM2
326	{
327		Text [ en-US ] = "User-defined2" ;
328	};
329	String ST_TYPE_CUSTOM3
330	{
331		Text [ en-US ] = "User-defined3" ;
332	};
333	String ST_TYPE_CUSTOM4
334	{
335		Text [ en-US ] = "User-defined4" ;
336	};
337	String ST_TYPE_CUSTOM5
338	{
339		Text [ en-US ] = "User-defined5" ;
340	};
341	Text [ en-US ] = "General" ;
342};
343Menu RID_POPUP_ME_VIEW
344{
345	ItemList =
346	{
347		MenuItem
348		{
349			Identifier = PU_INSERT;
350			Text [ en-US ] = "Insert Section..." ;
351		};
352		MenuItem
353		{
354			Identifier = PU_REMOVE;
355			Text [ en-US ] = "Delete Section..." ;
356		};
357		MenuItem
358		{
359			Identifier = PU_CHG_NAME;
360			Text [ en-US ] = "Modify Name..." ;
361		};
362	};
363};
364
365String ST_IDENTIFIER
366{
367	Text [ en-US ] = "~Short name" ;
368};
369String ST_AUTHTYPE
370{
371	Text [ en-US ] = "~Type" ;
372};
373String ST_YEAR
374{
375	Text [ en-US ] = "~Year" ;
376};
377String ST_AUTHOR
378{
379	Text [ en-US ] = "Author(s)" ;
380};
381String ST_TITLE
382{
383	Text [ en-US ] = "Tit~le" ;
384};
385String ST_PUBLISHER
386{
387	Text [ en-US ] = "~Publisher" ;
388};
389String ST_ADDRESS
390{
391	Text [ en-US ] = "A~ddress" ;
392};
393String ST_ISBN
394{
395	Text [ en-US ] = "~ISBN" ;
396};
397String ST_CHAPTER
398{
399	Text [ en-US ] = "~Chapter" ;
400};
401String ST_PAGE
402{
403	Text [ en-US ] = "Pa~ge(s)" ;
404};
405String ST_EDITOR
406{
407	Text [ en-US ] = "Editor" ;
408};
409String ST_EDITION
410{
411	Text [ en-US ] = "Ed~ition" ;
412};
413String ST_BOOKTITLE
414{
415	Text [ en-US ] = "~Book title" ;
416};
417String ST_VOLUME
418{
419	Text [ en-US ] = "Volume" ;
420};
421String ST_HOWPUBLISHED
422{
423	Text [ en-US ] = "Publication t~ype" ;
424};
425String ST_ORGANIZATION
426{
427	Text [ en-US ] = "Organi~zation" ;
428};
429String ST_INSTITUTION
430{
431	Text [ en-US ] = "Instit~ution" ;
432};
433String ST_SCHOOL
434{
435	Text [ en-US ] = "University" ;
436};
437String ST_REPORT
438{
439	Text [ en-US ] = "Type of re~port" ;
440};
441String ST_MONTH
442{
443	Text [ en-US ] = "~Month" ;
444};
445String ST_JOURNAL
446{
447	Text [ en-US ] = "~Journal" ;
448};
449
450String ST_NUMBER
451{
452	Text [ en-US ] = "Numb~er" ;
453};
454String ST_SERIES
455{
456	Text [ en-US ] = "Se~ries" ;
457};
458String ST_ANNOTE
459{
460	Text [ en-US ] = "Ann~otation" ;
461};
462String ST_NOTE
463{
464	Text [ en-US ] = "~Note" ;
465};
466String ST_URL
467{
468	Text [ en-US ] = "URL" ;
469};
470String ST_CUSTOM1
471{
472	Text [ en-US ] = "User-defined field ~1" ;
473};
474String ST_CUSTOM2
475{
476	Text [ en-US ] = "User-defined field ~2" ;
477};
478String ST_CUSTOM3
479{
480	Text [ en-US ] = "User-defined field ~3" ;
481};
482String ST_CUSTOM4
483{
484	Text [ en-US ] = "User-defined field ~4" ;
485};
486String ST_CUSTOM5
487{
488	Text [ en-US ] = "User-defined field ~5" ;
489};
490
491// ********************************************************************** EOF
492