fdo#74697 Add Bluez 5 support for impress remote.
[LibreOffice.git] / sd / source / ui / dlg / vectdlg.src
blobf95ea8c8a66f942b49cb634ad4fc2d96d63b4a76
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 /*
3  * This file is part of the LibreOffice project.
4  *
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/.
8  *
9  * This file incorporates work covered by the following license notice:
10  *
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 .
18  */
21 #include "app.hrc"
22 #include "vectdlg.hrc"
23 #include "helpids.h"
25 ModalDialog DLG_VECTORIZE
27     HelpID = HID_VECTORIZE_DLG;
28     OutputSize = TRUE ;
29     SVLook = TRUE ;
30     Size = MAP_APPFONT ( 200, 237 ) ;
31     Moveable = TRUE ;
32     Closeable = TRUE ;
34     Text [ en-US ] = "Convert to Polygon" ;
36     OKButton BTN_OK
37     {
38         Pos = MAP_APPFONT ( 144 , 6 );
39         Size = MAP_APPFONT ( 50 , 14 );
40         TabStop = TRUE ;
41         DefButton = TRUE ;
42     };
44     CancelButton BTN_CANCEL
45     {
46         Pos = MAP_APPFONT ( 144 , 23 );
47         Size = MAP_APPFONT ( 50 , 14 );
48         TabStop = TRUE ;
49     };
51     HelpButton BTN_HELP
52     {
53         Pos = MAP_APPFONT ( 144 , 43 );
54         Size = MAP_APPFONT ( 50 , 14 );
55         TabStop = TRUE ;
56     };
58     PushButton BTN_PREVIEW
59     {
60         HelpID = "sd:PushButton:DLG_VECTORIZE:BTN_PREVIEW";
61         Pos = MAP_APPFONT ( 144 , 63 ) ;
62         Size = MAP_APPFONT ( 50 , 14 ) ;
63         TabStop = TRUE ;
64         Text [ en-US ] = "Preview" ;
65     };
67     FixedLine GRP_SETTINGS
68     {
69         Pos = MAP_APPFONT ( 6 , 3 ) ;
70         Size = MAP_APPFONT ( 132 , 8 ) ;
71         Text [ en-US ] = "Settings" ;
72     };
74     FixedText FT_LAYERS
75     {
76         Pos = MAP_APPFONT ( 12 , 14 );
77         Size = MAP_APPFONT ( 79 , 12 );
78         Text [ en-US ] = "Number of colors:";
79     };
81     NumericField NM_LAYERS
82     {
83         HelpID = "sd:NumericField:DLG_VECTORIZE:NM_LAYERS";
84         Border = TRUE ;
85         Pos = MAP_APPFONT ( 92 , 14 ) ;
86         Size = MAP_APPFONT ( 40 , 12 ) ;
87         TabStop = TRUE ;
88         Repeat = TRUE ;
89         Spin = TRUE ;
90         Minimum = 8;
91         Maximum = 32 ;
92         StrictFormat = TRUE ;
93         First = 8;
94         Last = 32 ;
95         SpinSize = 1 ;
96     };
98     FixedText FT_REDUCE
99     {
100         Pos = MAP_APPFONT ( 12 , 29 );
101         Size = MAP_APPFONT ( 79 , 12 );
102         Text [ en-US ] = "Point reduction:";
103     };
105     MetricField MT_REDUCE
106     {
107         HelpID = "sd:MetricField:DLG_VECTORIZE:MT_REDUCE";
108         Border = TRUE ;
109         Pos = MAP_APPFONT ( 92 , 29 ) ;
110         Size = MAP_APPFONT ( 40 , 12 ) ;
111         TabStop = TRUE ;
112         Repeat = TRUE ;
113         Spin = TRUE ;
114         Minimum = 0;
115         Maximum = 32 ;
116         StrictFormat = TRUE ;
117         First = 0;
118         Last = 32 ;
119         SpinSize = 1 ;
120         Unit = FUNIT_CUSTOM ;
121         CustomUnitText [ en-US ] = " Pixel" ;
122     };
124     CheckBox CB_FILLHOLES
125     {
126         HelpID = "sd:CheckBox:DLG_VECTORIZE:CB_FILLHOLES";
127         Pos = MAP_APPFONT ( 12 , 44 ) ;
128         Size = MAP_APPFONT ( 79 , 12 ) ;
129         TabStop = TRUE ;
130         Text [ en-US ] = "~Fill holes:";
131     };
133     FixedText FT_FILLHOLES
134     {
135         Pos = MAP_APPFONT ( 12 , 59 );
136         Size = MAP_APPFONT ( 79 , 12 );
137         Text [ en-US ] = "Tile size:";
138     };
140     MetricField MT_FILLHOLES
141     {
142         HelpID = "sd:MetricField:DLG_VECTORIZE:MT_FILLHOLES";
143         Border = TRUE ;
144         Pos = MAP_APPFONT ( 92 , 59 ) ;
145         Size = MAP_APPFONT ( 40 , 12 ) ;
146         TabStop = TRUE ;
147         Repeat = TRUE ;
148         Spin = TRUE ;
149         Minimum = 8;
150         Maximum = 128;
151         StrictFormat = TRUE ;
152         First = 8;
153         Last = 128;
154         SpinSize = 1;
155         Unit = FUNIT_CUSTOM ;
156         CustomUnitText [ en-US ] = " Pixel" ;
157     };
159     FixedText FT_ORIGINAL
160     {
161         Pos = MAP_APPFONT ( 6 , 87 );
162         Size = MAP_APPFONT ( 92 , 12 );
163         Text [ en-US ] = "Source picture:";
164     };
166     Control CTL_BMP
167     {
168         Border = TRUE ;
169         Pos = MAP_APPFONT ( 6, 98 ) ;
170         Size = MAP_APPFONT ( 92, 100 ) ;
171         Text [ en-US ] = "Source picture" ;
172     };
174     FixedText FT_VECTORIZED
175     {
176         Pos = MAP_APPFONT ( 101 , 87 );
177         Size = MAP_APPFONT ( 92 , 12 );
178         Text [ en-US ] = "Vectorized image:";
179     };
181     Control CTL_WMF
182     {
183         Border = TRUE ;
184         Pos = MAP_APPFONT ( 101, 98 ) ;
185         Size = MAP_APPFONT ( 93, 100 ) ;
186         Text [ en-US ] = "Vectorized image" ;
187     };
189     FixedText GRP_PRGS
190     {
191         Pos = MAP_APPFONT ( 6, 204 );
192         Size = MAP_APPFONT( 188, 8 );
193         Text [ en-US ] = "Progress";
194     };
196     Window WND_PRGS
197     {
198         Border = TRUE ;
199         SVLook = TRUE ;
200         Pos = MAP_APPFONT ( 6, 215 ) ;
201         Size = MAP_APPFONT ( 188, 10 ) ;
202         Text [ en-US ] = "Progress" ;
203     };
206 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */