xref: /aoo42x/main/cui/source/dialogs/svuidlg.src (revision fee07e66)
10e2af6afSAndrew Rist/**************************************************************
20c794a3bSmseidel *
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
100c794a3bSmseidel *
110e2af6afSAndrew Rist *   http://www.apache.org/licenses/LICENSE-2.0
120c794a3bSmseidel *
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.
190c794a3bSmseidel *
200e2af6afSAndrew Rist *************************************************************/
210e2af6afSAndrew Rist
220e2af6afSAndrew Rist
23cdf0e10cSrcweir
24cdf0e10cSrcweir#include <svtools/controldims.hrc>
25cdf0e10cSrcweir#include "svuidlg.hrc"
26cdf0e10cSrcweir
27cdf0e10cSrcweirModalDialog MD_PASTE_OBJECT
28cdf0e10cSrcweir{
290c794a3bSmseidel	HelpID = "cui:ModalDialog:MD_PASTE_OBJECT" ;
30cdf0e10cSrcweir	OutputSize = TRUE ;
31cdf0e10cSrcweir	SVLook = TRUE ;
32cdf0e10cSrcweir	Moveable = TRUE ;
330c794a3bSmseidel	Size = MAP_APPFONT ( 282, 135 ) ; // 12 under listbox
34cdf0e10cSrcweir	Text [ en-US ] = "Paste Special" ;
35cdf0e10cSrcweir	FixedText FT_SOURCE
36cdf0e10cSrcweir	{
370c794a3bSmseidel		Pos = MAP_APPFONT ( 6, 11 ) ;
380c794a3bSmseidel		Size = MAP_APPFONT ( 30, 10 ) ;
39cdf0e10cSrcweir		Text [ en-US ] = "Source:" ;
40cdf0e10cSrcweir	};
41cdf0e10cSrcweir	FixedText FT_OBJECT_SOURCE
42cdf0e10cSrcweir	{
430c794a3bSmseidel		Pos = MAP_APPFONT ( 42, 11 ) ;
440c794a3bSmseidel		Size = MAP_APPFONT ( 166, 20 ) ;
45cdf0e10cSrcweir		WordBreak = TRUE ;
46cdf0e10cSrcweir	};
47cdf0e10cSrcweir	RadioButton RB_PASTE
48cdf0e10cSrcweir	{
490c794a3bSmseidel		HelpID = "cui:RadioButton:MD_PASTE_OBJECT:RB_PASTE" ;
50cdf0e10cSrcweir		Hide = TRUE ;
510c794a3bSmseidel		Pos = MAP_APPFONT ( 12, 48 ) ;
520c794a3bSmseidel		Size = MAP_APPFONT ( 63, 10 ) ;
53cdf0e10cSrcweir		Text [ en-US ] = "~Insert as" ;
54cdf0e10cSrcweir		Check = TRUE ;
55cdf0e10cSrcweir	};
56cdf0e10cSrcweir	RadioButton RB_PASTE_LINK
57cdf0e10cSrcweir	{
580c794a3bSmseidel		HelpID = "cui:RadioButton:MD_PASTE_OBJECT:RB_PASTE_LINK" ;
59cdf0e10cSrcweir		Hide = TRUE ;
600c794a3bSmseidel		Pos = MAP_APPFONT ( 78, 48 ) ;
610c794a3bSmseidel		Size = MAP_APPFONT ( 63, 10 ) ;
62cdf0e10cSrcweir		Text [ en-US ] = "Link to" ;
63cdf0e10cSrcweir	};
64cdf0e10cSrcweir	ListBox LB_INSERT_LIST
65cdf0e10cSrcweir	{
660c794a3bSmseidel		HelpID = "cui:ListBox:MD_PASTE_OBJECT:LB_INSERT_LIST" ;
67cdf0e10cSrcweir		Border = TRUE ;
680c794a3bSmseidel		Pos = MAP_APPFONT ( 12, 49 ) ;
690c794a3bSmseidel		Size = MAP_APPFONT ( 202, 74 ) ;
70cdf0e10cSrcweir	};
71cdf0e10cSrcweir	CheckBox CB_DISPLAY_AS_ICON
72cdf0e10cSrcweir	{
730c794a3bSmseidel		HelpID = "cui:CheckBox:MD_PASTE_OBJECT:CB_DISPLAY_AS_ICON" ;
74cdf0e10cSrcweir		Hide = TRUE ;
75cdf0e10cSrcweir		Disable = TRUE ;
760c794a3bSmseidel		Pos = MAP_APPFONT ( 150, 62 ) ;
770c794a3bSmseidel		Size = MAP_APPFONT ( 64, 10 ) ;
78cdf0e10cSrcweir		Text [ en-US ] = "~As icon" ;
79cdf0e10cSrcweir	};
80cdf0e10cSrcweir	/*
81cdf0e10cSrcweir	FixedIcon FI_DISPLAY
82cdf0e10cSrcweir	{
83cdf0e10cSrcweir		Border = TRUE ;
84cdf0e10cSrcweir		Hide = TRUE ;
850c794a3bSmseidel		Pos = MAP_APPFONT ( 167, 75 ) ;
860c794a3bSmseidel		Size = MAP_APPFONT ( 30, 30 ) ;
87cdf0e10cSrcweir	};
88cdf0e10cSrcweir*/
89cdf0e10cSrcweir	PushButton PB_CHANGE_ICON
90cdf0e10cSrcweir	{
910c794a3bSmseidel		HelpID = "cui:PushButton:MD_PASTE_OBJECT:PB_CHANGE_ICON" ;
92cdf0e10cSrcweir		Hide = TRUE ;
930c794a3bSmseidel		Pos = MAP_APPFONT ( 150, 111 ) ;
940c794a3bSmseidel		Size = MAP_APPFONT ( 64, 14 ) ;
95cdf0e10cSrcweir		Text [ en-US ] = "~Other Icon..." ;
96cdf0e10cSrcweir	};
97cdf0e10cSrcweir	FixedLine FL_CHOICE
98cdf0e10cSrcweir	{
990c794a3bSmseidel		Pos = MAP_APPFONT ( 6, 38 ) ;
1000c794a3bSmseidel		Size = MAP_APPFONT ( 214, RSC_CD_FIXEDLINE_HEIGHT ) ;
101cdf0e10cSrcweir		Text [ en-US ] = "Selection" ;
102cdf0e10cSrcweir	};
103cdf0e10cSrcweir	OKButton 1
104cdf0e10cSrcweir	{
1050c794a3bSmseidel		Pos = MAP_APPFONT ( 226, 6 ) ;
1060c794a3bSmseidel		Size = MAP_APPFONT ( 50, 14 ) ;
107cdf0e10cSrcweir		DefButton = TRUE ;
108cdf0e10cSrcweir	};
109cdf0e10cSrcweir	CancelButton 1
110cdf0e10cSrcweir	{
1110c794a3bSmseidel		Pos = MAP_APPFONT ( 226, 23 ) ;
1120c794a3bSmseidel		Size = MAP_APPFONT ( 50, 14 ) ;
113cdf0e10cSrcweir	};
114cdf0e10cSrcweir	HelpButton 1
115cdf0e10cSrcweir	{
1160c794a3bSmseidel		Pos = MAP_APPFONT ( 226, 43 ) ;
1170c794a3bSmseidel		Size = MAP_APPFONT ( 50, 14 ) ;
118cdf0e10cSrcweir	};
119cdf0e10cSrcweir	String S_OBJECT
120cdf0e10cSrcweir	{
121cdf0e10cSrcweir		Text [ en-US ] = "Object" ;
122cdf0e10cSrcweir	};
123cdf0e10cSrcweir};
124cdf0e10cSrcweirModalDialog MD_UPDATE_BASELINKS
125cdf0e10cSrcweir{
1260c794a3bSmseidel	HelpID = "cui:ModalDialog:MD_UPDATE_BASELINKS" ;
127cdf0e10cSrcweir	OutputSize = TRUE ;
128cdf0e10cSrcweir	SVLook = TRUE ;
1290c794a3bSmseidel	Size = MAP_APPFONT ( 337, 166 ) ;
130cdf0e10cSrcweir	Text [ en-US ] = "Edit Links" ;
131cdf0e10cSrcweir	Moveable = TRUE ;
132cdf0e10cSrcweir	FixedText FT_FILES
133cdf0e10cSrcweir	{
1340c794a3bSmseidel		Pos = MAP_APPFONT ( 6, 6 ) ;
1350c794a3bSmseidel		Size = MAP_APPFONT ( 74, 10 ) ;
136cdf0e10cSrcweir		Text [ en-US ] = "Source file" ;
137cdf0e10cSrcweir	};
138cdf0e10cSrcweir	FixedText FT_LINKS
139cdf0e10cSrcweir	{
1400c794a3bSmseidel		Pos = MAP_APPFONT ( 83, 6 ) ;
1410c794a3bSmseidel		Size = MAP_APPFONT ( 63, 10 ) ;
142*fee07e66Smseidel		Text [ en-US ] = "Element" ;
143cdf0e10cSrcweir	};
144cdf0e10cSrcweir	FixedText FT_TYPE
145cdf0e10cSrcweir	{
1460c794a3bSmseidel		Pos = MAP_APPFONT ( 150, 6 ) ;
1470c794a3bSmseidel		Size = MAP_APPFONT ( 60, 10 ) ;
148cdf0e10cSrcweir		Text [ en-US ] = "Type" ;
149cdf0e10cSrcweir	};
150cdf0e10cSrcweir	FixedText FT_STATUS
151cdf0e10cSrcweir	{
1520c794a3bSmseidel		Pos = MAP_APPFONT ( 215, 6 ) ;
1530c794a3bSmseidel		Size = MAP_APPFONT ( 55, 10 ) ;
154cdf0e10cSrcweir		Text [ en-US ] = "Status" ;
155cdf0e10cSrcweir	};
156cdf0e10cSrcweir	CancelButton 1
157cdf0e10cSrcweir	{
1580c794a3bSmseidel		Pos = MAP_APPFONT ( 270, 6 ) ;
1590c794a3bSmseidel		Size = MAP_APPFONT ( 60, 14 ) ;
160cdf0e10cSrcweir		Text [ en-US ] = "~Close" ;
161cdf0e10cSrcweir	};
162cdf0e10cSrcweir	HelpButton 1
163cdf0e10cSrcweir	{
1640c794a3bSmseidel		Pos = MAP_APPFONT ( 270, 26 ) ;
1650c794a3bSmseidel		Size = MAP_APPFONT ( 60, 14 ) ;
166cdf0e10cSrcweir	};
167cdf0e10cSrcweir	PushButton PB_UPDATE_NOW
168cdf0e10cSrcweir	{
1690c794a3bSmseidel		HelpID = "cui:PushButton:MD_UPDATE_BASELINKS:PB_UPDATE_NOW" ;
1700c794a3bSmseidel		Pos = MAP_APPFONT ( 270, 43 ) ;
1710c794a3bSmseidel		Size = MAP_APPFONT ( 60, 14 ) ;
172cdf0e10cSrcweir		Text [ en-US ] = "~Update" ;
173cdf0e10cSrcweir	};
174cdf0e10cSrcweir	PushButton PB_OPEN_SOURCE
175cdf0e10cSrcweir	{
1760c794a3bSmseidel		HelpID = "cui:PushButton:MD_UPDATE_BASELINKS:PB_OPEN_SOURCE" ;
1770c794a3bSmseidel		Pos = MAP_APPFONT ( 270, 60 ) ;
1780c794a3bSmseidel		Size = MAP_APPFONT ( 60, 14 ) ;
179cdf0e10cSrcweir		Text [ en-US ] = "~Open" ;
180cdf0e10cSrcweir	};
181cdf0e10cSrcweir	PushButton PB_CHANGE_SOURCE
182cdf0e10cSrcweir	{
1830c794a3bSmseidel		HelpID = "cui:PushButton:MD_UPDATE_BASELINKS:PB_CHANGE_SOURCE" ;
1840c794a3bSmseidel		Pos = MAP_APPFONT ( 270, 77 ) ;
1850c794a3bSmseidel		Size = MAP_APPFONT ( 60, 14 ) ;
186cdf0e10cSrcweir		Text [ en-US ] = "~Modify..." ;
187cdf0e10cSrcweir	};
188cdf0e10cSrcweir	PushButton PB_BREAK_LINK
189cdf0e10cSrcweir	{
1900c794a3bSmseidel		HelpID = "cui:PushButton:MD_UPDATE_BASELINKS:PB_BREAK_LINK" ;
1910c794a3bSmseidel		Pos = MAP_APPFONT ( 270, 94 ) ;
1920c794a3bSmseidel		Size = MAP_APPFONT ( 60, 14 ) ;
193cdf0e10cSrcweir		Text [ en-US ] = "~Break Link" ;
194cdf0e10cSrcweir	};
195cdf0e10cSrcweir	FixedText FT_FILES2
196cdf0e10cSrcweir	{
1970c794a3bSmseidel		Pos = MAP_APPFONT ( 6, 111 ) ;
1980c794a3bSmseidel		Size = MAP_APPFONT ( 61, 10 ) ;
199*fee07e66Smseidel		Text [ en-US ] = "Source file:" ;
200cdf0e10cSrcweir	};
201cdf0e10cSrcweir	FixedText FT_SOURCE2
202cdf0e10cSrcweir	{
2030c794a3bSmseidel		Pos = MAP_APPFONT ( 6, 124 ) ;
2040c794a3bSmseidel		Size = MAP_APPFONT ( 61, 10 ) ;
205cdf0e10cSrcweir		Text [ en-US ] = "Element:" ;
206cdf0e10cSrcweir	};
207cdf0e10cSrcweir	FixedText FT_TYPE2
208cdf0e10cSrcweir	{
2090c794a3bSmseidel		Pos = MAP_APPFONT ( 6, 137 ) ;
2100c794a3bSmseidel		Size = MAP_APPFONT ( 61, 10 ) ;
211cdf0e10cSrcweir		Text [ en-US ] = "Type:" ;
212cdf0e10cSrcweir	};
213cdf0e10cSrcweir	FixedText FT_UPDATE
214cdf0e10cSrcweir	{
2150c794a3bSmseidel		Pos = MAP_APPFONT ( 6, 150 ) ;
2160c794a3bSmseidel		Size = MAP_APPFONT ( 61, 10 ) ;
217cdf0e10cSrcweir		Text [ en-US ] = "Update:" ;
218cdf0e10cSrcweir	};
219cdf0e10cSrcweir	RadioButton RB_AUTOMATIC
220cdf0e10cSrcweir	{
2210c794a3bSmseidel		HelpID = "cui:RadioButton:MD_UPDATE_BASELINKS:RB_AUTOMATIC" ;
2220c794a3bSmseidel		Pos = MAP_APPFONT ( 70, 150 ) ;
2230c794a3bSmseidel		Size = MAP_APPFONT ( 60, 10 ) ;
224cdf0e10cSrcweir		Text [ en-US ] = "~Automatic" ;
225cdf0e10cSrcweir	};
226cdf0e10cSrcweir	RadioButton RB_MANUAL
227cdf0e10cSrcweir	{
2280c794a3bSmseidel		HelpID = "cui:RadioButton:MD_UPDATE_BASELINKS:RB_MANUAL" ;
2290c794a3bSmseidel		Pos = MAP_APPFONT ( 133, 150 ) ;
2300c794a3bSmseidel		Size = MAP_APPFONT ( 60, 10 ) ;
231cdf0e10cSrcweir		Text [ en-US ] = "Ma~nual" ;
232cdf0e10cSrcweir	};
233cdf0e10cSrcweir	FixedText FT_FULL_FILE_NAME
234cdf0e10cSrcweir	{
2350c794a3bSmseidel		Pos = MAP_APPFONT ( 70, 111 ) ;
2360c794a3bSmseidel		Size = MAP_APPFONT ( 225, 10 ) ;
237cdf0e10cSrcweir	};
238cdf0e10cSrcweir	FixedText FT_FULL_SOURCE_NAME
239cdf0e10cSrcweir	{
2400c794a3bSmseidel		Pos = MAP_APPFONT ( 70, 124 ) ;
2410c794a3bSmseidel		Size = MAP_APPFONT ( 225, 10 ) ;
242cdf0e10cSrcweir	};
243cdf0e10cSrcweir	FixedText FT_FULL_TYPE_NAME
244cdf0e10cSrcweir	{
2450c794a3bSmseidel		Pos = MAP_APPFONT ( 70, 137 ) ;
2460c794a3bSmseidel		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	{
2780c794a3bSmseidel		Text [ en-US ] = "Waiting" ;
279cdf0e10cSrcweir	};
280cdf0e10cSrcweir};
281cdf0e10cSrcweirModalDialog MD_LINKEDIT
282cdf0e10cSrcweir{
2830c794a3bSmseidel	HelpID = "cui:ModalDialog:MD_LINKEDIT" ;
284cdf0e10cSrcweir	OutputSize = TRUE ;
285cdf0e10cSrcweir	SVLook = TRUE ;
2860c794a3bSmseidel	Size = MAP_APPFONT ( 222, 58 ) ;
287cdf0e10cSrcweir	Text [ en-US ] = "Modify Link" ;
288cdf0e10cSrcweir	Moveable = TRUE ;
289cdf0e10cSrcweir	OKButton 1
290cdf0e10cSrcweir	{
2910c794a3bSmseidel		Pos = MAP_APPFONT ( 165, 5 ) ;
2920c794a3bSmseidel		Size = MAP_APPFONT ( 50, 14 ) ;
293cdf0e10cSrcweir		DefButton = TRUE ;
294cdf0e10cSrcweir	};
295cdf0e10cSrcweir	CancelButton 1
296cdf0e10cSrcweir	{
2970c794a3bSmseidel		Pos = MAP_APPFONT ( 165, 25 ) ;
2980c794a3bSmseidel		Size = MAP_APPFONT ( 50, 14 ) ;
299cdf0e10cSrcweir	};
300cdf0e10cSrcweir	FixedText FT_FULL_TYPE_NAME
301cdf0e10cSrcweir	{
302cdf0e10cSrcweir		SVLook = TRUE ;
3030c794a3bSmseidel		Pos = MAP_APPFONT ( 5, 5 ) ;
3040c794a3bSmseidel		Size = MAP_APPFONT ( 155, 10 ) ;
305cdf0e10cSrcweir	};
306cdf0e10cSrcweir	FixedText 2
307cdf0e10cSrcweir	{
308cdf0e10cSrcweir		SVLook = TRUE ;
3090c794a3bSmseidel		Pos = MAP_APPFONT ( 5, 20 ) ;
3100c794a3bSmseidel		Size = MAP_APPFONT ( 75, 10 ) ;
311cdf0e10cSrcweir		Text [ en-US ] = "Exchange source:" ;
312cdf0e10cSrcweir	};
313cdf0e10cSrcweir	Edit ED_FULL_SOURCE_NAME
314cdf0e10cSrcweir	{
3150c794a3bSmseidel		HelpID = "cui:Edit:MD_LINKEDIT:ED_FULL_SOURCE_NAME" ;
316cdf0e10cSrcweir		Border = TRUE ;
3170c794a3bSmseidel		Pos = MAP_APPFONT ( 5, 35 ) ;
3180c794a3bSmseidel		Size = MAP_APPFONT ( 155, 12 ) ;
319cdf0e10cSrcweir		Text [ en-US ] = "Edit" ;
320cdf0e10cSrcweir	};
321cdf0e10cSrcweir};
322cdf0e10cSrcweirModalDialog MD_INSERT_OLEOBJECT
323cdf0e10cSrcweir{
3240c794a3bSmseidel	HelpID = "cui:ModalDialog:MD_INSERT_OLEOBJECT" ;
325cdf0e10cSrcweir	OutputSize = TRUE ;
326cdf0e10cSrcweir	SVLook = TRUE ;
3270c794a3bSmseidel	Size = MAP_APPFONT ( 284, 105 ) ;
328cdf0e10cSrcweir	Moveable = TRUE ;
329cdf0e10cSrcweir	RadioButton RB_NEW_OBJECT
330cdf0e10cSrcweir	{
3310c794a3bSmseidel		HelpID = "cui:RadioButton:MD_INSERT_OLEOBJECT:RB_NEW_OBJECT" ;
3320c794a3bSmseidel		Pos = MAP_APPFONT ( 6, 6 ) ;
3330c794a3bSmseidel		Size = MAP_APPFONT ( 81, 10 ) ;
334cdf0e10cSrcweir		Text [ en-US ] = "~Create new" ;
335cdf0e10cSrcweir	};
336cdf0e10cSrcweir	RadioButton RB_OBJECT_FROMFILE
337cdf0e10cSrcweir	{
3380c794a3bSmseidel		HelpID = "cui:RadioButton:MD_INSERT_OLEOBJECT:RB_OBJECT_FROMFILE" ;
3390c794a3bSmseidel		Pos = MAP_APPFONT ( 90, 6 ) ;
3400c794a3bSmseidel		Size = MAP_APPFONT ( 81, 10 ) ;
341cdf0e10cSrcweir		Text [ en-US ] = "Create from ~file" ;
342cdf0e10cSrcweir	};
343cdf0e10cSrcweir	ListBox LB_OBJECTTYPE
344cdf0e10cSrcweir	{
3450c794a3bSmseidel		HelpID = "cui:ListBox:MD_INSERT_OLEOBJECT:LB_OBJECTTYPE" ;
346cdf0e10cSrcweir		Border = TRUE ;
3470c794a3bSmseidel		Pos = MAP_APPFONT ( 12, 33 ) ;
3480c794a3bSmseidel		Size = MAP_APPFONT ( 204, 60 ) ;
349cdf0e10cSrcweir	};
350cdf0e10cSrcweir	Edit ED_FILEPATH
351cdf0e10cSrcweir	{
3520c794a3bSmseidel		HelpID = "cui:Edit:MD_INSERT_OLEOBJECT:ED_FILEPATH" ;
353cdf0e10cSrcweir		Border = TRUE ;
3540c794a3bSmseidel		Pos = MAP_APPFONT ( 12, 33 ) ;
3550c794a3bSmseidel		Size = MAP_APPFONT ( 204, 12 ) ;
356cdf0e10cSrcweir	};
357cdf0e10cSrcweir	PushButton BTN_FILEPATH
358cdf0e10cSrcweir	{
3590c794a3bSmseidel		HelpID = "cui:PushButton:MD_INSERT_OLEOBJECT:BTN_FILEPATH" ;
3600c794a3bSmseidel		Pos = MAP_APPFONT ( 166, 48 ) ;
3610c794a3bSmseidel		Size = MAP_APPFONT ( 50, 14 ) ;
362cdf0e10cSrcweir		Text [ en-US ] = "~Search..." ;
363cdf0e10cSrcweir	};
364cdf0e10cSrcweir	CheckBox CB_FILELINK
365cdf0e10cSrcweir	{
3660c794a3bSmseidel		HelpID = "cui:CheckBox:MD_INSERT_OLEOBJECT:CB_FILELINK" ;
3670c794a3bSmseidel		Pos = MAP_APPFONT ( 12, 48 ) ;
3680c794a3bSmseidel		Size = MAP_APPFONT ( 138, 10 ) ;
369cdf0e10cSrcweir		Text [ en-US ] = "~Link to file" ;
370cdf0e10cSrcweir	};
371cdf0e10cSrcweir	FixedLine GB_OBJECT
372cdf0e10cSrcweir	{
3730c794a3bSmseidel		Pos = MAP_APPFONT ( 6, 22 ) ;
3740c794a3bSmseidel		Size = MAP_APPFONT ( 216, 8 ) ;
375cdf0e10cSrcweir		Text [ en-US ] = "Object type" ;
376cdf0e10cSrcweir	};
377cdf0e10cSrcweir	OKButton 1
378cdf0e10cSrcweir	{
3790c794a3bSmseidel		Pos = MAP_APPFONT ( 228, 6 ) ;
3800c794a3bSmseidel		Size = MAP_APPFONT ( 50, 14 ) ;
381cdf0e10cSrcweir		DefButton = TRUE ;
382cdf0e10cSrcweir		TabStop = TRUE ;
383cdf0e10cSrcweir	};
384cdf0e10cSrcweir	CancelButton 1
385cdf0e10cSrcweir	{
3860c794a3bSmseidel		Pos = MAP_APPFONT ( 228, 23 ) ;
3870c794a3bSmseidel		Size = MAP_APPFONT ( 50, 14 ) ;
388cdf0e10cSrcweir		TabStop = TRUE ;
389cdf0e10cSrcweir	};
390cdf0e10cSrcweir	HelpButton 1
391cdf0e10cSrcweir	{
3920c794a3bSmseidel		Pos = MAP_APPFONT ( 228, 43 ) ;
3930c794a3bSmseidel		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{
4040c794a3bSmseidel	HelpID = "cui:ModalDialog:MD_INSERT_OBJECT_PLUGIN" ;
405cdf0e10cSrcweir	OutputSize = TRUE ;
406cdf0e10cSrcweir	SVLook = TRUE ;
4070c794a3bSmseidel	Size = MAP_APPFONT ( 284, 123 ) ;
408cdf0e10cSrcweir	Moveable = TRUE ;
409cdf0e10cSrcweir	Edit ED_FILEURL
410cdf0e10cSrcweir	{
4110c794a3bSmseidel		HelpID = "cui:Edit:MD_INSERT_OBJECT_PLUGIN:ED_FILEURL" ;
412cdf0e10cSrcweir		Border = TRUE ;
4130c794a3bSmseidel		Pos = MAP_APPFONT ( 12, 14 ) ;
4140c794a3bSmseidel		Size = MAP_APPFONT ( 204, 12 ) ;
415cdf0e10cSrcweir	};
416cdf0e10cSrcweir	PushButton BTN_FILEURL
417cdf0e10cSrcweir	{
4180c794a3bSmseidel		HelpID = "cui:PushButton:MD_INSERT_OBJECT_PLUGIN:BTN_FILEURL" ;
4190c794a3bSmseidel		Pos = MAP_APPFONT ( 166, 29 ) ;
4200c794a3bSmseidel		Size = MAP_APPFONT ( 50, 14 ) ;
421cdf0e10cSrcweir		Text [ en-US ] = "~Browse..." ;
422cdf0e10cSrcweir	};
423cdf0e10cSrcweir	FixedLine GB_FILEURL
424cdf0e10cSrcweir	{
4250c794a3bSmseidel		Pos = MAP_APPFONT ( 6, 3 ) ;
4260c794a3bSmseidel		Size = MAP_APPFONT ( 216, 8 ) ;
427cdf0e10cSrcweir		Text [ en-US ] = "File / URL" ;
428cdf0e10cSrcweir	};
429cdf0e10cSrcweir	MultiLineEdit ED_PLUGINS_OPTIONS
430cdf0e10cSrcweir	{
4310c794a3bSmseidel		HelpID = "cui:MultiLineEdit:MD_INSERT_OBJECT_PLUGIN:ED_PLUGINS_OPTIONS" ;
432cdf0e10cSrcweir		Border = TRUE ;
4330c794a3bSmseidel		Pos = MAP_APPFONT ( 12, 66 ) ;
4340c794a3bSmseidel		Size = MAP_APPFONT ( 204, 45 ) ;
435cdf0e10cSrcweir		VScroll = TRUE ;
4360c794a3bSmseidel		IgnoreTab = TRUE ;
437cdf0e10cSrcweir	};
438cdf0e10cSrcweir	FixedLine GB_PLUGINS_OPTIONS
439cdf0e10cSrcweir	{
4400c794a3bSmseidel		Pos = MAP_APPFONT ( 6, 55 ) ;
4410c794a3bSmseidel		Size = MAP_APPFONT ( 216, 8 ) ;
442cdf0e10cSrcweir		Text [ en-US ] = "Options" ;
443cdf0e10cSrcweir	};
444cdf0e10cSrcweir	OKButton 1
445cdf0e10cSrcweir	{
4460c794a3bSmseidel		Pos = MAP_APPFONT ( 228, 6 ) ;
4470c794a3bSmseidel		Size = MAP_APPFONT ( 50, 14 ) ;
448cdf0e10cSrcweir		DefButton = TRUE ;
449cdf0e10cSrcweir	};
450cdf0e10cSrcweir	CancelButton 1
451cdf0e10cSrcweir	{
4520c794a3bSmseidel		Pos = MAP_APPFONT ( 228, 23 ) ;
4530c794a3bSmseidel		Size = MAP_APPFONT ( 50, 14 ) ;
454cdf0e10cSrcweir	};
455cdf0e10cSrcweir	HelpButton 1
456cdf0e10cSrcweir	{
4570c794a3bSmseidel		Pos = MAP_APPFONT ( 228, 43 ) ;
4580c794a3bSmseidel		Size = MAP_APPFONT ( 50, 14 ) ;
459cdf0e10cSrcweir	};
460cdf0e10cSrcweir	Text [ en-US ] = "Insert Plug-in" ;
461cdf0e10cSrcweir};
462cdf0e10cSrcweirModalDialog MD_INSERT_OBJECT_APPLET
463cdf0e10cSrcweir{
4640c794a3bSmseidel	HelpID = "cui:ModalDialog:MD_INSERT_OBJECT_APPLET" ;
465cdf0e10cSrcweir	OutputSize = TRUE ;
466cdf0e10cSrcweir	SVLook = TRUE ;
4670c794a3bSmseidel	Size = MAP_APPFONT ( 284, 164 ) ;
468cdf0e10cSrcweir	Moveable = TRUE ;
469cdf0e10cSrcweir	FixedText FT_CLASSFILE
470cdf0e10cSrcweir	{
4710c794a3bSmseidel		Pos = MAP_APPFONT ( 12, 14 ) ;
4720c794a3bSmseidel		Size = MAP_APPFONT ( 204, 10 ) ;
473cdf0e10cSrcweir		Text [ en-US ] = "~Class" ;
474cdf0e10cSrcweir	};
475cdf0e10cSrcweir	Edit ED_CLASSFILE
476cdf0e10cSrcweir	{
4770c794a3bSmseidel		HelpID = "cui:Edit:MD_INSERT_OBJECT_APPLET:ED_CLASSFILE" ;
478cdf0e10cSrcweir		Border = TRUE ;
4790c794a3bSmseidel		Pos = MAP_APPFONT ( 12, 27 ) ;
4800c794a3bSmseidel		Size = MAP_APPFONT ( 204, 12 ) ;
481cdf0e10cSrcweir	};
482cdf0e10cSrcweir	FixedText FT_CLASSLOCATION
483cdf0e10cSrcweir	{
4840c794a3bSmseidel		Pos = MAP_APPFONT ( 12, 42 ) ;
4850c794a3bSmseidel		Size = MAP_APPFONT ( 204, 10 ) ;
486cdf0e10cSrcweir		Text [ en-US ] = "Class ~Location" ;
487cdf0e10cSrcweir	};
488cdf0e10cSrcweir	Edit ED_CLASSLOCATION
489cdf0e10cSrcweir	{
4900c794a3bSmseidel		HelpID = "cui:Edit:MD_INSERT_OBJECT_APPLET:ED_CLASSLOCATION" ;
491cdf0e10cSrcweir		Border = TRUE ;
4920c794a3bSmseidel		Pos = MAP_APPFONT ( 12, 55 ) ;
4930c794a3bSmseidel		Size = MAP_APPFONT ( 204, 12 ) ;
494cdf0e10cSrcweir	};
495cdf0e10cSrcweir	PushButton BTN_CLASS
496cdf0e10cSrcweir	{
4970c794a3bSmseidel		HelpID = "cui:PushButton:MD_INSERT_OBJECT_APPLET:BTN_CLASS" ;
4980c794a3bSmseidel		Pos = MAP_APPFONT ( 166, 70 ) ;
4990c794a3bSmseidel		Size = MAP_APPFONT ( 50, 14 ) ;
500cdf0e10cSrcweir		Text [ en-US ] = "~Search..." ;
501cdf0e10cSrcweir	};
502cdf0e10cSrcweir	FixedLine GB_CLASS
503cdf0e10cSrcweir	{
5040c794a3bSmseidel		Pos = MAP_APPFONT ( 6, 3 ) ;
5050c794a3bSmseidel		Size = MAP_APPFONT ( 216, 8 ) ;
506cdf0e10cSrcweir		Text [ en-US ] = "File" ;
507cdf0e10cSrcweir	};
5080c794a3bSmseidel	MultiLineEdit ED_APPLET_OPTIONS
509cdf0e10cSrcweir	{
5100c794a3bSmseidel		HelpID = "cui:MultiLineEdit:MD_INSERT_OBJECT_APPLET:ED_APPLET_OPTIONS" ;
511cdf0e10cSrcweir		Border = TRUE ;
5120c794a3bSmseidel		Pos = MAP_APPFONT ( 12, 107 ) ;
5130c794a3bSmseidel		Size = MAP_APPFONT ( 204, 45 ) ;
514cdf0e10cSrcweir		VScroll = TRUE ;
5150c794a3bSmseidel		IgnoreTab = TRUE ;
516cdf0e10cSrcweir	};
517cdf0e10cSrcweir	FixedLine GB_APPLET_OPTIONS
518cdf0e10cSrcweir	{
5190c794a3bSmseidel		Pos = MAP_APPFONT ( 6, 96 ) ;
5200c794a3bSmseidel		Size = MAP_APPFONT ( 216, 8 ) ;
521cdf0e10cSrcweir		Text [ en-US ] = "Options" ;
522cdf0e10cSrcweir	};
523cdf0e10cSrcweir	OKButton 1
524cdf0e10cSrcweir	{
5250c794a3bSmseidel		Pos = MAP_APPFONT ( 228, 6 ) ;
5260c794a3bSmseidel		Size = MAP_APPFONT ( 50, 14 ) ;
527cdf0e10cSrcweir		DefButton = TRUE ;
528cdf0e10cSrcweir	};
529cdf0e10cSrcweir	CancelButton 1
530cdf0e10cSrcweir	{
5310c794a3bSmseidel		Pos = MAP_APPFONT ( 228, 23 ) ;
5320c794a3bSmseidel		Size = MAP_APPFONT ( 50, 14 ) ;
533cdf0e10cSrcweir	};
534cdf0e10cSrcweir	HelpButton 1
535cdf0e10cSrcweir	{
5360c794a3bSmseidel		Pos = MAP_APPFONT ( 228, 43 ) ;
5370c794a3bSmseidel		Size = MAP_APPFONT ( 50, 14 ) ;
538cdf0e10cSrcweir	};
539cdf0e10cSrcweir	Text [ en-US ] = "Insert Applet" ;
540cdf0e10cSrcweir};
541cdf0e10cSrcweirControl TB_LINKS
542cdf0e10cSrcweir{
543cdf0e10cSrcweir	Border = TRUE ;
5440c794a3bSmseidel	Pos = MAP_APPFONT ( 6, 21 ) ;
5450c794a3bSmseidel	Size = MAP_APPFONT ( 257, 87 ) ;
546cdf0e10cSrcweir	TabStop = TRUE ;
547cdf0e10cSrcweir	ClipChildren = TRUE ;
548cdf0e10cSrcweir};
549cdf0e10cSrcweir
550cdf0e10cSrcweirModalDialog MD_INSERT_OBJECT_IFRAME
551cdf0e10cSrcweir{
5520c794a3bSmseidel	HelpID = "cui:ModalDialog:MD_INSERT_OBJECT_IFRAME" ;
5530c794a3bSmseidel	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	{
5610c794a3bSmseidel		Pos = MAP_APPFONT ( 246, 6 ) ;
5620c794a3bSmseidel		Size = MAP_APPFONT ( 50, 14 ) ;
563cdf0e10cSrcweir		DefButton = TRUE ;
564cdf0e10cSrcweir	};
565cdf0e10cSrcweir	CancelButton 1
566cdf0e10cSrcweir	{
5670c794a3bSmseidel		Pos = MAP_APPFONT ( 246, 23 ) ;
5680c794a3bSmseidel		Size = MAP_APPFONT ( 50, 14 ) ;
569cdf0e10cSrcweir	};
570cdf0e10cSrcweir	HelpButton 1
571cdf0e10cSrcweir	{
5720c794a3bSmseidel		Pos = MAP_APPFONT ( 246, 43 ) ;
5730c794a3bSmseidel		Size = MAP_APPFONT ( 50, 14 ) ;
574cdf0e10cSrcweir	};
575cdf0e10cSrcweir	FixedText FT_FRAMENAME
576cdf0e10cSrcweir	{
5770c794a3bSmseidel		Pos = MAP_APPFONT ( 6, 7 ) ;
5780c794a3bSmseidel		Size = MAP_APPFONT ( 36, 10 ) ;
579cdf0e10cSrcweir		Text [ en-US ] = "~Name" ;
580cdf0e10cSrcweir	};
581cdf0e10cSrcweir	Edit ED_FRAMENAME
582cdf0e10cSrcweir	{
5830c794a3bSmseidel		HelpID = "cui:Edit:MD_INSERT_OBJECT_IFRAME:ED_FRAMENAME" ;
584cdf0e10cSrcweir		Border = TRUE ;
5850c794a3bSmseidel		Pos = MAP_APPFONT ( 45, 6 ) ;
5860c794a3bSmseidel		Size = MAP_APPFONT ( 178, 12 ) ;
587cdf0e10cSrcweir		TabStop = TRUE ;
588cdf0e10cSrcweir	};
589cdf0e10cSrcweir	FixedText FT_URL
590cdf0e10cSrcweir	{
5910c794a3bSmseidel		Pos = MAP_APPFONT ( 6, 25 ) ;
5920c794a3bSmseidel		Size = MAP_APPFONT ( 36, 10 ) ;
593cdf0e10cSrcweir		Text [ en-US ] = "~Contents" ;
594cdf0e10cSrcweir	};
595cdf0e10cSrcweir	Edit ED_URL
596cdf0e10cSrcweir	{
5970c794a3bSmseidel		HelpID = "cui:Edit:MD_INSERT_OBJECT_IFRAME:ED_URL" ;
598cdf0e10cSrcweir		Border = TRUE ;
5990c794a3bSmseidel		Pos = MAP_APPFONT ( 45, 24 ) ;
6000c794a3bSmseidel		Size = MAP_APPFONT ( 178, 12 ) ;
601cdf0e10cSrcweir		TabStop = TRUE ;
602cdf0e10cSrcweir	};
603cdf0e10cSrcweir	PushButton BT_FILEOPEN
604cdf0e10cSrcweir	{
6050c794a3bSmseidel		HelpID = "cui:PushButton:MD_INSERT_OBJECT_IFRAME:BT_FILEOPEN" ;
6060c794a3bSmseidel		Pos = MAP_APPFONT ( 226, 24 ) ;
6070c794a3bSmseidel		Size = MAP_APPFONT ( 14, 14 ) ;
608cdf0e10cSrcweir		Text = "~..." ;
609cdf0e10cSrcweir		TabStop = TRUE ;
610cdf0e10cSrcweir	};
611cdf0e10cSrcweir	RadioButton RB_SCROLLINGON
612cdf0e10cSrcweir	{
6130c794a3bSmseidel		HelpID = "cui:RadioButton:MD_INSERT_OBJECT_IFRAME:RB_SCROLLINGON" ;
614cdf0e10cSrcweir		TabStop = TRUE ;
6150c794a3bSmseidel		Pos = MAP_APPFONT ( 12, 53 ) ;
6160c794a3bSmseidel		Size = MAP_APPFONT ( 54, 10 ) ;
617cdf0e10cSrcweir		Text [ en-US ] = "~On" ;
618cdf0e10cSrcweir	};
619cdf0e10cSrcweir	RadioButton RB_SCROLLINGOFF
620cdf0e10cSrcweir	{
6210c794a3bSmseidel		HelpID = "cui:RadioButton:MD_INSERT_OBJECT_IFRAME:RB_SCROLLINGOFF" ;
622cdf0e10cSrcweir		TabStop = TRUE ;
6230c794a3bSmseidel		Pos = MAP_APPFONT ( 12, 66 ) ;
6240c794a3bSmseidel		Size = MAP_APPFONT ( 54, 10 ) ;
625cdf0e10cSrcweir		Text [ en-US ] = "O~ff" ;
626cdf0e10cSrcweir	};
627cdf0e10cSrcweir	RadioButton RB_SCROLLINGAUTO
628cdf0e10cSrcweir	{
6290c794a3bSmseidel		HelpID = "cui:RadioButton:MD_INSERT_OBJECT_IFRAME:RB_SCROLLINGAUTO" ;
630cdf0e10cSrcweir		TabStop = TRUE ;
6310c794a3bSmseidel		Pos = MAP_APPFONT ( 12, 79 ) ;
6320c794a3bSmseidel		Size = MAP_APPFONT ( 54, 10 ) ;
633cdf0e10cSrcweir		Text [ en-US ] = "Au~tomatic" ;
634cdf0e10cSrcweir	};
6350c794a3bSmseidel	FixedLine GB_SCROLLING
636cdf0e10cSrcweir	{
6370c794a3bSmseidel		Pos = MAP_APPFONT ( 6, 42 ) ;
6380c794a3bSmseidel		Size = MAP_APPFONT ( 63, 8 ) ;
639cdf0e10cSrcweir		Text [ en-US ] = "Scroll bar" ;
640cdf0e10cSrcweir	};
641cdf0e10cSrcweir	RadioButton RB_FRMBORDER_ON
642cdf0e10cSrcweir	{
6430c794a3bSmseidel		HelpID = "cui:RadioButton:MD_INSERT_OBJECT_IFRAME:RB_FRMBORDER_ON" ;
644cdf0e10cSrcweir		TabStop = TRUE ;
6450c794a3bSmseidel		Pos = MAP_APPFONT ( 81, 53 ) ;
6460c794a3bSmseidel		Size = MAP_APPFONT ( 42, 10 ) ;
647cdf0e10cSrcweir		Text [ en-US ] = "On" ;
648cdf0e10cSrcweir	};
649cdf0e10cSrcweir	RadioButton RB_FRMBORDER_OFF
650cdf0e10cSrcweir	{
6510c794a3bSmseidel		HelpID = "cui:RadioButton:MD_INSERT_OBJECT_IFRAME:RB_FRMBORDER_OFF" ;
652cdf0e10cSrcweir		TabStop = TRUE ;
6530c794a3bSmseidel		Pos = MAP_APPFONT ( 81, 66 ) ;
6540c794a3bSmseidel		Size = MAP_APPFONT ( 42, 10 ) ;
655cdf0e10cSrcweir		Text [ en-US ] = "Off" ;
656cdf0e10cSrcweir	};
6570c794a3bSmseidel	FixedLine FL_SEP_LEFT
658cdf0e10cSrcweir	{
6590c794a3bSmseidel		Pos = MAP_APPFONT ( 70, 51 ) ;
6600c794a3bSmseidel		Size = MAP_APPFONT ( 4, 38 ) ;
6610c794a3bSmseidel	};
6620c794a3bSmseidel	FixedLine GB_BORDER
6630c794a3bSmseidel	{
6640c794a3bSmseidel		Pos = MAP_APPFONT ( 75, 42 ) ;
6650c794a3bSmseidel		Size = MAP_APPFONT ( 49, 8 ) ;
666cdf0e10cSrcweir		Text [ en-US ] = "Border" ;
667cdf0e10cSrcweir	};
668cdf0e10cSrcweir	FixedText FT_MARGINWIDTH
669cdf0e10cSrcweir	{
6700c794a3bSmseidel		Pos = MAP_APPFONT ( 136, 56 ) ;
6710c794a3bSmseidel		Size = MAP_APPFONT ( 28, 10 ) ;
672cdf0e10cSrcweir		Text [ en-US ] = "~Width" ;
673cdf0e10cSrcweir	};
674cdf0e10cSrcweir	NumericField NM_MARGINWIDTH
675cdf0e10cSrcweir	{
6760c794a3bSmseidel		HelpID = "cui:NumericField:MD_INSERT_OBJECT_IFRAME:NM_MARGINWIDTH" ;
677cdf0e10cSrcweir		Border = TRUE ;
6780c794a3bSmseidel		Pos = MAP_APPFONT ( 167, 54 ) ;
6790c794a3bSmseidel		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	{
6900c794a3bSmseidel		HelpID = "cui:CheckBox:MD_INSERT_OBJECT_IFRAME:CB_MARGINWIDTHDEFAULT" ;
691cdf0e10cSrcweir		TabStop = TRUE ;
6920c794a3bSmseidel		Pos = MAP_APPFONT ( 190, 56 ) ;
6930c794a3bSmseidel		Size = MAP_APPFONT ( 50, 10 ) ;
694cdf0e10cSrcweir		Text [ en-US ] = "~Default" ;
695cdf0e10cSrcweir	};
696cdf0e10cSrcweir	FixedText FT_MARGINHEIGHT
697cdf0e10cSrcweir	{
6980c794a3bSmseidel		Pos = MAP_APPFONT ( 136, 74 ) ;
6990c794a3bSmseidel		Size = MAP_APPFONT ( 28, 10 ) ;
700cdf0e10cSrcweir		Text [ en-US ] = "H~eight" ;
701cdf0e10cSrcweir	};
702cdf0e10cSrcweir	NumericField NM_MARGINHEIGHT
703cdf0e10cSrcweir	{
7040c794a3bSmseidel		HelpID = "cui:NumericField:MD_INSERT_OBJECT_IFRAME:NM_MARGINHEIGHT" ;
705cdf0e10cSrcweir		Border = TRUE ;
7060c794a3bSmseidel		Pos = MAP_APPFONT ( 167, 72 ) ;
7070c794a3bSmseidel		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	{
7180c794a3bSmseidel		HelpID = "cui:CheckBox:MD_INSERT_OBJECT_IFRAME:CB_MARGINHEIGHTDEFAULT" ;
719cdf0e10cSrcweir		TabStop = TRUE ;
7200c794a3bSmseidel		Pos = MAP_APPFONT ( 190, 74 ) ;
7210c794a3bSmseidel		Size = MAP_APPFONT ( 50, 10 ) ;
722cdf0e10cSrcweir		Text [ en-US ] = "Defa~ult" ;
723cdf0e10cSrcweir	};
7240c794a3bSmseidel	FixedLine FL_SEP_RIGHT
7250c794a3bSmseidel	{
7260c794a3bSmseidel		Pos = MAP_APPFONT ( 125, 51 ) ;
7270c794a3bSmseidel		Size = MAP_APPFONT ( 4, 38 ) ;
7280c794a3bSmseidel	};
7290c794a3bSmseidel	FixedLine GB_MARGIN
730cdf0e10cSrcweir	{
7310c794a3bSmseidel		Pos = MAP_APPFONT ( 130, 42 ) ;
7320c794a3bSmseidel		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
7470c794a3bSmseidel// ********************************************************************** EOF
748