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