Version 4.3.0.0.beta1, tag libreoffice-4.3.0.0.beta1
[LibreOffice.git] / svx / source / sidebar / text / TextPropertyPanel.src
blob62811f617079b9493667aade713f5a7202e0e172
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  */
19 #include "TextPropertyPanel.hrc"
20 #include <sfx2/sidebar/ResourceDefinitions.hrc>
21 #include "helpid.hrc"
23 Control RID_POPUPPANEL_TEXTPAGE_UNDERLINE
25     OutputSize = TRUE;
26     DialogControl = TRUE;
27     Border = FALSE;
29     Size = MAP_APPFONT(  POPUPPANEL_MARGIN_SMALL * 2 + POPUP_BORDER_WIDTH + VS_UNDERLINE_WIDTH,  13+ VS_UNDERLINE_HEIGHT + POPUP_BORDER_HEIGHT + POPUPPANEL_MARGIN_SMALL * 2 + POPUPPANEL_MARGIN_LARGE);
30     Control VS_UNDERLINE
31     {
32         HelpID = HID_PPROPERTYPANEL_TEXT_UNDERLINE_VS;
33         Hide = TRUE ;
34         Pos = MAP_APPFONT(  POPUPPANEL_MARGIN_SMALL + OFFSET_X , POPUPPANEL_MARGIN_SMALL + OFFSET_Y );
35         Size = MAP_APPFONT ( VS_UNDERLINE_WIDTH  ,VS_UNDERLINE_HEIGHT);
36         TabStop = TRUE ;
37         Text = "Underline";
38     };
40     PushButton PB_OPTIONS
41     {
42         HelpID = HID_UNDERLINE_BTN;
43         Pos = MAP_APPFONT (  POPUPPANEL_MARGIN_SMALL + OFFSET_X  , POPUPPANEL_MARGIN_SMALL * 2 + OFFSET_Y + VS_UNDERLINE_HEIGHT );
44         Size = MAP_APPFONT ( VS_UNDERLINE_WIDTH, 13 );
45         TabStop = TRUE;
46         Text [ en-US ] = "~More Options...";
47     };
49     Image IMG_SINGLE
50     {
51         ImageBitmap = Bitmap{File = "symphony/line1.bmp";};
52     };
53     Image IMG_DOUBLE
54     {
55         ImageBitmap = Bitmap{File = "symphony/line2.bmp";};
56     };
57     Image IMG_BOLD2
58     {
59         ImageBitmap = Bitmap{File = "symphony/line3.bmp";};
60     };
61     Image IMG_DOT
62     {
63         ImageBitmap = Bitmap{File = "symphony/line4.bmp";};
64     };
65     Image IMG_DOT_BOLD
66     {
67         ImageBitmap = Bitmap{File = "symphony/line5.bmp";};
68     };
69     Image IMG_DASH
70     {
71         ImageBitmap = Bitmap{File = "symphony/line6.bmp";};
72     };
73     Image IMG_DASH_LONG
74     {
75         ImageBitmap = Bitmap{File = "symphony/line7.bmp";};
76     };
77     Image IMG_DASH_DOT
78     {
79         ImageBitmap = Bitmap{File = "symphony/line8.bmp";};
80     };
81     Image IMG_DASH_DOT_DOT
82     {
83         ImageBitmap = Bitmap{File = "symphony/line9.bmp";};
84     };
85     Image IMG_WAVE
86     {
87         ImageBitmap = Bitmap{File = "symphony/line10.bmp";};
88     };
90     //image when selected
91     Image IMG_SINGLE_SEL
92     {
93         ImageBitmap = Bitmap{File = "symphony/selected-line1.bmp";};
94     };
95     Image IMG_DOUBLE_SEL
96     {
97         ImageBitmap = Bitmap{File = "symphony/selected-line2.bmp";};
98     };
99     Image IMG_BOLD2_SEL
100     {
101         ImageBitmap = Bitmap{File = "symphony/selected-line3.bmp";};
102     };
103     Image IMG_DOT_SEL
104     {
105         ImageBitmap = Bitmap{File = "symphony/selected-line4.bmp";};
106     };
107     Image IMG_DOT_BOLD_SEL
108     {
109         ImageBitmap = Bitmap{File = "symphony/selected-line5.bmp";};
110     };
111     Image IMG_DASH_SEL
112     {
113         ImageBitmap = Bitmap{File = "symphony/selected-line6.bmp";};
114     };
115     Image IMG_DASH_LONG_SEL
116     {
117         ImageBitmap = Bitmap{File = "symphony/selected-line7.bmp";};
118     };
119     Image IMG_DASH_DOT_SEL
120     {
121         ImageBitmap = Bitmap{File = "symphony/selected-line8.bmp";};
122     };
123     Image IMG_DASH_DOT_DOT_SEL
124     {
125         ImageBitmap = Bitmap{File = "symphony/selected-line9.bmp";};
126     };
127     Image IMG_WAVE_SEL
128     {
129         ImageBitmap = Bitmap{File = "symphony/selected-line10.bmp";};
130     };
132     String STR_WITHOUT
133     {
134         Text [ en-US ] = "(Without)";
135     };
137     //tips
138     String STR_SINGLE
139     {
140         Text [ en-US ] = "Single";
141     };
142     String STR_DOUBLE
143     {
144         Text [ en-US ] = "Double";
145     };
146     String STR_BOLD
147     {
148         Text [ en-US ] = "Bold";
149     };
150     String STR_DOT
151     {
152         Text [ en-US ] = "Dotted";
153     };
154     String STR_DOT_BOLD
155     {
156         Text [ en-US ] = "Dotted (Bold)";
157     };
158     String STR_DASH
159     {
160         Text [ en-US ] = "Dash";
161     };
162     String STR_DASH_LONG
163     {
164         Text [ en-US ] = "Long Dash";
165     };
166     String STR_DASH_DOT
167     {
168         Text [ en-US ] = "Dot Dash";
169     };
170     String STR_DASH_DOT_DOT
171     {
172         Text [ en-US ] = "Dot Dot Dash";
173     };
174     String STR_WAVE
175     {
176         Text [ en-US ] = "Wave";
177     };
181 Control RID_POPUPPANEL_TEXTPAGE_SPACING
183     OutputSize = TRUE;
184     DialogControl = TRUE;
185     Border = FALSE;
187     Size = MAP_APPFONT(  POPUPPANEL_MARGIN_SMALL * 2 + POPUP_BORDER_WIDTH + VS_SPACING_WIDTH , POPUPPANEL_MARGIN_SMALL * 3 + 15 * 6 + CUSTOM_HEIGHT + TEXT_HEIGHT + POPUPPANEL_MARGIN_LARGE + POPUP_BORDER_WIDTH + 1);
189     Control VS_SPACING
190     {
191         HelpId = HID_PPROPERTYPANEL_TEXT_SPACING_VS ;
192         Hide = TRUE ;
193         Pos = MAP_APPFONT(  POPUPPANEL_MARGIN_SMALL + OFFSET_X , POPUPPANEL_MARGIN_SMALL + OFFSET_Y );
194         Size = MAP_APPFONT ( VS_SPACING_WIDTH  , 15 * 6);
195         TabStop = TRUE ;
196         Text  = "Character Spacing";
197     };
199     FixedText FT_LASTCUSTOM
200     {
201         Pos = MAP_APPFONT ( POPUPPANEL_MARGIN_LARGE + OFFSET_X ,POPUPPANEL_MARGIN_SMALL + OFFSET_Y + POPUPPANEL_MARGIN_SMALL + 15 * 6) ;
202         Size = MAP_APPFONT ( CUSTOM_WIDTH , TEXT_HEIGHT );
203         Left = TRUE ;
204         Text [ en-US ] = "Custom:" ;
205     };
206     //custom area
207     FixedText   FT_SPACING
208     {
209         Pos = MAP_APPFONT ( CUSTOM_X + POPUPPANEL_MARGIN_LARGE, CUSTOM_Y + POPUPPANEL_MARGIN_LARGE);
210         Size = MAP_APPFONT ( CUSTOM_WIDTH - POPUPPANEL_MARGIN_LARGE * 2 , TEXT_HEIGHT );
211         Left = TRUE ;
212         Text [ en-US ] = "~Character spacing: " ;
213     };
214     ListBox LB_KERNING
215     {
216         Border = TRUE;
217         Pos = MAP_APPFONT ( CUSTOM_X + POPUPPANEL_MARGIN_LARGE, CUSTOM_Y + POPUPPANEL_MARGIN_LARGE + TEXT_HEIGHT + POPUPPANEL_MARGIN_SMALL);//20
218         Size = MAP_APPFONT ( CUSTOM_WIDTH - POPUPPANEL_MARGIN_LARGE * 2 , 80 ) ;
219         TabStop = TRUE;
220         DropDown = TRUE ;
221         HelpID = HID_SPACING_CB_KERN;
222         StringList [ en-US ] =
223         {
224             < "Default" ; Default ; > ;
225             < "Expanded" ; Default ; > ;
226             < "Condensed" ; Default ; > ;
227         };
228     };
229     FixedText   FT_BY
230     {
231         Pos = MAP_APPFONT ( CUSTOM_X + POPUPPANEL_MARGIN_LARGE, CUSTOM_Y + POPUPPANEL_MARGIN_LARGE * 2 + TEXT_HEIGHT + POPUPPANEL_MARGIN_SMALL + CBOX_HEIGHT );
232         Size = MAP_APPFONT ( CUSTOM_WIDTH - POPUPPANEL_MARGIN_LARGE * 2 , TEXT_HEIGHT );
233         Left = TRUE ;
234         Text [ en-US ] = "Change ~by: " ;
235     };
236     MetricField ED_KERNING
237     {
238         HelpID = HID_SPACING_MB_KERN;
239         Border = TRUE;
240         Pos = MAP_APPFONT ( CUSTOM_X + POPUPPANEL_MARGIN_LARGE, CUSTOM_Y + POPUPPANEL_MARGIN_LARGE * 2 + TEXT_HEIGHT * 2 + POPUPPANEL_MARGIN_SMALL * 2 + CBOX_HEIGHT);//60
241         Size = MAP_APPFONT ( CUSTOM_WIDTH - POPUPPANEL_MARGIN_LARGE * 2 , MBOX_HEIGHT );
242         TabStop = TRUE;
243         Repeat = TRUE ;
244         Spin = TRUE ;
245         Maximum = 9999 ;
246         DecimalDigits = 1 ;
247         Unit = FUNIT_POINT ;
248         SpinSize = 10 ;
249     };
251     Image IMG_NORMAL
252     {
253         ImageBitmap = Bitmap{File = "symphony/spacing_normal.bmp" ;};//"spacing_normal.bmp"
254     };
255     Image IMG_VERY_TIGHT
256     {
257         ImageBitmap = Bitmap{File = "symphony/spacing_very tight.bmp";};
258     };
259     Image IMG_TIGHT
260     {
261         ImageBitmap = Bitmap{File = "symphony/spacing_tight.bmp";};
262     };
263     Image IMG_LOOSE
264     {
265         ImageBitmap = Bitmap{File = "symphony/spacing_loose.bmp";};
266     };
267     Image IMG_VERY_LOOSE
268     {
269         ImageBitmap = Bitmap{File = "symphony/spacing_very loose.bmp";};
270     };
272     Image IMG_NORMAL_S
273     {
274         ImageBitmap = Bitmap{File = "symphony/spacing_normal_s.bmp";};
275     };
276     Image IMG_VERY_TIGHT_S
277     {
278         ImageBitmap = Bitmap{File = "symphony/spacing_very tight_s.bmp";};
279     };
280     Image IMG_TIGHT_S
281     {
282         ImageBitmap = Bitmap{File = "symphony/spacing_tight_s.bmp";};
283     };
284     Image IMG_LOOSE_S
285     {
286         ImageBitmap = Bitmap{File = "symphony/spacing_loose_s.bmp";};
287     };
288     Image IMG_VERY_LOOSE_S
289     {
290         ImageBitmap = Bitmap{File = "symphony/spacing_very loose_s.bmp";};
291     };
293     Image IMG_CUSTOM
294     {
295         ImageBitmap = Bitmap{File = "symphony/last_custom_common.png";};
296     };
297     Image IMG_CUSTOM_GRAY
298     {
299         ImageBitmap = Bitmap{File = "symphony/last_custom_common_grey.png";};
300     };
302     String STR_VERY_TIGHT
303     {
304         Text [ en-US ] = "Very Tight";
305     };
306     String STR_TIGHT
307     {
308         Text [ en-US ] = "Tight";
309     };
310     String STR_NORMAL
311     {
312         Text [ en-US ] = "Normal";
313     };
314     String STR_LOOSE
315     {
316         Text [ en-US ] = "Loose";
317     };
318     String STR_VERY_LOOSE
319     {
320         Text [ en-US ] = "Very Loose";
321     };
322     String STR_CUSTOM
323     {
324         Text [ en-US ] = "Last Custom Value";
325     };
327     String STR_VERY_TIGHT_TIP
328     {
329         Text [ en-US ] = " Spacing: Condensed By: 3 pt";
330     };
331     String STR_TIGHT_TIP
332     {
333         Text [ en-US ] = " Spacing: Condensed By: 1.5 pt";
334     };
335     String STR_NORMAL_TIP
336     {
337         Text [ en-US ] = " Spacing: Normal";
338     };
339     String STR_LOOSE_TIP
340     {
341         Text [ en-US ] = " Spacing: Expanded By: 3 pt";
342     };
343     String STR_VERY_LOOSE_TIP
344     {
345         Text [ en-US ] = " Spacing: Expanded By: 6 pt";
346     };
347     String STR_CUSTOM_C_TIP
348     {
349         Text [ en-US ] = " Spacing: Condensed By: ";
350     };
351     String STR_CUSTOM_E_TIP
352     {
353         Text [ en-US ] = " Spacing: Expanded By: ";
354     };
355     String STR_PT
356     {
357         Text[ en-US ] = "pt";
358     };
361 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */