180fe9c7bSAndrew Rist/**************************************************************
2*b56e71beSmseidel *
380fe9c7bSAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one
480fe9c7bSAndrew Rist * or more contributor license agreements.  See the NOTICE file
580fe9c7bSAndrew Rist * distributed with this work for additional information
680fe9c7bSAndrew Rist * regarding copyright ownership.  The ASF licenses this file
780fe9c7bSAndrew Rist * to you under the Apache License, Version 2.0 (the
880fe9c7bSAndrew Rist * "License"); you may not use this file except in compliance
980fe9c7bSAndrew Rist * with the License.  You may obtain a copy of the License at
10*b56e71beSmseidel *
1180fe9c7bSAndrew Rist *   http://www.apache.org/licenses/LICENSE-2.0
12*b56e71beSmseidel *
1380fe9c7bSAndrew Rist * Unless required by applicable law or agreed to in writing,
1480fe9c7bSAndrew Rist * software distributed under the License is distributed on an
1580fe9c7bSAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
1680fe9c7bSAndrew Rist * KIND, either express or implied.  See the License for the
1780fe9c7bSAndrew Rist * specific language governing permissions and limitations
1880fe9c7bSAndrew Rist * under the License.
19*b56e71beSmseidel *
2080fe9c7bSAndrew Rist *************************************************************/
2180fe9c7bSAndrew Rist
2280fe9c7bSAndrew Rist
23*b56e71beSmseidel
24cdf0e10cSrcweir#include "bib.hrc"
25cdf0e10cSrcweir#include "datman.hrc"
26cdf0e10cSrcweirModalDialog RID_DLG_MAPPING
27cdf0e10cSrcweir{
28*b56e71beSmseidel	HelpID = HID_DLG_MAPPING ;
29cdf0e10cSrcweir	OutputSize = TRUE ;
30cdf0e10cSrcweir	SVLook = TRUE ;
31*b56e71beSmseidel	Size = MAP_APPFONT ( 391, 195 ) ;
32cdf0e10cSrcweir	Moveable = TRUE ;
33cdf0e10cSrcweir
34cdf0e10cSrcweir	OKButton BT_OK
35cdf0e10cSrcweir	{
36*b56e71beSmseidel		Pos = MAP_APPFONT ( 338, 3 ) ;
37*b56e71beSmseidel		Size = MAP_APPFONT ( 50, 12 ) ;
38cdf0e10cSrcweir	};
39cdf0e10cSrcweir	CancelButton BT_CANCEL
40cdf0e10cSrcweir	{
41*b56e71beSmseidel		Pos = MAP_APPFONT ( 338, 18 ) ;
42*b56e71beSmseidel		Size = MAP_APPFONT ( 50, 12 ) ;
43cdf0e10cSrcweir	};
44cdf0e10cSrcweir	HelpButton BT_HELP
45cdf0e10cSrcweir	{
46*b56e71beSmseidel		Pos = MAP_APPFONT ( 338, 36 ) ;
47*b56e71beSmseidel		Size = MAP_APPFONT ( 50, 12 ) ;
48cdf0e10cSrcweir	};
49*b56e71beSmseidel	FixedLine GB_MAPPING
50cdf0e10cSrcweir	{
51*b56e71beSmseidel		Pos = MAP_APPFONT ( 6, 3 ) ;
52*b56e71beSmseidel		Size = MAP_APPFONT ( 329, 8 ) ;
53*b56e71beSmseidel		Text [ en-US ] = "Column names" ;
54cdf0e10cSrcweir	};
55*b56e71beSmseidel	FixedText FT_IDENTIFIER
56cdf0e10cSrcweir	{
57*b56e71beSmseidel		Pos = MAP_APPFONT ( 12, 14 ) ;
58*b56e71beSmseidel		Size = MAP_APPFONT ( 50, 10 ) ;
59*b56e71beSmseidel	};
60*b56e71beSmseidel	ListBox LB_IDENTIFIER
61cdf0e10cSrcweir	{
62*b56e71beSmseidel		HelpID = "extensions:ListBox:RID_DLG_MAPPING:LB_IDENTIFIER" ;
63*b56e71beSmseidel		Pos = MAP_APPFONT ( 65, 13 ) ;
64*b56e71beSmseidel		Size = MAP_APPFONT ( 50, 60 ) ;
65*b56e71beSmseidel		DropDown = TRUE ;
66cdf0e10cSrcweir	};
67cdf0e10cSrcweir	FixedText FT_AUTHORITYTYPE
68cdf0e10cSrcweir	{
69*b56e71beSmseidel		Pos = MAP_APPFONT ( 118, 14 ) ;
70*b56e71beSmseidel		Size = MAP_APPFONT ( 50, 10 ) ;
71*b56e71beSmseidel	};
72cdf0e10cSrcweir	ListBox LB_AUTHORITYTYPE
73cdf0e10cSrcweir	{
74*b56e71beSmseidel		HelpID = "extensions:ListBox:RID_DLG_MAPPING:LB_AUTHORITYTYPE" ;
75*b56e71beSmseidel		Pos = MAP_APPFONT ( 171, 13 ) ;
76*b56e71beSmseidel		Size = MAP_APPFONT ( 50, 60 ) ;
77*b56e71beSmseidel		DropDown = TRUE ;
78cdf0e10cSrcweir	};
79*b56e71beSmseidel	FixedText FT_YEAR
80cdf0e10cSrcweir	{
81*b56e71beSmseidel		Pos = MAP_APPFONT ( 229, 14 ) ;
82*b56e71beSmseidel		Size = MAP_APPFONT ( 50, 10 ) ;
83*b56e71beSmseidel	};
84cdf0e10cSrcweir	ListBox LB_YEAR
85cdf0e10cSrcweir	{
86*b56e71beSmseidel		HelpID = "extensions:ListBox:RID_DLG_MAPPING:LB_YEAR" ;
87*b56e71beSmseidel		Pos = MAP_APPFONT ( 282, 13 ) ;
88*b56e71beSmseidel		Size = MAP_APPFONT ( 50, 60 ) ;
89*b56e71beSmseidel		DropDown = TRUE ;
90cdf0e10cSrcweir	};
91*b56e71beSmseidel	FixedText FT_AUTHOR
92cdf0e10cSrcweir	{
93*b56e71beSmseidel		Pos = MAP_APPFONT ( 12, 29 ) ;
94*b56e71beSmseidel		Size = MAP_APPFONT ( 50, 10 ) ;
95*b56e71beSmseidel	};
96cdf0e10cSrcweir	ListBox LB_AUTHOR
97cdf0e10cSrcweir	{
98*b56e71beSmseidel		HelpID = "extensions:ListBox:RID_DLG_MAPPING:LB_AUTHOR" ;
99*b56e71beSmseidel		Pos = MAP_APPFONT ( 65, 28 ) ;
100*b56e71beSmseidel		Size = MAP_APPFONT ( 50, 60 ) ;
101*b56e71beSmseidel		DropDown = TRUE ;
102cdf0e10cSrcweir	};
103cdf0e10cSrcweir	FixedText FT_TITLE
104cdf0e10cSrcweir	{
105*b56e71beSmseidel		Pos = MAP_APPFONT ( 118, 29 ) ;
106*b56e71beSmseidel		Size = MAP_APPFONT ( 50, 10 ) ;
107*b56e71beSmseidel	};
108cdf0e10cSrcweir	ListBox LB_TITLE
109cdf0e10cSrcweir	{
110*b56e71beSmseidel		HelpID = "extensions:ListBox:RID_DLG_MAPPING:LB_TITLE" ;
111*b56e71beSmseidel		Pos = MAP_APPFONT ( 171, 28 ) ;
112*b56e71beSmseidel		Size = MAP_APPFONT ( 50, 60 ) ;
113*b56e71beSmseidel		DropDown = TRUE ;
114cdf0e10cSrcweir	};
115*b56e71beSmseidel	FixedText FT_PUBLISHER
116cdf0e10cSrcweir	{
117*b56e71beSmseidel		Pos = MAP_APPFONT ( 12, 44 ) ;
118*b56e71beSmseidel		Size = MAP_APPFONT ( 50, 10 ) ;
119cdf0e10cSrcweir	};
120cdf0e10cSrcweir	ListBox LB_PUBLISHER
121cdf0e10cSrcweir	{
122*b56e71beSmseidel		HelpID = "extensions:ListBox:RID_DLG_MAPPING:LB_PUBLISHER" ;
123*b56e71beSmseidel		Pos = MAP_APPFONT ( 65, 43 ) ;
124*b56e71beSmseidel		Size = MAP_APPFONT ( 50, 60 ) ;
125*b56e71beSmseidel		DropDown = TRUE ;
126cdf0e10cSrcweir	};
127*b56e71beSmseidel	FixedText FT_ADDRESS
128cdf0e10cSrcweir	{
129*b56e71beSmseidel		Pos = MAP_APPFONT ( 118, 44 ) ;
130*b56e71beSmseidel		Size = MAP_APPFONT ( 50, 10 ) ;
131*b56e71beSmseidel	};
132cdf0e10cSrcweir	ListBox LB_ADDRESS
133cdf0e10cSrcweir	{
134*b56e71beSmseidel		HelpID = "extensions:ListBox:RID_DLG_MAPPING:LB_ADDRESS" ;
135*b56e71beSmseidel		Pos = MAP_APPFONT ( 171, 43 ) ;
136*b56e71beSmseidel		Size = MAP_APPFONT ( 50, 60 ) ;
137*b56e71beSmseidel		DropDown = TRUE ;
138cdf0e10cSrcweir	};
139*b56e71beSmseidel	FixedText FT_ISBN
140cdf0e10cSrcweir	{
141*b56e71beSmseidel		Pos = MAP_APPFONT ( 229, 44 ) ;
142*b56e71beSmseidel		Size = MAP_APPFONT ( 50, 10 ) ;
143*b56e71beSmseidel	};
144cdf0e10cSrcweir	ListBox LB_ISBN
145cdf0e10cSrcweir	{
146*b56e71beSmseidel		HelpID = "extensions:ListBox:RID_DLG_MAPPING:LB_ISBN" ;
147*b56e71beSmseidel		Pos = MAP_APPFONT ( 282, 43 ) ;
148*b56e71beSmseidel		Size = MAP_APPFONT ( 50, 60 ) ;
149*b56e71beSmseidel		DropDown = TRUE ;
150cdf0e10cSrcweir	};
151*b56e71beSmseidel	FixedText FT_CHAPTER
152cdf0e10cSrcweir	{
153*b56e71beSmseidel		Pos = MAP_APPFONT ( 12, 59 ) ;
154*b56e71beSmseidel		Size = MAP_APPFONT ( 50, 10 ) ;
155*b56e71beSmseidel	};
156cdf0e10cSrcweir	ListBox LB_CHAPTER
157cdf0e10cSrcweir	{
158*b56e71beSmseidel		HelpID = "extensions:ListBox:RID_DLG_MAPPING:LB_CHAPTER" ;
159*b56e71beSmseidel		Pos = MAP_APPFONT ( 65, 58 ) ;
160*b56e71beSmseidel		Size = MAP_APPFONT ( 50, 60 ) ;
161*b56e71beSmseidel		DropDown = TRUE ;
162cdf0e10cSrcweir	};
163*b56e71beSmseidel	FixedText FT_PAGES
164cdf0e10cSrcweir	{
165*b56e71beSmseidel		Pos = MAP_APPFONT ( 118, 59 ) ;
166*b56e71beSmseidel		Size = MAP_APPFONT ( 50, 10 ) ;
167*b56e71beSmseidel	};
168cdf0e10cSrcweir	ListBox LB_PAGES
169cdf0e10cSrcweir	{
170*b56e71beSmseidel		HelpID = "extensions:ListBox:RID_DLG_MAPPING:LB_PAGES" ;
171*b56e71beSmseidel		Pos = MAP_APPFONT ( 171, 58) ;
172*b56e71beSmseidel		Size = MAP_APPFONT ( 50, 60 ) ;
173*b56e71beSmseidel		DropDown = TRUE ;
174cdf0e10cSrcweir	};
175*b56e71beSmseidel	FixedText FT_EDITOR
176cdf0e10cSrcweir	{
177*b56e71beSmseidel		Pos = MAP_APPFONT ( 12, 74 ) ;
178*b56e71beSmseidel		Size = MAP_APPFONT ( 50, 10 ) ;
179*b56e71beSmseidel	};
180cdf0e10cSrcweir	ListBox LB_EDITOR
181cdf0e10cSrcweir	{
182*b56e71beSmseidel		HelpID = "extensions:ListBox:RID_DLG_MAPPING:LB_EDITOR" ;
183*b56e71beSmseidel		Pos = MAP_APPFONT ( 65, 73 ) ;
184*b56e71beSmseidel		Size = MAP_APPFONT ( 50, 60 ) ;
185*b56e71beSmseidel		DropDown = TRUE ;
186cdf0e10cSrcweir	};
187*b56e71beSmseidel	FixedText FT_EDITION
188cdf0e10cSrcweir	{
189*b56e71beSmseidel		Pos = MAP_APPFONT ( 118, 74 ) ;
190*b56e71beSmseidel		Size = MAP_APPFONT ( 50, 10 ) ;
191*b56e71beSmseidel	};
192cdf0e10cSrcweir	ListBox LB_EDITION
193cdf0e10cSrcweir	{
194*b56e71beSmseidel		HelpID = "extensions:ListBox:RID_DLG_MAPPING:LB_EDITION" ;
195*b56e71beSmseidel		Pos = MAP_APPFONT ( 171, 73 ) ;
196*b56e71beSmseidel		Size = MAP_APPFONT ( 50, 60 ) ;
197*b56e71beSmseidel		DropDown = TRUE ;
198cdf0e10cSrcweir	};
199*b56e71beSmseidel	FixedText FT_BOOKTITLE
200cdf0e10cSrcweir	{
201*b56e71beSmseidel		Pos = MAP_APPFONT ( 12, 89 ) ;
202*b56e71beSmseidel		Size = MAP_APPFONT ( 50, 10 ) ;
203*b56e71beSmseidel	};
204cdf0e10cSrcweir	ListBox LB_BOOKTITLE
205cdf0e10cSrcweir	{
206*b56e71beSmseidel		HelpID = "extensions:ListBox:RID_DLG_MAPPING:LB_BOOKTITLE" ;
207*b56e71beSmseidel		Pos = MAP_APPFONT ( 65, 88 ) ;
208*b56e71beSmseidel		Size = MAP_APPFONT ( 50, 60 ) ;
209*b56e71beSmseidel		DropDown = TRUE ;
210cdf0e10cSrcweir	};
211*b56e71beSmseidel	FixedText FT_VOLUME
212cdf0e10cSrcweir	{
213*b56e71beSmseidel		Pos = MAP_APPFONT ( 118, 89 ) ;
214*b56e71beSmseidel		Size = MAP_APPFONT ( 50, 10 ) ;
215*b56e71beSmseidel	};
216cdf0e10cSrcweir	ListBox LB_VOLUME
217cdf0e10cSrcweir	{
218*b56e71beSmseidel		HelpID = "extensions:ListBox:RID_DLG_MAPPING:LB_VOLUME" ;
219*b56e71beSmseidel		Pos = MAP_APPFONT ( 171, 88 ) ;
220*b56e71beSmseidel		Size = MAP_APPFONT ( 50, 60 ) ;
221*b56e71beSmseidel		DropDown = TRUE ;
222cdf0e10cSrcweir	};
223*b56e71beSmseidel	FixedText FT_HOWPUBLISHED
224cdf0e10cSrcweir	{
225*b56e71beSmseidel		Pos = MAP_APPFONT ( 229, 89 ) ;
226*b56e71beSmseidel		Size = MAP_APPFONT ( 50, 10 ) ;
227cdf0e10cSrcweir	};
228cdf0e10cSrcweir	ListBox LB_HOWPUBLISHED
229cdf0e10cSrcweir	{
230*b56e71beSmseidel		HelpID = "extensions:ListBox:RID_DLG_MAPPING:LB_HOWPUBLISHED" ;
231*b56e71beSmseidel		Pos = MAP_APPFONT ( 282, 88 ) ;
232*b56e71beSmseidel		Size = MAP_APPFONT ( 50, 60 ) ;
233*b56e71beSmseidel		DropDown = TRUE ;
234cdf0e10cSrcweir	};
235*b56e71beSmseidel	FixedText FT_ORGANIZATIONS
236cdf0e10cSrcweir	{
237*b56e71beSmseidel		Pos = MAP_APPFONT ( 12, 104 ) ;
238*b56e71beSmseidel		Size = MAP_APPFONT ( 50, 10 ) ;
239*b56e71beSmseidel	};
240cdf0e10cSrcweir	ListBox LB_ORGANIZATIONS
241cdf0e10cSrcweir	{
242*b56e71beSmseidel		HelpID = "extensions:ListBox:RID_DLG_MAPPING:LB_ORGANIZATIONS" ;
243*b56e71beSmseidel		Pos = MAP_APPFONT ( 65, 103 ) ;
244*b56e71beSmseidel		Size = MAP_APPFONT ( 50, 60 ) ;
245*b56e71beSmseidel		DropDown = TRUE ;
246cdf0e10cSrcweir	};
247*b56e71beSmseidel	FixedText FT_INSTITUTION
248cdf0e10cSrcweir	{
249*b56e71beSmseidel		Pos = MAP_APPFONT ( 118, 104 ) ;
250*b56e71beSmseidel		Size = MAP_APPFONT ( 50, 10 ) ;
251*b56e71beSmseidel	};
252cdf0e10cSrcweir	ListBox LB_INSTITUTION
253cdf0e10cSrcweir	{
254*b56e71beSmseidel		HelpID = "extensions:ListBox:RID_DLG_MAPPING:LB_INSTITUTION" ;
255*b56e71beSmseidel		Pos = MAP_APPFONT ( 171, 103) ;
256*b56e71beSmseidel		Size = MAP_APPFONT ( 50, 60 ) ;
257*b56e71beSmseidel		DropDown = TRUE ;
258cdf0e10cSrcweir	};
259*b56e71beSmseidel	FixedText FT_SCHOOL
260cdf0e10cSrcweir	{
261*b56e71beSmseidel		Pos = MAP_APPFONT ( 229, 104 ) ;
262*b56e71beSmseidel		Size = MAP_APPFONT ( 50, 10 ) ;
263*b56e71beSmseidel	};
264cdf0e10cSrcweir	ListBox LB_SCHOOL
265cdf0e10cSrcweir	{
266*b56e71beSmseidel		HelpID = "extensions:ListBox:RID_DLG_MAPPING:LB_SCHOOL" ;
267*b56e71beSmseidel		Pos = MAP_APPFONT ( 282, 103 ) ;
268*b56e71beSmseidel		Size = MAP_APPFONT ( 50, 60 ) ;
269*b56e71beSmseidel		DropDown = TRUE ;
270cdf0e10cSrcweir	};
271*b56e71beSmseidel	FixedText FT_REPORTTYPE
272cdf0e10cSrcweir	{
273*b56e71beSmseidel		Pos = MAP_APPFONT ( 12, 119 ) ;
274*b56e71beSmseidel		Size = MAP_APPFONT ( 50, 10 ) ;
275cdf0e10cSrcweir	};
276cdf0e10cSrcweir	ListBox LB_REPORTTYPE
277cdf0e10cSrcweir	{
278*b56e71beSmseidel		HelpID = "extensions:ListBox:RID_DLG_MAPPING:LB_REPORTTYPE" ;
279*b56e71beSmseidel		Pos = MAP_APPFONT ( 65, 118 ) ;
280*b56e71beSmseidel		Size = MAP_APPFONT ( 50, 60 ) ;
281*b56e71beSmseidel		DropDown = TRUE ;
282cdf0e10cSrcweir	};
283*b56e71beSmseidel	FixedText FT_MONTH
284cdf0e10cSrcweir	{
285*b56e71beSmseidel		Pos = MAP_APPFONT ( 118, 119 ) ;
286*b56e71beSmseidel		Size = MAP_APPFONT ( 50, 10 ) ;
287*b56e71beSmseidel	};
288cdf0e10cSrcweir	ListBox LB_MONTH
289cdf0e10cSrcweir	{
290*b56e71beSmseidel		HelpID = "extensions:ListBox:RID_DLG_MAPPING:LB_MONTH" ;
291*b56e71beSmseidel		Pos = MAP_APPFONT ( 171, 118) ;
292*b56e71beSmseidel		Size = MAP_APPFONT ( 50, 60 ) ;
293*b56e71beSmseidel		DropDown = TRUE ;
294cdf0e10cSrcweir	};
295*b56e71beSmseidel	FixedText FT_JOURNAL
296cdf0e10cSrcweir	{
297*b56e71beSmseidel		Pos = MAP_APPFONT ( 12, 134 ) ;
298*b56e71beSmseidel		Size = MAP_APPFONT ( 50, 10 ) ;
299*b56e71beSmseidel	};
300cdf0e10cSrcweir	ListBox LB_JOURNAL
301cdf0e10cSrcweir	{
302*b56e71beSmseidel		HelpID = "extensions:ListBox:RID_DLG_MAPPING:LB_JOURNAL" ;
303*b56e71beSmseidel		Pos = MAP_APPFONT ( 65, 133) ;
304*b56e71beSmseidel		Size = MAP_APPFONT ( 50, 60 ) ;
305*b56e71beSmseidel		DropDown = TRUE ;
306cdf0e10cSrcweir	};
307*b56e71beSmseidel	FixedText FT_NUMBER
308cdf0e10cSrcweir	{
309*b56e71beSmseidel		Pos = MAP_APPFONT ( 118, 134 ) ;
310*b56e71beSmseidel		Size = MAP_APPFONT ( 50, 10 ) ;
311*b56e71beSmseidel	};
312cdf0e10cSrcweir	ListBox LB_NUMBER
313cdf0e10cSrcweir	{
314*b56e71beSmseidel		HelpID = "extensions:ListBox:RID_DLG_MAPPING:LB_NUMBER" ;
315*b56e71beSmseidel		Pos = MAP_APPFONT ( 171, 133 ) ;
316*b56e71beSmseidel		Size = MAP_APPFONT ( 50, 60 ) ;
317*b56e71beSmseidel		DropDown = TRUE ;
318cdf0e10cSrcweir	};
319*b56e71beSmseidel	FixedText FT_SERIES
320cdf0e10cSrcweir	{
321*b56e71beSmseidel		Pos = MAP_APPFONT ( 229, 134 ) ;
322*b56e71beSmseidel		Size = MAP_APPFONT ( 50, 10 ) ;
323*b56e71beSmseidel	};
324cdf0e10cSrcweir	ListBox LB_SERIES
325cdf0e10cSrcweir	{
326*b56e71beSmseidel		HelpID = "extensions:ListBox:RID_DLG_MAPPING:LB_SERIES" ;
327*b56e71beSmseidel		Pos = MAP_APPFONT ( 282, 133 ) ;
328*b56e71beSmseidel		Size = MAP_APPFONT ( 50, 60 ) ;
329*b56e71beSmseidel		DropDown = TRUE ;
330cdf0e10cSrcweir	};
331*b56e71beSmseidel	FixedText FT_ANNOTE
332cdf0e10cSrcweir	{
333*b56e71beSmseidel		Pos = MAP_APPFONT ( 12, 149 ) ;
334*b56e71beSmseidel		Size = MAP_APPFONT ( 50, 10 ) ;
335*b56e71beSmseidel	};
336cdf0e10cSrcweir	ListBox LB_ANNOTE
337cdf0e10cSrcweir	{
338*b56e71beSmseidel		HelpID = "extensions:ListBox:RID_DLG_MAPPING:LB_ANNOTE" ;
339*b56e71beSmseidel		Pos = MAP_APPFONT ( 65, 148 ) ;
340*b56e71beSmseidel		Size = MAP_APPFONT ( 50, 60 ) ;
341*b56e71beSmseidel		DropDown = TRUE ;
342cdf0e10cSrcweir	};
343*b56e71beSmseidel	FixedText FT_NOTE
344cdf0e10cSrcweir	{
345*b56e71beSmseidel		Pos = MAP_APPFONT ( 118, 149 ) ;
346*b56e71beSmseidel		Size = MAP_APPFONT ( 50, 10 ) ;
347cdf0e10cSrcweir	};
348cdf0e10cSrcweir	ListBox LB_NOTE
349cdf0e10cSrcweir	{
350*b56e71beSmseidel		HelpID = "extensions:ListBox:RID_DLG_MAPPING:LB_NOTE" ;
351*b56e71beSmseidel		Pos = MAP_APPFONT ( 171, 148 ) ;
352*b56e71beSmseidel		Size = MAP_APPFONT ( 50, 60 ) ;
353*b56e71beSmseidel		DropDown = TRUE ;
354cdf0e10cSrcweir	};
355*b56e71beSmseidel	FixedText FT_URL
356cdf0e10cSrcweir	{
357*b56e71beSmseidel		Pos = MAP_APPFONT ( 229, 149 ) ;
358*b56e71beSmseidel		Size = MAP_APPFONT ( 50, 10 ) ;
359*b56e71beSmseidel	};
360cdf0e10cSrcweir	ListBox LB_URL
361cdf0e10cSrcweir	{
362*b56e71beSmseidel		HelpID = "extensions:ListBox:RID_DLG_MAPPING:LB_URL" ;
363*b56e71beSmseidel		Pos = MAP_APPFONT ( 282, 148 ) ;
364*b56e71beSmseidel		Size = MAP_APPFONT ( 50, 60 ) ;
365*b56e71beSmseidel		DropDown = TRUE ;
366cdf0e10cSrcweir	};
367cdf0e10cSrcweir	FixedText FT_CUSTOM1
368cdf0e10cSrcweir	{
369*b56e71beSmseidel		Pos = MAP_APPFONT ( 12, 164 ) ;
370*b56e71beSmseidel		Size = MAP_APPFONT ( 50, 10 ) ;
371*b56e71beSmseidel	};
372cdf0e10cSrcweir	ListBox LB_CUSTOM1
373cdf0e10cSrcweir	{
374*b56e71beSmseidel		HelpID = "extensions:ListBox:RID_DLG_MAPPING:LB_CUSTOM1" ;
375*b56e71beSmseidel		Pos = MAP_APPFONT ( 65, 163 ) ;
376*b56e71beSmseidel		Size = MAP_APPFONT ( 50, 60 ) ;
377*b56e71beSmseidel		DropDown = TRUE ;
378cdf0e10cSrcweir	};
379cdf0e10cSrcweir	FixedText FT_CUSTOM2
380cdf0e10cSrcweir	{
381*b56e71beSmseidel		Pos = MAP_APPFONT ( 118, 164 ) ;
382*b56e71beSmseidel		Size = MAP_APPFONT ( 50, 10 ) ;
383*b56e71beSmseidel	};
384cdf0e10cSrcweir	ListBox LB_CUSTOM2
385cdf0e10cSrcweir	{
386*b56e71beSmseidel		HelpID = "extensions:ListBox:RID_DLG_MAPPING:LB_CUSTOM2" ;
387*b56e71beSmseidel		Pos = MAP_APPFONT ( 171, 163 ) ;
388*b56e71beSmseidel		Size = MAP_APPFONT ( 50, 60 ) ;
389*b56e71beSmseidel		DropDown = TRUE ;
390cdf0e10cSrcweir	};
391cdf0e10cSrcweir	FixedText FT_CUSTOM3
392cdf0e10cSrcweir	{
393*b56e71beSmseidel		Pos = MAP_APPFONT ( 229, 164 ) ;
394*b56e71beSmseidel		Size = MAP_APPFONT ( 50, 10 ) ;
395*b56e71beSmseidel	};
396cdf0e10cSrcweir	ListBox LB_CUSTOM3
397cdf0e10cSrcweir	{
398*b56e71beSmseidel		HelpID = "extensions:ListBox:RID_DLG_MAPPING:LB_CUSTOM3" ;
399*b56e71beSmseidel		Pos = MAP_APPFONT ( 282, 163 ) ;
400*b56e71beSmseidel		Size = MAP_APPFONT ( 50, 60 ) ;
401*b56e71beSmseidel		DropDown = TRUE ;
402cdf0e10cSrcweir	};
403cdf0e10cSrcweir	FixedText FT_CUSTOM4
404cdf0e10cSrcweir	{
405*b56e71beSmseidel		Pos = MAP_APPFONT ( 12, 178 ) ;
406*b56e71beSmseidel		Size = MAP_APPFONT ( 50, 10 ) ;
407*b56e71beSmseidel	};
408cdf0e10cSrcweir	ListBox LB_CUSTOM4
409cdf0e10cSrcweir	{
410*b56e71beSmseidel		HelpID = "extensions:ListBox:RID_DLG_MAPPING:LB_CUSTOM4" ;
411*b56e71beSmseidel		Pos = MAP_APPFONT ( 65, 177 ) ;
412*b56e71beSmseidel		Size = MAP_APPFONT ( 50, 60 ) ;
413*b56e71beSmseidel		DropDown = TRUE ;
414cdf0e10cSrcweir	};
415cdf0e10cSrcweir	FixedText FT_CUSTOM5
416cdf0e10cSrcweir	{
417*b56e71beSmseidel		Pos = MAP_APPFONT ( 118, 178 ) ;
418*b56e71beSmseidel		Size = MAP_APPFONT ( 50, 10 ) ;
419*b56e71beSmseidel	};
420cdf0e10cSrcweir	ListBox LB_CUSTOM5
421cdf0e10cSrcweir	{
422*b56e71beSmseidel		HelpID = "extensions:ListBox:RID_DLG_MAPPING:LB_CUSTOM5" ;
423*b56e71beSmseidel		Pos = MAP_APPFONT ( 171, 177 ) ;
424*b56e71beSmseidel		Size = MAP_APPFONT ( 50, 60 ) ;
425*b56e71beSmseidel		DropDown = TRUE ;
426cdf0e10cSrcweir	};
427cdf0e10cSrcweir	String ST_NONE
428cdf0e10cSrcweir	{
429*b56e71beSmseidel		Text [ en-US ] = "<none>" ;
430cdf0e10cSrcweir	};
431*b56e71beSmseidel	Text [ en-US ] = "Column Layout for Table %1" ;
432cdf0e10cSrcweir};
433cdf0e10cSrcweirModalDialog RID_DLG_DBCHANGE
434cdf0e10cSrcweir{
435*b56e71beSmseidel	HelpID = HID_DLG_DBCHANGE ;
436cdf0e10cSrcweir	OutputSize = TRUE ;
437cdf0e10cSrcweir	SVLook = TRUE ;
438*b56e71beSmseidel	Size = MAP_APPFONT ( 291, 131 ) ;
439cdf0e10cSrcweir	Moveable = TRUE ;
440*b56e71beSmseidel	Text [ en-US ] = "Choose Data Source" ;
441cdf0e10cSrcweir	OKButton BT_OK
442cdf0e10cSrcweir	{
443*b56e71beSmseidel		Pos = MAP_APPFONT ( 238, 3 ) ;
444*b56e71beSmseidel		Size = MAP_APPFONT ( 50, 12 ) ;
445cdf0e10cSrcweir	};
446cdf0e10cSrcweir	CancelButton BT_CANCEL
447cdf0e10cSrcweir	{
448*b56e71beSmseidel		Pos = MAP_APPFONT ( 238, 18 ) ;
449*b56e71beSmseidel		Size = MAP_APPFONT ( 50, 12 ) ;
450cdf0e10cSrcweir	};
451cdf0e10cSrcweir	HelpButton BT_HELP
452cdf0e10cSrcweir	{
453*b56e71beSmseidel		Pos = MAP_APPFONT ( 238, 36 ) ;
454*b56e71beSmseidel		Size = MAP_APPFONT ( 50, 12 ) ;
455cdf0e10cSrcweir	};
456*b56e71beSmseidel	FixedLine GB_SELECTION
457cdf0e10cSrcweir	{
458*b56e71beSmseidel		Pos = MAP_APPFONT ( 6, 3 ) ;
459*b56e71beSmseidel		Size = MAP_APPFONT ( 229, 8 ) ;
460cdf0e10cSrcweir	};
461cdf0e10cSrcweir	String ST_ENTRY
462cdf0e10cSrcweir	{
463*b56e71beSmseidel		Text [ en-US ] = "Entry" ;
464cdf0e10cSrcweir	};
465*b56e71beSmseidel	Control LB_SELECTION
466cdf0e10cSrcweir	{
467*b56e71beSmseidel		Pos = MAP_APPFONT ( 9, 24 ) ;
468*b56e71beSmseidel		Size = MAP_APPFONT ( 223, 100 ) ;
469*b56e71beSmseidel		Border = TRUE ;
470*b56e71beSmseidel		TabStop = TRUE ;
471*b56e71beSmseidel		HelpId = HID_SELECTION_TLB ;
472cdf0e10cSrcweir	};
473cdf0e10cSrcweir	Window HB_SELECTION
474cdf0e10cSrcweir	{
475*b56e71beSmseidel		Pos = MAP_APPFONT ( 9, 12 ) ;
476*b56e71beSmseidel		Size = MAP_APPFONT ( 223, 12 ) ;
477*b56e71beSmseidel		Border = TRUE ;
478cdf0e10cSrcweir	};
479cdf0e10cSrcweir};
480cdf0e10cSrcweir
481*b56e71beSmseidel// ********************************************************************** EOF
482