merge the formfield patch from ooo-build
[ooovba.git] / goodies / source / filter.vcl / eps / dlgeps.src
blob417d374875585c5674eeaebef69a34e4a371df2a
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: dlgeps.src,v $
10  * $Revision: 1.47 $
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 "dlgeps.hrc"
32 ModalDialog DLG_EXPORT_EPS
34     OutputSize = TRUE ;
35     SVLook = TRUE ;
36     Size = MAP_APPFONT ( 230, 161 ) ;
37     Moveable = TRUE ;
38     Closeable = TRUE ;
39     Text [ en-US ] = "EPS Export Options";
40     OKButton BTN_OK
41     {
42         Pos = MAP_APPFONT ( 174 , 6 ) ;
43         Size = MAP_APPFONT ( 50 , 14 ) ;
44         TabStop = TRUE ;
45         DefButton = TRUE ;
46     };
47     CancelButton BTN_CANCEL
48     {
49         Pos = MAP_APPFONT ( 174, 23 ) ;
50         Size = MAP_APPFONT ( 50 , 14 ) ;
51         TabStop = TRUE ;
52     };
53     HelpButton BTN_HELP
54     {
55         Pos = MAP_APPFONT ( 174 , 43 ) ;
56         Size = MAP_APPFONT ( 50 , 14 ) ;
57         TabStop = TRUE ;
58     };
60     FixedLine GRP_PREVIEW
61     {
62         Pos = MAP_APPFONT ( 6 , 3  ) ;
63         Size = MAP_APPFONT ( 162 , 8 ) ;
64         Text [ en-US ] = "Preview";
65     };
66     CheckBox CB_PREVIEW_TIFF
67     {
68         Pos = MAP_APPFONT ( 12, 14 ) ;
69         Size = MAP_APPFONT ( 150 , 10 ) ;
70         TabStop = TRUE ;
71         Text [ en-US ] = "Image ~preview (TIFF)";
72     };
73     CheckBox CB_PREVIEW_EPSI
74     {
75         Pos = MAP_APPFONT ( 12 , 28 ) ;
76         Size = MAP_APPFONT ( 150, 10 ) ;
77         TabStop = TRUE ;
78         Text [ en-US ] = "~Interchange (EPSI)";
79     };
80     FixedLine GRP_VERSION
81     {
82         Pos = MAP_APPFONT ( 6, 41 ) ;
83         Size = MAP_APPFONT ( 162 , 8 ) ;
84         Text [ en-US ] = "Version";
85     };
86     RadioButton RB_LEVEL1
87     {
88         Pos = MAP_APPFONT ( 12 , 52 ) ;
89         Size = MAP_APPFONT ( 150 , 10 ) ;
90         TabStop = TRUE ;
91         Text [ en-US ] = "Level ~1";
92     };
93     RadioButton RB_LEVEL2
94     {
95         Pos = MAP_APPFONT ( 12 , 66 ) ;
96         Size = MAP_APPFONT ( 150, 10 ) ;
97         TabStop = TRUE ;
98         Text [ en-US ] = "Level ~2";
99     };
101     FixedLine GRP_COLOR
102     {
103         Pos = MAP_APPFONT ( 6 , 79 ) ;
104         Size = MAP_APPFONT ( 162 , 8 ) ;
105         Text [ en-US ] = "Color format";
106     };
107     RadioButton RB_COLOR
108     {
109         Pos = MAP_APPFONT ( 12 , 90 ) ;
110         Size = MAP_APPFONT ( 150, 10 ) ;
111         TabStop = TRUE ;
112         Text [ en-US ] = "~Color";
113     };
114     RadioButton RB_GRAYSCALE
115     {
116         Pos = MAP_APPFONT ( 12 , 104 ) ;
117         Size = MAP_APPFONT ( 150, 10 ) ;
118         TabStop = TRUE ;
119         Text [ en-US ] = "~Grayscale";
120     };
122     FixedLine  GRP_COMPRESSION
123     {
124         Pos = MAP_APPFONT ( 6 , 117 ) ;
125         Size = MAP_APPFONT ( 162 , 8 ) ;
126         Text [ en-US ] = "Compression";
127     };
128     RadioButton RB_COMPRESSION_LZW
129     {
130         Pos = MAP_APPFONT ( 12, 128 );
131         Size = MAP_APPFONT ( 150, 10 ) ;
132         TabStop = TRUE ;
133         Text [ en-US ] = "LZW encoding";
134     };
135     RadioButton RB_COMPRESSION_NONE
136     {
137         Pos = MAP_APPFONT ( 12, 141 ) ;
138         Size = MAP_APPFONT ( 150, 10 ) ;
139         TabStop = TRUE ;
140         Text [ en-US ] = "None";
141     };