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