xref: /aoo42x/main/cui/source/dialogs/svuidlg.src (revision 0c794a3b)
10e2af6afSAndrew Rist/**************************************************************
2*0c794a3bSmseidel *
30e2af6afSAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one
40e2af6afSAndrew Rist * or more contributor license agreements.  See the NOTICE file
50e2af6afSAndrew Rist * distributed with this work for additional information
60e2af6afSAndrew Rist * regarding copyright ownership.  The ASF licenses this file
70e2af6afSAndrew Rist * to you under the Apache License, Version 2.0 (the
80e2af6afSAndrew Rist * "License"); you may not use this file except in compliance
90e2af6afSAndrew Rist * with the License.  You may obtain a copy of the License at
10*0c794a3bSmseidel *
110e2af6afSAndrew Rist *   http://www.apache.org/licenses/LICENSE-2.0
12*0c794a3bSmseidel *
130e2af6afSAndrew Rist * Unless required by applicable law or agreed to in writing,
140e2af6afSAndrew Rist * software distributed under the License is distributed on an
150e2af6afSAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
160e2af6afSAndrew Rist * KIND, either express or implied.  See the License for the
170e2af6afSAndrew Rist * specific language governing permissions and limitations
180e2af6afSAndrew Rist * under the License.
19*0c794a3bSmseidel *
200e2af6afSAndrew Rist *************************************************************/
210e2af6afSAndrew Rist
220e2af6afSAndrew Rist
23cdf0e10cSrcweir
24cdf0e10cSrcweir#include <svtools/controldims.hrc>
25cdf0e10cSrcweir#include "svuidlg.hrc"
26cdf0e10cSrcweir
27cdf0e10cSrcweirModalDialog MD_PASTE_OBJECT
28cdf0e10cSrcweir{
29*0c794a3bSmseidel	HelpID = "cui:ModalDialog:MD_PASTE_OBJECT" ;
30cdf0e10cSrcweir	OutputSize = TRUE ;
31cdf0e10cSrcweir	SVLook = TRUE ;
32cdf0e10cSrcweir	Moveable = TRUE ;
33*0c794a3bSmseidel	Size = MAP_APPFONT ( 282, 135 ) ; // 12 under listbox
34cdf0e10cSrcweir	Text [ en-US ] = "Paste Special" ;
35cdf0e10cSrcweir	FixedText FT_SOURCE
36cdf0e10cSrcweir	{
37*0c794a3bSmseidel		Pos = MAP_APPFONT ( 6, 11 ) ;
38*0c794a3bSmseidel		Size = MAP_APPFONT ( 30, 10 ) ;
39cdf0e10cSrcweir		Text [ en-US ] = "Source:" ;
40cdf0e10cSrcweir	};
41cdf0e10cSrcweir	FixedText FT_OBJECT_SOURCE
42cdf0e10cSrcweir	{
43*0c794a3bSmseidel		Pos = MAP_APPFONT ( 42, 11 ) ;
44*0c794a3bSmseidel		Size = MAP_APPFONT ( 166, 20 ) ;
45cdf0e10cSrcweir		WordBreak = TRUE ;
46cdf0e10cSrcweir	};
47cdf0e10cSrcweir	RadioButton RB_PASTE
48cdf0e10cSrcweir	{
49*0c794a3bSmseidel		HelpID = "cui:RadioButton:MD_PASTE_OBJECT:RB_PASTE" ;
50cdf0e10cSrcweir		Hide = TRUE ;
51*0c794a3bSmseidel		Pos = MAP_APPFONT ( 12, 48 ) ;
52*0c794a3bSmseidel		Size = MAP_APPFONT ( 63, 10 ) ;
53cdf0e10cSrcweir		Text [ en-US ] = "~Insert as" ;
54cdf0e10cSrcweir		Check = TRUE ;
55cdf0e10cSrcweir	};
56cdf0e10cSrcweir	RadioButton RB_PASTE_LINK
57cdf0e10cSrcweir	{
58*0c794a3bSmseidel		HelpID = "cui:RadioButton:MD_PASTE_OBJECT:RB_PASTE_LINK" ;
59cdf0e10cSrcweir		Hide = TRUE ;
60*0c794a3bSmseidel		Pos = MAP_APPFONT ( 78, 48 ) ;
61*0c794a3bSmseidel		Size = MAP_APPFONT ( 63, 10 ) ;
62cdf0e10cSrcweir		Text [ en-US ] = "Link to" ;
63cdf0e10cSrcweir	};
64cdf0e10cSrcweir	ListBox LB_INSERT_LIST
65cdf0e10cSrcweir	{
66*0c794a3bSmseidel		HelpID = "cui:ListBox:MD_PASTE_OBJECT:LB_INSERT_LIST" ;
67cdf0e10cSrcweir		Border = TRUE ;
68*0c794a3bSmseidel		Pos = MAP_APPFONT ( 12, 49 ) ;
69*0c794a3bSmseidel		Size = MAP_APPFONT ( 202, 74 ) ;
70cdf0e10cSrcweir	};
71cdf0e10cSrcweir	CheckBox CB_DISPLAY_AS_ICON
72cdf0e10cSrcweir	{
73*0c794a3bSmseidel		HelpID = "cui:CheckBox:MD_PASTE_OBJECT:CB_DISPLAY_AS_ICON" ;
74cdf0e10cSrcweir		Hide = TRUE ;
75cdf0e10cSrcweir		Disable = TRUE ;
76*0c794a3bSmseidel		Pos = MAP_APPFONT ( 150, 62 ) ;
77*0c794a3bSmseidel		Size = MAP_APPFONT ( 64, 10 ) ;
78cdf0e10cSrcweir		Text [ en-US ] = "~As icon" ;
79cdf0e10cSrcweir	};
80cdf0e10cSrcweir	/*
81cdf0e10cSrcweir	FixedIcon FI_DISPLAY
82cdf0e10cSrcweir	{
83cdf0e10cSrcweir		Border = TRUE ;
84cdf0e10cSrcweir		Hide = TRUE ;
85*0c794a3bSmseidel		Pos = MAP_APPFONT ( 167, 75 ) ;
86*0c794a3bSmseidel		Size = MAP_APPFONT ( 30, 30 ) ;
87cdf0e10cSrcweir	};
88cdf0e10cSrcweir*/
89cdf0e10cSrcweir	PushButton PB_CHANGE_ICON
90cdf0e10cSrcweir	{
91*0c794a3bSmseidel		HelpID = "cui:PushButton:MD_PASTE_OBJECT:PB_CHANGE_ICON" ;
92cdf0e10cSrcweir		Hide = TRUE ;
93*0c794a3bSmseidel		Pos = MAP_APPFONT ( 150, 111 ) ;
94*0c794a3bSmseidel		Size = MAP_APPFONT ( 64, 14 ) ;
95cdf0e10cSrcweir		Text [ en-US ] = "~Other Icon..." ;
96cdf0e10cSrcweir	};
97cdf0e10cSrcweir	FixedLine FL_CHOICE
98cdf0e10cSrcweir	{
99*0c794a3bSmseidel		Pos = MAP_APPFONT ( 6, 38 ) ;
100*0c794a3bSmseidel		Size = MAP_APPFONT ( 214, RSC_CD_FIXEDLINE_HEIGHT ) ;
101cdf0e10cSrcweir		Text [ en-US ] = "Selection" ;
102cdf0e10cSrcweir	};
103cdf0e10cSrcweir	OKButton 1
104cdf0e10cSrcweir	{
105*0c794a3bSmseidel		Pos = MAP_APPFONT ( 226, 6 ) ;
106*0c794a3bSmseidel		Size = MAP_APPFONT ( 50, 14 ) ;
107cdf0e10cSrcweir		DefButton = TRUE ;
108cdf0e10cSrcweir	};
109cdf0e10cSrcweir	CancelButton 1
110cdf0e10cSrcweir	{
111*0c794a3bSmseidel		Pos = MAP_APPFONT ( 226, 23 ) ;
112*0c794a3bSmseidel		Size = MAP_APPFONT ( 50, 14 ) ;
113cdf0e10cSrcweir	};
114cdf0e10cSrcweir	HelpButton 1
115cdf0e10cSrcweir	{
116*0c794a3bSmseidel		Pos = MAP_APPFONT ( 226, 43 ) ;
117*0c794a3bSmseidel		Size = MAP_APPFONT ( 50, 14 ) ;
118cdf0e10cSrcweir	};
119cdf0e10cSrcweir	String S_OBJECT
120cdf0e10cSrcweir	{
121cdf0e10cSrcweir		Text [ en-US ] = "Object" ;
122cdf0e10cSrcweir	};
123cdf0e10cSrcweir};
124cdf0e10cSrcweirModalDialog MD_UPDATE_BASELINKS
125cdf0e10cSrcweir{
126*0c794a3bSmseidel	HelpID = "cui:ModalDialog:MD_UPDATE_BASELINKS" ;
127cdf0e10cSrcweir	OutputSize = TRUE ;
128cdf0e10cSrcweir	SVLook = TRUE ;
129*0c794a3bSmseidel	Size = MAP_APPFONT ( 337, 166 ) ;
130cdf0e10cSrcweir	Text [ en-US ] = "Edit Links" ;
131cdf0e10cSrcweir	Moveable = TRUE ;
132cdf0e10cSrcweir	FixedText FT_FILES
133cdf0e10cSrcweir	{
134*0c794a3bSmseidel		Pos = MAP_APPFONT ( 6, 6 ) ;
135*0c794a3bSmseidel		Size = MAP_APPFONT ( 74, 10 ) ;
136cdf0e10cSrcweir		Text [ en-US ] = "Source file" ;
137cdf0e10cSrcweir	};
138cdf0e10cSrcweir	FixedText FT_LINKS
139cdf0e10cSrcweir	{
140*0c794a3bSmseidel		Pos = MAP_APPFONT ( 83, 6 ) ;
141*0c794a3bSmseidel		Size = MAP_APPFONT ( 63, 10 ) ;
142cdf0e10cSrcweir		Text [ en-US ] = "Element:" ;
143cdf0e10cSrcweir	};
144cdf0e10cSrcweir	FixedText FT_TYPE
145cdf0e10cSrcweir	{
146*0c794a3bSmseidel		Pos = MAP_APPFONT ( 150, 6 ) ;
147*0c794a3bSmseidel		Size = MAP_APPFONT ( 60, 10 ) ;
148cdf0e10cSrcweir		Text [ en-US ] = "Type" ;
149cdf0e10cSrcweir	};
150cdf0e10cSrcweir	FixedText FT_STATUS
151cdf0e10cSrcweir	{
152*0c794a3bSmseidel		Pos = MAP_APPFONT ( 215, 6 ) ;
153*0c794a3bSmseidel		Size = MAP_APPFONT ( 55, 10 ) ;
154cdf0e10cSrcweir		Text [ en-US ] = "Status" ;
155cdf0e10cSrcweir	};
156cdf0e10cSrcweir	CancelButton 1
157cdf0e10cSrcweir	{
158*0c794a3bSmseidel		Pos = MAP_APPFONT ( 270, 6 ) ;
159*0c794a3bSmseidel		Size = MAP_APPFONT ( 60, 14 ) ;
160cdf0e10cSrcweir		Text [ en-US ] = "~Close" ;
161cdf0e10cSrcweir	};
162cdf0e10cSrcweir	HelpButton 1
163cdf0e10cSrcweir	{
164*0c794a3bSmseidel		Pos = MAP_APPFONT ( 270, 26 ) ;
165*0c794a3bSmseidel		Size = MAP_APPFONT ( 60, 14 ) ;
166cdf0e10cSrcweir	};
167cdf0e10cSrcweir	PushButton PB_UPDATE_NOW
168cdf0e10cSrcweir	{
169*0c794a3bSmseidel		HelpID = "cui:PushButton:MD_UPDATE_BASELINKS:PB_UPDATE_NOW" ;
170*0c794a3bSmseidel		Pos = MAP_APPFONT ( 270, 43 ) ;
171*0c794a3bSmseidel		Size = MAP_APPFONT ( 60, 14 ) ;
172cdf0e10cSrcweir		Text [ en-US ] = "~Update" ;
173cdf0e10cSrcweir	};
174cdf0e10cSrcweir	PushButton PB_OPEN_SOURCE
175cdf0e10cSrcweir	{
176*0c794a3bSmseidel		HelpID = "cui:PushButton:MD_UPDATE_BASELINKS:PB_OPEN_SOURCE" ;
177*0c794a3bSmseidel		Pos = MAP_APPFONT ( 270, 60 ) ;
178*0c794a3bSmseidel		Size = MAP_APPFONT ( 60, 14 ) ;
179cdf0e10cSrcweir		Text [ en-US ] = "~Open" ;
180cdf0e10cSrcweir	};
181cdf0e10cSrcweir	PushButton PB_CHANGE_SOURCE
182cdf0e10cSrcweir	{
183*0c794a3bSmseidel		HelpID = "cui:PushButton:MD_UPDATE_BASELINKS:PB_CHANGE_SOURCE" ;
184*0c794a3bSmseidel		Pos = MAP_APPFONT ( 270, 77 ) ;
185*0c794a3bSmseidel		Size = MAP_APPFONT ( 60, 14 ) ;
186cdf0e10cSrcweir		Text [ en-US ] = "~Modify..." ;
187cdf0e10cSrcweir	};
188cdf0e10cSrcweir	PushButton PB_BREAK_LINK
189cdf0e10cSrcweir	{
190*0c794a3bSmseidel		HelpID = "cui:PushButton:MD_UPDATE_BASELINKS:PB_BREAK_LINK" ;
191*0c794a3bSmseidel		Pos = MAP_APPFONT ( 270, 94 ) ;
192*0c794a3bSmseidel		Size = MAP_APPFONT ( 60, 14 ) ;
193cdf0e10cSrcweir		Text [ en-US ] = "~Break Link" ;
194cdf0e10cSrcweir	};
195cdf0e10cSrcweir	FixedText FT_FILES2
196cdf0e10cSrcweir	{
197*0c794a3bSmseidel		Pos = MAP_APPFONT ( 6, 111 ) ;
198*0c794a3bSmseidel		Size = MAP_APPFONT ( 61, 10 ) ;
199cdf0e10cSrcweir		Text [ en-US ] = "Source file" ;
200cdf0e10cSrcweir	};
201cdf0e10cSrcweir	FixedText FT_SOURCE2
202cdf0e10cSrcweir	{
203*0c794a3bSmseidel		Pos = MAP_APPFONT ( 6, 124 ) ;
204*0c794a3bSmseidel		Size = MAP_APPFONT ( 61, 10 ) ;
205cdf0e10cSrcweir		Text [ en-US ] = "Element:" ;
206cdf0e10cSrcweir	};
207cdf0e10cSrcweir	FixedText FT_TYPE2
208cdf0e10cSrcweir	{
209*0c794a3bSmseidel		Pos = MAP_APPFONT ( 6, 137 ) ;
210*0c794a3bSmseidel		Size = MAP_APPFONT ( 61, 10 ) ;
211cdf0e10cSrcweir		Text [ en-US ] = "Type:" ;
212cdf0e10cSrcweir	};
213cdf0e10cSrcweir	FixedText FT_UPDATE
214cdf0e10cSrcweir	{
215*0c794a3bSmseidel		Pos = MAP_APPFONT ( 6, 150 ) ;
216*0c794a3bSmseidel		Size = MAP_APPFONT ( 61, 10 ) ;
217cdf0e10cSrcweir		Text [ en-US ] = "Update:" ;
218cdf0e10cSrcweir	};
219cdf0e10cSrcweir	RadioButton RB_AUTOMATIC
220cdf0e10cSrcweir	{
221*0c794a3bSmseidel		HelpID = "cui:RadioButton:MD_UPDATE_BASELINKS:RB_AUTOMATIC" ;
222*0c794a3bSmseidel		Pos = MAP_APPFONT ( 70, 150 ) ;
223*0c794a3bSmseidel		Size = MAP_APPFONT ( 60, 10 ) ;
224cdf0e10cSrcweir		Text [ en-US ] = "~Automatic" ;
225cdf0e10cSrcweir	};
226cdf0e10cSrcweir	RadioButton RB_MANUAL
227cdf0e10cSrcweir	{
228*0c794a3bSmseidel		HelpID = "cui:RadioButton:MD_UPDATE_BASELINKS:RB_MANUAL" ;
229*0c794a3bSmseidel		Pos = MAP_APPFONT ( 133, 150 ) ;
230*0c794a3bSmseidel		Size = MAP_APPFONT ( 60, 10 ) ;
231cdf0e10cSrcweir		Text [ en-US ] = "Ma~nual" ;
232cdf0e10cSrcweir	};
233cdf0e10cSrcweir	FixedText FT_FULL_FILE_NAME
234cdf0e10cSrcweir	{
235*0c794a3bSmseidel		Pos = MAP_APPFONT ( 70, 111 ) ;
236*0c794a3bSmseidel		Size = MAP_APPFONT ( 225, 10 ) ;
237cdf0e10cSrcweir	};
238cdf0e10cSrcweir	FixedText FT_FULL_SOURCE_NAME
239cdf0e10cSrcweir	{
240*0c794a3bSmseidel		Pos = MAP_APPFONT ( 70, 124 ) ;
241*0c794a3bSmseidel		Size = MAP_APPFONT ( 225, 10 ) ;
242cdf0e10cSrcweir	};
243cdf0e10cSrcweir	FixedText FT_FULL_TYPE_NAME
244cdf0e10cSrcweir	{
245*0c794a3bSmseidel		Pos = MAP_APPFONT ( 70, 137 ) ;
246*0c794a3bSmseidel		Size = MAP_APPFONT ( 225, 10 ) ;
247cdf0e10cSrcweir	};
248cdf0e10cSrcweir	String STR_AUTOLINK
249cdf0e10cSrcweir	{
250cdf0e10cSrcweir		Text [ en-US ] = "Automatic" ;
251cdf0e10cSrcweir	};
252cdf0e10cSrcweir	String STR_MANUALLINK
253cdf0e10cSrcweir	{
254cdf0e10cSrcweir		Text [ en-US ] = "Manual" ;
255cdf0e10cSrcweir	};
256cdf0e10cSrcweir	String STR_BROKENLINK
257cdf0e10cSrcweir	{
258cdf0e10cSrcweir		Text [ en-US ] = "Not available" ;
259cdf0e10cSrcweir	};
260cdf0e10cSrcweir	String STR_GRAPHICLINK
261cdf0e10cSrcweir	{
262cdf0e10cSrcweir		Text [ en-US ] = "Graphic" ;
263cdf0e10cSrcweir	};
264cdf0e10cSrcweir	String STR_BUTTONCLOSE
265cdf0e10cSrcweir	{
266cdf0e10cSrcweir		Text [ en-US ] = "~Close" ;
267cdf0e10cSrcweir	};
268cdf0e10cSrcweir	String STR_CLOSELINKMSG
269cdf0e10cSrcweir	{
270cdf0e10cSrcweir		Text [ en-US ] = "Are you sure you want to remove the selected link?" ;
271cdf0e10cSrcweir	};
272cdf0e10cSrcweir	String STR_CLOSELINKMSG_MULTI
273cdf0e10cSrcweir	{
274cdf0e10cSrcweir		Text [ en-US ] = "Are you sure you want to remove the selected link?" ;
275cdf0e10cSrcweir	};
276cdf0e10cSrcweir	String STR_WAITINGLINK
277cdf0e10cSrcweir	{
278*0c794a3bSmseidel		Text [ en-US ] = "Waiting" ;
279cdf0e10cSrcweir	};
280cdf0e10cSrcweir};
281cdf0e10cSrcweirModalDialog MD_LINKEDIT
282cdf0e10cSrcweir{
283*0c794a3bSmseidel	HelpID = "cui:ModalDialog:MD_LINKEDIT" ;
284cdf0e10cSrcweir	OutputSize = TRUE ;
285cdf0e10cSrcweir	SVLook = TRUE ;
286*0c794a3bSmseidel	Size = MAP_APPFONT ( 222, 58 ) ;
287cdf0e10cSrcweir	Text [ en-US ] = "Modify Link" ;
288cdf0e10cSrcweir	Moveable = TRUE ;
289cdf0e10cSrcweir	OKButton 1
290cdf0e10cSrcweir	{
291*0c794a3bSmseidel		Pos = MAP_APPFONT ( 165, 5 ) ;
292*0c794a3bSmseidel		Size = MAP_APPFONT ( 50, 14 ) ;
293cdf0e10cSrcweir		DefButton = TRUE ;
294cdf0e10cSrcweir	};
295cdf0e10cSrcweir	CancelButton 1
296cdf0e10cSrcweir	{
297*0c794a3bSmseidel		Pos = MAP_APPFONT ( 165, 25 ) ;
298*0c794a3bSmseidel		Size = MAP_APPFONT ( 50, 14 ) ;
299cdf0e10cSrcweir	};
300cdf0e10cSrcweir	FixedText FT_FULL_TYPE_NAME
301cdf0e10cSrcweir	{
302cdf0e10cSrcweir		SVLook = TRUE ;
303*0c794a3bSmseidel		Pos = MAP_APPFONT ( 5, 5 ) ;
304*0c794a3bSmseidel		Size = MAP_APPFONT ( 155, 10 ) ;
305cdf0e10cSrcweir	};
306cdf0e10cSrcweir	FixedText 2
307cdf0e10cSrcweir	{
308cdf0e10cSrcweir		SVLook = TRUE ;
309*0c794a3bSmseidel		Pos = MAP_APPFONT ( 5, 20 ) ;
310*0c794a3bSmseidel		Size = MAP_APPFONT ( 75, 10 ) ;
311cdf0e10cSrcweir		Text [ en-US ] = "Exchange source:" ;
312cdf0e10cSrcweir	};
313cdf0e10cSrcweir	Edit ED_FULL_SOURCE_NAME
314cdf0e10cSrcweir	{
315*0c794a3bSmseidel		HelpID = "cui:Edit:MD_LINKEDIT:ED_FULL_SOURCE_NAME" ;
316cdf0e10cSrcweir		Border = TRUE ;
317*0c794a3bSmseidel		Pos = MAP_APPFONT ( 5, 35 ) ;
318*0c794a3bSmseidel		Size = MAP_APPFONT ( 155, 12 ) ;
319cdf0e10cSrcweir		Text [ en-US ] = "Edit" ;
320cdf0e10cSrcweir	};
321cdf0e10cSrcweir};
322cdf0e10cSrcweirModalDialog MD_INSERT_OLEOBJECT
323cdf0e10cSrcweir{
324*0c794a3bSmseidel	HelpID = "cui:ModalDialog:MD_INSERT_OLEOBJECT" ;
325cdf0e10cSrcweir	OutputSize = TRUE ;
326cdf0e10cSrcweir	SVLook = TRUE ;
327*0c794a3bSmseidel	Size = MAP_APPFONT ( 284, 105 ) ;
328cdf0e10cSrcweir	Moveable = TRUE ;
329cdf0e10cSrcweir	RadioButton RB_NEW_OBJECT
330cdf0e10cSrcweir	{
331*0c794a3bSmseidel		HelpID = "cui:RadioButton:MD_INSERT_OLEOBJECT:RB_NEW_OBJECT" ;
332*0c794a3bSmseidel		Pos = MAP_APPFONT ( 6, 6 ) ;
333*0c794a3bSmseidel		Size = MAP_APPFONT ( 81, 10 ) ;
334cdf0e10cSrcweir		Text [ en-US ] = "~Create new" ;
335cdf0e10cSrcweir	};
336cdf0e10cSrcweir	RadioButton RB_OBJECT_FROMFILE
337cdf0e10cSrcweir	{
338*0c794a3bSmseidel		HelpID = "cui:RadioButton:MD_INSERT_OLEOBJECT:RB_OBJECT_FROMFILE" ;
339*0c794a3bSmseidel		Pos = MAP_APPFONT ( 90, 6 ) ;
340*0c794a3bSmseidel		Size = MAP_APPFONT ( 81, 10 ) ;
341cdf0e10cSrcweir		Text [ en-US ] = "Create from ~file" ;
342cdf0e10cSrcweir	};
343cdf0e10cSrcweir	ListBox LB_OBJECTTYPE
344cdf0e10cSrcweir	{
345*0c794a3bSmseidel		HelpID = "cui:ListBox:MD_INSERT_OLEOBJECT:LB_OBJECTTYPE" ;
346cdf0e10cSrcweir		Border = TRUE ;
347*0c794a3bSmseidel		Pos = MAP_APPFONT ( 12, 33 ) ;
348*0c794a3bSmseidel		Size = MAP_APPFONT ( 204, 60 ) ;
349cdf0e10cSrcweir	};
350cdf0e10cSrcweir	Edit ED_FILEPATH
351cdf0e10cSrcweir	{
352*0c794a3bSmseidel		HelpID = "cui:Edit:MD_INSERT_OLEOBJECT:ED_FILEPATH" ;
353cdf0e10cSrcweir		Border = TRUE ;
354*0c794a3bSmseidel		Pos = MAP_APPFONT ( 12, 33 ) ;
355*0c794a3bSmseidel		Size = MAP_APPFONT ( 204, 12 ) ;
356cdf0e10cSrcweir	};
357cdf0e10cSrcweir	PushButton BTN_FILEPATH
358cdf0e10cSrcweir	{
359*0c794a3bSmseidel		HelpID = "cui:PushButton:MD_INSERT_OLEOBJECT:BTN_FILEPATH" ;
360*0c794a3bSmseidel		Pos = MAP_APPFONT ( 166, 48 ) ;
361*0c794a3bSmseidel		Size = MAP_APPFONT ( 50, 14 ) ;
362cdf0e10cSrcweir		Text [ en-US ] = "~Search..." ;
363cdf0e10cSrcweir	};
364cdf0e10cSrcweir	CheckBox CB_FILELINK
365cdf0e10cSrcweir	{
366*0c794a3bSmseidel		HelpID = "cui:CheckBox:MD_INSERT_OLEOBJECT:CB_FILELINK" ;
367*0c794a3bSmseidel		Pos = MAP_APPFONT ( 12, 48 ) ;
368*0c794a3bSmseidel		Size = MAP_APPFONT ( 138, 10 ) ;
369cdf0e10cSrcweir		Text [ en-US ] = "~Link to file" ;
370cdf0e10cSrcweir	};
371cdf0e10cSrcweir	FixedLine GB_OBJECT
372cdf0e10cSrcweir	{
373*0c794a3bSmseidel		Pos = MAP_APPFONT ( 6, 22 ) ;
374*0c794a3bSmseidel		Size = MAP_APPFONT ( 216, 8 ) ;
375cdf0e10cSrcweir		Text [ en-US ] = "Object type" ;
376cdf0e10cSrcweir	};
377cdf0e10cSrcweir	OKButton 1
378cdf0e10cSrcweir	{
379*0c794a3bSmseidel		Pos = MAP_APPFONT ( 228, 6 ) ;
380*0c794a3bSmseidel		Size = MAP_APPFONT ( 50, 14 ) ;
381cdf0e10cSrcweir		DefButton = TRUE ;
382cdf0e10cSrcweir		TabStop = TRUE ;
383cdf0e10cSrcweir	};
384cdf0e10cSrcweir	CancelButton 1
385cdf0e10cSrcweir	{
386*0c794a3bSmseidel		Pos = MAP_APPFONT ( 228, 23 ) ;
387*0c794a3bSmseidel		Size = MAP_APPFONT ( 50, 14 ) ;
388cdf0e10cSrcweir		TabStop = TRUE ;
389cdf0e10cSrcweir	};
390cdf0e10cSrcweir	HelpButton 1
391cdf0e10cSrcweir	{
392*0c794a3bSmseidel		Pos = MAP_APPFONT ( 228, 43 ) ;
393*0c794a3bSmseidel		Size = MAP_APPFONT ( 50, 14 ) ;
394cdf0e10cSrcweir		TabStop = TRUE ;
395cdf0e10cSrcweir	};
396cdf0e10cSrcweir	String STR_FILE
397cdf0e10cSrcweir	{
398cdf0e10cSrcweir		Text [ en-US ] = "File" ;
399cdf0e10cSrcweir	};
400cdf0e10cSrcweir	Text [ en-US ] = "Insert OLE Object" ;
401cdf0e10cSrcweir};
402cdf0e10cSrcweirModalDialog MD_INSERT_OBJECT_PLUGIN
403cdf0e10cSrcweir{
404*0c794a3bSmseidel	HelpID = "cui:ModalDialog:MD_INSERT_OBJECT_PLUGIN" ;
405cdf0e10cSrcweir	OutputSize = TRUE ;
406cdf0e10cSrcweir	SVLook = TRUE ;
407*0c794a3bSmseidel	Size = MAP_APPFONT ( 284, 123 ) ;
408cdf0e10cSrcweir	Moveable = TRUE ;
409cdf0e10cSrcweir	Edit ED_FILEURL
410cdf0e10cSrcweir	{
411*0c794a3bSmseidel		HelpID = "cui:Edit:MD_INSERT_OBJECT_PLUGIN:ED_FILEURL" ;
412cdf0e10cSrcweir		Border = TRUE ;
413*0c794a3bSmseidel		Pos = MAP_APPFONT ( 12, 14 ) ;
414*0c794a3bSmseidel		Size = MAP_APPFONT ( 204, 12 ) ;
415cdf0e10cSrcweir	};
416cdf0e10cSrcweir	PushButton BTN_FILEURL
417cdf0e10cSrcweir	{
418*0c794a3bSmseidel		HelpID = "cui:PushButton:MD_INSERT_OBJECT_PLUGIN:BTN_FILEURL" ;
419*0c794a3bSmseidel		Pos = MAP_APPFONT ( 166, 29 ) ;
420*0c794a3bSmseidel		Size = MAP_APPFONT ( 50, 14 ) ;
421cdf0e10cSrcweir		Text [ en-US ] = "~Browse..." ;
422cdf0e10cSrcweir	};
423cdf0e10cSrcweir	FixedLine GB_FILEURL
424cdf0e10cSrcweir	{
425*0c794a3bSmseidel		Pos = MAP_APPFONT ( 6, 3 ) ;
426*0c794a3bSmseidel		Size = MAP_APPFONT ( 216, 8 ) ;
427cdf0e10cSrcweir		Text [ en-US ] = "File / URL" ;
428cdf0e10cSrcweir	};
429cdf0e10cSrcweir	MultiLineEdit ED_PLUGINS_OPTIONS
430cdf0e10cSrcweir	{
431*0c794a3bSmseidel		HelpID = "cui:MultiLineEdit:MD_INSERT_OBJECT_PLUGIN:ED_PLUGINS_OPTIONS" ;
432cdf0e10cSrcweir		Border = TRUE ;
433*0c794a3bSmseidel		Pos = MAP_APPFONT ( 12, 66 ) ;
434*0c794a3bSmseidel		Size = MAP_APPFONT ( 204, 45 ) ;
435cdf0e10cSrcweir		VScroll = TRUE ;
436*0c794a3bSmseidel		IgnoreTab = TRUE ;
437cdf0e10cSrcweir	};
438cdf0e10cSrcweir	FixedLine GB_PLUGINS_OPTIONS
439cdf0e10cSrcweir	{
440*0c794a3bSmseidel		Pos = MAP_APPFONT ( 6, 55 ) ;
441*0c794a3bSmseidel		Size = MAP_APPFONT ( 216, 8 ) ;
442cdf0e10cSrcweir		Text [ en-US ] = "Options" ;
443cdf0e10cSrcweir	};
444cdf0e10cSrcweir	OKButton 1
445cdf0e10cSrcweir	{
446*0c794a3bSmseidel		Pos = MAP_APPFONT ( 228, 6 ) ;
447*0c794a3bSmseidel		Size = MAP_APPFONT ( 50, 14 ) ;
448cdf0e10cSrcweir		DefButton = TRUE ;
449cdf0e10cSrcweir	};
450cdf0e10cSrcweir	CancelButton 1
451cdf0e10cSrcweir	{
452*0c794a3bSmseidel		Pos = MAP_APPFONT ( 228, 23 ) ;
453*0c794a3bSmseidel		Size = MAP_APPFONT ( 50, 14 ) ;
454cdf0e10cSrcweir	};
455cdf0e10cSrcweir	HelpButton 1
456cdf0e10cSrcweir	{
457*0c794a3bSmseidel		Pos = MAP_APPFONT ( 228, 43 ) ;
458*0c794a3bSmseidel		Size = MAP_APPFONT ( 50, 14 ) ;
459cdf0e10cSrcweir	};
460cdf0e10cSrcweir	Text [ en-US ] = "Insert Plug-in" ;
461cdf0e10cSrcweir};
462cdf0e10cSrcweirModalDialog MD_INSERT_OBJECT_APPLET
463cdf0e10cSrcweir{
464*0c794a3bSmseidel	HelpID = "cui:ModalDialog:MD_INSERT_OBJECT_APPLET" ;
465cdf0e10cSrcweir	OutputSize = TRUE ;
466cdf0e10cSrcweir	SVLook = TRUE ;
467*0c794a3bSmseidel	Size = MAP_APPFONT ( 284, 164 ) ;
468cdf0e10cSrcweir	Moveable = TRUE ;
469cdf0e10cSrcweir	FixedText FT_CLASSFILE
470cdf0e10cSrcweir	{
471*0c794a3bSmseidel		Pos = MAP_APPFONT ( 12, 14 ) ;
472*0c794a3bSmseidel		Size = MAP_APPFONT ( 204, 10 ) ;
473cdf0e10cSrcweir		Text [ en-US ] = "~Class" ;
474cdf0e10cSrcweir	};
475cdf0e10cSrcweir	Edit ED_CLASSFILE
476cdf0e10cSrcweir	{
477*0c794a3bSmseidel		HelpID = "cui:Edit:MD_INSERT_OBJECT_APPLET:ED_CLASSFILE" ;
478cdf0e10cSrcweir		Border = TRUE ;
479*0c794a3bSmseidel		Pos = MAP_APPFONT ( 12, 27 ) ;
480*0c794a3bSmseidel		Size = MAP_APPFONT ( 204, 12 ) ;
481cdf0e10cSrcweir	};
482cdf0e10cSrcweir	FixedText FT_CLASSLOCATION
483cdf0e10cSrcweir	{
484*0c794a3bSmseidel		Pos = MAP_APPFONT ( 12, 42 ) ;
485*0c794a3bSmseidel		Size = MAP_APPFONT ( 204, 10 ) ;
486cdf0e10cSrcweir		Text [ en-US ] = "Class ~Location" ;
487cdf0e10cSrcweir	};
488cdf0e10cSrcweir	Edit ED_CLASSLOCATION
489cdf0e10cSrcweir	{
490*0c794a3bSmseidel		HelpID = "cui:Edit:MD_INSERT_OBJECT_APPLET:ED_CLASSLOCATION" ;
491cdf0e10cSrcweir		Border = TRUE ;
492*0c794a3bSmseidel		Pos = MAP_APPFONT ( 12, 55 ) ;
493*0c794a3bSmseidel		Size = MAP_APPFONT ( 204, 12 ) ;
494cdf0e10cSrcweir	};
495cdf0e10cSrcweir	PushButton BTN_CLASS
496cdf0e10cSrcweir	{
497*0c794a3bSmseidel		HelpID = "cui:PushButton:MD_INSERT_OBJECT_APPLET:BTN_CLASS" ;
498*0c794a3bSmseidel		Pos = MAP_APPFONT ( 166, 70 ) ;
499*0c794a3bSmseidel		Size = MAP_APPFONT ( 50, 14 ) ;
500cdf0e10cSrcweir		Text [ en-US ] = "~Search..." ;
501cdf0e10cSrcweir	};
502cdf0e10cSrcweir	FixedLine GB_CLASS
503cdf0e10cSrcweir	{
504*0c794a3bSmseidel		Pos = MAP_APPFONT ( 6, 3 ) ;
505*0c794a3bSmseidel		Size = MAP_APPFONT ( 216, 8 ) ;
506cdf0e10cSrcweir		Text [ en-US ] = "File" ;
507cdf0e10cSrcweir	};
508*0c794a3bSmseidel	MultiLineEdit ED_APPLET_OPTIONS
509cdf0e10cSrcweir	{
510*0c794a3bSmseidel		HelpID = "cui:MultiLineEdit:MD_INSERT_OBJECT_APPLET:ED_APPLET_OPTIONS" ;
511cdf0e10cSrcweir		Border = TRUE ;
512*0c794a3bSmseidel		Pos = MAP_APPFONT ( 12, 107 ) ;
513*0c794a3bSmseidel		Size = MAP_APPFONT ( 204, 45 ) ;
514cdf0e10cSrcweir		VScroll = TRUE ;
515*0c794a3bSmseidel		IgnoreTab = TRUE ;
516cdf0e10cSrcweir	};
517cdf0e10cSrcweir	FixedLine GB_APPLET_OPTIONS
518cdf0e10cSrcweir	{
519*0c794a3bSmseidel		Pos = MAP_APPFONT ( 6, 96 ) ;
520*0c794a3bSmseidel		Size = MAP_APPFONT ( 216, 8 ) ;
521cdf0e10cSrcweir		Text [ en-US ] = "Options" ;
522cdf0e10cSrcweir	};
523cdf0e10cSrcweir	OKButton 1
524cdf0e10cSrcweir	{
525*0c794a3bSmseidel		Pos = MAP_APPFONT ( 228, 6 ) ;
526*0c794a3bSmseidel		Size = MAP_APPFONT ( 50, 14 ) ;
527cdf0e10cSrcweir		DefButton = TRUE ;
528cdf0e10cSrcweir	};
529cdf0e10cSrcweir	CancelButton 1
530cdf0e10cSrcweir	{
531*0c794a3bSmseidel		Pos = MAP_APPFONT ( 228, 23 ) ;
532*0c794a3bSmseidel		Size = MAP_APPFONT ( 50, 14 ) ;
533cdf0e10cSrcweir	};
534cdf0e10cSrcweir	HelpButton 1
535cdf0e10cSrcweir	{
536*0c794a3bSmseidel		Pos = MAP_APPFONT ( 228, 43 ) ;
537*0c794a3bSmseidel		Size = MAP_APPFONT ( 50, 14 ) ;
538cdf0e10cSrcweir	};
539cdf0e10cSrcweir	Text [ en-US ] = "Insert Applet" ;
540cdf0e10cSrcweir};
541cdf0e10cSrcweirControl TB_LINKS
542cdf0e10cSrcweir{
543cdf0e10cSrcweir	Border = TRUE ;
544*0c794a3bSmseidel	Pos = MAP_APPFONT ( 6, 21 ) ;
545*0c794a3bSmseidel	Size = MAP_APPFONT ( 257, 87 ) ;
546cdf0e10cSrcweir	TabStop = TRUE ;
547cdf0e10cSrcweir	ClipChildren = TRUE ;
548cdf0e10cSrcweir};
549cdf0e10cSrcweir
550cdf0e10cSrcweirModalDialog MD_INSERT_OBJECT_IFRAME
551cdf0e10cSrcweir{
552*0c794a3bSmseidel	HelpID = "cui:ModalDialog:MD_INSERT_OBJECT_IFRAME" ;
553*0c794a3bSmseidel	Size = MAP_APPFONT ( 302, 98 ) ;
554cdf0e10cSrcweir	Hide = TRUE ;
555cdf0e10cSrcweir	Moveable = TRUE ;
556cdf0e10cSrcweir	OutputSize = TRUE ;
557cdf0e10cSrcweir	SVLook = TRUE ;
558cdf0e10cSrcweir	Text [ en-US ] = "Floating Frame Properties" ;
559cdf0e10cSrcweir	OKButton 1
560cdf0e10cSrcweir	{
561*0c794a3bSmseidel		Pos = MAP_APPFONT ( 246, 6 ) ;
562*0c794a3bSmseidel		Size = MAP_APPFONT ( 50, 14 ) ;
563cdf0e10cSrcweir		DefButton = TRUE ;
564cdf0e10cSrcweir	};
565cdf0e10cSrcweir	CancelButton 1
566cdf0e10cSrcweir	{
567*0c794a3bSmseidel		Pos = MAP_APPFONT ( 246, 23 ) ;
568*0c794a3bSmseidel		Size = MAP_APPFONT ( 50, 14 ) ;
569cdf0e10cSrcweir	};
570cdf0e10cSrcweir	HelpButton 1
571cdf0e10cSrcweir	{
572*0c794a3bSmseidel		Pos = MAP_APPFONT ( 246, 43 ) ;
573*0c794a3bSmseidel		Size = MAP_APPFONT ( 50, 14 ) ;
574cdf0e10cSrcweir	};
575cdf0e10cSrcweir	FixedText FT_FRAMENAME
576cdf0e10cSrcweir	{
577*0c794a3bSmseidel		Pos = MAP_APPFONT ( 6, 7 ) ;
578*0c794a3bSmseidel		Size = MAP_APPFONT ( 36, 10 ) ;
579cdf0e10cSrcweir		Text [ en-US ] = "~Name" ;
580cdf0e10cSrcweir	};
581cdf0e10cSrcweir	Edit ED_FRAMENAME
582cdf0e10cSrcweir	{
583*0c794a3bSmseidel		HelpID = "cui:Edit:MD_INSERT_OBJECT_IFRAME:ED_FRAMENAME" ;
584cdf0e10cSrcweir		Border = TRUE ;
585*0c794a3bSmseidel		Pos = MAP_APPFONT ( 45, 6 ) ;
586*0c794a3bSmseidel		Size = MAP_APPFONT ( 178, 12 ) ;
587cdf0e10cSrcweir		TabStop = TRUE ;
588cdf0e10cSrcweir	};
589cdf0e10cSrcweir	FixedText FT_URL
590cdf0e10cSrcweir	{
591*0c794a3bSmseidel		Pos = MAP_APPFONT ( 6, 25 ) ;
592*0c794a3bSmseidel		Size = MAP_APPFONT ( 36, 10 ) ;
593cdf0e10cSrcweir		Text [ en-US ] = "~Contents" ;
594cdf0e10cSrcweir	};
595cdf0e10cSrcweir	Edit ED_URL
596cdf0e10cSrcweir	{
597*0c794a3bSmseidel		HelpID = "cui:Edit:MD_INSERT_OBJECT_IFRAME:ED_URL" ;
598cdf0e10cSrcweir		Border = TRUE ;
599*0c794a3bSmseidel		Pos = MAP_APPFONT ( 45, 24 ) ;
600*0c794a3bSmseidel		Size = MAP_APPFONT ( 178, 12 ) ;
601cdf0e10cSrcweir		TabStop = TRUE ;
602cdf0e10cSrcweir	};
603cdf0e10cSrcweir	PushButton BT_FILEOPEN
604cdf0e10cSrcweir	{
605*0c794a3bSmseidel		HelpID = "cui:PushButton:MD_INSERT_OBJECT_IFRAME:BT_FILEOPEN" ;
606*0c794a3bSmseidel		Pos = MAP_APPFONT ( 226, 24 ) ;
607*0c794a3bSmseidel		Size = MAP_APPFONT ( 14, 14 ) ;
608cdf0e10cSrcweir		Text = "~..." ;
609cdf0e10cSrcweir		TabStop = TRUE ;
610cdf0e10cSrcweir	};
611cdf0e10cSrcweir	RadioButton RB_SCROLLINGON
612cdf0e10cSrcweir	{
613*0c794a3bSmseidel		HelpID = "cui:RadioButton:MD_INSERT_OBJECT_IFRAME:RB_SCROLLINGON" ;
614cdf0e10cSrcweir		TabStop = TRUE ;
615*0c794a3bSmseidel		Pos = MAP_APPFONT ( 12, 53 ) ;
616*0c794a3bSmseidel		Size = MAP_APPFONT ( 54, 10 ) ;
617cdf0e10cSrcweir		Text [ en-US ] = "~On" ;
618cdf0e10cSrcweir	};
619cdf0e10cSrcweir	RadioButton RB_SCROLLINGOFF
620cdf0e10cSrcweir	{
621*0c794a3bSmseidel		HelpID = "cui:RadioButton:MD_INSERT_OBJECT_IFRAME:RB_SCROLLINGOFF" ;
622cdf0e10cSrcweir		TabStop = TRUE ;
623*0c794a3bSmseidel		Pos = MAP_APPFONT ( 12, 66 ) ;
624*0c794a3bSmseidel		Size = MAP_APPFONT ( 54, 10 ) ;
625cdf0e10cSrcweir		Text [ en-US ] = "O~ff" ;
626cdf0e10cSrcweir	};
627cdf0e10cSrcweir	RadioButton RB_SCROLLINGAUTO
628cdf0e10cSrcweir	{
629*0c794a3bSmseidel		HelpID = "cui:RadioButton:MD_INSERT_OBJECT_IFRAME:RB_SCROLLINGAUTO" ;
630cdf0e10cSrcweir		TabStop = TRUE ;
631*0c794a3bSmseidel		Pos = MAP_APPFONT ( 12, 79 ) ;
632*0c794a3bSmseidel		Size = MAP_APPFONT ( 54, 10 ) ;
633cdf0e10cSrcweir		Text [ en-US ] = "Au~tomatic" ;
634cdf0e10cSrcweir	};
635*0c794a3bSmseidel	FixedLine GB_SCROLLING
636cdf0e10cSrcweir	{
637*0c794a3bSmseidel		Pos = MAP_APPFONT ( 6, 42 ) ;
638*0c794a3bSmseidel		Size = MAP_APPFONT ( 63, 8 ) ;
639cdf0e10cSrcweir		Text [ en-US ] = "Scroll bar" ;
640cdf0e10cSrcweir	};
641cdf0e10cSrcweir	RadioButton RB_FRMBORDER_ON
642cdf0e10cSrcweir	{
643*0c794a3bSmseidel		HelpID = "cui:RadioButton:MD_INSERT_OBJECT_IFRAME:RB_FRMBORDER_ON" ;
644cdf0e10cSrcweir		TabStop = TRUE ;
645*0c794a3bSmseidel		Pos = MAP_APPFONT ( 81, 53 ) ;
646*0c794a3bSmseidel		Size = MAP_APPFONT ( 42, 10 ) ;
647cdf0e10cSrcweir		Text [ en-US ] = "On" ;
648cdf0e10cSrcweir	};
649cdf0e10cSrcweir	RadioButton RB_FRMBORDER_OFF
650cdf0e10cSrcweir	{
651*0c794a3bSmseidel		HelpID = "cui:RadioButton:MD_INSERT_OBJECT_IFRAME:RB_FRMBORDER_OFF" ;
652cdf0e10cSrcweir		TabStop = TRUE ;
653*0c794a3bSmseidel		Pos = MAP_APPFONT ( 81, 66 ) ;
654*0c794a3bSmseidel		Size = MAP_APPFONT ( 42, 10 ) ;
655cdf0e10cSrcweir		Text [ en-US ] = "Off" ;
656cdf0e10cSrcweir	};
657*0c794a3bSmseidel	FixedLine FL_SEP_LEFT
658cdf0e10cSrcweir	{
659*0c794a3bSmseidel		Pos = MAP_APPFONT ( 70, 51 ) ;
660*0c794a3bSmseidel		Size = MAP_APPFONT ( 4, 38 ) ;
661*0c794a3bSmseidel	};
662*0c794a3bSmseidel	FixedLine GB_BORDER
663*0c794a3bSmseidel	{
664*0c794a3bSmseidel		Pos = MAP_APPFONT ( 75, 42 ) ;
665*0c794a3bSmseidel		Size = MAP_APPFONT ( 49, 8 ) ;
666cdf0e10cSrcweir		Text [ en-US ] = "Border" ;
667cdf0e10cSrcweir	};
668cdf0e10cSrcweir	FixedText FT_MARGINWIDTH
669cdf0e10cSrcweir	{
670*0c794a3bSmseidel		Pos = MAP_APPFONT ( 136, 56 ) ;
671*0c794a3bSmseidel		Size = MAP_APPFONT ( 28, 10 ) ;
672cdf0e10cSrcweir		Text [ en-US ] = "~Width" ;
673cdf0e10cSrcweir	};
674cdf0e10cSrcweir	NumericField NM_MARGINWIDTH
675cdf0e10cSrcweir	{
676*0c794a3bSmseidel		HelpID = "cui:NumericField:MD_INSERT_OBJECT_IFRAME:NM_MARGINWIDTH" ;
677cdf0e10cSrcweir		Border = TRUE ;
678*0c794a3bSmseidel		Pos = MAP_APPFONT ( 167, 54 ) ;
679*0c794a3bSmseidel		Size = MAP_APPFONT ( 20, 12 ) ;
680cdf0e10cSrcweir		TabStop = TRUE ;
681cdf0e10cSrcweir		Repeat = TRUE ;
682cdf0e10cSrcweir		Spin = TRUE ;
683cdf0e10cSrcweir		Minimum = 0 ;
684cdf0e10cSrcweir		Maximum = 99 ;
685cdf0e10cSrcweir		Last = 10 ;
686cdf0e10cSrcweir		SpinSize = 1 ;
687cdf0e10cSrcweir	};
688cdf0e10cSrcweir	CheckBox CB_MARGINWIDTHDEFAULT
689cdf0e10cSrcweir	{
690*0c794a3bSmseidel		HelpID = "cui:CheckBox:MD_INSERT_OBJECT_IFRAME:CB_MARGINWIDTHDEFAULT" ;
691cdf0e10cSrcweir		TabStop = TRUE ;
692*0c794a3bSmseidel		Pos = MAP_APPFONT ( 190, 56 ) ;
693*0c794a3bSmseidel		Size = MAP_APPFONT ( 50, 10 ) ;
694cdf0e10cSrcweir		Text [ en-US ] = "~Default" ;
695cdf0e10cSrcweir	};
696cdf0e10cSrcweir	FixedText FT_MARGINHEIGHT
697cdf0e10cSrcweir	{
698*0c794a3bSmseidel		Pos = MAP_APPFONT ( 136, 74 ) ;
699*0c794a3bSmseidel		Size = MAP_APPFONT ( 28, 10 ) ;
700cdf0e10cSrcweir		Text [ en-US ] = "H~eight" ;
701cdf0e10cSrcweir	};
702cdf0e10cSrcweir	NumericField NM_MARGINHEIGHT
703cdf0e10cSrcweir	{
704*0c794a3bSmseidel		HelpID = "cui:NumericField:MD_INSERT_OBJECT_IFRAME:NM_MARGINHEIGHT" ;
705cdf0e10cSrcweir		Border = TRUE ;
706*0c794a3bSmseidel		Pos = MAP_APPFONT ( 167, 72 ) ;
707*0c794a3bSmseidel		Size = MAP_APPFONT ( 20, 12 ) ;
708cdf0e10cSrcweir		TabStop = TRUE ;
709cdf0e10cSrcweir		Repeat = TRUE ;
710cdf0e10cSrcweir		Spin = TRUE ;
711cdf0e10cSrcweir		Minimum = 0 ;
712cdf0e10cSrcweir		Maximum = 99 ;
713cdf0e10cSrcweir		Last = 10 ;
714cdf0e10cSrcweir		SpinSize = 1 ;
715cdf0e10cSrcweir	};
716cdf0e10cSrcweir	CheckBox CB_MARGINHEIGHTDEFAULT
717cdf0e10cSrcweir	{
718*0c794a3bSmseidel		HelpID = "cui:CheckBox:MD_INSERT_OBJECT_IFRAME:CB_MARGINHEIGHTDEFAULT" ;
719cdf0e10cSrcweir		TabStop = TRUE ;
720*0c794a3bSmseidel		Pos = MAP_APPFONT ( 190, 74 ) ;
721*0c794a3bSmseidel		Size = MAP_APPFONT ( 50, 10 ) ;
722cdf0e10cSrcweir		Text [ en-US ] = "Defa~ult" ;
723cdf0e10cSrcweir	};
724*0c794a3bSmseidel	FixedLine FL_SEP_RIGHT
725*0c794a3bSmseidel	{
726*0c794a3bSmseidel		Pos = MAP_APPFONT ( 125, 51 ) ;
727*0c794a3bSmseidel		Size = MAP_APPFONT ( 4, 38 ) ;
728*0c794a3bSmseidel	};
729*0c794a3bSmseidel	FixedLine GB_MARGIN
730cdf0e10cSrcweir	{
731*0c794a3bSmseidel		Pos = MAP_APPFONT ( 130, 42 ) ;
732*0c794a3bSmseidel		Size = MAP_APPFONT ( 110, 8 ) ;
733cdf0e10cSrcweir		Text [ en-US ] = "Spacing to contents" ;
734cdf0e10cSrcweir	};
735cdf0e10cSrcweir};
736cdf0e10cSrcweir
737cdf0e10cSrcweirString MD_INSERT_OBJECT_IFRAME
738cdf0e10cSrcweir{
739cdf0e10cSrcweir	Text [ en-US ] = "Select File for Floating Frame" ;
740cdf0e10cSrcweir};
741cdf0e10cSrcweir
742cdf0e10cSrcweirString STR_EDIT_APPLET
743cdf0e10cSrcweir{
744cdf0e10cSrcweir	Text [ en-US ] = "Edit Applet" ;
745cdf0e10cSrcweir};
746cdf0e10cSrcweir
747*0c794a3bSmseidel// ********************************************************************** EOF
748