merged tag LIBREOFFICE_3_2_99_3
[LibreOffice.git] / sd / source / ui / dlg / vectdlg.src
blob3a7407990cbe59e72097694ea434d937854b91d9
1 /*************************************************************************
2  *
3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4  *
5  * Copyright 2000, 2010 Oracle and/or its affiliates.
6  *
7  * OpenOffice.org - a multi-platform office productivity suite
8  *
9  * This file is part of OpenOffice.org.
10  *
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.
14  *
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).
20  *
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.
25  *
26  ************************************************************************/
29 #include "app.hrc"
30 #include "vectdlg.hrc"
32 /******************************************************************************
36 \******************************************************************************/
38 ModalDialog DLG_VECTORIZE
40     HelpID = SID_VECTORIZE;
41     OutputSize = TRUE ;
42     SVLook = TRUE ;
43     Size = MAP_APPFONT ( 200, 237 ) ;
44     Moveable = TRUE ;
45     Closeable = TRUE ;
47     Text [ en-US ] = "Convert to Polygon" ;
49     OKButton BTN_OK
50     {
51         Pos = MAP_APPFONT ( 144 , 6 );
52         Size = MAP_APPFONT ( 50 , 14 );
53         TabStop = TRUE ;
54         DefButton = TRUE ;
55     };
57     CancelButton BTN_CANCEL
58     {
59         Pos = MAP_APPFONT ( 144 , 23 );
60         Size = MAP_APPFONT ( 50 , 14 );
61         TabStop = TRUE ;
62     };
64     HelpButton BTN_HELP
65     {
66         Pos = MAP_APPFONT ( 144 , 43 );
67         Size = MAP_APPFONT ( 50 , 14 );
68         TabStop = TRUE ;
69     };
71     PushButton BTN_PREVIEW
72     {
73         Pos = MAP_APPFONT ( 144 , 63 ) ;
74         Size = MAP_APPFONT ( 50 , 14 ) ;
75         TabStop = TRUE ;
76         Text [ en-US ] = "Preview" ;
77     };
79     FixedLine GRP_SETTINGS
80     {
81         Pos = MAP_APPFONT ( 6 , 3 ) ;
82         Size = MAP_APPFONT ( 132 , 8 ) ;
83         Text [ en-US ] = "Settings" ;
84     };
86     FixedText FT_LAYERS
87     {
88         Pos = MAP_APPFONT ( 12 , 14 );
89         Size = MAP_APPFONT ( 79 , 12 );
90         Text [ en-US ] = "Number of colors:";
91     };
93     NumericField NM_LAYERS
94     {
95         Border = TRUE ;
96         Pos = MAP_APPFONT ( 92 , 14 ) ;
97         Size = MAP_APPFONT ( 40 , 12 ) ;
98         TabStop = TRUE ;
99         Repeat = TRUE ;
100         Spin = TRUE ;
101         Minimum = 8;
102         Maximum = 32 ;
103         StrictFormat = TRUE ;
104         First = 8;
105         Last = 32 ;
106         SpinSize = 1 ;
107     };
109     FixedText FT_REDUCE
110     {
111         Pos = MAP_APPFONT ( 12 , 29 );
112         Size = MAP_APPFONT ( 79 , 12 );
113         Text [ en-US ] = "Point reduction:";
114     };
116     MetricField MT_REDUCE
117     {
118         Border = TRUE ;
119         Pos = MAP_APPFONT ( 92 , 29 ) ;
120         Size = MAP_APPFONT ( 40 , 12 ) ;
121         TabStop = TRUE ;
122         Repeat = TRUE ;
123         Spin = TRUE ;
124         Minimum = 0;
125         Maximum = 32 ;
126         StrictFormat = TRUE ;
127         First = 0;
128         Last = 32 ;
129         SpinSize = 1 ;
130         Unit = FUNIT_CUSTOM ;
131         CustomUnitText [ en-US ] = " Pixel" ;
132     };
134     CheckBox CB_FILLHOLES
135     {
136         Pos = MAP_APPFONT ( 12 , 44 ) ;
137         Size = MAP_APPFONT ( 79 , 12 ) ;
138         TabStop = TRUE ;
139         Text [ en-US ] = "~Fill holes:";
140     };
142     FixedText FT_FILLHOLES
143     {
144         Pos = MAP_APPFONT ( 12 , 59 );
145         Size = MAP_APPFONT ( 79 , 12 );
146         Text [ en-US ] = "Tile size:";
147     };
149     MetricField MT_FILLHOLES
150     {
151         Border = TRUE ;
152         Pos = MAP_APPFONT ( 92 , 59 ) ;
153         Size = MAP_APPFONT ( 40 , 12 ) ;
154         TabStop = TRUE ;
155         Repeat = TRUE ;
156         Spin = TRUE ;
157         Minimum = 8;
158         Maximum = 128;
159         StrictFormat = TRUE ;
160         First = 8;
161         Last = 128;
162         SpinSize = 1;
163         Unit = FUNIT_CUSTOM ;
164         CustomUnitText [ en-US ] = " Pixel" ;
165     };
167     FixedText FT_ORIGINAL
168     {
169         Pos = MAP_APPFONT ( 6 , 87 );
170         Size = MAP_APPFONT ( 92 , 12 );
171         Text [ en-US ] = "Source picture:";
172     };
174     Control CTL_BMP
175     {
176         Border = TRUE ;
177         Pos = MAP_APPFONT ( 6, 98 ) ;
178         Size = MAP_APPFONT ( 92, 100 ) ;
179     };
181     FixedText FT_VECTORIZED
182     {
183         Pos = MAP_APPFONT ( 101 , 87 );
184         Size = MAP_APPFONT ( 92 , 12 );
185         Text [ en-US ] = "Vectorized image:";
186     };
188     Control CTL_WMF
189     {
190         Border = TRUE ;
191         Pos = MAP_APPFONT ( 101, 98 ) ;
192         Size = MAP_APPFONT ( 93, 100 ) ;
193     };
195     FixedText GRP_PRGS
196     {
197         Pos = MAP_APPFONT ( 6, 204 );
198         Size = MAP_APPFONT( 188, 8 );
199         Text [ en-US ] = "Progress";
200     };
202     Window WND_PRGS
203     {
204         Border = TRUE ;
205         SVLook = TRUE ;
206         Pos = MAP_APPFONT ( 6, 215 ) ;
207         Size = MAP_APPFONT ( 188, 10 ) ;
208     };