Update ooo320-m1
[ooovba.git] / svx / source / dialog / bmpmask.src
blob9f958126f963aae5cdcffd79da9a35ea6794958c
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: bmpmask.src,v $
10  * $Revision: 1.46 $
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  ************************************************************************/
30  // include ---------------------------------------------------------------
31 #include <svx/svxids.hrc>
32 #include <svx/dialogs.hrc>
33 #include "bmpmask.hrc"
34 #include "helpid.hrc"
37 #define MASKCOLOR       MaskColor = Color { Red = 0xFFFF ; Green = 0x0000 ; Blue = 0xFFFF ; };
40  // RID_SVXDLG_BMPMASK ----------------------------------------------------
41 DockingWindow RID_SVXDLG_BMPMASK
43     HelpId = SID_BMPMASK ;
44     OutputSize = TRUE ;
45     Hide = TRUE ;
46     SVLook = TRUE ;
47     Pos = MAP_APPFONT ( 0 , 0 ) ;
48     Size = MAP_APPFONT ( 163 , 126 ) ;
49     Sizeable = FALSE ;
50     Moveable = TRUE ;
51     Closeable = TRUE ;
52     Zoomable = TRUE ;
53     Dockable = TRUE ;
54     EnableResizing = TRUE ;
55     FixedLine GRP_Q
56     {
57         Pos = MAP_APPFONT ( 6 , 26 ) ;
58         Size = MAP_APPFONT ( 151 , 8 ) ;
59         Text [ en-US ] = "Colors" ;
60     };
61     FixedText FT_1
62     {
63         Pos = MAP_APPFONT ( 12 , 37 ) ;
64         Size = MAP_APPFONT ( 44 , 8 ) ;
65         Text [ en-US ] = "Source color" ;
66     };
67     FixedText FT_2
68     {
69         Pos = MAP_APPFONT ( 58 , 37 ) ;
70         Size = MAP_APPFONT ( 34 , 8 ) ;
71         Text [ en-US ] = "Tolerance" ;
72     };
73     FixedText FT_3
74     {
75         Pos = MAP_APPFONT ( 93 , 37 ) ;
76         Size = MAP_APPFONT ( 64 , 8 ) ;
77         Text [ en-US ] = "Replace with..." ;
78     };
80     // line 1
82     CheckBox CBX_1
83     {
84         Pos = MAP_APPFONT ( 12 , 50 ) ;
85         Size = MAP_APPFONT ( 10 , 10 ) ;
86         TabStop = TRUE ;
87     };
88     Control QCOL_1
89     {
90         HelpId = HID_BMPMASK_CTL_QCOL_1 ;
91         Pos = MAP_APPFONT ( 24 , 48 ) ;
92         Size = MAP_APPFONT ( 24 , 12 ) ;
93         Border = TRUE ;
94         TabStop = TRUE ;
95     };
96     MetricField SP_1
97     {
98         Border = TRUE ;
99         Pos = MAP_APPFONT ( 58 , 48 ) ;
100         Size = MAP_APPFONT ( 29 , 12 ) ;
101         TabStop = TRUE ;
102         Repeat = TRUE ;
103         Spin = TRUE ;
104         Maximum = 99 ;
105         Last = 99 ;
106         SpinSize = 1 ;
107         Unit = FUNIT_CUSTOM ;
108                 CustomUnitText = "%" ;
109     };
110     ListBox LB_1
111     {
112         Border = TRUE ;
113         Pos = MAP_APPFONT ( 93 , 48 ) ;
114         Size = MAP_APPFONT ( 64 , 75 ) ;
115         TabStop = TRUE ;
116         DropDown = TRUE ;
117         DDExtraWidth = TRUE ;
118     };
120     // line 2
122     CheckBox CBX_2
123     {
124         Pos = MAP_APPFONT ( 12 , 65 ) ;
125         Size = MAP_APPFONT ( 10 , 10 ) ;
126         TabStop = TRUE ;
127     };
128     Control QCOL_2
129     {
130         HelpId = HID_BMPMASK_CTL_QCOL_1 ;
131         Pos = MAP_APPFONT ( 24 , 63 ) ;
132         Size = MAP_APPFONT ( 24 , 12 ) ;
133         Border = TRUE ;
134         TabStop = TRUE ;
135     };
136     MetricField SP_2
137     {
138         Border = TRUE ;
139         Pos = MAP_APPFONT ( 58 , 63 ) ;
140         Size = MAP_APPFONT ( 29 , 12 ) ;
141         TabStop = TRUE ;
142         Repeat = TRUE ;
143         Spin = TRUE ;
144         Maximum = 99 ;
145         Last = 99 ;
146         SpinSize = 1 ;
147         Unit = FUNIT_CUSTOM ;
148                 CustomUnitText = "%" ;
149     };
150     ListBox LB_2
151     {
152         Border = TRUE ;
153         Pos = MAP_APPFONT ( 93 , 63 ) ;
154         Size = MAP_APPFONT ( 64 , 75 ) ;
155         TabStop = TRUE ;
156         DropDown = TRUE ;
157         DDExtraWidth = TRUE ;
158     };
160     // line 3
162     CheckBox CBX_3
163     {
164         Pos = MAP_APPFONT ( 12 , 80 ) ;
165         Size = MAP_APPFONT ( 10 , 10 ) ;
166         TabStop = TRUE ;
167     };
168     Control QCOL_3
169     {
170         HelpId = HID_BMPMASK_CTL_QCOL_1 ;
171         Pos = MAP_APPFONT ( 24 , 78 ) ;
172         Size = MAP_APPFONT ( 24 , 12 ) ;
173         Border = TRUE ;
174         TabStop = TRUE ;
175     };
176     MetricField SP_3
177     {
178         Border = TRUE ;
179         Pos = MAP_APPFONT ( 58, 78 ) ;
180         Size = MAP_APPFONT ( 29 , 12 ) ;
181         TabStop = TRUE ;
182         Repeat = TRUE ;
183         Spin = TRUE ;
184         Maximum = 99 ;
185         Last = 99 ;
186         SpinSize = 1 ;
187         Unit = FUNIT_CUSTOM ;
188                 CustomUnitText = "%" ;
189     };
190     ListBox LB_3
191     {
192         Border = TRUE ;
193         Pos = MAP_APPFONT ( 93 , 78 ) ;
194         Size = MAP_APPFONT ( 64 , 75 ) ;
195         TabStop = TRUE ;
196         DropDown = TRUE ;
197         DDExtraWidth = TRUE ;
198     };
200     // Line 4
202     CheckBox CBX_4
203     {
204         Pos = MAP_APPFONT ( 12 , 95 ) ;
205         Size = MAP_APPFONT ( 10 , 10 ) ;
206         TabStop = TRUE ;
207     };
208     Control QCOL_4
209     {
210         HelpId = HID_BMPMASK_CTL_QCOL_1 ;
211         Pos = MAP_APPFONT ( 24 , 93 ) ;
212         Size = MAP_APPFONT ( 24 , 12 ) ;
213         Border = TRUE ;
214         TabStop = TRUE ;
215     };
216     MetricField SP_4
217     {
218         Border = TRUE ;
219         Pos = MAP_APPFONT ( 58 , 93 ) ;
220         Size = MAP_APPFONT ( 29 , 12 ) ;
221         TabStop = TRUE ;
222         Repeat = TRUE ;
223         Spin = TRUE ;
224         Maximum = 99 ;
225         Last = 99 ;
226         SpinSize = 1 ;
227         Unit = FUNIT_CUSTOM ;
228                 CustomUnitText = "%" ;
229     };
230     ListBox LB_4
231     {
232         Border = TRUE ;
233         Pos = MAP_APPFONT ( 93 , 93 ) ;
234         Size = MAP_APPFONT ( 64 , 75 ) ;
235         TabStop = TRUE ;
236         DropDown = TRUE ;
237         DDExtraWidth = TRUE ;
238     };
240     CheckBox CBX_TRANS
241     {
242         Pos = MAP_APPFONT ( 12 , 110 ) ;
243         Size = MAP_APPFONT ( 71 , 10 ) ;
244         TabStop = TRUE ;
245         Text [ en-US ] = "Tr~ansparency" ;
246     };
248     PushButton BTN_EXEC
249     {
250         Pos = MAP_APPFONT ( 93 , 6 ) ;
251         Size = MAP_APPFONT ( 64 , 14 ) ;
252         Text [ en-US ] = "~Replace" ;
253     };
255     ListBox LB_TRANS
256     {
257         Border = TRUE ;
258         Pos = MAP_APPFONT ( 93 , 108 ) ;
259         Size = MAP_APPFONT ( 64 , 75 ) ;
260         TabStop = TRUE ;
261         DropDown = TRUE ;
262         DDExtraWidth = TRUE ;
263     };
264     ToolBox TBX_PIPETTE
265     {
266         SVLook = TRUE ;
267         Pos = MAP_APPFONT ( 6 , 7 ) ;
268         ItemList =
269         {
270             ToolBoxItem
271             {
272                 AutoCheck = TRUE ;
273                 Identifier = TBI_PIPETTE ;
274                 HelpId = HID_BMPMASK_TBI_PIPETTE ;
275                 ItemImage = Image
276                 {
277                     ImageBitmap = Bitmap { File = "sc10350.bmp" ; };
278                     MASKCOLOR
279                 };
280                 Text [ en-US ] = "Eyedropper" ;
281             };
282         };
283     };
284     Control WND_PIPETTE
285     {
286         HelpId = HID_BMPMASK_CTL_PIPETTE ;
287         Border = TRUE ;
288         Pos = MAP_APPFONT ( 22 , 6 ) ;
289         Size = MAP_APPFONT ( 43 , 14 ) ;
290     };
291     Text [ en-US ] = "Eyedropper" ;
293     Image IMG_PIPETTE
294     {
295         ImageBitmap = Bitmap { File = "sc10350.bmp" ; };
296         MASKCOLOR
297     };
299     Image IMG_PIPETTE_H
300     {
301         ImageBitmap = Bitmap { File = "sc10350_h.bmp" ; };
302         MASKCOLOR
303     };
306 String RID_SVXDLG_BMPMASK_STR_TRANSP
308     Text [ en-US ] = "Transparent";
311 String RID_SVXDLG_BMPMASK_STR_SOURCECOLOR
313     // This string is used by the eyedropper dialog to denote a color in an image
314     // that will be replaced by another color.
315     Text [ en-US ] = "Source Color";
318  // ********************************************************************** EOF