1*8e0a7b1bSAndrew Rist/**************************************************************
2cdf0e10cSrcweir *
3*8e0a7b1bSAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one
4*8e0a7b1bSAndrew Rist * or more contributor license agreements.  See the NOTICE file
5*8e0a7b1bSAndrew Rist * distributed with this work for additional information
6*8e0a7b1bSAndrew Rist * regarding copyright ownership.  The ASF licenses this file
7*8e0a7b1bSAndrew Rist * to you under the Apache License, Version 2.0 (the
8*8e0a7b1bSAndrew Rist * "License"); you may not use this file except in compliance
9*8e0a7b1bSAndrew Rist * with the License.  You may obtain a copy of the License at
10*8e0a7b1bSAndrew Rist *
11*8e0a7b1bSAndrew Rist *   http://www.apache.org/licenses/LICENSE-2.0
12*8e0a7b1bSAndrew Rist *
13*8e0a7b1bSAndrew Rist * Unless required by applicable law or agreed to in writing,
14*8e0a7b1bSAndrew Rist * software distributed under the License is distributed on an
15*8e0a7b1bSAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16*8e0a7b1bSAndrew Rist * KIND, either express or implied.  See the License for the
17*8e0a7b1bSAndrew Rist * specific language governing permissions and limitations
18*8e0a7b1bSAndrew Rist * under the License.
19*8e0a7b1bSAndrew Rist *
20*8e0a7b1bSAndrew Rist *************************************************************/
21*8e0a7b1bSAndrew Rist
22*8e0a7b1bSAndrew Rist
23cdf0e10cSrcweir
24cdf0e10cSrcweir#include "helpid.hrc"
25cdf0e10cSrcweir#include <moduldlg.hrc>
26cdf0e10cSrcweir#include <basidesh.hrc>
27cdf0e10cSrcweirTabDialog RID_TD_ORGANIZE
28cdf0e10cSrcweir{
29cdf0e10cSrcweir	OutputSize = TRUE ;
30cdf0e10cSrcweir	SVLook = TRUE ;
31cdf0e10cSrcweir	/* ### ACHTUNG: Neuer Text in Resource? Makros verwalten : Verwalten */
32cdf0e10cSrcweir	/* ### ACHTUNG: Neuer Text in Resource? Makros verwalten : Verwalten */
33cdf0e10cSrcweir	Text[ en-US ] = "%PRODUCTNAME Basic Macro Organizer";
34cdf0e10cSrcweir    Moveable = TRUE ;
35cdf0e10cSrcweir	Closeable = TRUE ;
36cdf0e10cSrcweir	 // Da Cancel-Button auf TabPage, nicht auf Dialog!
37cdf0e10cSrcweir	TabControl RID_TC_ORGANIZE
38cdf0e10cSrcweir	{
39cdf0e10cSrcweir		 //		HelpID = HID_BASICIDE_ORG_TC;
40cdf0e10cSrcweir		OutputSize = TRUE ;
41cdf0e10cSrcweir		PageList =
42cdf0e10cSrcweir		{
43cdf0e10cSrcweir			PageItem
44cdf0e10cSrcweir			{
45cdf0e10cSrcweir				Identifier = RID_TP_MOD ;
46cdf0e10cSrcweir				Text [ en-US ] = "Modules" ;
47cdf0e10cSrcweir			};
48cdf0e10cSrcweir			PageItem
49cdf0e10cSrcweir			{
50cdf0e10cSrcweir				Identifier = RID_TP_DLG ;
51cdf0e10cSrcweir				Text [ en-US ] = "Dialogs" ;
52cdf0e10cSrcweir            };
53cdf0e10cSrcweir			PageItem
54cdf0e10cSrcweir			{
55cdf0e10cSrcweir				Identifier = RID_TP_LIB ;
56cdf0e10cSrcweir				Text [ en-US ] = "Libraries" ;
57cdf0e10cSrcweir			};
58cdf0e10cSrcweir		};
59cdf0e10cSrcweir	};
60cdf0e10cSrcweir};
61cdf0e10cSrcweirTabPage RID_TP_MODULS
62cdf0e10cSrcweir{
63cdf0e10cSrcweir	HelpId = "basctl:TabPage:RID_TP_MODULS" ;
64cdf0e10cSrcweir	Hide = TRUE ;
65cdf0e10cSrcweir	SVLook = TRUE ;
66cdf0e10cSrcweir	Size = MAP_APPFONT ( 210 , 140 ) ;
67cdf0e10cSrcweir	FixedText RID_STR_LIB
68cdf0e10cSrcweir	{
69cdf0e10cSrcweir		Pos = MAP_APPFONT ( 6 , 6 ) ;
70cdf0e10cSrcweir		Size = MAP_APPFONT ( 130 , 10 ) ;
71cdf0e10cSrcweir		Text [ en-US ] = "M~odule" ;
72cdf0e10cSrcweir    };
73cdf0e10cSrcweir	Control RID_TRLBOX
74cdf0e10cSrcweir	{
75cdf0e10cSrcweir		HelpId = HID_BASICIDE_MODULES_TREE ;
76cdf0e10cSrcweir		Pos = MAP_APPFONT ( 6 , 17 ) ;
77cdf0e10cSrcweir		Size = MAP_APPFONT ( 130 , 117 ) ;
78cdf0e10cSrcweir		TabStop = TRUE ;
79cdf0e10cSrcweir		Border = TRUE ;
80cdf0e10cSrcweir	};
81cdf0e10cSrcweir	PushButton RID_PB_EDIT
82cdf0e10cSrcweir	{
83cdf0e10cSrcweir	    HelpID = "basctl:PushButton:RID_TP_MODULS:RID_PB_EDIT";
84cdf0e10cSrcweir		Text [ en-US ] = "~Edit";
85cdf0e10cSrcweir		Pos = MAP_APPFONT ( 144 , 6 ) ;
86cdf0e10cSrcweir		Size = MAP_APPFONT ( 60 , 14 ) ;
87cdf0e10cSrcweir		TabStop = TRUE ;
88cdf0e10cSrcweir		DefButton = TRUE ;
89cdf0e10cSrcweir	};
90cdf0e10cSrcweir	CancelButton RID_PB_CLOSE
91cdf0e10cSrcweir	{
92cdf0e10cSrcweir		Text [ en-US ] = "Close";
93cdf0e10cSrcweir		Pos = MAP_APPFONT ( 144 , 23 ) ;
94cdf0e10cSrcweir		Size = MAP_APPFONT ( 60 , 14 ) ;
95cdf0e10cSrcweir		TabStop = TRUE ;
96cdf0e10cSrcweir	};
97cdf0e10cSrcweir	PushButton RID_PB_NEWMOD
98cdf0e10cSrcweir	{
99cdf0e10cSrcweir	    HelpID = "basctl:PushButton:RID_TP_MODULS:RID_PB_NEWMOD";
100cdf0e10cSrcweir		Pos = MAP_APPFONT ( 144 , 103 ) ;
101cdf0e10cSrcweir		Size = MAP_APPFONT ( 60 , 14 ) ;
102cdf0e10cSrcweir		Text [ en-US ] = "~New..." ;
103cdf0e10cSrcweir		TabStop = TRUE ;
104cdf0e10cSrcweir	};
105cdf0e10cSrcweir	PushButton RID_PB_NEWDLG
106cdf0e10cSrcweir	{
107cdf0e10cSrcweir	    HelpID = "basctl:PushButton:RID_TP_MODULS:RID_PB_NEWDLG";
108cdf0e10cSrcweir		Pos = MAP_APPFONT ( 144 , 103 ) ;
109cdf0e10cSrcweir		Size = MAP_APPFONT ( 60 , 14 ) ;
110cdf0e10cSrcweir		Text [ en-US ] = "~New..." ;
111cdf0e10cSrcweir		TabStop = TRUE ;
112cdf0e10cSrcweir	};
113cdf0e10cSrcweir	PushButton RID_PB_DELETE
114cdf0e10cSrcweir	{
115cdf0e10cSrcweir	    HelpID = "basctl:PushButton:RID_TP_MODULS:RID_PB_DELETE";
116cdf0e10cSrcweir		Pos = MAP_APPFONT ( 144 , 120 ) ;
117cdf0e10cSrcweir		Size = MAP_APPFONT ( 60 , 14 ) ;
118cdf0e10cSrcweir		/* ### ACHTUNG: Neuer Text in Resource? ~L�schen... : ~L�schen... */
119cdf0e10cSrcweir		Text [ en-US ] = "~Delete" ;
120cdf0e10cSrcweir		TabStop = TRUE ;
121cdf0e10cSrcweir	};
122cdf0e10cSrcweir};
123cdf0e10cSrcweirTabPage RID_TP_DLGS
124cdf0e10cSrcweir{
125cdf0e10cSrcweir    HelpID = "basctl:TabPage:RID_TP_DLGS";
126cdf0e10cSrcweir	Hide = TRUE ;
127cdf0e10cSrcweir	SVLook = TRUE ;
128cdf0e10cSrcweir	Size = MAP_APPFONT ( 210 , 140 ) ;
129cdf0e10cSrcweir	FixedText RID_STR_LIB
130cdf0e10cSrcweir	{
131cdf0e10cSrcweir		Pos = MAP_APPFONT ( 6 , 6 ) ;
132cdf0e10cSrcweir		Size = MAP_APPFONT ( 130 , 10 ) ;
133cdf0e10cSrcweir		Text [ en-US ] = "Dialog" ;
134cdf0e10cSrcweir	};
135cdf0e10cSrcweir	Control RID_TRLBOX
136cdf0e10cSrcweir	{
137cdf0e10cSrcweir		HelpId = HID_BASICIDE_MODULES_TREE ;
138cdf0e10cSrcweir		Pos = MAP_APPFONT ( 6 , 17 ) ;
139cdf0e10cSrcweir		Size = MAP_APPFONT ( 130 , 117 ) ;
140cdf0e10cSrcweir		TabStop = TRUE ;
141cdf0e10cSrcweir		Border = TRUE ;
142cdf0e10cSrcweir	};
143cdf0e10cSrcweir	PushButton RID_PB_EDIT
144cdf0e10cSrcweir	{
145cdf0e10cSrcweir	    HelpID = "basctl:PushButton:RID_TP_DLGS:RID_PB_EDIT";
146cdf0e10cSrcweir		Text [ en-US ] = "~Edit";
147cdf0e10cSrcweir		Pos = MAP_APPFONT ( 144 , 6 ) ;
148cdf0e10cSrcweir		Size = MAP_APPFONT ( 60 , 14 ) ;
149cdf0e10cSrcweir		TabStop = TRUE ;
150cdf0e10cSrcweir		DefButton = TRUE ;
151cdf0e10cSrcweir	};
152cdf0e10cSrcweir	CancelButton RID_PB_CLOSE
153cdf0e10cSrcweir	{
154cdf0e10cSrcweir		Text[ en-US ] = "Close";
155cdf0e10cSrcweir		Pos = MAP_APPFONT ( 144 , 23 ) ;
156cdf0e10cSrcweir		Size = MAP_APPFONT ( 60 , 14 ) ;
157cdf0e10cSrcweir		TabStop = TRUE ;
158cdf0e10cSrcweir	};
159cdf0e10cSrcweir	PushButton RID_PB_NEWMOD
160cdf0e10cSrcweir	{
161cdf0e10cSrcweir	    HelpID = "basctl:PushButton:RID_TP_DLGS:RID_PB_NEWMOD";
162cdf0e10cSrcweir		Pos = MAP_APPFONT ( 144 , 103 ) ;
163cdf0e10cSrcweir		Size = MAP_APPFONT ( 60 , 14 ) ;
164cdf0e10cSrcweir		Text [ en-US ] = "~New..." ;
165cdf0e10cSrcweir		TabStop = TRUE ;
166cdf0e10cSrcweir	};
167cdf0e10cSrcweir	PushButton RID_PB_NEWDLG
168cdf0e10cSrcweir	{
169cdf0e10cSrcweir	    HelpID = "basctl:PushButton:RID_TP_DLGS:RID_PB_NEWDLG";
170cdf0e10cSrcweir		Pos = MAP_APPFONT ( 144 , 103 ) ;
171cdf0e10cSrcweir		Size = MAP_APPFONT ( 60 , 14 ) ;
172cdf0e10cSrcweir		Text [ en-US ] = "~New..." ;
173cdf0e10cSrcweir		TabStop = TRUE ;
174cdf0e10cSrcweir	};
175cdf0e10cSrcweir	PushButton RID_PB_DELETE
176cdf0e10cSrcweir	{
177cdf0e10cSrcweir	    HelpID = "basctl:PushButton:RID_TP_DLGS:RID_PB_DELETE";
178cdf0e10cSrcweir		Pos = MAP_APPFONT ( 144 , 120 ) ;
179cdf0e10cSrcweir		Size = MAP_APPFONT ( 60 , 14 ) ;
180cdf0e10cSrcweir		/* ### ACHTUNG: Neuer Text in Resource? ~L�schen... : ~L�schen... */
181cdf0e10cSrcweir		Text [ en-US ] = "~Delete" ;
182cdf0e10cSrcweir		TabStop = TRUE ;
183cdf0e10cSrcweir	};
184cdf0e10cSrcweir};
185cdf0e10cSrcweirTabPage RID_TP_LIBS
186cdf0e10cSrcweir{
187cdf0e10cSrcweir	HelpId = "basctl:TabPage:RID_TP_LIBS" ;
188cdf0e10cSrcweir	Hide = TRUE ;
189cdf0e10cSrcweir	SVLook = TRUE ;
190cdf0e10cSrcweir	Size = MAP_APPFONT ( 210 , 140 ) ;
191cdf0e10cSrcweir	FixedText RID_STR_BASICS
192cdf0e10cSrcweir	{
193cdf0e10cSrcweir		Pos = MAP_APPFONT ( 6 , 6 ) ;
194cdf0e10cSrcweir		Size = MAP_APPFONT ( 130 , 10 ) ;
195cdf0e10cSrcweir		Text [ en-US ] = "L~ocation";
196cdf0e10cSrcweir	};
197cdf0e10cSrcweir	ListBox RID_LB_BASICS
198cdf0e10cSrcweir	{
199cdf0e10cSrcweir	    HelpID = "basctl:ListBox:RID_TP_LIBS:RID_LB_BASICS";
200cdf0e10cSrcweir		Border = TRUE ;
201cdf0e10cSrcweir		Pos = MAP_APPFONT ( 6 , 17 ) ;
202cdf0e10cSrcweir		Size = MAP_APPFONT ( 130 , 80 ) ;
203cdf0e10cSrcweir		TabStop = TRUE ;
204cdf0e10cSrcweir		DropDown = TRUE ;
205cdf0e10cSrcweir	};
206cdf0e10cSrcweir	FixedText RID_STR_LIB
207cdf0e10cSrcweir	{
208cdf0e10cSrcweir		Pos = MAP_APPFONT ( 6 , 36 ) ;
209cdf0e10cSrcweir		Size = MAP_APPFONT ( 130 , 10 ) ;
210cdf0e10cSrcweir		Text [ en-US ] = "~Library" ;
211cdf0e10cSrcweir	};
212cdf0e10cSrcweir	Control RID_TRLBOX
213cdf0e10cSrcweir	{
214cdf0e10cSrcweir		HelpID = HID_BASICIDE_LIBS_TREE ;
215cdf0e10cSrcweir		Border = TRUE ;
216cdf0e10cSrcweir		Pos = MAP_APPFONT ( 6 , 47 ) ;
217cdf0e10cSrcweir		Size = MAP_APPFONT ( 130 , 87 ) ;
218cdf0e10cSrcweir		TabStop = TRUE ;
219cdf0e10cSrcweir	};
220cdf0e10cSrcweir
221cdf0e10cSrcweir	PushButton RID_PB_EDIT
222cdf0e10cSrcweir	{
223cdf0e10cSrcweir	    HelpID = "basctl:PushButton:RID_TP_LIBS:RID_PB_EDIT";
224cdf0e10cSrcweir		Text [ en-US ] = "~Edit";
225cdf0e10cSrcweir		Pos = MAP_APPFONT ( 144 , 6 ) ;
226cdf0e10cSrcweir		Size = MAP_APPFONT ( 60 , 14 ) ;
227cdf0e10cSrcweir		TabStop = TRUE ;
228cdf0e10cSrcweir		DefButton = TRUE ;
229cdf0e10cSrcweir	};
230cdf0e10cSrcweir	CancelButton RID_PB_CLOSE
231cdf0e10cSrcweir	{
232cdf0e10cSrcweir		Text [ en-US ] = "Close";
233cdf0e10cSrcweir		Pos = MAP_APPFONT ( 144 , 23 ) ;
234cdf0e10cSrcweir		Size = MAP_APPFONT ( 60 , 14 ) ;
235cdf0e10cSrcweir		/* ### ACHTUNG: Neuer Text in Resource? Schlie�en : Schlie�en */
236cdf0e10cSrcweir		TabStop = TRUE ;
237cdf0e10cSrcweir	};
238cdf0e10cSrcweir	PushButton RID_PB_PASSWORD
239cdf0e10cSrcweir	{
240cdf0e10cSrcweir	    HelpID = "basctl:PushButton:RID_TP_LIBS:RID_PB_PASSWORD";
241cdf0e10cSrcweir		Pos = MAP_APPFONT ( 144 , 43 ) ;
242cdf0e10cSrcweir		Size = MAP_APPFONT ( 60 , 14 ) ;
243cdf0e10cSrcweir		Text [ en-US ] = "~Password..." ;
244cdf0e10cSrcweir		TabStop = TRUE ;
245cdf0e10cSrcweir	};
246cdf0e10cSrcweir
247cdf0e10cSrcweir	PushButton RID_PB_NEWLIB
248cdf0e10cSrcweir	{
249cdf0e10cSrcweir	    HelpID = "basctl:PushButton:RID_TP_LIBS:RID_PB_NEWLIB";
250cdf0e10cSrcweir		Pos = MAP_APPFONT ( 144 , 69 ) ;
251cdf0e10cSrcweir		Size = MAP_APPFONT ( 60 , 14 ) ;
252cdf0e10cSrcweir		Text [ en-US ] = "~New..." ;
253cdf0e10cSrcweir		TabStop = TRUE ;
254cdf0e10cSrcweir	};
255cdf0e10cSrcweir	PushButton RID_PB_APPEND
256cdf0e10cSrcweir	{
257cdf0e10cSrcweir	    HelpID = "basctl:PushButton:RID_TP_LIBS:RID_PB_APPEND";
258cdf0e10cSrcweir		Pos = MAP_APPFONT ( 144 , 86 ) ;
259cdf0e10cSrcweir		Size = MAP_APPFONT ( 60 , 14 ) ;
260cdf0e10cSrcweir		/* ### ACHTUNG: Neuer Text in Resource? Hin~zuf�gen... : Hin~zuf�gen... */
261cdf0e10cSrcweir		Text [ en-US ] = "~Import..." ;
262cdf0e10cSrcweir	};
263cdf0e10cSrcweir	PushButton RID_PB_EXPORT
264cdf0e10cSrcweir	{
265cdf0e10cSrcweir	    HelpID = "basctl:PushButton:RID_TP_LIBS:RID_PB_EXPORT";
266cdf0e10cSrcweir		Pos = MAP_APPFONT ( 144 , 103 ) ;
267cdf0e10cSrcweir		Size = MAP_APPFONT ( 60 , 14 ) ;
268cdf0e10cSrcweir		Text [ en-US ] = "E~xport..." ;
269cdf0e10cSrcweir		TabStop = TRUE ;
270cdf0e10cSrcweir	};
271cdf0e10cSrcweir	PushButton RID_PB_DELETE
272cdf0e10cSrcweir	{
273cdf0e10cSrcweir	    HelpID = "basctl:PushButton:RID_TP_LIBS:RID_PB_DELETE";
274cdf0e10cSrcweir		Pos = MAP_APPFONT ( 144 , 120 ) ;
275cdf0e10cSrcweir		Size = MAP_APPFONT ( 60 , 14 ) ;
276cdf0e10cSrcweir		/* ### ACHTUNG: Neuer Text in Resource? ~L�schen... : ~L�schen... */
277cdf0e10cSrcweir		Text [ en-US ] = "~Delete" ;
278cdf0e10cSrcweir		TabStop = TRUE ;
279cdf0e10cSrcweir	};
280cdf0e10cSrcweir};
281cdf0e10cSrcweirModalDialog RID_DLG_LIBS
282cdf0e10cSrcweir{
283cdf0e10cSrcweir	HelpId = "basctl:ModalDialog:RID_DLG_LIBS" ;
284cdf0e10cSrcweir	OutputSize = TRUE ;
285cdf0e10cSrcweir	SVLook = TRUE ;
286cdf0e10cSrcweir	Size = MAP_APPFONT ( 168 , 132 ) ;
287cdf0e10cSrcweir	Moveable = TRUE ;
288cdf0e10cSrcweir	Closeable = TRUE ;
289cdf0e10cSrcweir	OKButton RID_PB_OK
290cdf0e10cSrcweir	{
291cdf0e10cSrcweir		Pos = MAP_APPFONT ( 112 , 6 ) ;
292cdf0e10cSrcweir		Size = MAP_APPFONT ( 50 , 14 ) ;
293cdf0e10cSrcweir		TabStop = TRUE ;
294cdf0e10cSrcweir		DefButton = TRUE ;
295cdf0e10cSrcweir	};
296cdf0e10cSrcweir	CancelButton RID_PB_CANCEL
297cdf0e10cSrcweir	{
298cdf0e10cSrcweir		Pos = MAP_APPFONT ( 112 , 23 ) ;
299cdf0e10cSrcweir		Size = MAP_APPFONT ( 50 , 14 ) ;
300cdf0e10cSrcweir		TabStop = TRUE ;
301cdf0e10cSrcweir	};
302cdf0e10cSrcweir	FixedText RID_FT_STORAGENAME
303cdf0e10cSrcweir	{
304cdf0e10cSrcweir		Pos = MAP_APPFONT ( 6 , 6 ) ;
305cdf0e10cSrcweir		Size = MAP_APPFONT ( 100 , 10 ) ;
306cdf0e10cSrcweir	};
307cdf0e10cSrcweir	Control RID_CTRL_LIBS
308cdf0e10cSrcweir	{
309cdf0e10cSrcweir		HelpID = HID_BASICIDE_LIBSDLG_TREE ;
310cdf0e10cSrcweir		Border = TRUE ;
311cdf0e10cSrcweir		Pos = MAP_APPFONT ( 6 , 19 ) ;
312cdf0e10cSrcweir		Size = MAP_APPFONT ( 100 , 67 ) ;
313cdf0e10cSrcweir		TabStop = TRUE ;
314cdf0e10cSrcweir	};
315cdf0e10cSrcweir	FixedLine RID_FL_OPTIONS
316cdf0e10cSrcweir	{
317cdf0e10cSrcweir		Pos = MAP_APPFONT ( 6 , 89 ) ;
318cdf0e10cSrcweir		Size = MAP_APPFONT ( 156 , 8 ) ;
319cdf0e10cSrcweir		Text [ en-US ] = "Options" ;
320cdf0e10cSrcweir	};
321cdf0e10cSrcweir	CheckBox RID_CB_REF
322cdf0e10cSrcweir	{
323cdf0e10cSrcweir	    HelpID = "basctl:CheckBox:RID_DLG_LIBS:RID_CB_REF";
324cdf0e10cSrcweir		Pos = MAP_APPFONT ( 12 , 100 ) ;
325cdf0e10cSrcweir		Size = MAP_APPFONT ( 146 , 10 ) ;
326cdf0e10cSrcweir		TabStop = TRUE ;
327cdf0e10cSrcweir		Text [ en-US ] = "Insert as reference (read-only)" ;
328cdf0e10cSrcweir	};
329cdf0e10cSrcweir	CheckBox RID_CB_REPL
330cdf0e10cSrcweir	{
331cdf0e10cSrcweir	    HelpID = "basctl:CheckBox:RID_DLG_LIBS:RID_CB_REPL";
332cdf0e10cSrcweir		Pos = MAP_APPFONT ( 12 , 113 ) ;
333cdf0e10cSrcweir		Size = MAP_APPFONT ( 146 , 10 ) ;
334cdf0e10cSrcweir		Text [ en-US ] = "Replace existing libraries" ;
335cdf0e10cSrcweir	};
336cdf0e10cSrcweir};
337cdf0e10cSrcweirModalDialog RID_DLG_NEWLIB
338cdf0e10cSrcweir{
339cdf0e10cSrcweir    HelpID = "basctl:ModalDialog:RID_DLG_NEWLIB";
340cdf0e10cSrcweir	OutputSize = TRUE ;
341cdf0e10cSrcweir	SVLook = TRUE ;
342cdf0e10cSrcweir	Size = MAP_APPFONT ( 160 , 55 ) ;
343cdf0e10cSrcweir	Moveable = TRUE ;
344cdf0e10cSrcweir	Closeable = TRUE ;
345cdf0e10cSrcweir	OKButton RID_PB_OK
346cdf0e10cSrcweir	{
347cdf0e10cSrcweir		Pos = MAP_APPFONT ( 104 , 6 ) ;
348cdf0e10cSrcweir		Size = MAP_APPFONT ( 50 , 14 ) ;
349cdf0e10cSrcweir		TabStop = TRUE ;
350cdf0e10cSrcweir		DefButton = TRUE ;
351cdf0e10cSrcweir	};
352cdf0e10cSrcweir	CancelButton RID_PB_CANCEL
353cdf0e10cSrcweir	{
354cdf0e10cSrcweir		Pos = MAP_APPFONT ( 104 , 23 ) ;
355cdf0e10cSrcweir		Size = MAP_APPFONT ( 50 , 14 ) ;
356cdf0e10cSrcweir		TabStop = TRUE ;
357cdf0e10cSrcweir	};
358cdf0e10cSrcweir	FixedText RID_FT_NEWLIB
359cdf0e10cSrcweir	{
360cdf0e10cSrcweir		Pos = MAP_APPFONT ( 6 , 6 ) ;
361cdf0e10cSrcweir		Size = MAP_APPFONT ( 100 , 10 ) ;
362cdf0e10cSrcweir		Text [ en-US ] = "~Name:" ;
363cdf0e10cSrcweir	};
364cdf0e10cSrcweir	Edit RID_ED_LIBNAME
365cdf0e10cSrcweir	{
366cdf0e10cSrcweir	    HelpID = "basctl:Edit:RID_DLG_NEWLIB:RID_ED_LIBNAME";
367cdf0e10cSrcweir		Border = TRUE ;
368cdf0e10cSrcweir		Pos = MAP_APPFONT ( 6 , 19 ) ;
369cdf0e10cSrcweir		Size = MAP_APPFONT ( 92 , 12 ) ;
370cdf0e10cSrcweir		TabStop = TRUE ;
371cdf0e10cSrcweir	};
372cdf0e10cSrcweir};
373cdf0e10cSrcweir
374cdf0e10cSrcweirModalDialog RID_DLG_EXPORT
375cdf0e10cSrcweir{
376cdf0e10cSrcweir    HelpID = "basctl:ModalDialog:RID_DLG_EXPORT";
377cdf0e10cSrcweir	OutputSize = TRUE ;
378cdf0e10cSrcweir	SVLook = TRUE ;
379cdf0e10cSrcweir	Size = MAP_APPFONT ( 115 , 55 ) ;
380cdf0e10cSrcweir	Moveable = TRUE ;
381cdf0e10cSrcweir	Closeable = TRUE ;
382cdf0e10cSrcweir	Text [ en-US ] = "Export Basic library";
383cdf0e10cSrcweir	OKButton RID_PB_OK
384cdf0e10cSrcweir	{
385cdf0e10cSrcweir		Pos = MAP_APPFONT ( 6 , 35 ) ;
386cdf0e10cSrcweir		Size = MAP_APPFONT ( 50 , 14 ) ;
387cdf0e10cSrcweir		TabStop = TRUE ;
388cdf0e10cSrcweir		DefButton = TRUE ;
389cdf0e10cSrcweir	};
390cdf0e10cSrcweir	CancelButton RID_PB_CANCEL
391cdf0e10cSrcweir	{
392cdf0e10cSrcweir		Pos = MAP_APPFONT ( 59 , 35 ) ;
393cdf0e10cSrcweir		Size = MAP_APPFONT ( 50 , 14 ) ;
394cdf0e10cSrcweir		TabStop = TRUE ;
395cdf0e10cSrcweir	};
396cdf0e10cSrcweir
397cdf0e10cSrcweir	RadioButton RB_EXPORTASPACKAGE
398cdf0e10cSrcweir	{
399cdf0e10cSrcweir	    HelpID = "basctl:RadioButton:RID_DLG_EXPORT:RB_EXPORTASPACKAGE";
400cdf0e10cSrcweir		Pos = MAP_APPFONT( 6, 6 );
401cdf0e10cSrcweir		Size = MAP_APPFONT( 103, 10 );
402cdf0e10cSrcweir		Group = TRUE;
403cdf0e10cSrcweir		Text [ en-US ] = "Export as ~extension";
404cdf0e10cSrcweir		TabStop = TRUE ;
405cdf0e10cSrcweir	};
406cdf0e10cSrcweir	RadioButton RB_EXPORTASBASIC
407cdf0e10cSrcweir	{
408cdf0e10cSrcweir	    HelpID = "basctl:RadioButton:RID_DLG_EXPORT:RB_EXPORTASBASIC";
409cdf0e10cSrcweir		Pos = MAP_APPFONT( 6, 19 );
410cdf0e10cSrcweir		Size = MAP_APPFONT( 103, 10 );
411cdf0e10cSrcweir		//Group = TRUE;
412cdf0e10cSrcweir		Text [ en-US ] = "Export as BASIC library";
413cdf0e10cSrcweir	};
414cdf0e10cSrcweir};
415cdf0e10cSrcweir
416cdf0e10cSrcweirString RID_STR_EXPORTPACKAGE
417cdf0e10cSrcweir{
418cdf0e10cSrcweir    Text [ en-US ] = "Export library as extension";
419cdf0e10cSrcweir};
420cdf0e10cSrcweir
421cdf0e10cSrcweirString RID_STR_EXPORTBASIC
422cdf0e10cSrcweir{
423cdf0e10cSrcweir    Text [ en-US ] = "Export as BASIC library";
424cdf0e10cSrcweir};
425cdf0e10cSrcweir
426cdf0e10cSrcweirString RID_STR_PACKAGE_BUNDLE
427cdf0e10cSrcweir{
428cdf0e10cSrcweir    Text [ en-US ] = "Extension";
429cdf0e10cSrcweir};
430cdf0e10cSrcweir
431