1 /*************************************************************************
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
5 * Copyright 2008 by Sun Microsystems, Inc.
7 * OpenOffice.org - a multi-platform office productivity suite
9 * $RCSfile: impswfdialog.src,v $
12 * This file is part of OpenOffice.org.
14 * OpenOffice.org is free software: you can redistribute it and/or modify
15 * it under the terms of the GNU Lesser General Public License version 3
16 * only, as published by the Free Software Foundation.
18 * OpenOffice.org is distributed in the hope that it will be useful,
19 * but WITHOUT ANY WARRANTY; without even the implied warranty of
20 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
21 * GNU Lesser General Public License version 3 for more details
22 * (a copy is included in the LICENSE file that accompanied this code).
24 * You should have received a copy of the GNU Lesser General Public License
25 * version 3 along with OpenOffice.org. If not, see
26 * <http://www.openoffice.org/license.html>
27 * for a copy of the LGPLv3 License.
29 ************************************************************************/
31 #include "impswfdialog.hrc"
33 ModalDialog DLG_OPTIONS
35 Size = MAP_APPFONT ( 200 , 200 ) ;
40 Text [ en-US ] = "Macromedia Flash (SWF) Options" ;
44 Pos = MAP_APPFONT ( 12 , 14 ) ;
45 Size = MAP_APPFONT ( 81 , 16 ) ;
46 Text [ en-US ] = "1: min. quality\n100: max. quality" ;
48 NumericField NUM_FLD_QUALITY
51 Pos = MAP_APPFONT ( 12 , 33 ) ;
52 Size = MAP_APPFONT ( 50 , 12 ) ;
61 CheckBox BOOL_EXPORT_ALL
63 Pos = MAP_APPFONT ( 12 , 65 ) ;
64 Size = MAP_APPFONT ( 10 , 14 ) ;
67 FixedText FI_EXPORT_ALL_DESCR
69 Pos = MAP_APPFONT ( 25 , 65 ) ;
70 Size = MAP_APPFONT ( 150 , 16 ) ;
71 Text = "Export All Slides (Uncheck exports current slide)" ;
73 CheckBox BOOL_EXPORT_MULTIPLE_FILES
75 Pos = MAP_APPFONT ( 12 , 80 ) ;
76 Size = MAP_APPFONT ( 10 , 14 ) ;
79 FixedText FI_EXPORT_MULTIPLE_FILES_DESCR
81 Pos = MAP_APPFONT ( 25 , 80 ) ;
82 Size = MAP_APPFONT ( 150 , 16 ) ;
83 Text = "Export As Multiple Files" ;
85 CheckBox BOOL_EXPORT_BACKGROUNDS
87 Pos = MAP_APPFONT ( 22 , 95 ) ;
88 Size = MAP_APPFONT ( 10 , 14 ) ;
91 FixedText FI_EXPORT_BACKGROUNDS_DESCR
93 Pos = MAP_APPFONT ( 35 , 95 ) ;
94 Size = MAP_APPFONT ( 100 , 16 ) ;
95 Text = "Export Backgrounds" ;
97 CheckBox BOOL_EXPORT_BACKGROUND_OBJECTS
99 Pos = MAP_APPFONT ( 22 , 107) ;
100 Size = MAP_APPFONT ( 10 , 14 ) ;
103 FixedText FI_EXPORT_BACKGROUND_OBJECTS_DESCR
105 Pos = MAP_APPFONT ( 35 , 107) ;
106 Size = MAP_APPFONT ( 100 , 16 ) ;
107 Text = "Export Background Objects" ;
109 CheckBox BOOL_EXPORT_SLIDE_CONTENTS
111 Pos = MAP_APPFONT ( 22 , 119 ) ;
112 Size = MAP_APPFONT ( 10 , 14 ) ;
115 FixedText FI_EXPORT_SLIDE_CONTENTS_DESCR
117 Pos = MAP_APPFONT ( 35 , 119 ) ;
118 Size = MAP_APPFONT ( 100 , 16 ) ;
119 Text = "Export Slide Contents" ;
121 CheckBox BOOL_EXPORT_SOUND
123 Pos = MAP_APPFONT ( 12 , 134 ) ;
124 Size = MAP_APPFONT ( 10 , 14 ) ;
127 FixedText FI_EXPORT_SOUND_DESCR
129 Pos = MAP_APPFONT ( 25 , 134 ) ;
130 Size = MAP_APPFONT ( 100 , 16 ) ;
131 Text = "Export Verilogix Slide Annotations" ;
133 CheckBox BOOL_EXPORT_OLE_AS_JPEG
135 Pos = MAP_APPFONT ( 12 , 146 ) ;
136 Size = MAP_APPFONT ( 10 , 14 ) ;
139 FixedText FI_EXPORT_OLE_AS_JPEG_DESCR
141 Pos = MAP_APPFONT ( 25 , 146 ) ;
142 Size = MAP_APPFONT ( 100 , 16 ) ;
143 Text = "Export OLE Objects as JPEG images" ;
149 Pos = MAP_APPFONT ( 12 , 180 ) ;
150 Size = MAP_APPFONT ( 50 , 14 ) ;
154 CancelButton BTN_CANCEL
156 Pos = MAP_APPFONT ( 70 , 180 ) ;
157 Size = MAP_APPFONT ( 50 , 14 ) ;
162 Pos = MAP_APPFONT ( 140 , 180 ) ;
163 Size = MAP_APPFONT ( 50 , 14 ) ;