merge the formfield patch from ooo-build
[ooovba.git] / filter / source / flash / impswfdialog.src
blob25dc2749150dff0ad72db7ac46e0b1b46aebf2cd
1 /*************************************************************************
2  *
3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4  * 
5  * Copyright 2008 by Sun Microsystems, Inc.
6  *
7  * OpenOffice.org - a multi-platform office productivity suite
8  *
9  * $RCSfile: impswfdialog.src,v $
10  * $Revision: 1.16 $
11  *
12  * This file is part of OpenOffice.org.
13  *
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.
17  *
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).
23  *
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.
28  *
29  ************************************************************************/
31 #include "impswfdialog.hrc"
33 ModalDialog DLG_OPTIONS
35     Size = MAP_APPFONT ( 200 , 200 ) ;
36     OutputSize = TRUE ;
37     SVLook = TRUE ;
38     Moveable = TRUE ;
39     Closeable = TRUE ;
40     Text [ en-US ] = "Macromedia Flash (SWF) Options" ;
42     FixedText FI_DESCR
43     {
44         Pos = MAP_APPFONT ( 12 , 14 ) ;
45         Size = MAP_APPFONT ( 81 , 16 ) ;
46         Text [ en-US ] = "1: min. quality\n100: max. quality" ;
47     };
48     NumericField NUM_FLD_QUALITY
49     {
50         Border = TRUE ;
51         Pos = MAP_APPFONT ( 12 , 33 ) ;
52         Size = MAP_APPFONT ( 50 , 12 ) ;
53         TabStop = TRUE ;
54         Spin = TRUE ;
55         Minimum = 1;
56         Maximum = 100 ;
57         StrictFormat = TRUE ;
58         Last = 100 ;
59         Repeat = TRUE ;
60     };
61     CheckBox BOOL_EXPORT_ALL
62     {
63         Pos = MAP_APPFONT ( 12 , 65 ) ;
64         Size = MAP_APPFONT ( 10 , 14 ) ;
65         TabStop = TRUE ;
66     };
67     FixedText FI_EXPORT_ALL_DESCR
68     {
69         Pos = MAP_APPFONT ( 25 , 65 ) ;
70         Size = MAP_APPFONT ( 150 , 16 ) ;
71         Text = "Export All Slides (Uncheck exports current slide)" ;
72     };
73     CheckBox BOOL_EXPORT_MULTIPLE_FILES
74     {
75         Pos = MAP_APPFONT ( 12 , 80 ) ;
76         Size = MAP_APPFONT ( 10 , 14 ) ;
77         TabStop = TRUE ;
78     };
79     FixedText FI_EXPORT_MULTIPLE_FILES_DESCR
80     {
81         Pos = MAP_APPFONT ( 25 , 80 ) ;
82         Size = MAP_APPFONT ( 150 , 16 ) ;
83         Text = "Export As Multiple Files" ;
84     };
85     CheckBox BOOL_EXPORT_BACKGROUNDS
86     {
87         Pos = MAP_APPFONT ( 22 , 95 ) ;
88         Size = MAP_APPFONT ( 10 , 14 ) ;
89         TabStop = TRUE ;
90     };
91     FixedText FI_EXPORT_BACKGROUNDS_DESCR
92     {
93         Pos = MAP_APPFONT ( 35 , 95 ) ;
94         Size = MAP_APPFONT ( 100 , 16 ) ;
95         Text = "Export Backgrounds" ;
96     };
97     CheckBox BOOL_EXPORT_BACKGROUND_OBJECTS
98     {
99         Pos = MAP_APPFONT ( 22 , 107) ;
100         Size = MAP_APPFONT ( 10 , 14 ) ;
101         TabStop = TRUE ;
102     };
103     FixedText FI_EXPORT_BACKGROUND_OBJECTS_DESCR
104     {
105         Pos = MAP_APPFONT ( 35 , 107) ;
106         Size = MAP_APPFONT ( 100 , 16 ) ;
107         Text = "Export Background Objects" ;
108     };
109     CheckBox BOOL_EXPORT_SLIDE_CONTENTS
110     {
111         Pos = MAP_APPFONT ( 22 , 119 ) ;
112         Size = MAP_APPFONT ( 10 , 14 ) ;
113         TabStop = TRUE ;
114     };
115     FixedText FI_EXPORT_SLIDE_CONTENTS_DESCR
116     {
117         Pos = MAP_APPFONT ( 35 , 119 ) ;
118         Size = MAP_APPFONT ( 100 , 16 ) ;
119         Text = "Export Slide Contents" ;
120     };
121     CheckBox BOOL_EXPORT_SOUND
122     {
123         Pos = MAP_APPFONT ( 12 , 134 ) ;
124         Size = MAP_APPFONT ( 10 , 14 ) ;
125         TabStop = TRUE ;
126     };
127     FixedText FI_EXPORT_SOUND_DESCR
128     {
129         Pos = MAP_APPFONT ( 25 , 134 ) ;
130         Size = MAP_APPFONT ( 100 , 16 ) ;
131         Text = "Export Verilogix Slide Annotations" ;
132     };
133     CheckBox BOOL_EXPORT_OLE_AS_JPEG
134     {
135         Pos = MAP_APPFONT ( 12 , 146 ) ;
136         Size = MAP_APPFONT ( 10 , 14 ) ;
137         TabStop = TRUE ;
138     };
139     FixedText FI_EXPORT_OLE_AS_JPEG_DESCR
140     {
141         Pos = MAP_APPFONT ( 25 , 146 ) ;
142         Size = MAP_APPFONT ( 100 , 16 ) ;
143         Text = "Export OLE Objects as JPEG images" ;
144     };
147     OKButton BTN_OK
148     {
149         Pos = MAP_APPFONT ( 12 , 180 ) ;
150         Size = MAP_APPFONT ( 50 , 14 ) ;
151         TabStop = TRUE ;
152         DefButton = TRUE ;
153     };
154     CancelButton BTN_CANCEL
155     {
156         Pos = MAP_APPFONT ( 70 , 180 ) ;
157         Size = MAP_APPFONT ( 50 , 14 ) ;
158         TabStop = TRUE ;
159     };
160     HelpButton BTN_HELP
161     {
162         Pos = MAP_APPFONT ( 140 , 180 ) ;
163         Size = MAP_APPFONT ( 50 , 14 ) ;
164         TabStop = TRUE ;
165     };