bump product version to 4.1.6.2
[LibreOffice.git] / svx / source / tbxctrls / fontworkgallery.src
blob2e5f1794dd56976f2f421b32e1a20b952aceb6f0
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 "helpid.hrc"
21 #include <svx/dialogs.hrc>
22 #include "fontworkgallery.hrc"
23 #include "svtools/controldims.hrc"
25 #define WIDTH                       256
26 #define HEIGHT                      256
28 #define MASKCOLOR   MaskColor = Color { Red=0xFFFF; Green=0x0000; Blue=0xFFFF; };
30 ModalDialog RID_SVX_MDLG_FONTWORK_GALLERY
32     HelpID = "svx:ModalDialog:RID_SVX_MDLG_FONTWORK_GALLERY";
33     OutputSize = TRUE;
34     SVLook = TRUE ;
35     Moveable = TRUE;
36     Closeable = TRUE;
38     Size = MAP_APPFONT( WIDTH, HEIGHT );
40     Text [ en-US ] = "Fontwork Gallery" ;
42     FixedLine FL_FAVORITES
43     {
44         Pos = MAP_APPFONT ( 3 , 3 ) ;
45         Size = MAP_APPFONT ( WIDTH - 6 , 8 ) ;
46         Text [ en-US ] = "Select a Fontwork style:" ;
47     };
48     Control CTL_FAVORITES
49     {
50         HelpId = HID_CTL_FONTWORK_FAVORITES ;
51         Border = FALSE ;
52         Pos = MAP_APPFONT ( 3 , 14 ) ;
53         Size = MAP_APPFONT ( WIDTH - 6,
54                              HEIGHT - RSC_CD_PUSHBUTTON_HEIGHT -
55                              6 - RSC_CD_PUSHBUTTON_HEIGHT ) ;
56         TabStop = TRUE ;
57     };
58     OkButton BTN_OK
59     {
60         Pos = MAP_APPFONT ( WIDTH - 3 * RSC_CD_PUSHBUTTON_WIDTH - 9 ,
61                             HEIGHT - 3 - RSC_CD_PUSHBUTTON_HEIGHT ) ;
62         Size = MAP_APPFONT ( RSC_CD_PUSHBUTTON_WIDTH,
63                              RSC_CD_PUSHBUTTON_HEIGHT ) ;
64         TabStop = TRUE ;
65     };
66     CancelButton BTN_CANCEL
67     {
68         Pos = MAP_APPFONT ( WIDTH - 2 * RSC_CD_PUSHBUTTON_WIDTH - 6 ,
69                             HEIGHT - 3 - RSC_CD_PUSHBUTTON_HEIGHT ) ;
70         Size = MAP_APPFONT ( RSC_CD_PUSHBUTTON_WIDTH,
71                              RSC_CD_PUSHBUTTON_HEIGHT ) ;
72         TabStop = TRUE ;
73     };
74     HelpButton BTN_HELP
75     {
76         Pos = MAP_APPFONT ( WIDTH - 1 * RSC_CD_PUSHBUTTON_WIDTH - 3 ,
77                             HEIGHT - 3 - RSC_CD_PUSHBUTTON_HEIGHT ) ;
78         Size = MAP_APPFONT ( RSC_CD_PUSHBUTTON_WIDTH,
79                              RSC_CD_PUSHBUTTON_HEIGHT ) ;
80         TabStop = TRUE ;
81     };
82     String STR_CLICK_TO_ADD_TEXT
83     {
84         Text [ en-US ] = "Click to edit text" ;
85     };
88 DockingWindow RID_SVXFLOAT_FONTWORK_ALIGNMENT
90     HelpID = "svx:DockingWindow:RID_SVXFLOAT_FONTWORK_ALIGNMENT";
91     Border = FALSE ;
92     Hide = TRUE ;
93     SVLook = TRUE ;
94     Sizeable = FALSE ;
95     Moveable = TRUE ;
96     Closeable = TRUE ;
97     Zoomable = TRUE ;
99     Text [ en-US ] = "Fontwork Alignment" ;
101     String STR_ALIGN_LEFT
102     {
103         Text [ en-US ] = "~Left Align";
104     };
105     String STR_ALIGN_CENTER
106     {
107         Text [ en-US ] = "~Center";
108     };
109     String STR_ALIGN_RIGHT
110     {
111         Text [ en-US ] = "~Right Align";
112     };
113     String STR_ALIGN_WORD
114     {
115         Text [ en-US ] = "~Word Justify";
116     };
117     String STR_ALIGN_STRETCH
118     {
119         Text [ en-US ] = "S~tretch Justify";
120     };
122     Image IMG_FONTWORK_ALIGN_LEFT_16
123     {
124         ImageBitmap = Bitmap { File = "fontworkalignleft_16.png"; };
125         MASKCOLOR
126     };
127     Image IMG_FONTWORK_ALIGN_LEFT_26
128     {
129         ImageBitmap = Bitmap { File = "fontworkalignleft_26.png"; };
130         MASKCOLOR
131     };
132     Image IMG_FONTWORK_ALIGN_CENTER_16
133     {
134         ImageBitmap = Bitmap { File = "fontworkaligncentered_16.png"; };
135         MASKCOLOR
136     };
137     Image IMG_FONTWORK_ALIGN_CENTER_26
138     {
139         ImageBitmap = Bitmap { File = "fontworkaligncentered_26.png"; };
140         MASKCOLOR
141     };
142     Image IMG_FONTWORK_ALIGN_RIGHT_16
143     {
144         ImageBitmap = Bitmap { File = "fontworkalignright_16.png"; };
145         MASKCOLOR
146     };
147     Image IMG_FONTWORK_ALIGN_RIGHT_26
148     {
149         ImageBitmap = Bitmap { File = "fontworkalignright_26.png"; };
150         MASKCOLOR
151     };
152     Image IMG_FONTWORK_ALIGN_WORD_16
153     {
154         ImageBitmap = Bitmap { File = "fontworkalignjustified_16.png"; };
155         MASKCOLOR
156     };
157     Image IMG_FONTWORK_ALIGN_WORD_26
158     {
159         ImageBitmap = Bitmap { File = "fontworkalignjustified_26.png"; };
160         MASKCOLOR
161     };
162     Image IMG_FONTWORK_ALIGN_STRETCH_16
163     {
164         ImageBitmap = Bitmap { File = "fontworkalignstretch_16.png"; };
165         MASKCOLOR
166     };
167     Image IMG_FONTWORK_ALIGN_STRETCH_26
168     {
169         ImageBitmap = Bitmap { File = "fontworkalignstretch_26.png"; };
170         MASKCOLOR
171     };
174 DockingWindow RID_SVXFLOAT_FONTWORK_CHARSPACING
176     HelpID = "svx:DockingWindow:RID_SVXFLOAT_FONTWORK_CHARSPACING";
177     Border = FALSE ;
178     Hide = TRUE ;
179     SVLook = TRUE ;
180     Sizeable = FALSE ;
181     Moveable = TRUE ;
182     Closeable = TRUE ;
183     Zoomable = TRUE ;
185     Text [ en-US ] = "Fontwork Character Spacing" ;
187     String STR_CHARS_SPACING_VERY_TIGHT
188     {
189         Text [ en-US ] = "~Very Tight";
190     };
191     String STR_CHARS_SPACING_TIGHT
192     {
193         Text [ en-US ] = "~Tight";
194     };
195     String STR_CHARS_SPACING_NORMAL
196     {
197         Text [ en-US ] = "~Normal";
198     };
199     String STR_CHARS_SPACING_LOOSE
200     {
201         Text [ en-US ] = "~Loose";
202     };
203     String STR_CHARS_SPACING_VERY_LOOSE
204     {
205         Text [ en-US ] = "Very ~Loose";
206     };
207     String STR_CHARS_SPACING_CUSTOM
208     {
209         Text [ en-US ] = "~Custom...";
210     };
211     String STR_CHARS_SPACING_KERN_PAIRS
212     {
213         Text [ en-US ] = "~Kern Character Pairs";
214     };
217 ModalDialog RID_SVX_MDLG_FONTWORK_CHARSPACING
219     HelpID = "svx:ModalDialog:RID_SVX_MDLG_FONTWORK_CHARSPACING";
220     OutputSize = TRUE ;
221     SVLook = TRUE ;
222     Size = MAP_APPFONT ( 139 , 64 ) ;
223     Moveable = TRUE ;
224     Closeable = TRUE ;
226     Text [ en-US ] = "Fontwork Character Spacing" ;
228     OKButton BTN_OK
229     {
230         Pos = MAP_APPFONT ( 83 , 6 ) ;
231         Size = MAP_APPFONT ( 50 , 14 ) ;
232         TabStop = TRUE ;
233         DefButton = TRUE ;
234     };
235     CancelButton BTN_CANCEL
236     {
237         Pos = MAP_APPFONT ( 83 , 23 ) ;
238         Size = MAP_APPFONT ( 50 , 14 ) ;
239         TabStop = TRUE ;
240     };
241     HelpButton BTN_HELP
242     {
243         Pos = MAP_APPFONT ( 83 , 43 ) ;
244         Size = MAP_APPFONT ( 50 , 14 ) ;
245         TabStop = TRUE ;
246     };
247     FixedText FT_VALUE
248     {
249         Pos = MAP_APPFONT ( 6 , 6 ) ;
250         Size = MAP_APPFONT ( 76 , 8 ) ;
251         Text[ en-US ] = "~Value";
252     };
253     MetricField MF_VALUE
254     {
255         HelpID = "svx:MetricField:RID_SVX_MDLG_FONTWORK_CHARSPACING:MF_VALUE";
256         Border = FALSE ;
257         Pos = MAP_APPFONT ( 6 , 17 ) ;
258         Size = MAP_APPFONT ( 32 , 12 ) ;
259         TabStop = TRUE ;
260         Repeat = TRUE ;
261         Spin = TRUE ;
262         Maximum = 500 ;
263         StrictFormat = TRUE ;
264         Unit = FUNIT_CUSTOM ;
265         CustomUnitText = "%" ;
266         Last = 100 ;
267         SpinSize = 5 ;
268     };
271 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */