bump product version to 4.1.6.2
[LibreOffice.git] / filter / source / flash / impswfdialog.src
blob4664023d7945e7ce1d2353a919101c9a6c5d300a
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 /*
3  * This file is part of the LibreOffice project.
4  *
5  * This Source Code Form is subject to the terms of the Mozilla Public
6  * License, v. 2.0. If a copy of the MPL was not distributed with this
7  * file, You can obtain one at http://mozilla.org/MPL/2.0/.
8  *
9  * This file incorporates work covered by the following license notice:
10  *
11  *   Licensed to the Apache Software Foundation (ASF) under one or more
12  *   contributor license agreements. See the NOTICE file distributed
13  *   with this work for additional information regarding copyright
14  *   ownership. The ASF licenses this file to you under the Apache
15  *   License, Version 2.0 (the "License"); you may not use this file
16  *   except in compliance with the License. You may obtain a copy of
17  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
18  */
20 #include "impswfdialog.hrc"
22 ModalDialog DLG_OPTIONS
24     HelpID = "filter:ModalDialog:DLG_OPTIONS";
25     Size = MAP_APPFONT ( 200 , 200 ) ;
26     OutputSize = TRUE ;
27     SVLook = TRUE ;
28     Moveable = TRUE ;
29     Closeable = TRUE ;
30     Text [ en-US ] = "Macromedia Flash (SWF) Options" ;
32     FixedText FI_DESCR
33     {
34         Pos = MAP_APPFONT ( 12 , 14 ) ;
35         Size = MAP_APPFONT ( 81 , 16 ) ;
36         Text [ en-US ] = "1: min. quality\n100: max. quality" ;
37     };
38     NumericField NUM_FLD_QUALITY
39     {
40         HelpID = "filter:NumericField:DLG_OPTIONS:NUM_FLD_QUALITY";
41         Border = TRUE ;
42         Pos = MAP_APPFONT ( 12 , 33 ) ;
43         Size = MAP_APPFONT ( 50 , 12 ) ;
44         TabStop = TRUE ;
45         Spin = TRUE ;
46         Minimum = 1;
47         Maximum = 100 ;
48         StrictFormat = TRUE ;
49         Last = 100 ;
50         Repeat = TRUE ;
51     };
52     CheckBox BOOL_EXPORT_ALL
53     {
54         HelpID = "filter:CheckBox:DLG_OPTIONS:BOOL_EXPORT_ALL";
55         Pos = MAP_APPFONT ( 12 , 65 ) ;
56         Size = MAP_APPFONT ( 10 , 14 ) ;
57         TabStop = TRUE ;
58     };
59     FixedText FI_EXPORT_ALL_DESCR
60     {
61         Pos = MAP_APPFONT ( 25 , 65 ) ;
62         Size = MAP_APPFONT ( 150 , 16 ) ;
63         Text = "Export All Slides (Uncheck exports current slide)" ;
64     };
65     CheckBox BOOL_EXPORT_MULTIPLE_FILES
66     {
67         HelpID = "filter:CheckBox:DLG_OPTIONS:BOOL_EXPORT_MULTIPLE_FILES";
68         Pos = MAP_APPFONT ( 12 , 80 ) ;
69         Size = MAP_APPFONT ( 10 , 14 ) ;
70         TabStop = TRUE ;
71     };
72     FixedText FI_EXPORT_MULTIPLE_FILES_DESCR
73     {
74         Pos = MAP_APPFONT ( 25 , 80 ) ;
75         Size = MAP_APPFONT ( 150 , 16 ) ;
76         Text = "Export As Multiple Files" ;
77     };
78     CheckBox BOOL_EXPORT_BACKGROUNDS
79     {
80         HelpID = "filter:CheckBox:DLG_OPTIONS:BOOL_EXPORT_BACKGROUNDS";
81         Pos = MAP_APPFONT ( 22 , 95 ) ;
82         Size = MAP_APPFONT ( 10 , 14 ) ;
83         TabStop = TRUE ;
84     };
85     FixedText FI_EXPORT_BACKGROUNDS_DESCR
86     {
87         Pos = MAP_APPFONT ( 35 , 95 ) ;
88         Size = MAP_APPFONT ( 100 , 16 ) ;
89         Text = "Export Backgrounds" ;
90     };
91     CheckBox BOOL_EXPORT_BACKGROUND_OBJECTS
92     {
93         HelpID = "filter:CheckBox:DLG_OPTIONS:BOOL_EXPORT_BACKGROUND_OBJECTS";
94         Pos = MAP_APPFONT ( 22 , 107) ;
95         Size = MAP_APPFONT ( 10 , 14 ) ;
96         TabStop = TRUE ;
97     };
98     FixedText FI_EXPORT_BACKGROUND_OBJECTS_DESCR
99     {
100         Pos = MAP_APPFONT ( 35 , 107) ;
101         Size = MAP_APPFONT ( 100 , 16 ) ;
102         Text = "Export Background Objects" ;
103     };
104     CheckBox BOOL_EXPORT_SLIDE_CONTENTS
105     {
106         HelpID = "filter:CheckBox:DLG_OPTIONS:BOOL_EXPORT_SLIDE_CONTENTS";
107         Pos = MAP_APPFONT ( 22 , 119 ) ;
108         Size = MAP_APPFONT ( 10 , 14 ) ;
109         TabStop = TRUE ;
110     };
111     FixedText FI_EXPORT_SLIDE_CONTENTS_DESCR
112     {
113         Pos = MAP_APPFONT ( 35 , 119 ) ;
114         Size = MAP_APPFONT ( 100 , 16 ) ;
115         Text = "Export Slide Contents" ;
116     };
117     CheckBox BOOL_EXPORT_SOUND
118     {
119         HelpID = "filter:CheckBox:DLG_OPTIONS:BOOL_EXPORT_SOUND";
120         Pos = MAP_APPFONT ( 12 , 134 ) ;
121         Size = MAP_APPFONT ( 10 , 14 ) ;
122         TabStop = TRUE ;
123     };
124     FixedText FI_EXPORT_SOUND_DESCR
125     {
126         Pos = MAP_APPFONT ( 25 , 134 ) ;
127         Size = MAP_APPFONT ( 100 , 16 ) ;
128         Text = "Export Verilogix Slide Annotations" ;
129     };
130     CheckBox BOOL_EXPORT_OLE_AS_JPEG
131     {
132         HelpID = "filter:CheckBox:DLG_OPTIONS:BOOL_EXPORT_OLE_AS_JPEG";
133         Pos = MAP_APPFONT ( 12 , 146 ) ;
134         Size = MAP_APPFONT ( 10 , 14 ) ;
135         TabStop = TRUE ;
136     };
137     FixedText FI_EXPORT_OLE_AS_JPEG_DESCR
138     {
139         Pos = MAP_APPFONT ( 25 , 146 ) ;
140         Size = MAP_APPFONT ( 100 , 16 ) ;
141         Text = "Export OLE Objects as JPEG images" ;
142     };
145     OKButton BTN_OK
146     {
147         Pos = MAP_APPFONT ( 12 , 180 ) ;
148         Size = MAP_APPFONT ( 50 , 14 ) ;
149         TabStop = TRUE ;
150         DefButton = TRUE ;
151     };
152     CancelButton BTN_CANCEL
153     {
154         Pos = MAP_APPFONT ( 70 , 180 ) ;
155         Size = MAP_APPFONT ( 50 , 14 ) ;
156         TabStop = TRUE ;
157     };
158     HelpButton BTN_HELP
159     {
160         Pos = MAP_APPFONT ( 140 , 180 ) ;
161         Size = MAP_APPFONT ( 50 , 14 ) ;
162         TabStop = TRUE ;
163     };
167 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */