Update ooo320-m1
[ooovba.git] / svx / source / tbxctrls / fontworkgallery.src
blob880bb5dd54ae5ba5451ef8af903eba595c98111a
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: fontworkgallery.src,v $
10  * $Revision: 1.11 $
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  ************************************************************************/
31 #include "helpid.hrc"
32 #include <svx/dialogs.hrc>
33 #include "fontworkgallery.hrc"
34 #include "svtools/controldims.hrc"
36 #define WIDTH                                           256
37 #define HEIGHT                                          256
39 #define MASKCOLOR       MaskColor = Color { Red=0xFFFF; Green=0x0000; Blue=0xFFFF; };
41 ModalDialog RID_SVX_MDLG_FONTWORK_GALLERY
43     OutputSize = TRUE;
44     SVLook = TRUE ;
45     Moveable = TRUE;
46     Closeable = TRUE;
48     Size = MAP_APPFONT( WIDTH, HEIGHT );
50     Text [ en-US ] = "Fontwork Gallery" ;
52     FixedLine FL_FAVORITES
53     {
54         Pos = MAP_APPFONT ( 3 , 3 ) ;
55         Size = MAP_APPFONT ( WIDTH - 6 , 8 ) ;
56         Text [ en-US ] = "Select a Fontwork style:" ;
57     };
58     Control CTL_FAVORITES
59     {
60         HelpId = HID_CTL_FONTWORK_FAVORITES ;
61         Border = TRUE ;
62         Pos = MAP_APPFONT ( 3 , 14 ) ;
63         Size = MAP_APPFONT ( WIDTH - 6,
64                              HEIGHT - RSC_CD_PUSHBUTTON_HEIGHT -
65                              6 - RSC_CD_PUSHBUTTON_HEIGHT ) ;
66         TabStop = TRUE ;
67     };
68     OkButton BTN_OK
69     {
70         Pos = MAP_APPFONT ( WIDTH - 3 * RSC_CD_PUSHBUTTON_WIDTH - 9 ,
71                             HEIGHT - 3 - RSC_CD_PUSHBUTTON_HEIGHT ) ;
72         Size = MAP_APPFONT ( RSC_CD_PUSHBUTTON_WIDTH,
73                              RSC_CD_PUSHBUTTON_HEIGHT ) ;
74         TabStop = TRUE ;
75     };
76     CancelButton BTN_CANCEL
77     {
78         Pos = MAP_APPFONT ( WIDTH - 2 * RSC_CD_PUSHBUTTON_WIDTH - 6 ,
79                             HEIGHT - 3 - RSC_CD_PUSHBUTTON_HEIGHT ) ;
80         Size = MAP_APPFONT ( RSC_CD_PUSHBUTTON_WIDTH,
81                              RSC_CD_PUSHBUTTON_HEIGHT ) ;
82         TabStop = TRUE ;
83     };
84     HelpButton BTN_HELP
85     {
86         Pos = MAP_APPFONT ( WIDTH - 1 * RSC_CD_PUSHBUTTON_WIDTH - 3 ,
87                             HEIGHT - 3 - RSC_CD_PUSHBUTTON_HEIGHT ) ;
88         Size = MAP_APPFONT ( RSC_CD_PUSHBUTTON_WIDTH,
89                              RSC_CD_PUSHBUTTON_HEIGHT ) ;
90         TabStop = TRUE ;
91     };
92     String STR_CLICK_TO_ADD_TEXT
93     {
94         Text [ en-US ] = "Click to edit text" ;
95     };
98 FloatingWindow RID_SVXFLOAT_FONTWORK_ALIGNMENT
100     Border = TRUE ;
101     Hide = TRUE ;
102     SVLook = TRUE ;
103     Sizeable = FALSE ;
104     Moveable = TRUE ;
105     Closeable = TRUE ;
106     Zoomable = TRUE ;
108     Text [ en-US ] = "Fontwork Alignment" ;
109     
110     String STR_ALIGN_LEFT
111     {
112         Text [ en-US ] = "~Left Align";
113     };
114     String STR_ALIGN_CENTER
115     {
116         Text [ en-US ] = "~Center";
117     };
118     String STR_ALIGN_RIGHT
119     {
120         Text [ en-US ] = "~Right Align";
121     };
122     String STR_ALIGN_WORD
123     {
124         Text [ en-US ] = "~Word Justify";
125     };
126     String STR_ALIGN_STRETCH
127     {
128         Text [ en-US ] = "S~tretch Justify";
129     };
131     Image IMG_FONTWORK_ALIGN_LEFT_16
132     {
133         ImageBitmap = Bitmap { File = "fontworkalignleft_16.png"; };
134         MASKCOLOR
135     };  
136     Image IMG_FONTWORK_ALIGN_LEFT_16_H
137     {
138         ImageBitmap = Bitmap { File = "fontworkalignleft_16_h.png"; };
139         MASKCOLOR
140     };  
141     Image IMG_FONTWORK_ALIGN_LEFT_26
142     {
143         ImageBitmap = Bitmap { File = "fontworkalignleft_26.png"; };
144         MASKCOLOR
145     };  
146     Image IMG_FONTWORK_ALIGN_LEFT_26_H
147     {
148         ImageBitmap = Bitmap { File = "fontworkalignleft_26_h.png"; };
149         MASKCOLOR
150     };  
151     Image IMG_FONTWORK_ALIGN_CENTER_16
152     {
153         ImageBitmap = Bitmap { File = "fontworkaligncentered_16.png"; };
154         MASKCOLOR
155     };  
156     Image IMG_FONTWORK_ALIGN_CENTER_16_H
157     {
158         ImageBitmap = Bitmap { File = "fontworkaligncentered_16_h.png"; };
159         MASKCOLOR
160     };  
161     Image IMG_FONTWORK_ALIGN_CENTER_26
162     {
163         ImageBitmap = Bitmap { File = "fontworkaligncentered_26.png"; };
164         MASKCOLOR
165     };  
166     Image IMG_FONTWORK_ALIGN_CENTER_26_H
167     {
168         ImageBitmap = Bitmap { File = "fontworkaligncentered_26_h.png"; };
169         MASKCOLOR
170     };
171     Image IMG_FONTWORK_ALIGN_RIGHT_16
172     {
173         ImageBitmap = Bitmap { File = "fontworkalignright_16.png"; };
174         MASKCOLOR
175     };  
176     Image IMG_FONTWORK_ALIGN_RIGHT_16_H
177     {
178         ImageBitmap = Bitmap { File = "fontworkalignright_16_h.png"; };
179         MASKCOLOR
180     };  
181     Image IMG_FONTWORK_ALIGN_RIGHT_26
182     {
183         ImageBitmap = Bitmap { File = "fontworkalignright_26.png"; };
184         MASKCOLOR
185     };  
186     Image IMG_FONTWORK_ALIGN_RIGHT_26_H
187     {
188         ImageBitmap = Bitmap { File = "fontworkalignright_26_h.png"; };
189         MASKCOLOR
190     };  
191     Image IMG_FONTWORK_ALIGN_WORD_16
192     {
193         ImageBitmap = Bitmap { File = "fontworkalignjustified_16.png"; };
194         MASKCOLOR
195     };  
196     Image IMG_FONTWORK_ALIGN_WORD_16_H
197     {
198         ImageBitmap = Bitmap { File = "fontworkalignjustified_16_h.png"; };
199         MASKCOLOR
200     };  
201     Image IMG_FONTWORK_ALIGN_WORD_26
202     {
203         ImageBitmap = Bitmap { File = "fontworkalignjustified_26.png"; };
204         MASKCOLOR
205     };  
206     Image IMG_FONTWORK_ALIGN_WORD_26_H
207     {
208         ImageBitmap = Bitmap { File = "fontworkalignjustified_26_h.png"; };
209         MASKCOLOR
210     };  
211     Image IMG_FONTWORK_ALIGN_STRETCH_16
212     {
213         ImageBitmap = Bitmap { File = "fontworkalignstretch_16.png"; };
214         MASKCOLOR
215     };
216     Image IMG_FONTWORK_ALIGN_STRETCH_16_H
217     {
218         ImageBitmap = Bitmap { File = "fontworkalignstretch_16_h.png"; };
219         MASKCOLOR
220     };
221     Image IMG_FONTWORK_ALIGN_STRETCH_26
222     {
223         ImageBitmap = Bitmap { File = "fontworkalignstretch_26.png"; };
224         MASKCOLOR
225     };
226     Image IMG_FONTWORK_ALIGN_STRETCH_26_H
227     {
228         ImageBitmap = Bitmap { File = "fontworkalignstretch_26_h.png"; };
229         MASKCOLOR
230     };
233 FloatingWindow RID_SVXFLOAT_FONTWORK_CHARSPACING
235     Border = TRUE ;
236     Hide = TRUE ;
237     SVLook = TRUE ;
238     Sizeable = FALSE ;
239     Moveable = TRUE ;
240     Closeable = TRUE ;
241     Zoomable = TRUE ;
243     Text [ en-US ] = "Fontwork Character Spacing" ;
244     
245     String STR_CHARS_SPACING_VERY_TIGHT
246     {
247         Text [ en-US ] = "~Very Tight";
248     };
249     String STR_CHARS_SPACING_TIGHT
250     {
251         Text [ en-US ] = "~Tight";
252     };
253     String STR_CHARS_SPACING_NORMAL
254     {
255         Text [ en-US ] = "~Normal";
256     };
257     String STR_CHARS_SPACING_LOOSE
258     {
259         Text [ en-US ] = "~Loose";
260     };
261     String STR_CHARS_SPACING_VERY_LOOSE
262     {
263         Text [ en-US ] = "Very ~Loose";
264     };
265     String STR_CHARS_SPACING_CUSTOM
266     {
267         Text [ en-US ] = "~Custom...";
268     };
269     String STR_CHARS_SPACING_KERN_PAIRS
270     {
271         Text [ en-US ] = "~Kern Character Pairs";
272     };
275 ModalDialog RID_SVX_MDLG_FONTWORK_CHARSPACING
277     OutputSize = TRUE ;
278     SVLook = TRUE ;
279     Size = MAP_APPFONT ( 139 , 64 ) ;
280     Moveable = TRUE ;
281     Closeable = TRUE ;
283     Text [ en-US ] = "Fontwork Character Spacing" ;
285     OKButton BTN_OK
286     {
287         Pos = MAP_APPFONT ( 83 , 6 ) ;
288         Size = MAP_APPFONT ( 50 , 14 ) ;
289         TabStop = TRUE ;
290         DefButton = TRUE ;
291     };
292     CancelButton BTN_CANCEL
293     {
294         Pos = MAP_APPFONT ( 83 , 23 ) ;
295         Size = MAP_APPFONT ( 50 , 14 ) ;
296         TabStop = TRUE ;
297     };
298     HelpButton BTN_HELP
299     {
300         Pos = MAP_APPFONT ( 83 , 43 ) ;
301         Size = MAP_APPFONT ( 50 , 14 ) ;
302         TabStop = TRUE ;
303     };
304     FixedText FT_VALUE
305     {
306         Pos = MAP_APPFONT ( 6 , 6 ) ;
307         Size = MAP_APPFONT ( 76 , 8 ) ;
308         Text[ en-US ] = "~Value";
309     };
310     MetricField MF_VALUE
311     {
312         Border = TRUE ;
313         Pos = MAP_APPFONT ( 6 , 17 ) ;
314         Size = MAP_APPFONT ( 32 , 12 ) ;
315         TabStop = TRUE ;
316         Repeat = TRUE ;
317         Spin = TRUE ;
318         Maximum = 500 ;
319         StrictFormat = TRUE ;
320         Unit = FUNIT_CUSTOM ;
321         CustomUnitText = "%" ;
322         Last = 100 ;
323         SpinSize = 5 ;
324     };