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: dlgeps.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 ************************************************************************/
32 ModalDialog DLG_EXPORT_EPS
36 Size = MAP_APPFONT ( 230, 161 ) ;
39 Text [ en-US ] = "EPS Export Options";
42 Pos = MAP_APPFONT ( 174 , 6 ) ;
43 Size = MAP_APPFONT ( 50 , 14 ) ;
47 CancelButton BTN_CANCEL
49 Pos = MAP_APPFONT ( 174, 23 ) ;
50 Size = MAP_APPFONT ( 50 , 14 ) ;
55 Pos = MAP_APPFONT ( 174 , 43 ) ;
56 Size = MAP_APPFONT ( 50 , 14 ) ;
62 Pos = MAP_APPFONT ( 6 , 3 ) ;
63 Size = MAP_APPFONT ( 162 , 8 ) ;
64 Text [ en-US ] = "Preview";
66 CheckBox CB_PREVIEW_TIFF
68 Pos = MAP_APPFONT ( 12, 14 ) ;
69 Size = MAP_APPFONT ( 150 , 10 ) ;
71 Text [ en-US ] = "Image ~preview (TIFF)";
73 CheckBox CB_PREVIEW_EPSI
75 Pos = MAP_APPFONT ( 12 , 28 ) ;
76 Size = MAP_APPFONT ( 150, 10 ) ;
78 Text [ en-US ] = "~Interchange (EPSI)";
82 Pos = MAP_APPFONT ( 6, 41 ) ;
83 Size = MAP_APPFONT ( 162 , 8 ) ;
84 Text [ en-US ] = "Version";
88 Pos = MAP_APPFONT ( 12 , 52 ) ;
89 Size = MAP_APPFONT ( 150 , 10 ) ;
91 Text [ en-US ] = "Level ~1";
95 Pos = MAP_APPFONT ( 12 , 66 ) ;
96 Size = MAP_APPFONT ( 150, 10 ) ;
98 Text [ en-US ] = "Level ~2";
103 Pos = MAP_APPFONT ( 6 , 79 ) ;
104 Size = MAP_APPFONT ( 162 , 8 ) ;
105 Text [ en-US ] = "Color format";
109 Pos = MAP_APPFONT ( 12 , 90 ) ;
110 Size = MAP_APPFONT ( 150, 10 ) ;
112 Text [ en-US ] = "~Color";
114 RadioButton RB_GRAYSCALE
116 Pos = MAP_APPFONT ( 12 , 104 ) ;
117 Size = MAP_APPFONT ( 150, 10 ) ;
119 Text [ en-US ] = "~Grayscale";
122 FixedLine GRP_COMPRESSION
124 Pos = MAP_APPFONT ( 6 , 117 ) ;
125 Size = MAP_APPFONT ( 162 , 8 ) ;
126 Text [ en-US ] = "Compression";
128 RadioButton RB_COMPRESSION_LZW
130 Pos = MAP_APPFONT ( 12, 128 );
131 Size = MAP_APPFONT ( 150, 10 ) ;
133 Text [ en-US ] = "LZW encoding";
135 RadioButton RB_COMPRESSION_NONE
137 Pos = MAP_APPFONT ( 12, 141 ) ;
138 Size = MAP_APPFONT ( 150, 10 ) ;
140 Text [ en-US ] = "None";