1 /*************************************************************************
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
5 * Copyright 2000, 2010 Oracle and/or its affiliates.
7 * OpenOffice.org - a multi-platform office productivity suite
9 * This file is part of OpenOffice.org.
11 * OpenOffice.org is free software: you can redistribute it and/or modify
12 * it under the terms of the GNU Lesser General Public License version 3
13 * only, as published by the Free Software Foundation.
15 * OpenOffice.org is distributed in the hope that it will be useful,
16 * but WITHOUT ANY WARRANTY; without even the implied warranty of
17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18 * GNU Lesser General Public License version 3 for more details
19 * (a copy is included in the LICENSE file that accompanied this code).
21 * You should have received a copy of the GNU Lesser General Public License
22 * version 3 along with OpenOffice.org. If not, see
23 * <http://www.openoffice.org/license.html>
24 * for a copy of the LGPLv3 License.
26 ************************************************************************/
30 #include "vectdlg.hrc"
32 /******************************************************************************
36 \******************************************************************************/
38 ModalDialog DLG_VECTORIZE
40 HelpID = SID_VECTORIZE;
43 Size = MAP_APPFONT ( 200, 237 ) ;
47 Text [ en-US ] = "Convert to Polygon" ;
51 Pos = MAP_APPFONT ( 144 , 6 );
52 Size = MAP_APPFONT ( 50 , 14 );
57 CancelButton BTN_CANCEL
59 Pos = MAP_APPFONT ( 144 , 23 );
60 Size = MAP_APPFONT ( 50 , 14 );
66 Pos = MAP_APPFONT ( 144 , 43 );
67 Size = MAP_APPFONT ( 50 , 14 );
71 PushButton BTN_PREVIEW
73 Pos = MAP_APPFONT ( 144 , 63 ) ;
74 Size = MAP_APPFONT ( 50 , 14 ) ;
76 Text [ en-US ] = "Preview" ;
79 FixedLine GRP_SETTINGS
81 Pos = MAP_APPFONT ( 6 , 3 ) ;
82 Size = MAP_APPFONT ( 132 , 8 ) ;
83 Text [ en-US ] = "Settings" ;
88 Pos = MAP_APPFONT ( 12 , 14 );
89 Size = MAP_APPFONT ( 79 , 12 );
90 Text [ en-US ] = "Number of colors:";
93 NumericField NM_LAYERS
96 Pos = MAP_APPFONT ( 92 , 14 ) ;
97 Size = MAP_APPFONT ( 40 , 12 ) ;
103 StrictFormat = TRUE ;
111 Pos = MAP_APPFONT ( 12 , 29 );
112 Size = MAP_APPFONT ( 79 , 12 );
113 Text [ en-US ] = "Point reduction:";
116 MetricField MT_REDUCE
119 Pos = MAP_APPFONT ( 92 , 29 ) ;
120 Size = MAP_APPFONT ( 40 , 12 ) ;
126 StrictFormat = TRUE ;
130 Unit = FUNIT_CUSTOM ;
131 CustomUnitText [ en-US ] = " Pixel" ;
134 CheckBox CB_FILLHOLES
136 Pos = MAP_APPFONT ( 12 , 44 ) ;
137 Size = MAP_APPFONT ( 79 , 12 ) ;
139 Text [ en-US ] = "~Fill holes:";
142 FixedText FT_FILLHOLES
144 Pos = MAP_APPFONT ( 12 , 59 );
145 Size = MAP_APPFONT ( 79 , 12 );
146 Text [ en-US ] = "Tile size:";
149 MetricField MT_FILLHOLES
152 Pos = MAP_APPFONT ( 92 , 59 ) ;
153 Size = MAP_APPFONT ( 40 , 12 ) ;
159 StrictFormat = TRUE ;
163 Unit = FUNIT_CUSTOM ;
164 CustomUnitText [ en-US ] = " Pixel" ;
167 FixedText FT_ORIGINAL
169 Pos = MAP_APPFONT ( 6 , 87 );
170 Size = MAP_APPFONT ( 92 , 12 );
171 Text [ en-US ] = "Source picture:";
177 Pos = MAP_APPFONT ( 6, 98 ) ;
178 Size = MAP_APPFONT ( 92, 100 ) ;
181 FixedText FT_VECTORIZED
183 Pos = MAP_APPFONT ( 101 , 87 );
184 Size = MAP_APPFONT ( 92 , 12 );
185 Text [ en-US ] = "Vectorized image:";
191 Pos = MAP_APPFONT ( 101, 98 ) ;
192 Size = MAP_APPFONT ( 93, 100 ) ;
197 Pos = MAP_APPFONT ( 6, 204 );
198 Size = MAP_APPFONT( 188, 8 );
199 Text [ en-US ] = "Progress";
206 Pos = MAP_APPFONT ( 6, 215 ) ;
207 Size = MAP_APPFONT ( 188, 10 ) ;