update dev300-m57
[ooovba.git] / sfx2 / source / dialog / printopt.src
blobd1daf1b07a51b1ca39e35a0a8bb552cd5bb0266a
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: printopt.src,v $
10  * $Revision: 1.42 $
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 ---------------------------------------------------------------
33 #include <sfx2/sfx.hrc>
34 #include "printopt.hrc"
35 #include "dialog.hrc"
36 #include "helpid.hrc"
38 //****************************************************************************
40 // TabPage
42 //****************************************************************************
44 TabPage TP_COMMONPRINTOPTIONS
46     HelpID = HID_TP_COMMONPRINTOPTIONS;
47     SVLook = TRUE ;
48     Size = MAP_APPFONT ( 260 , 185 ) ;
49     Hide = TRUE ;
51     FixedLine GB_REDUCE
52     {
53         Pos = MAP_APPFONT ( 6, 3 ) ;
54         Size = MAP_APPFONT ( 248 , 8 ) ;
55         Text [ en-US ] = "Reduce print data";
56     };
57     FixedText FT_OUTPUTTYPE
58     {
59         TabStop = TRUE;
60         Pos = MAP_APPFONT ( 12, 14 ) ;
61         Size = MAP_APPFONT ( 60, 10 ) ;
62         Text [ en-US ] = "Settings for";
63     };
64     RadioButton RB_PRINTEROUTPUT
65     {
66         TabStop = TRUE;
67         Pos = MAP_APPFONT ( 81, 14 ) ;
68         Size = MAP_APPFONT ( 60, 10 ) ;
69         Text [ en-US ] = "~Printer";
70     };
71     RadioButton RB_PRINTFILEOUTPUT
72     {
73         TabStop = TRUE;
74         Pos = MAP_APPFONT ( 142, 14 ) ;
75         Size = MAP_APPFONT ( 100, 10 ) ;
76         Text [ en-US ] = "Print to ~file";
77     };
79     // -----------
81     FixedLine GB_OUTPUT
82     {
83         Pos = MAP_APPFONT ( 12, 27 ) ;
84         Size = MAP_APPFONT ( 242 , 8 ) ;
85     };
87     CheckBox CB_REDUCETRANSPARENCY
88     {
89         TabStop = TRUE;
90         Pos = MAP_APPFONT ( 18, 38 ) ;
91         Size = MAP_APPFONT ( 115, 10 ) ;
92         Text [ en-US ] = "~Reduce transparency";
93     };
94     RadioButton RB_REDUCETRANSPARENCY_AUTO
95     {
96         TabStop = TRUE;
97         Pos = MAP_APPFONT ( 28, 51 ) ;
98         Size = MAP_APPFONT ( 105, 10 ) ;
99         Text [ en-US ] = "Auto~matically";
100     };
101     RadioButton RB_REDUCETRANSPARENCY_NONE
102     {
103         TabStop = TRUE;
104         Pos = MAP_APPFONT ( 28, 64 ) ;
105         Size = MAP_APPFONT ( 105, 10 ) ;
106         Text [ en-US ] = "~No transparency";
107     };
109     // -----------
111     CheckBox CB_REDUCEGRADIENTS
112     {
113         TabStop = TRUE;
114         Pos = MAP_APPFONT ( 136, 38 ) ;
115         Size = MAP_APPFONT ( 121, 10 ) ;
116         Text [ en-US ] = "Reduce ~gradients";
117     };
118     RadioButton RB_REDUCEGRADIENTS_STRIPES
119     {
120         TabStop = TRUE;
121         Pos = MAP_APPFONT ( 146, 51 ) ;
122         Size = MAP_APPFONT ( 77, 10 ) ;
123         Text [ en-US ] = "Gradient ~stripes";
124     };
125     NumericField NF_REDUCEGRADIENTS_STEPCOUNT
126     {
127         TabStop = TRUE;
128         Border = TRUE ;
129         Pos = MAP_APPFONT ( 224, 49 ) ;
130         Size = MAP_APPFONT ( 24, 12 ) ;
131         Minimum = 2;
132         Maximum = 256;
133         Spin = TRUE ;
134         Repeat = TRUE ;
135     };
136     RadioButton RB_REDUCEGRADIENTS_COLOR
137     {
138         TabStop = TRUE;
139         Pos = MAP_APPFONT ( 146, 64 ) ;
140         Size = MAP_APPFONT ( 108, 10 ) ;
141         Text [ en-US ] = "Intermediate ~color";
142     };
144     // -----------
146     CheckBox CB_REDUCEBITMAPS
147     {
148         TabStop = TRUE;
149         Pos = MAP_APPFONT ( 18, 80 ) ;
150         Size = MAP_APPFONT ( 115, 10 ) ;
151         Text [ en-US ] = "Reduce ~bitmaps";
152     };
153     RadioButton RB_REDUCEBITMAPS_OPTIMAL
154     {
155         TabStop = TRUE;
156         Pos = MAP_APPFONT ( 28, 93 ) ;
157         Size = MAP_APPFONT ( 226, 10 ) ;
158         Text [ en-US ] = "~High print quality";
159     };
160     RadioButton RB_REDUCEBITMAPS_NORMAL
161     {
162         TabStop = TRUE;
163         Pos = MAP_APPFONT ( 28, 106 ) ;
164         Size = MAP_APPFONT ( 226, 10 ) ;
165         Text [ en-US ] = "N~ormal print quality";
166     };
167     RadioButton RB_REDUCEBITMAPS_RESOLUTION
168     {
169         TabStop = TRUE;
170         Pos = MAP_APPFONT ( 28, 119 ) ;
171         Size = MAP_APPFONT ( 52, 10 ) ;
172         Text [ en-US ] = "Reso~lution";
173     };
174     ListBox LB_REDUCEBITMAPS_RESOLUTION
175     {
176         TabStop = TRUE;
177         Border = TRUE ;
178         Pos = MAP_APPFONT ( 81, 117 ) ;
179         Size = MAP_APPFONT ( 60, 100 ) ;
180         DropDown = TRUE;
182     StringList [ en-US ] =
183     {
184             < "72 DPI"; 0; > ;
185         < "96 DPI"; 0;  > ;
186         < "150 DPI (Fax)"; 0; > ;
187         < "200 DPI (default)"; 0; > ;
188         < "300 DPI"; 0; > ;
189         < "600 DPI"; 0; > ;
190     };
191     };
192     CheckBox CB_REDUCEBITMAPS_TRANSPARENCY
193     {
194         TabStop = TRUE;
195         Pos = MAP_APPFONT ( 28, 132 ) ;
196         Size = MAP_APPFONT ( 226, 10 ) ;
197         Text [ en-US ] = "Include transparent ob~jects";
198     };
200     // -----------
202     CheckBox CB_CONVERTTOGREYSCALES
203     {
204         TabStop = TRUE;
205         Pos = MAP_APPFONT ( 136, 80 ) ;
206         Size = MAP_APPFONT ( 123, 10 ) ;
207         Text [ en-US ] = "Con~vert colors to grayscale";
208     };
210     // -----------
212     FixedLine GB_PRINT_WARN
213     {
214         Pos = MAP_APPFONT ( 6, 148 ) ;
215         Size = MAP_APPFONT ( 248 , 8 ) ;
216         Text [ en-US ] = "Printer warnings" ;
217     };
218     CheckBox CB_PAPERSIZE
219     {
220         TabStop = TRUE;
221         Pos = MAP_APPFONT ( 12, 159 ) ;
222         Size = MAP_APPFONT ( 123, 10 ) ;
223         Text [ en-US ] = "P~aper size" ;
224     };
225     CheckBox CB_PAPERORIENTATION
226     {
227         TabStop = TRUE;
228         Pos = MAP_APPFONT ( 12, 172 ) ;
229         Size = MAP_APPFONT ( 123 , 10 ) ;
230         Text [ en-US ] = "Pap~er orientation" ;
231     };
232     CheckBox CB_TRANSPARENCY
233     {
234         TabStop = TRUE;
235         Pos = MAP_APPFONT ( 136, 159 ) ;
236         Size = MAP_APPFONT ( 123, 10 ) ;
237         Text [ en-US ] = "~Transparency";
238     };
241 // --------------
242 // - WarningBox -
243 // --------------
245 ModalDialog RID_WARN_PRINTTRANSPARENCY
247     OutputSize = TRUE ;
248     Size = MAP_APPFONT ( 195 , 85 ) ;
249     Text [ en-US ] = "Warning" ;
250     Moveable = TRUE ;
251     FixedImage FI_PRINTTRANSWARN
252     {
253         Pos = MAP_APPFONT ( 6 , 6 ) ;
254         Size = MAP_APPFONT ( 20 , 20 ) ;
255     };
256     FixedText FT_PRINTTRANSWARN
257     {
258         Pos = MAP_APPFONT ( 29 , 6 ) ;
259         Size = MAP_APPFONT ( 163 , 36 ) ;
260         WordBreak = TRUE ;
261         Text [ en-US ] = "Your document contains transparent objects.\nThis may lead to longer printing time on certain\nprinters. Should the aspect of transparency\nbe reduced?";
262     };
263     OKButton BTN_PRINTTRANS_YES
264     {
265         Pos = MAP_APPFONT ( 12 , 48 ) ;
266         Size = MAP_APPFONT ( 50 , 14 ) ;
267         DefButton = TRUE;
268         Text [ en-US ] = "~Yes" ;
269     };
270     PushButton BTN_PRINTTRANS_NO
271     {
272         Pos = MAP_APPFONT ( 68 , 48 ) ;
273         Size = MAP_APPFONT ( 50 , 14 ) ;
274         Text [ en-US ] = "~No" ;
275     };
276     CancelButton BTN_PRINTTRANS_CANCEL
277     {
278         Pos = MAP_APPFONT ( 124 , 48 ) ;
279         Size = MAP_APPFONT ( 50 , 14 ) ;
280         Text [ en-US ] = "~Cancel" ;
281     };
282     CheckBox CBX_NOPRINTTRANSWARN
283     {
284         Pos = MAP_APPFONT ( 6 , 68 ) ;
285         Size = MAP_APPFONT ( 183 , 10 ) ;
286         Text [ en-US ] = "~Do not show warning again" ;
287     };