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: vectdlg.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 ************************************************************************/
33 #include "vectdlg.hrc"
35 /******************************************************************************
39 \******************************************************************************/
41 ModalDialog DLG_VECTORIZE
43 HelpID = SID_VECTORIZE;
46 Size = MAP_APPFONT ( 200, 237 ) ;
50 Text [ en-US ] = "Convert to Polygon" ;
54 Pos = MAP_APPFONT ( 144 , 6 );
55 Size = MAP_APPFONT ( 50 , 14 );
60 CancelButton BTN_CANCEL
62 Pos = MAP_APPFONT ( 144 , 23 );
63 Size = MAP_APPFONT ( 50 , 14 );
69 Pos = MAP_APPFONT ( 144 , 43 );
70 Size = MAP_APPFONT ( 50 , 14 );
74 PushButton BTN_PREVIEW
76 Pos = MAP_APPFONT ( 144 , 63 ) ;
77 Size = MAP_APPFONT ( 50 , 14 ) ;
79 Text [ en-US ] = "Preview" ;
82 FixedLine GRP_SETTINGS
84 Pos = MAP_APPFONT ( 6 , 3 ) ;
85 Size = MAP_APPFONT ( 132 , 8 ) ;
86 Text [ en-US ] = "Settings" ;
91 Pos = MAP_APPFONT ( 12 , 14 );
92 Size = MAP_APPFONT ( 79 , 12 );
93 Text [ en-US ] = "Number of colors:";
96 NumericField NM_LAYERS
99 Pos = MAP_APPFONT ( 92 , 14 ) ;
100 Size = MAP_APPFONT ( 40 , 12 ) ;
106 StrictFormat = TRUE ;
114 Pos = MAP_APPFONT ( 12 , 29 );
115 Size = MAP_APPFONT ( 79 , 12 );
116 Text [ en-US ] = "Point reduction:";
119 MetricField MT_REDUCE
122 Pos = MAP_APPFONT ( 92 , 29 ) ;
123 Size = MAP_APPFONT ( 40 , 12 ) ;
129 StrictFormat = TRUE ;
133 Unit = FUNIT_CUSTOM ;
134 CustomUnitText [ en-US ] = " Pixel" ;
137 CheckBox CB_FILLHOLES
139 Pos = MAP_APPFONT ( 12 , 44 ) ;
140 Size = MAP_APPFONT ( 79 , 12 ) ;
142 Text [ en-US ] = "~Fill holes:";
145 FixedText FT_FILLHOLES
147 Pos = MAP_APPFONT ( 12 , 59 );
148 Size = MAP_APPFONT ( 79 , 12 );
149 Text [ en-US ] = "Tile size:";
152 MetricField MT_FILLHOLES
155 Pos = MAP_APPFONT ( 92 , 59 ) ;
156 Size = MAP_APPFONT ( 40 , 12 ) ;
162 StrictFormat = TRUE ;
166 Unit = FUNIT_CUSTOM ;
167 CustomUnitText [ en-US ] = " Pixel" ;
170 FixedText FT_ORIGINAL
172 Pos = MAP_APPFONT ( 6 , 87 );
173 Size = MAP_APPFONT ( 92 , 12 );
174 Text [ en-US ] = "Source picture:";
180 Pos = MAP_APPFONT ( 6, 98 ) ;
181 Size = MAP_APPFONT ( 92, 100 ) ;
184 FixedText FT_VECTORIZED
186 Pos = MAP_APPFONT ( 101 , 87 );
187 Size = MAP_APPFONT ( 92 , 12 );
188 Text [ en-US ] = "Vectorized image:";
194 Pos = MAP_APPFONT ( 101, 98 ) ;
195 Size = MAP_APPFONT ( 93, 100 ) ;
200 Pos = MAP_APPFONT ( 6, 204 );
201 Size = MAP_APPFONT( 188, 8 );
202 Text [ en-US ] = "Progress";
209 Pos = MAP_APPFONT ( 6, 215 ) ;
210 Size = MAP_APPFONT ( 188, 10 ) ;