xref: /trunk/main/basctl/source/basicide/basidesh.src (revision 740434874f576eb5676eb6f80d2244ff6ac8b2fc)
18e0a7b1bSAndrew Rist/**************************************************************
2cdf0e10cSrcweir *
38e0a7b1bSAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one
48e0a7b1bSAndrew Rist * or more contributor license agreements.  See the NOTICE file
58e0a7b1bSAndrew Rist * distributed with this work for additional information
68e0a7b1bSAndrew Rist * regarding copyright ownership.  The ASF licenses this file
78e0a7b1bSAndrew Rist * to you under the Apache License, Version 2.0 (the
88e0a7b1bSAndrew Rist * "License"); you may not use this file except in compliance
98e0a7b1bSAndrew Rist * with the License.  You may obtain a copy of the License at
10cdf0e10cSrcweir *
118e0a7b1bSAndrew Rist *   http://www.apache.org/licenses/LICENSE-2.0
12cdf0e10cSrcweir *
138e0a7b1bSAndrew Rist * Unless required by applicable law or agreed to in writing,
148e0a7b1bSAndrew Rist * software distributed under the License is distributed on an
158e0a7b1bSAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
168e0a7b1bSAndrew Rist * KIND, either express or implied.  See the License for the
178e0a7b1bSAndrew Rist * specific language governing permissions and limitations
188e0a7b1bSAndrew Rist * under the License.
19cdf0e10cSrcweir *
208e0a7b1bSAndrew Rist *************************************************************/
218e0a7b1bSAndrew Rist
228e0a7b1bSAndrew Rist
23cdf0e10cSrcweir
24dd913a84Sdamjan#include "baside2.hrc"
25cdf0e10cSrcweir#include <helpid.hrc>
26cdf0e10cSrcweir#ifndef _GLOBLMN_HRC
27cdf0e10cSrcweir#include <svx/globlmn.hrc>
28cdf0e10cSrcweir#endif
29cdf0e10cSrcweir#include "dlgresid.hrc"
30cdf0e10cSrcweir#include <sfx2/sfxcommands.h>
31cdf0e10cSrcweir#include <svx/svxcommands.h>
32cdf0e10cSrcweir
33cdf0e10cSrcweir#define MASKCOLOR MaskColor = Color { Red = 0xFFFF; Green = 0x0000; Blue = 0xFFFF; } ;
34cdf0e10cSrcweir
35cdf0e10cSrcweirString RID_STR_IDENAME
36cdf0e10cSrcweir{
37cdf0e10cSrcweir    Text = "BasicIDE" ;
38cdf0e10cSrcweir};
39cdf0e10cSrcweirString RID_STR_FILTER_ALLFILES
40cdf0e10cSrcweir{
41cdf0e10cSrcweir    Text [ en-US ] = "<All>" ;
42cdf0e10cSrcweir};
43cdf0e10cSrcweirString RID_STR_NOMODULE
44cdf0e10cSrcweir{
45cdf0e10cSrcweir    Text [ en-US ] = "< No Module >" ;
46cdf0e10cSrcweir};
47cdf0e10cSrcweirString RID_STR_WRONGPASSWORD
48cdf0e10cSrcweir{
49cdf0e10cSrcweir    Text [ en-US ] = "Incorrect Password" ;
50cdf0e10cSrcweir};
51cdf0e10cSrcweirString RID_STR_OPEN
52cdf0e10cSrcweir{
53cdf0e10cSrcweir    Text [ en-US ] = "Load" ;
54cdf0e10cSrcweir};
55cdf0e10cSrcweirString RID_STR_SAVE
56cdf0e10cSrcweir{
57cdf0e10cSrcweir    Text [ en-US ] = "Save" ;
58cdf0e10cSrcweir};
59cdf0e10cSrcweirString RID_STR_SOURCETOBIG
60cdf0e10cSrcweir{
61cdf0e10cSrcweir    Text [ en-US ] = "The source text is too large and can be neither compiled nor saved.\nDelete some of the comments or transfer some methods into another module." ;
62cdf0e10cSrcweir};
63cdf0e10cSrcweirString RID_STR_ERROROPENSTORAGE
64cdf0e10cSrcweir{
65cdf0e10cSrcweir    Text [ en-US ] = "Error opening file" ;
66cdf0e10cSrcweir};
67cdf0e10cSrcweirString RID_STR_ERROROPENLIB
68cdf0e10cSrcweir{
69cdf0e10cSrcweir    Text [ en-US ] = "Error loading library" ;
70cdf0e10cSrcweir};
71cdf0e10cSrcweirString RID_STR_NOLIBINSTORAGE
72cdf0e10cSrcweir{
73cdf0e10cSrcweir    Text [ en-US ] = "The file does not contain any BASIC libraries" ;
74cdf0e10cSrcweir};
75cdf0e10cSrcweirString RID_STR_BADSBXNAME
76cdf0e10cSrcweir{
77cdf0e10cSrcweir    Text [ en-US ] = "Invalid Name" ;
78cdf0e10cSrcweir};
79cdf0e10cSrcweirString RID_STR_LIBNAMETOLONG
80cdf0e10cSrcweir{
81cdf0e10cSrcweir    Text [ en-US ] = "A library name can have up to 30 characters." ;
82cdf0e10cSrcweir};
83cdf0e10cSrcweirString RID_STR_ERRORCHOOSEMACRO
84cdf0e10cSrcweir{
85cdf0e10cSrcweir    Text [ en-US ] = "Macros from other documents are not accessible." ;
86cdf0e10cSrcweir};
87cdf0e10cSrcweirString RID_STR_LIBISREADONLY
88cdf0e10cSrcweir{
89cdf0e10cSrcweir    Text [ en-US ] = "This library is read-only." ;
90cdf0e10cSrcweir};
91cdf0e10cSrcweirString RID_STR_REPLACELIB
92cdf0e10cSrcweir{
93cdf0e10cSrcweir    Text [ en-US ] = "'XX' cannot be replaced." ;
94cdf0e10cSrcweir};
95cdf0e10cSrcweirString RID_STR_IMPORTNOTPOSSIBLE
96cdf0e10cSrcweir{
97cdf0e10cSrcweir    Text [ en-US ] = "'XX' cannot be added." ;
98cdf0e10cSrcweir};
99cdf0e10cSrcweirString RID_STR_NOIMPORT
100cdf0e10cSrcweir{
101cdf0e10cSrcweir    Text [ en-US ] = "'XX' was not added." ;
102cdf0e10cSrcweir};
103cdf0e10cSrcweirString RID_STR_ENTERPASSWORD
104cdf0e10cSrcweir{
105cdf0e10cSrcweir    Text [ en-US ] = "Enter password for 'XX'" ;
106cdf0e10cSrcweir};
107cdf0e10cSrcweirString RID_STR_SBXNAMEALLREADYUSED
108cdf0e10cSrcweir{
109cdf0e10cSrcweir    Text [ en-US ] = "Name already exists" ;
110cdf0e10cSrcweir};
111cdf0e10cSrcweirString RID_STR_SIGNED
112cdf0e10cSrcweir{
113cdf0e10cSrcweir    Text [ en-US ] = "(Signed)" ;
114cdf0e10cSrcweir};
115cdf0e10cSrcweirString RID_STR_SBXNAMEALLREADYUSED2
116cdf0e10cSrcweir{
117cdf0e10cSrcweir    Text [ en-US ] = "Object with same name already exists" ;
118cdf0e10cSrcweir};
119cdf0e10cSrcweirString RID_STR_FILEEXISTS
120cdf0e10cSrcweir{
121cdf0e10cSrcweir    Text [ en-US ] = "The 'XX' file already exists" ;
122cdf0e10cSrcweir};
123cdf0e10cSrcweirString RID_STR_CANNOTRUNMACRO
124cdf0e10cSrcweir{
125cdf0e10cSrcweir    Text [ en-US ] = "For security reasons, you cannot run this macro.\n\nFor more information, check the security settings." ;
126cdf0e10cSrcweir};
127cdf0e10cSrcweirString RID_STR_COMPILEERROR
128cdf0e10cSrcweir{
129cdf0e10cSrcweir    Text [ en-US ] = "Compile Error: " ;
130cdf0e10cSrcweir};
131cdf0e10cSrcweirString RID_STR_RUNTIMEERROR
132cdf0e10cSrcweir{
133cdf0e10cSrcweir    Text [ en-US ] = "Runtime Error: #" ;
134cdf0e10cSrcweir};
135cdf0e10cSrcweirString RID_STR_SEARCHNOTFOUND
136cdf0e10cSrcweir{
137cdf0e10cSrcweir    Text [ en-US ] = "Search key not found" ;
138cdf0e10cSrcweir};
139cdf0e10cSrcweirString RID_STR_SEARCHFROMSTART
140cdf0e10cSrcweir{
141cdf0e10cSrcweir    Text [ en-US ] = "Search to last module complete. Continue at first module?" ;
142cdf0e10cSrcweir};
143cdf0e10cSrcweirString RID_STR_SEARCHREPLACES
144cdf0e10cSrcweir{
145cdf0e10cSrcweir    Text [ en-US ] = "Search key replaced XX times" ;
146cdf0e10cSrcweir};
147cdf0e10cSrcweirString RID_STR_COULDNTREAD
148cdf0e10cSrcweir{
149cdf0e10cSrcweir    Text [ en-US ] = "The file could not be read" ;
150cdf0e10cSrcweir};
151cdf0e10cSrcweirString RID_STR_COULDNTWRITE
152cdf0e10cSrcweir{
153cdf0e10cSrcweir    Text [ en-US ] = "The file could not be saved" ;
154cdf0e10cSrcweir};
155cdf0e10cSrcweirString RID_STR_CANNOTCHANGENAMESTDLIB
156cdf0e10cSrcweir{
157cdf0e10cSrcweir    Text [ en-US ] = "The name of the default library cannot be changed." ;
158cdf0e10cSrcweir};
159cdf0e10cSrcweirString RID_STR_CANNOTCHANGENAMEREFLIB
160cdf0e10cSrcweir{
161cdf0e10cSrcweir    Text [ en-US ] = "The name of a referenced library cannot be changed." ;
162cdf0e10cSrcweir};
163cdf0e10cSrcweirString RID_STR_CANNOTUNLOADSTDLIB
164cdf0e10cSrcweir{
165cdf0e10cSrcweir    Text [ en-US ] = "The default library cannot be deactivated" ;
166cdf0e10cSrcweir};
167cdf0e10cSrcweirString RID_STR_GENERATESOURCE
168cdf0e10cSrcweir{
169cdf0e10cSrcweir    Text [ en-US ] = "Generating source" ;
170cdf0e10cSrcweir};
171cdf0e10cSrcweirString RID_STR_FILENAME
172cdf0e10cSrcweir{
173cdf0e10cSrcweir    Text [ en-US ] = "File name:" ;
174cdf0e10cSrcweir};
175cdf0e10cSrcweirString RID_STR_APPENDLIBS
176cdf0e10cSrcweir{
177cdf0e10cSrcweir    Text [ en-US ] = "Import Libraries" ;
178cdf0e10cSrcweir};
179cdf0e10cSrcweirString RID_STR_QUERYDELMACRO
180cdf0e10cSrcweir{
181cdf0e10cSrcweir    Text [ en-US ] = "Do you want to delete the macro XX?" ;
182cdf0e10cSrcweir};
183cdf0e10cSrcweirString RID_STR_QUERYDELDIALOG
184cdf0e10cSrcweir{
185cdf0e10cSrcweir    Text [ en-US ] = "Do you want to delete the XX dialog?" ;
186cdf0e10cSrcweir};
187cdf0e10cSrcweirString RID_STR_QUERYDELLIB
188cdf0e10cSrcweir{
189cdf0e10cSrcweir    Text [ en-US ] = "Do you want to delete the XX library?" ;
190cdf0e10cSrcweir};
191cdf0e10cSrcweirString RID_STR_QUERYDELLIBREF
192cdf0e10cSrcweir{
193cdf0e10cSrcweir    Text [ en-US ] = "Do you want to delete the reference to the XX library?" ;
194cdf0e10cSrcweir};
195cdf0e10cSrcweirString RID_STR_QUERYDELMODULE
196cdf0e10cSrcweir{
197cdf0e10cSrcweir    Text [ en-US ] = "Do you want to delete the XX module?" ;
198cdf0e10cSrcweir};
199cdf0e10cSrcweirString RID_STR_OBJNOTFOUND
200cdf0e10cSrcweir{
201cdf0e10cSrcweir    Text [ en-US ] = "Object or method not found" ;
202cdf0e10cSrcweir};
203cdf0e10cSrcweirString RID_STR_BASIC
204cdf0e10cSrcweir{
205cdf0e10cSrcweir    Text [ en-US ] = "BASIC" ;
206cdf0e10cSrcweir};
207cdf0e10cSrcweirString RID_STR_LINE
208cdf0e10cSrcweir{
209*74043487Smseidel    // Abbreviation for 'Line'
210cdf0e10cSrcweir    Text [ en-US ] = "Ln" ;
211cdf0e10cSrcweir};
212cdf0e10cSrcweirString RID_STR_COLUMN
213cdf0e10cSrcweir{
214*74043487Smseidel    // Abbreviation for 'Column'
215cdf0e10cSrcweir    Text [ en-US ] = "Col" ;
216cdf0e10cSrcweir};
217cdf0e10cSrcweirString RID_STR_DOC
218cdf0e10cSrcweir{
219cdf0e10cSrcweir    Text [ en-US ] = "Document" ;
220cdf0e10cSrcweir};
221cdf0e10cSrcweirString RID_BASICIDE_OBJECTBAR
222cdf0e10cSrcweir{
223cdf0e10cSrcweir    Text [ en-US ] = "Macro Bar" ;
224cdf0e10cSrcweir};
225cdf0e10cSrcweirString RID_STR_CANNOTCLOSE
226cdf0e10cSrcweir{
227cdf0e10cSrcweir    Text [ en-US ] = "The window cannot be closed while BASIC is running." ;
228cdf0e10cSrcweir};
229cdf0e10cSrcweirString RID_STR_REPLACESTDLIB
230cdf0e10cSrcweir{
231cdf0e10cSrcweir    Text [ en-US ] = "The default library cannot be replaced." ;
232cdf0e10cSrcweir};
233cdf0e10cSrcweirString RID_STR_REFNOTPOSSIBLE
234cdf0e10cSrcweir{
235cdf0e10cSrcweir    Text [ en-US ] = "Reference to 'XX' not possible." ;
236cdf0e10cSrcweir};
237cdf0e10cSrcweirString RID_STR_WATCHNAME
238cdf0e10cSrcweir{
239cdf0e10cSrcweir    Text [ en-US ] = "Watch" ;
240cdf0e10cSrcweir};
241cdf0e10cSrcweirString RID_STR_WATCHVARIABLE
242cdf0e10cSrcweir{
243cdf0e10cSrcweir    Text [ en-US ] = "Variable" ;
244cdf0e10cSrcweir};
245cdf0e10cSrcweirString RID_STR_WATCHVALUE
246cdf0e10cSrcweir{
247cdf0e10cSrcweir    Text [ en-US ] = "Value" ;
248cdf0e10cSrcweir};
249cdf0e10cSrcweirString RID_STR_WATCHTYPE
250cdf0e10cSrcweir{
251cdf0e10cSrcweir    Text [ en-US ] = "Type" ;
252cdf0e10cSrcweir};
253cdf0e10cSrcweirString RID_STR_STACKNAME
254cdf0e10cSrcweir{
255cdf0e10cSrcweir    Text [ en-US ] = "Call Stack" ;
256cdf0e10cSrcweir};
257cdf0e10cSrcweirString RID_STR_INITIDE
258cdf0e10cSrcweir{
259cdf0e10cSrcweir    Text [ en-US ] = "BASIC Initialization" ;
260cdf0e10cSrcweir};
261cdf0e10cSrcweirString RID_STR_STDMODULENAME
262cdf0e10cSrcweir{
263cdf0e10cSrcweir    Text [ en-US ] = "Module" ;
264cdf0e10cSrcweir};
265cdf0e10cSrcweirString RID_STR_STDDIALOGNAME
266cdf0e10cSrcweir{
267cdf0e10cSrcweir    Text [ en-US ] = "Dialog" ;
268cdf0e10cSrcweir};
269cdf0e10cSrcweirString RID_STR_STDLIBNAME
270cdf0e10cSrcweir{
271cdf0e10cSrcweir    Text [ en-US ] = "Library" ;
272cdf0e10cSrcweir};
273cdf0e10cSrcweirString RID_STR_NEWLIB
274cdf0e10cSrcweir{
275cdf0e10cSrcweir    Text [ en-US ] = "New Library" ;
276cdf0e10cSrcweir};
277cdf0e10cSrcweirString RID_STR_NEWMOD
278cdf0e10cSrcweir{
279cdf0e10cSrcweir    Text [ en-US ] = "New Module" ;
280cdf0e10cSrcweir};
281cdf0e10cSrcweirString RID_STR_NEWDLG
282cdf0e10cSrcweir{
283cdf0e10cSrcweir    Text [ en-US ] = "New Dialog" ;
284cdf0e10cSrcweir};
285cdf0e10cSrcweirString RID_STR_ALL
286cdf0e10cSrcweir{
287cdf0e10cSrcweir    Text [ en-US ] = "All" ;
288cdf0e10cSrcweir};
289cdf0e10cSrcweirString RID_STR_PAGE
290cdf0e10cSrcweir{
291cdf0e10cSrcweir    Text [ en-US ] = "Page" ;
292cdf0e10cSrcweir};
293cdf0e10cSrcweirString RID_STR_MACRONAMEREQ
294cdf0e10cSrcweir{
295cdf0e10cSrcweir    Text [ en-US ] = "A name must be entered." ;
296cdf0e10cSrcweir};
297cdf0e10cSrcweirString RID_STR_WILLSTOPPRG
298cdf0e10cSrcweir{
299cdf0e10cSrcweir    Text [ en-US ] = "You will have to restart the program after this edit.\nContinue?" ;
300cdf0e10cSrcweir};
301cdf0e10cSrcweirString RID_STR_SEARCHALLMODULES
302cdf0e10cSrcweir{
303cdf0e10cSrcweir    Text [ en-US ] = "Do you want to replace the text in all active modules?" ;
304cdf0e10cSrcweir};
305cdf0e10cSrcweirEdit RID_EDT_WATCHEDIT
306cdf0e10cSrcweir{
307cdf0e10cSrcweir    HelpId = HID_BASICIDE_WATCHWINDOW_EDIT ;
308cdf0e10cSrcweir    Border = TRUE ;
309cdf0e10cSrcweir    SvLook = TRUE ;
310cdf0e10cSrcweir    Size = MAP_APPFONT ( 80, 12 ) ;
311cdf0e10cSrcweir};
312cdf0e10cSrcweirImageButton RID_IMGBTN_REMOVEWATCH
313cdf0e10cSrcweir{
314cdf0e10cSrcweir    HelpId = HID_BASICIDE_REMOVEWATCH ;
315cdf0e10cSrcweir    SmallStyle = TRUE ;
316cdf0e10cSrcweir    ButtonImage = Image
317cdf0e10cSrcweir    {
318787035a6Smseidel        ImageBitmap = Bitmap {File = "baswatr.png" ;} ;
319cdf0e10cSrcweir    };
320cdf0e10cSrcweir    QuickHelpText [ en-US ] = "Remove Watch" ;
321cdf0e10cSrcweir};
322cdf0e10cSrcweirImage RID_IMG_REMOVEWATCH_HC
323cdf0e10cSrcweir{
324787035a6Smseidel    ImageBitmap = Bitmap {File = "baswatr_h.png" ;} ;
325cdf0e10cSrcweir};
326cdf0e10cSrcweirImageButton RID_IMGBTN_GOTOCALL
327cdf0e10cSrcweir{
328cdf0e10cSrcweir    HelpId = HID_BASICIDE_GOTOALL ;
329cdf0e10cSrcweir    SmallStyle = TRUE ;
330*74043487Smseidel    ButtonImage = Image
331*74043487Smseidel    {
332*74043487Smseidel        ImageBitmap = Bitmap {File = "basgocl.png" ;} ;
333*74043487Smseidel    };
334cdf0e10cSrcweir};
335cdf0e10cSrcweirString RID_STR_REMOVEWATCH
336cdf0e10cSrcweir{
337cdf0e10cSrcweir    Text [ en-US ] = "Watch:" ;
338cdf0e10cSrcweir};
339cdf0e10cSrcweirString RID_STR_STACK
340cdf0e10cSrcweir{
341cdf0e10cSrcweir    Text [ en-US ] = "Calls: " ;
342cdf0e10cSrcweir};
343cdf0e10cSrcweirString RID_STR_USERMACROS
344cdf0e10cSrcweir{
345cdf0e10cSrcweir    Text [ en-US ] = "My Macros" ;
346cdf0e10cSrcweir};
347cdf0e10cSrcweirString RID_STR_USERDIALOGS
348cdf0e10cSrcweir{
349cdf0e10cSrcweir    Text [ en-US ] = "My Dialogs" ;
350cdf0e10cSrcweir};
351cdf0e10cSrcweirString RID_STR_USERMACROSDIALOGS
352cdf0e10cSrcweir{
353cdf0e10cSrcweir    Text [ en-US ] = "My Macros & Dialogs" ;
354cdf0e10cSrcweir};
355cdf0e10cSrcweirString RID_STR_SHAREMACROS
356cdf0e10cSrcweir{
357cdf0e10cSrcweir    Text [ en-US ] = "%PRODUCTNAME Macros" ;
358cdf0e10cSrcweir};
359cdf0e10cSrcweirString RID_STR_SHAREDIALOGS
360cdf0e10cSrcweir{
361cdf0e10cSrcweir    Text [ en-US ] = "%PRODUCTNAME Dialogs" ;
362cdf0e10cSrcweir};
363cdf0e10cSrcweirString RID_STR_SHAREMACROSDIALOGS
364cdf0e10cSrcweir{
365cdf0e10cSrcweir    Text [ en-US ] = "%PRODUCTNAME Macros & Dialogs" ;
366cdf0e10cSrcweir};
367cdf0e10cSrcweirMenu RID_POPUP_BRKPROPS
368cdf0e10cSrcweir{
369cdf0e10cSrcweir    Text [ en-US ] = "Properties" ;
370cdf0e10cSrcweir    DefaultItemId = RID_BRKPROPS ;
371cdf0e10cSrcweir    ItemList =
372cdf0e10cSrcweir    {
373cdf0e10cSrcweir        MenuItem
374cdf0e10cSrcweir        {
375cdf0e10cSrcweir            Identifier = RID_ACTIV ;
376cdf0e10cSrcweir            HelpId = HID_BASICIDE_ACTIV ;
377cdf0e10cSrcweir            Text [ en-US ] = "Active" ;
378cdf0e10cSrcweir        };
379cdf0e10cSrcweir        MenuItem
380cdf0e10cSrcweir        {
381cdf0e10cSrcweir            Separator = TRUE ;
382cdf0e10cSrcweir        };
383cdf0e10cSrcweir        MenuItem
384cdf0e10cSrcweir        {
385cdf0e10cSrcweir            Identifier = RID_BRKPROPS ;
386cdf0e10cSrcweir            HelpId = HID_BASICIDE_BRKPROPS ;
387cdf0e10cSrcweir            Text [ en-US ] = "Properties..." ;
388cdf0e10cSrcweir        };
389cdf0e10cSrcweir    };
390cdf0e10cSrcweir};
391cdf0e10cSrcweirMenu RID_POPUP_BRKDLG
392cdf0e10cSrcweir{
393cdf0e10cSrcweir    Text [ en-US ] = "Manage Breakpoints" ;
394cdf0e10cSrcweir    ItemList =
395cdf0e10cSrcweir    {
396cdf0e10cSrcweir        MenuItem
397cdf0e10cSrcweir        {
398cdf0e10cSrcweir            Identifier = RID_BRKDLG ;
399cdf0e10cSrcweir            HelpId = HID_BASICIDE_BRKDLG ;
400cdf0e10cSrcweir            Text [ en-US ] = "Manage Breakpoints..." ;
401cdf0e10cSrcweir        };
402cdf0e10cSrcweir    };
403cdf0e10cSrcweir};
404cdf0e10cSrcweirMenu RID_POPUP_TABBAR
405cdf0e10cSrcweir{
406cdf0e10cSrcweir    DefaultItemId = SID_BASICIDE_HIDECURPAGE ;
407cdf0e10cSrcweir    ItemList =
408cdf0e10cSrcweir    {
409cdf0e10cSrcweir        MenuItem
410cdf0e10cSrcweir        {
411cdf0e10cSrcweir            Identifier = RID_INSERT ;
412cdf0e10cSrcweir            Text [ en-US ] = "Insert" ;
413cdf0e10cSrcweir            Submenu = Menu
414cdf0e10cSrcweir            {
415cdf0e10cSrcweir                ItemList =
416cdf0e10cSrcweir                {
417cdf0e10cSrcweir                    MenuItem
418cdf0e10cSrcweir                    {
419cdf0e10cSrcweir                        Identifier = SID_BASICIDE_NEWMODULE ;
420cdf0e10cSrcweir                        HelpId = CMD_SID_BASICIDE_NEWMODULE ;
421cdf0e10cSrcweir                        Text [ en-US ] = "BASIC Module" ;
422cdf0e10cSrcweir                    };
423cdf0e10cSrcweir                    MenuItem
424cdf0e10cSrcweir                    {
425cdf0e10cSrcweir                        Identifier = SID_BASICIDE_NEWDIALOG ;
426cdf0e10cSrcweir                        HelpId = CMD_SID_BASICIDE_NEWDIALOG ;
427cdf0e10cSrcweir                        Text [ en-US ] = "BASIC Dialog" ;
428cdf0e10cSrcweir                    };
429cdf0e10cSrcweir                };
430cdf0e10cSrcweir            };
431cdf0e10cSrcweir        };
432cdf0e10cSrcweir        MenuItem
433cdf0e10cSrcweir        {
434cdf0e10cSrcweir            Identifier = SID_BASICIDE_DELETECURRENT ;
435cdf0e10cSrcweir            HelpId = CMD_SID_BASICIDE_DELETECURRENT ;
436cdf0e10cSrcweir            Text [ en-US ] = "Delete" ;
437cdf0e10cSrcweir        };
438cdf0e10cSrcweir        MenuItem
439cdf0e10cSrcweir        {
440cdf0e10cSrcweir            Identifier = SID_BASICIDE_RENAMECURRENT ;
441cdf0e10cSrcweir            HelpId = CMD_SID_BASICIDE_RENAMECURRENT ;
442cdf0e10cSrcweir            Text [ en-US ] = "Rename" ;
443cdf0e10cSrcweir        };
444cdf0e10cSrcweir        MenuItem
445cdf0e10cSrcweir        {
446cdf0e10cSrcweir            Identifier = SID_BASICIDE_HIDECURPAGE ;
447cdf0e10cSrcweir            HelpId = CMD_SID_BASICIDE_HIDECURPAGE ;
448cdf0e10cSrcweir            Text [ en-US ] = "Hide" ;
449cdf0e10cSrcweir        };
450cdf0e10cSrcweir        MenuItem
451cdf0e10cSrcweir        {
452cdf0e10cSrcweir            Separator = TRUE ;
453cdf0e10cSrcweir        };
454cdf0e10cSrcweir        MenuItem
455cdf0e10cSrcweir        {
456cdf0e10cSrcweir            Identifier = SID_BASICIDE_MODULEDLG ;
457cdf0e10cSrcweir            HelpId = CMD_SID_BASICIDE_MODULEDLG ;
458cdf0e10cSrcweir            Text [ en-US ] = "Modules..." ;
459cdf0e10cSrcweir        };
460cdf0e10cSrcweir    };
461cdf0e10cSrcweir};
462cdf0e10cSrcweirMenu RID_POPUP_DLGED
463cdf0e10cSrcweir{
464cdf0e10cSrcweir    DefaultItemId = SID_SHOW_PROPERTYBROWSER ;
465cdf0e10cSrcweir    ItemList =
466cdf0e10cSrcweir    {
467cdf0e10cSrcweir        MenuItem
468cdf0e10cSrcweir        {
469cdf0e10cSrcweir            Identifier = SID_SHOW_PROPERTYBROWSER ;
470cdf0e10cSrcweir            HelpId = CMD_SID_SHOW_PROPERTYBROWSER ;
471cdf0e10cSrcweir            Text [ en-US ] = "Properties..." ;
472cdf0e10cSrcweir        };
473cdf0e10cSrcweir    };
474cdf0e10cSrcweir};
475cdf0e10cSrcweirImageList RID_IMGLST_LAYOUT
476cdf0e10cSrcweir{
477cdf0e10cSrcweir    Prefix = "im" ;
478cdf0e10cSrcweir    MASKCOLOR
479cdf0e10cSrcweir    IdList =
480cdf0e10cSrcweir    {
481cdf0e10cSrcweir        IMGID_BRKENABLED ;
482cdf0e10cSrcweir        IMGID_BRKDISABLED ;
483cdf0e10cSrcweir        IMGID_STEPMARKER ;
484cdf0e10cSrcweir        IMGID_ERRORMARKER ;
485cdf0e10cSrcweir    };
486cdf0e10cSrcweir};
487cdf0e10cSrcweirImageList RID_IMGLST_LAYOUT_HC
488cdf0e10cSrcweir{
489cdf0e10cSrcweir    Prefix = "imh" ;
490cdf0e10cSrcweir    MASKCOLOR
491cdf0e10cSrcweir    IdList =
492cdf0e10cSrcweir    {
493cdf0e10cSrcweir        IMGID_BRKENABLED ;
494cdf0e10cSrcweir        IMGID_BRKDISABLED ;
495cdf0e10cSrcweir        IMGID_STEPMARKER ;
496cdf0e10cSrcweir        IMGID_ERRORMARKER ;
497cdf0e10cSrcweir    };
498cdf0e10cSrcweir};
499cdf0e10cSrcweirImage RID_IMG_LOCKED
500cdf0e10cSrcweir{
501787035a6Smseidel    ImageBitmap = Bitmap {File = "locked.png"  ;} ;
502cdf0e10cSrcweir};
503cdf0e10cSrcweirImage RID_IMG_LOCKED_HC
504cdf0e10cSrcweir{
505787035a6Smseidel    ImageBitmap = Bitmap {File = "locked_h.png"  ;} ;
506cdf0e10cSrcweir};
507cdf0e10cSrcweirImage RID_IMG_INSTALLATION
508cdf0e10cSrcweir{
509cdf0e10cSrcweir    ImageBitmap = Bitmap {File = "harddisk_16.png" ;} ;
510cdf0e10cSrcweir};
511cdf0e10cSrcweirImage RID_IMG_INSTALLATION_HC
512cdf0e10cSrcweir{
513cdf0e10cSrcweir    ImageBitmap = Bitmap {File = "harddisk_16_h.png" ;} ;
514cdf0e10cSrcweir};
515cdf0e10cSrcweirImage RID_IMG_DOCUMENT
516cdf0e10cSrcweir{
517cdf0e10cSrcweir    ImageBitmap = Bitmap {File = "im30826.png" ;} ;
518cdf0e10cSrcweir};
519cdf0e10cSrcweirImage RID_IMG_DOCUMENT_HC
520cdf0e10cSrcweir{
521cdf0e10cSrcweir    ImageBitmap = Bitmap {File = "imh30826.png" ;} ;
522cdf0e10cSrcweir};
523cdf0e10cSrcweirImage RID_IMG_MODLIB
524cdf0e10cSrcweir{
525cdf0e10cSrcweir    ImageBitmap = Bitmap {File = "im30820.png" ;} ;
526cdf0e10cSrcweir};
527cdf0e10cSrcweirImage RID_IMG_MODLIB_HC
528cdf0e10cSrcweir{
529cdf0e10cSrcweir    ImageBitmap = Bitmap {File = "imh30820.png" ;} ;
530cdf0e10cSrcweir};
531cdf0e10cSrcweirImage RID_IMG_MODLIBNOTLOADED
532cdf0e10cSrcweir{
533cdf0e10cSrcweir    ImageBitmap = Bitmap {File = "im30827.png" ;} ;
534cdf0e10cSrcweir};
535cdf0e10cSrcweirImage RID_IMG_MODLIBNOTLOADED_HC
536cdf0e10cSrcweir{
537cdf0e10cSrcweir    ImageBitmap = Bitmap {File = "imh30827.png" ;} ;
538cdf0e10cSrcweir};
539cdf0e10cSrcweirImage RID_IMG_MODULE
540cdf0e10cSrcweir{
541cdf0e10cSrcweir    ImageBitmap = Bitmap {File = "im30821.png" ;} ;
542cdf0e10cSrcweir};
543cdf0e10cSrcweirImage RID_IMG_MODULE_HC
544cdf0e10cSrcweir{
545cdf0e10cSrcweir    ImageBitmap = Bitmap {File = "imh30821.png" ;} ;
546cdf0e10cSrcweir};
547cdf0e10cSrcweirImage RID_IMG_MACRO
548cdf0e10cSrcweir{
549cdf0e10cSrcweir    ImageBitmap = Bitmap {File = "im30822.png" ;} ;
550cdf0e10cSrcweir};
551cdf0e10cSrcweirImage RID_IMG_MACRO_HC
552cdf0e10cSrcweir{
553cdf0e10cSrcweir    ImageBitmap = Bitmap {File = "imh30822.png" ;} ;
554cdf0e10cSrcweir};
555cdf0e10cSrcweirImage RID_IMG_DLGLIB
556cdf0e10cSrcweir{
557cdf0e10cSrcweir    ImageBitmap = Bitmap {File = "dialogfolder_16.png" ;} ;
558cdf0e10cSrcweir};
559cdf0e10cSrcweirImage RID_IMG_DLGLIB_HC
560cdf0e10cSrcweir{
561cdf0e10cSrcweir    ImageBitmap = Bitmap {File = "dialogfolder_16_h.png" ;} ;
562cdf0e10cSrcweir};
563cdf0e10cSrcweirImage RID_IMG_DLGLIBNOTLOADED
564cdf0e10cSrcweir{
565cdf0e10cSrcweir    ImageBitmap = Bitmap {File = "dialogfoldernot_16.png" ;} ;
566cdf0e10cSrcweir};
567cdf0e10cSrcweirImage RID_IMG_DLGLIBNOTLOADED_HC
568cdf0e10cSrcweir{
569cdf0e10cSrcweir    ImageBitmap = Bitmap {File = "dialogfoldernot_16_h.png" ;} ;
570cdf0e10cSrcweir};
571cdf0e10cSrcweirImage RID_IMG_DIALOG
572cdf0e10cSrcweir{
573cdf0e10cSrcweir    ImageBitmap = Bitmap {File = "im30823.png" ;} ;
574cdf0e10cSrcweir};
575cdf0e10cSrcweirImage RID_IMG_DIALOG_HC
576cdf0e10cSrcweir{
577cdf0e10cSrcweir    ImageBitmap = Bitmap {File = "imh30823.png" ;} ;
578cdf0e10cSrcweir};
579cdf0e10cSrcweirString RID_STR_QUERYREPLACEMACRO
580cdf0e10cSrcweir{
581cdf0e10cSrcweir    Text [ en-US ] = "Do you want to overwrite the XX macro?" ;
582cdf0e10cSrcweir};
583cdf0e10cSrcweirString RID_STR_TRANSLATION_NOTLOCALIZED
584cdf0e10cSrcweir{
585cdf0e10cSrcweir    Text [ en-US ] = "<Not localized>" ;
586cdf0e10cSrcweir};
587cdf0e10cSrcweirString RID_STR_TRANSLATION_DEFAULT
588cdf0e10cSrcweir{
589cdf0e10cSrcweir    Text [ en-US ] = "[Default Language]" ;
590cdf0e10cSrcweir};
591cdf0e10cSrcweirString RID_STR_DOCUMENT_OBJECTS
592cdf0e10cSrcweir{
593cdf0e10cSrcweir    Text [ en-US ] = "Document Objects" ;
594cdf0e10cSrcweir};
595cdf0e10cSrcweirString RID_STR_USERFORMS
596cdf0e10cSrcweir{
597cdf0e10cSrcweir    Text [ en-US ] = "Forms" ;
598cdf0e10cSrcweir};
599cdf0e10cSrcweirString RID_STR_NORMAL_MODULES
600cdf0e10cSrcweir{
601cdf0e10cSrcweir    Text [ en-US ] = "Modules" ;
602cdf0e10cSrcweir};
603cdf0e10cSrcweirString RID_STR_CLASS_MODULES
604cdf0e10cSrcweir{
605cdf0e10cSrcweir    Text [ en-US ] = "Class Modules" ;
606cdf0e10cSrcweir};
607cdf0e10cSrcweir
608cdf0e10cSrcweir
609cdf0e10cSrcweirString RID_STR_DLGIMP_CLASH_RENAME
610cdf0e10cSrcweir{
611cdf0e10cSrcweir    Text [ en-US ] = "Rename" ;
612cdf0e10cSrcweir};
613cdf0e10cSrcweir
614cdf0e10cSrcweirString RID_STR_DLGIMP_CLASH_REPLACE
615cdf0e10cSrcweir{
616cdf0e10cSrcweir    Text [ en-US ] = "Replace" ;
617cdf0e10cSrcweir};
618cdf0e10cSrcweir
619cdf0e10cSrcweirString RID_STR_DLGIMP_CLASH_TITLE
620cdf0e10cSrcweir{
621cdf0e10cSrcweir    Text [ en-US ] = "Dialog Import - Name already used" ;
622cdf0e10cSrcweir};
623cdf0e10cSrcweir
624cdf0e10cSrcweirString RID_STR_DLGIMP_CLASH_TEXT
625cdf0e10cSrcweir{
626cdf0e10cSrcweir    Text [ en-US ] = "The library already contains a dialog with the name:\n\n$(ARG1)\n\nRename dialog to keep current dialog or replace existing dialog.\n " ;
627cdf0e10cSrcweir};
628cdf0e10cSrcweir
629cdf0e10cSrcweirString RID_STR_DLGIMP_MISMATCH_ADD
630cdf0e10cSrcweir{
631cdf0e10cSrcweir    Text [ en-US ] = "Add" ;
632cdf0e10cSrcweir};
633cdf0e10cSrcweir
634cdf0e10cSrcweirString RID_STR_DLGIMP_MISMATCH_OMIT
635cdf0e10cSrcweir{
636cdf0e10cSrcweir    Text [ en-US ] = "Omit" ;
637cdf0e10cSrcweir};
638cdf0e10cSrcweir
639cdf0e10cSrcweirString RID_STR_DLGIMP_MISMATCH_TITLE
640cdf0e10cSrcweir{
641cdf0e10cSrcweir    Text [ en-US ] = "Dialog Import - Language Mismatch" ;
642cdf0e10cSrcweir};
643cdf0e10cSrcweir
644cdf0e10cSrcweirString RID_STR_DLGIMP_MISMATCH_TEXT
645cdf0e10cSrcweir{
646cdf0e10cSrcweir    Text [ en-US ] = "The dialog to be imported supports other languages than the target library.\n\nAdd these languages to the library to keep additional language resources provided by the dialog or omit them to stay with the current library languages.\n\nNote: For languages not supported by the dialog the resources of the dialog's default language will be used.\n " ;
647cdf0e10cSrcweir};
648cdf0e10cSrcweir
649cdf0e10cSrcweir
650cdf0e10cSrcweir#define MN_EDIT         20
651cdf0e10cSrcweir#define MN_VIEW         21
652cdf0e10cSrcweir#define MN_EXTRA        22
653cdf0e10cSrcweir#define MN_WIN          30
654cdf0e10cSrcweir#define MN_HELP         31
655cdf0e10cSrcweir#define MN_TEMPLATES    11
656cdf0e10cSrcweir
657cdf0e10cSrcweir#define MN_PLEDIT       20
658cdf0e10cSrcweir#define MN_PLVIEW       21
659cdf0e10cSrcweir#define MN_PLEXTRA      22
660cdf0e10cSrcweir#define MN_PLWIN        30
661cdf0e10cSrcweir#define MN_PLHELP       31
662cdf0e10cSrcweir#define MN_PLTEMPLATES  11
663cdf0e10cSrcweir
664cdf0e10cSrcweir
665cdf0e10cSrcweir/*
666cdf0e10cSrcweirThe application menu bar resource has become obsolete. You can now find the menu bar definition at:
667cdf0e10cSrcweir<project>/basicide/menubar/menubar.xml.
668cdf0e10cSrcweir*/
669cdf0e10cSrcweir
670*74043487Smseidel// ********************************************************************** EOF
671