1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
3 * This file is part of the LibreOffice project.
5 * This Source Code Form is subject to the terms of the Mozilla Public
6 * License, v. 2.0. If a copy of the MPL was not distributed with this
7 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
9 * This file incorporates work covered by the following license notice:
11 * Licensed to the Apache Software Foundation (ASF) under one or more
12 * contributor license agreements. See the NOTICE file distributed
13 * with this work for additional information regarding copyright
14 * ownership. The ASF licenses this file to you under the Apache
15 * License, Version 2.0 (the "License"); you may not use this file
16 * except in compliance with the License. You may obtain a copy of
17 * the License at http://www.apache.org/licenses/LICENSE-2.0 .
22 #include "vectdlg.hrc"
25 ModalDialog DLG_VECTORIZE
27 HelpID = HID_VECTORIZE_DLG;
30 Size = MAP_APPFONT ( 200, 237 ) ;
34 Text [ en-US ] = "Convert to Polygon" ;
38 Pos = MAP_APPFONT ( 144 , 6 );
39 Size = MAP_APPFONT ( 50 , 14 );
44 CancelButton BTN_CANCEL
46 Pos = MAP_APPFONT ( 144 , 23 );
47 Size = MAP_APPFONT ( 50 , 14 );
53 Pos = MAP_APPFONT ( 144 , 43 );
54 Size = MAP_APPFONT ( 50 , 14 );
58 PushButton BTN_PREVIEW
60 HelpID = "sd:PushButton:DLG_VECTORIZE:BTN_PREVIEW";
61 Pos = MAP_APPFONT ( 144 , 63 ) ;
62 Size = MAP_APPFONT ( 50 , 14 ) ;
64 Text [ en-US ] = "Preview" ;
67 FixedLine GRP_SETTINGS
69 Pos = MAP_APPFONT ( 6 , 3 ) ;
70 Size = MAP_APPFONT ( 132 , 8 ) ;
71 Text [ en-US ] = "Settings" ;
76 Pos = MAP_APPFONT ( 12 , 14 );
77 Size = MAP_APPFONT ( 79 , 12 );
78 Text [ en-US ] = "Number of colors:";
81 NumericField NM_LAYERS
83 HelpID = "sd:NumericField:DLG_VECTORIZE:NM_LAYERS";
85 Pos = MAP_APPFONT ( 92 , 14 ) ;
86 Size = MAP_APPFONT ( 40 , 12 ) ;
100 Pos = MAP_APPFONT ( 12 , 29 );
101 Size = MAP_APPFONT ( 79 , 12 );
102 Text [ en-US ] = "Point reduction:";
105 MetricField MT_REDUCE
107 HelpID = "sd:MetricField:DLG_VECTORIZE:MT_REDUCE";
109 Pos = MAP_APPFONT ( 92 , 29 ) ;
110 Size = MAP_APPFONT ( 40 , 12 ) ;
116 StrictFormat = TRUE ;
120 Unit = FUNIT_CUSTOM ;
121 CustomUnitText [ en-US ] = " Pixel" ;
124 CheckBox CB_FILLHOLES
126 HelpID = "sd:CheckBox:DLG_VECTORIZE:CB_FILLHOLES";
127 Pos = MAP_APPFONT ( 12 , 44 ) ;
128 Size = MAP_APPFONT ( 79 , 12 ) ;
130 Text [ en-US ] = "~Fill holes:";
133 FixedText FT_FILLHOLES
135 Pos = MAP_APPFONT ( 12 , 59 );
136 Size = MAP_APPFONT ( 79 , 12 );
137 Text [ en-US ] = "Tile size:";
140 MetricField MT_FILLHOLES
142 HelpID = "sd:MetricField:DLG_VECTORIZE:MT_FILLHOLES";
144 Pos = MAP_APPFONT ( 92 , 59 ) ;
145 Size = MAP_APPFONT ( 40 , 12 ) ;
151 StrictFormat = TRUE ;
155 Unit = FUNIT_CUSTOM ;
156 CustomUnitText [ en-US ] = " Pixel" ;
159 FixedText FT_ORIGINAL
161 Pos = MAP_APPFONT ( 6 , 87 );
162 Size = MAP_APPFONT ( 92 , 12 );
163 Text [ en-US ] = "Source picture:";
169 Pos = MAP_APPFONT ( 6, 98 ) ;
170 Size = MAP_APPFONT ( 92, 100 ) ;
171 Text [ en-US ] = "Source picture" ;
174 FixedText FT_VECTORIZED
176 Pos = MAP_APPFONT ( 101 , 87 );
177 Size = MAP_APPFONT ( 92 , 12 );
178 Text [ en-US ] = "Vectorized image:";
184 Pos = MAP_APPFONT ( 101, 98 ) ;
185 Size = MAP_APPFONT ( 93, 100 ) ;
186 Text [ en-US ] = "Vectorized image" ;
191 Pos = MAP_APPFONT ( 6, 204 );
192 Size = MAP_APPFONT( 188, 8 );
193 Text [ en-US ] = "Progress";
200 Pos = MAP_APPFONT ( 6, 215 ) ;
201 Size = MAP_APPFONT ( 188, 10 ) ;
202 Text [ en-US ] = "Progress" ;
206 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */