Update ooo320-m1
[ooovba.git] / sd / source / ui / dlg / vectdlg.src
blob811a2200cbb0e5bf21dc1acbdd3c8b100f108c51
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: vectdlg.src,v $
10  * $Revision: 1.27 $
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  ************************************************************************/
32 #include "app.hrc"
33 #include "vectdlg.hrc"
35 /******************************************************************************
39 \******************************************************************************/
41 ModalDialog DLG_VECTORIZE
43     HelpID = SID_VECTORIZE;
44     OutputSize = TRUE ;
45     SVLook = TRUE ;
46     Size = MAP_APPFONT ( 200, 237 ) ;
47     Moveable = TRUE ;
48     Closeable = TRUE ;
50     Text [ en-US ] = "Convert to Polygon" ;
52     OKButton BTN_OK
53     {
54         Pos = MAP_APPFONT ( 144 , 6 );
55         Size = MAP_APPFONT ( 50 , 14 );
56         TabStop = TRUE ;
57         DefButton = TRUE ;
58     };
60     CancelButton BTN_CANCEL
61     {
62         Pos = MAP_APPFONT ( 144 , 23 );
63         Size = MAP_APPFONT ( 50 , 14 );
64         TabStop = TRUE ;
65     };
67     HelpButton BTN_HELP
68     {
69         Pos = MAP_APPFONT ( 144 , 43 );
70         Size = MAP_APPFONT ( 50 , 14 );
71         TabStop = TRUE ;
72     };
74     PushButton BTN_PREVIEW
75     {
76         Pos = MAP_APPFONT ( 144 , 63 ) ;
77         Size = MAP_APPFONT ( 50 , 14 ) ;
78         TabStop = TRUE ;
79         Text [ en-US ] = "Preview" ;
80     };
82     FixedLine GRP_SETTINGS
83     {
84         Pos = MAP_APPFONT ( 6 , 3 ) ;
85         Size = MAP_APPFONT ( 132 , 8 ) ;
86         Text [ en-US ] = "Settings" ;
87     };
89     FixedText FT_LAYERS
90     {
91         Pos = MAP_APPFONT ( 12 , 14 );
92         Size = MAP_APPFONT ( 79 , 12 );
93         Text [ en-US ] = "Number of colors:";
94     };
96     NumericField NM_LAYERS
97     {
98         Border = TRUE ;
99         Pos = MAP_APPFONT ( 92 , 14 ) ;
100         Size = MAP_APPFONT ( 40 , 12 ) ;
101         TabStop = TRUE ;
102         Repeat = TRUE ;
103         Spin = TRUE ;
104         Minimum = 8;
105         Maximum = 32 ;
106         StrictFormat = TRUE ;
107         First = 8;
108         Last = 32 ;
109         SpinSize = 1 ;
110     };
112     FixedText FT_REDUCE
113     {
114         Pos = MAP_APPFONT ( 12 , 29 );
115         Size = MAP_APPFONT ( 79 , 12 );
116         Text [ en-US ] = "Point reduction:";
117     };
119     MetricField MT_REDUCE
120     {
121         Border = TRUE ;
122         Pos = MAP_APPFONT ( 92 , 29 ) ;
123         Size = MAP_APPFONT ( 40 , 12 ) ;
124         TabStop = TRUE ;
125         Repeat = TRUE ;
126         Spin = TRUE ;
127         Minimum = 0;
128         Maximum = 32 ;
129         StrictFormat = TRUE ;
130         First = 0;
131         Last = 32 ;
132         SpinSize = 1 ;
133         Unit = FUNIT_CUSTOM ;
134                 CustomUnitText [ en-US ] = " Pixel" ;
135     };
137     CheckBox CB_FILLHOLES
138     {
139         Pos = MAP_APPFONT ( 12 , 44 ) ;
140         Size = MAP_APPFONT ( 79 , 12 ) ;
141         TabStop = TRUE ;
142         Text [ en-US ] = "~Fill holes:";
143     };
145     FixedText FT_FILLHOLES
146     {
147         Pos = MAP_APPFONT ( 12 , 59 );
148         Size = MAP_APPFONT ( 79 , 12 );
149         Text [ en-US ] = "Tile size:";
150     };
152     MetricField MT_FILLHOLES
153     {
154         Border = TRUE ;
155         Pos = MAP_APPFONT ( 92 , 59 ) ;
156         Size = MAP_APPFONT ( 40 , 12 ) ;
157         TabStop = TRUE ;
158         Repeat = TRUE ;
159         Spin = TRUE ;
160         Minimum = 8;
161         Maximum = 128;
162         StrictFormat = TRUE ;
163         First = 8;
164         Last = 128;
165         SpinSize = 1;
166         Unit = FUNIT_CUSTOM ;
167                 CustomUnitText [ en-US ] = " Pixel" ;
168     };
170     FixedText FT_ORIGINAL
171     {
172         Pos = MAP_APPFONT ( 6 , 87 );
173         Size = MAP_APPFONT ( 92 , 12 );
174         Text [ en-US ] = "Source picture:";
175     };
177     Control CTL_BMP
178     {
179         Border = TRUE ;
180         Pos = MAP_APPFONT ( 6, 98 ) ;
181         Size = MAP_APPFONT ( 92, 100 ) ;
182     };
184     FixedText FT_VECTORIZED
185     {
186         Pos = MAP_APPFONT ( 101 , 87 );
187         Size = MAP_APPFONT ( 92 , 12 );
188         Text [ en-US ] = "Vectorized image:";
189     };
191     Control CTL_WMF
192     {
193         Border = TRUE ;
194         Pos = MAP_APPFONT ( 101, 98 ) ;
195         Size = MAP_APPFONT ( 93, 100 ) ;
196     };
198     FixedText GRP_PRGS
199     {
200         Pos = MAP_APPFONT ( 6, 204 );
201         Size = MAP_APPFONT( 188, 8 );
202         Text [ en-US ] = "Progress";
203     };
205     Window WND_PRGS
206     {
207         Border = TRUE ;
208         SVLook = TRUE ;
209         Pos = MAP_APPFONT ( 6, 215 ) ;
210         Size = MAP_APPFONT ( 188, 10 ) ;
211     };