xref: /trunk/main/svx/source/sidebar/text/TextPropertyPanel.src (revision 889334d1c79d6d3023cd1f302a5cdd5b5abf8dc1)
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements.  See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership.  The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance
9 * with the License.  You may obtain a copy of the License at
10 *
11 *   http://www.apache.org/licenses/LICENSE-2.0
12 *
13 * Unless required by applicable law or agreed to in writing,
14 * software distributed under the License is distributed on an
15 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16 * KIND, either express or implied.  See the License for the
17 * specific language governing permissions and limitations
18 * under the License.
19 *
20 *************************************************************/
21
22#include "TextPropertyPanel.hrc"
23#include <sfx2/sidebar/ResourceDefinitions.hrc>
24#include "helpid.hrc"
25
26Control RID_SIDEBAR_TEXT_PANEL
27{
28    OutputSize = TRUE ;
29    DialogControl = TRUE ;
30    Border = FALSE ;
31
32    Size = MAP_APPFONT ( PROPERTYPAGE_WIDTH, SECTIONPAGE_MARGIN_VERTICAL_TOP + CBOX_HEIGHT + TOOLBOX_ITEM_HEIGHT * 2 + CONTROL_SPACING_VERTICAL * 2 + SECTIONPAGE_MARGIN_VERTICAL_BOT ) ;
33    HelpID = HID_PROPERTYPANEL_TEXT_SECTION ;
34    Text = "Text" ;
35
36    ComboBox CB_SBFONT_FONT
37    {
38        Border = TRUE ;
39        Pos = MAP_APPFONT ( X0, FIRST_LINE_Y ) ;
40        Size = MAP_APPFONT ( FONTNAME_WIDTH, CONTROL_HEIGHT_FONT_NAME ) ;
41        TabStop = TRUE ;
42        DropDown = TRUE ;
43        HelpID = HID_COMBO_FONT_NAME ;
44        QuickHelpText [ en-US ] = "Font Name" ;
45//      Command = ".uno:CharFontName" ;
46    };
47    MetricBox MB_SBFONT_FONTSIZE
48    {
49        Border = TRUE ;
50        Pos = MAP_APPFONT ( X2, FIRST_LINE_Y ) ;
51        Size = MAP_APPFONT ( FONTSIZE_WIDTH, CONTROL_HEIGHT_FONT_SIZE ) ;
52        TabStop = TRUE ;
53        DropDown = TRUE ;
54        HelpID = HID_METRIC_FONT_SIZE ;
55        QuickHelpText [ en-US ] = "Font Size" ;
56//      Command = ".uno:FontHeight" ;
57    };
58
59    ToolBox TB_INCREASE_DECREASE
60    {
61        SVLook = TRUE ;
62        Pos = MAP_APPFONT ( X2, SECOND_LINE_Y ) ;
63        Size = MAP_APPFONT ( TOOLBOX_ITEM_WIDTH * 2, TOOLBOX_ITEM_HEIGHT ) ;
64        TabStop = TRUE ;
65        HelpID = HID_PPROPERTYPANEL_TEXT_TBX_FONTSIZE_INDE ;
66        Text = "Font Size Adjusting" ;
67        ItemList =
68        {
69            ToolBoxItem
70            {
71                Identifier = TBI_INCREASE ;
72                HelpID = HID_PPROPERTYPANEL_TEXT_TBI_INCREASE ;
73                Command = ".uno:Grow" ;
74            };
75            ToolBoxItem
76            {
77                Identifier = TBI_DECREASE ;
78                HelpID = HID_PPROPERTYPANEL_TEXT_TBI_DECREASE ;
79                Command = ".uno:Shrink" ;
80            };
81        };
82    };
83    ToolBox TB_FONT
84    {
85        SVLook = TRUE ;
86        Pos = MAP_APPFONT ( X0 + 1, SECOND_LINE_Y ) ;
87        Size = MAP_APPFONT ( TOOLBOX_ITEM_WIDTH * 4 + TOOLBOX_ITEM_DD_WIDTH, TOOLBOX_ITEM_HEIGHT ) ;
88        TabStop = TRUE ;
89        HelpID = HID_PPROPERTYPANEL_TEXT_TBX_FONT ;
90        Text = "Font Effects" ;
91        ItemList =
92        {
93            ToolBoxItem
94            {
95                Identifier = TBI_BOLD ;
96                HelpID = HID_PPROPERTYPANEL_TEXT_TBI_BOLD ;
97                Command = ".uno:Bold" ;
98            };
99            ToolBoxItem
100            {
101                Identifier = TBI_ITALIC ;
102                HelpID = HID_PPROPERTYPANEL_TEXT_TBI_ITALIC ;
103                Command = ".uno:Italic" ;
104            };
105            ToolBoxItem
106            {
107                Identifier = TBI_UNDERLINE ;
108                DropDown = TRUE ;
109                HelpID = HID_PPROPERTYPANEL_TEXT_TBI_UNDERLINE ;
110                Command = ".uno:Underline" ;
111            };
112            ToolBoxItem
113            {
114                Identifier = TBI_STRIKEOUT ;
115                HelpID = HID_PPROPERTYPANEL_TEXT_TBI_STRIKEOUT ;
116                Command = ".uno:Strikeout" ;
117            };
118            ToolBoxItem
119            {
120                Identifier = TBI_SHADOWED ;
121                HelpID = HID_PPROPERTYPANEL_TEXT_TBI_SHADOWED ;
122                Command = ".uno:Shadowed" ;
123            };
124        };
125    };
126
127    ToolBox TB_FONTCOLOR
128    {
129        HelpID = HID_PPROPERTYPANEL_TEXT_TBX_FONT_COLOR ;
130        SVLook = TRUE ;
131        Pos = MAP_APPFONT ( X3, THIRD_LINE_Y ) ;
132        Size = MAP_APPFONT ( TOOLBOX_ITEM_DD_WIDTH, TOOLBOX_ITEM_HEIGHT ) ;
133        TabStop = TRUE ;
134        ItemList =
135        {
136            ToolBoxItem
137            {
138                Identifier = TBI_FONTCOLOR ;
139                HelpID = HID_PPROPERTYPANEL_TEXT_TBI_FONT_COLOR ;
140                DropDown = TRUE ;
141                Command = ".uno:Color" ;
142            };
143        };
144    };
145    ToolBox TB_FONTCOLOR_SW
146    {
147        HelpID = HID_PPROPERTYPANEL_TEXT_TBX_FONT_COLOR ;
148        SVLook = TRUE ;
149        Pos = MAP_APPFONT ( X3, THIRD_LINE_Y ) ;
150        Size = MAP_APPFONT ( TOOLBOX_ITEM_DD_WIDTH, TOOLBOX_ITEM_HEIGHT ) ;
151        TabStop = TRUE ;
152        ItemList =
153        {
154            ToolBoxItem
155            {
156                Identifier = TBI_FONTCOLOR ;
157                HelpID = HID_PPROPERTYPANEL_TEXT_TBI_FONT_COLOR ;
158                DropDown = TRUE ;
159                Command = ".uno:FontColor" ;
160            };
161        };
162    };
163
164    ToolBox TB_HIGHLIGHT
165    {
166        SVLook = TRUE ;
167        Pos = MAP_APPFONT ( X2, THIRD_LINE_Y ) ;
168        Size = MAP_APPFONT ( TOOLBOX_ITEM_DD_WIDTH, TOOLBOX_ITEM_HEIGHT ) ;
169        TabStop = TRUE ;
170        HelpID = HID_PPROPERTYPANEL_TEXT_TBX_HIGHLIGHT_COLOR ;
171        Text = "Highlight Color" ;
172        ItemList =
173        {
174            ToolBoxItem
175            {
176                Identifier = TBI_HIGHLIGHT ;
177                HelpID = HID_PPROPERTYPANEL_TEXT_TBI_HIGHLIGHT_COLOR ;
178                DropDown = TRUE ;
179                Command = ".uno:BackColor" ;
180            };
181        };
182    };
183
184    ToolBox TB_SCRIPT_SW
185    {
186        SVLook = TRUE ;
187        Pos = MAP_APPFONT ( X0 + 1, THIRD_LINE_Y ) ;
188        Size = MAP_APPFONT ( TOOLBOX_ITEM_WIDTH * 2, TOOLBOX_ITEM_HEIGHT ) ;
189        TabStop = TRUE ;
190        HelpID = HID_PPROPERTYPANEL_TEXT_TBX_SCRIPT_SW ;
191        Text = "Font Position" ;
192        ItemList =
193        {
194            ToolBoxItem
195            {
196                Identifier = TBI_SUPER_SW ;
197                HelpID = HID_PPROPERTYPANEL_TEXT_TBI_SUPER_SW ;
198                Command = ".uno:SuperScript" ;
199            };
200            ToolBoxItem
201            {
202                Identifier = TBI_SUB_SW ;
203                HelpID = HID_PPROPERTYPANEL_TEXT_TBI_SUB_SW ;
204                Command = ".uno:SubScript" ;
205            };
206        };
207    };
208    ToolBox TB_SCRIPT
209    {
210        SVLook = TRUE ;
211        Pos = MAP_APPFONT ( X0 + 1, THIRD_LINE_Y ) ;
212        Size = MAP_APPFONT ( TOOLBOX_ITEM_WIDTH * 2, TOOLBOX_ITEM_HEIGHT ) ;
213        TabStop = TRUE ;
214        HelpID = HID_PPROPERTYPANEL_TEXT_TBX_SCRIPT ;
215        Text = "Font Position" ;
216        ItemList =
217        {
218            ToolBoxItem
219            {
220                Identifier = TBI_SUPER ;
221                HelpID = HID_PPROPERTYPANEL_TEXT_TBI_SUPER ;
222                Command = ".uno:SuperScript" ;
223            };
224            ToolBoxItem
225            {
226                Identifier = TBI_SUB ;
227                HelpID = HID_PPROPERTYPANEL_TEXT_TBI_SUB ;
228                Command = ".uno:SubScript" ;
229            };
230        };
231    };
232
233    ToolBox TB_SPACING
234    {
235        SVLook = TRUE ;
236        Pos = MAP_APPFONT ( X1, THIRD_LINE_Y ) ;
237        Size = MAP_APPFONT ( TOOLBOX_24_16_ITEM_DD_WIDTH, TOOLBOX_24_16_ITEM_HEIGHT ) ;
238        TabStop = TRUE ;
239        HelpID = HID_TB_SPACING ;
240        Text = "Character Spacing" ;
241        ItemList =
242        {
243            ToolBoxItem
244            {
245                Identifier = TBI_SPACING ;
246                DropDown = TRUE ;
247                HelpID = HID_TBI_SPACING ;
248                Command = ".uno:Spacing" ;
249            };
250        };
251    };
252};
253
254Control RID_POPUPPANEL_TEXTPAGE_UNDERLINE
255{
256    OutputSize = TRUE ;
257    DialogControl = TRUE ;
258    Border = FALSE ;
259
260    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 ) ;
261    Control VS_UNDERLINE
262    {
263        HelpID = HID_PPROPERTYPANEL_TEXT_UNDERLINE_VS ;
264        Hide = TRUE ;
265        Pos = MAP_APPFONT ( POPUPPANEL_MARGIN_SMALL + OFFSET_X, POPUPPANEL_MARGIN_SMALL + OFFSET_Y ) ;
266        Size = MAP_APPFONT ( VS_UNDERLINE_WIDTH, VS_UNDERLINE_HEIGHT ) ;
267        TabStop = TRUE ;
268        Text = "Underline" ;
269    };
270
271    PushButton PB_OPTIONS
272    {
273        HelpID = HID_UNDERLINE_BTN ;
274        Pos = MAP_APPFONT ( POPUPPANEL_MARGIN_SMALL + OFFSET_X, POPUPPANEL_MARGIN_SMALL * 2 + OFFSET_Y + VS_UNDERLINE_HEIGHT ) ;
275        Size = MAP_APPFONT ( VS_UNDERLINE_WIDTH, 13 ) ;
276        TabStop = TRUE ;
277        Text [ en-US ] = "~More Options..." ;
278    };
279
280
281    Image IMG_SINGLE
282    {
283        ImageBitmap = Bitmap {File = "sidebar/line1.png" ;} ;
284    };
285    Image IMG_DOUBLE
286    {
287        ImageBitmap = Bitmap {File = "sidebar/line2.png" ;} ;
288    };
289    Image IMG_BOLD2
290    {
291        ImageBitmap = Bitmap {File = "sidebar/line3.png" ;} ;
292    };
293    Image IMG_DOT
294    {
295        ImageBitmap = Bitmap {File = "sidebar/line4.png" ;} ;
296    };
297    Image IMG_DOT_BOLD
298    {
299        ImageBitmap = Bitmap {File = "sidebar/line5.png" ;} ;
300    };
301    Image IMG_DASH
302    {
303        ImageBitmap = Bitmap {File = "sidebar/line6.png" ;} ;
304    };
305    Image IMG_DASH_LONG
306    {
307        ImageBitmap = Bitmap {File = "sidebar/line7.png" ;} ;
308    };
309    Image IMG_DASH_DOT
310    {
311        ImageBitmap = Bitmap {File = "sidebar/line8.png" ;} ;
312    };
313    Image IMG_DASH_DOT_DOT
314    {
315        ImageBitmap = Bitmap {File = "sidebar/line9.png" ;} ;
316    };
317    Image IMG_WAVE
318    {
319        ImageBitmap = Bitmap {File = "sidebar/line10.png" ;} ;
320    };
321
322    // high contract
323    Image IMG_SINGLE_H
324    {
325        ImageBitmap = Bitmap {File = "sidebar/line1_h.png" ;} ;
326    };
327    Image IMG_DOUBLE_H
328    {
329        ImageBitmap = Bitmap {File = "sidebar/line2_h.png" ;} ;
330    };
331    Image IMG_BOLD2_H
332    {
333        ImageBitmap = Bitmap {File = "sidebar/line3_h.png" ;} ;
334    };
335    Image IMG_DOT_H
336    {
337        ImageBitmap = Bitmap {File = "sidebar/line4_h.png" ;} ;
338    };
339    Image IMG_DOT_BOLD_H
340    {
341        ImageBitmap = Bitmap {File = "sidebar/line5_h.png" ;} ;
342    };
343    Image IMG_DASH_H
344    {
345        ImageBitmap = Bitmap {File = "sidebar/line6_h.png" ;} ;
346    };
347    Image IMG_DASH_LONG_H
348    {
349        ImageBitmap = Bitmap {File = "sidebar/line7_h.png" ;} ;
350    };
351    Image IMG_DASH_DOT_H
352    {
353        ImageBitmap = Bitmap {File = "sidebar/line8_h.png" ;} ;
354    };
355    Image IMG_DASH_DOT_DOT_H
356    {
357        ImageBitmap = Bitmap {File = "sidebar/line9_h.png" ;} ;
358    };
359    Image IMG_WAVE_H
360    {
361        ImageBitmap = Bitmap {File = "sidebar/line10_h.png" ;} ;
362    };
363
364    // image when selected
365    Image IMG_SINGLE_SEL
366    {
367        ImageBitmap = Bitmap {File = "sidebar/selected-line1.png" ;} ;
368    };
369    Image IMG_DOUBLE_SEL
370    {
371        ImageBitmap = Bitmap {File = "sidebar/selected-line2.png" ;} ;
372    };
373    Image IMG_BOLD2_SEL
374    {
375        ImageBitmap = Bitmap {File = "sidebar/selected-line3.png" ;} ;
376    };
377    Image IMG_DOT_SEL
378    {
379        ImageBitmap = Bitmap {File = "sidebar/selected-line4.png" ;} ;
380    };
381    Image IMG_DOT_BOLD_SEL
382    {
383        ImageBitmap = Bitmap {File = "sidebar/selected-line5.png" ;} ;
384    };
385    Image IMG_DASH_SEL
386    {
387        ImageBitmap = Bitmap {File = "sidebar/selected-line6.png" ;} ;
388    };
389    Image IMG_DASH_LONG_SEL
390    {
391        ImageBitmap = Bitmap {File = "sidebar/selected-line7.png" ;} ;
392    };
393    Image IMG_DASH_DOT_SEL
394    {
395        ImageBitmap = Bitmap {File = "sidebar/selected-line8.png" ;} ;
396    };
397    Image IMG_DASH_DOT_DOT_SEL
398    {
399        ImageBitmap = Bitmap {File = "sidebar/selected-line9.png" ;} ;
400    };
401    Image IMG_WAVE_SEL
402    {
403        ImageBitmap = Bitmap {File = "sidebar/selected-line10.png" ;} ;
404    };
405
406    String STR_WITHOUT
407    {
408        Text [ en-US ] = "(Without)" ;
409    };
410
411    // tips
412    String STR_SINGLE
413    {
414        Text [ en-US ] = "Single" ;
415    };
416    String STR_DOUBLE
417    {
418        Text [ en-US ] = "Double" ;
419    };
420    String STR_BOLD
421    {
422        Text [ en-US ] = "Bold" ;
423    };
424    String STR_DOT
425    {
426        Text [ en-US ] = "Dotted" ;
427    };
428    String STR_DOT_BOLD
429    {
430        Text [ en-US ] = "Dotted (Bold)" ;
431    };
432    String STR_DASH
433    {
434        Text [ en-US ] = "Dash" ;
435    };
436    String STR_DASH_LONG
437    {
438        Text [ en-US ] = "Long Dash" ;
439    };
440    String STR_DASH_DOT
441    {
442        Text [ en-US ] = "Dot Dash" ;
443    };
444    String STR_DASH_DOT_DOT
445    {
446        Text [ en-US ] = "Dot Dot Dash" ;
447    };
448    String STR_WAVE
449    {
450        Text [ en-US ] = "Wave" ;
451    };
452
453};
454
455
456Control RID_POPUPPANEL_TEXTPAGE_FONT_COLOR
457{
458    OutputSize = TRUE ;
459    DialogControl = TRUE ;
460    Border = FALSE ;
461    Size = MAP_APPFONT ( POPUP_COLOR_PICKER_WIDTH, POPUP_COLOR_PICKER_HEIGHT ) ;
462
463    Control VS_FONT_COLOR
464    {
465        HelpID = HID_PPROPERTYPANEL_TEXT_COLOR_VS ;
466        Hide = TRUE ;
467        Pos = MAP_APPFONT ( OFFSET_X, OFFSET_Y ) ;
468        Size = MAP_APPFONT ( POPUP_COLOR_PICKER_WIDTH - OFFSET_X * 2, POPUP_COLOR_PICKER_HEIGHT - OFFSET_Y * 2 ) ;
469        TabStop = TRUE ;
470        Text = "Color Picker" ;
471    };
472    String STR_AUTOMATICE
473    {
474        Text [ en-US ] = "Automatic" ;
475    };
476};
477
478Control RID_POPUPPANEL_TEXTPAGE_SPACING
479{
480    OutputSize = TRUE ;
481    DialogControl = TRUE ;
482    Border = FALSE ;
483
484    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 ) ;
485
486    Control VS_SPACING
487    {
488        HelpId = HID_PPROPERTYPANEL_TEXT_SPACING_VS ;
489        Hide = TRUE ;
490        Pos = MAP_APPFONT ( POPUPPANEL_MARGIN_SMALL + OFFSET_X, POPUPPANEL_MARGIN_SMALL + OFFSET_Y ) ;
491        Size = MAP_APPFONT ( VS_SPACING_WIDTH, 15 * 6 ) ;
492        TabStop = TRUE ;
493        Text = "Character Spacing" ;
494    };
495
496    FixedText FT_LASTCUSTOM
497    {
498        Pos = MAP_APPFONT ( POPUPPANEL_MARGIN_LARGE + OFFSET_X, POPUPPANEL_MARGIN_SMALL + OFFSET_Y + POPUPPANEL_MARGIN_SMALL + 15 * 6 ) ;
499        Size = MAP_APPFONT ( CUSTOM_WIDTH, TEXT_HEIGHT ) ;
500        Left = TRUE ;
501        Text [ en-US ] = "Custom:" ;
502    };
503    // custom area
504    FixedText   FT_SPACING
505    {
506        Pos = MAP_APPFONT ( CUSTOM_X + POPUPPANEL_MARGIN_LARGE, CUSTOM_Y + POPUPPANEL_MARGIN_LARGE ) ;
507        Size = MAP_APPFONT ( CUSTOM_WIDTH - POPUPPANEL_MARGIN_LARGE * 2, TEXT_HEIGHT ) ;
508        Left = TRUE ;
509        Text [ en-US ] = "~Character spacing: " ;
510    };
511    ListBox LB_KERNING
512    {
513        Border = TRUE ;
514        Pos = MAP_APPFONT ( CUSTOM_X + POPUPPANEL_MARGIN_LARGE, CUSTOM_Y + POPUPPANEL_MARGIN_LARGE + TEXT_HEIGHT + POPUPPANEL_MARGIN_SMALL ) ; // 20
515        Size = MAP_APPFONT ( CUSTOM_WIDTH - POPUPPANEL_MARGIN_LARGE * 2, 80 ) ;
516        TabStop = TRUE ;
517        DropDown = TRUE ;
518        HelpID = HID_SPACING_CB_KERN ;
519        StringList [ en-US ] =
520        {
521            < "Default" ; Default ;     > ;
522            < "Expanded" ; Default ;    > ;
523            < "Condensed" ; Default ;   > ;
524        };
525    };
526    FixedText   FT_BY
527    {
528        Pos = MAP_APPFONT ( CUSTOM_X + POPUPPANEL_MARGIN_LARGE, CUSTOM_Y + POPUPPANEL_MARGIN_LARGE * 2 + TEXT_HEIGHT + POPUPPANEL_MARGIN_SMALL + CBOX_HEIGHT ) ;
529        Size = MAP_APPFONT ( CUSTOM_WIDTH - POPUPPANEL_MARGIN_LARGE * 2, TEXT_HEIGHT ) ;
530        Left = TRUE ;
531        Text [ en-US ] = "Change ~by: " ;
532    };
533    MetricField ED_KERNING
534    {
535        HelpID = HID_SPACING_MB_KERN ;
536        Border = TRUE ;
537        Pos = MAP_APPFONT ( CUSTOM_X + POPUPPANEL_MARGIN_LARGE, CUSTOM_Y + POPUPPANEL_MARGIN_LARGE * 2 + TEXT_HEIGHT * 2 + POPUPPANEL_MARGIN_SMALL * 2 + CBOX_HEIGHT ) ; // 60
538        Size = MAP_APPFONT ( CUSTOM_WIDTH - POPUPPANEL_MARGIN_LARGE * 2, MBOX_HEIGHT ) ;
539        TabStop = TRUE ;
540        Repeat = TRUE ;
541        Spin = TRUE ;
542        Maximum = 9999 ;
543        DecimalDigits = 1 ;
544        Unit = FUNIT_POINT ;
545        SpinSize = 10 ;
546    };
547
548    Image IMG_NORMAL
549    {
550        ImageBitmap = Bitmap {File = "sidebar/spacing_normal.png" ;} ;
551    };
552    Image IMG_VERY_TIGHT
553    {
554        ImageBitmap = Bitmap {File = "sidebar/spacing_very_tight.png" ;} ;
555    };
556    Image IMG_TIGHT
557    {
558        ImageBitmap = Bitmap {File = "sidebar/spacing_tight.png" ;} ;
559    };
560    Image IMG_LOOSE
561    {
562        ImageBitmap = Bitmap {File = "sidebar/spacing_loose.png" ;} ;
563    };
564    Image IMG_VERY_LOOSE
565    {
566        ImageBitmap = Bitmap {File = "sidebar/spacing_very_loose.png" ;} ;
567    };
568
569    Image IMG_NORMAL_S
570    {
571        ImageBitmap = Bitmap {File = "sidebar/spacing_normal_s.png" ;} ;
572    };
573    Image IMG_VERY_TIGHT_S
574    {
575        ImageBitmap = Bitmap {File = "sidebar/spacing_very_tight_s.png" ;} ;
576    };
577    Image IMG_TIGHT_S
578    {
579        ImageBitmap = Bitmap {File = "sidebar/spacing_tight_s.png" ;} ;
580    };
581    Image IMG_LOOSE_S
582    {
583        ImageBitmap = Bitmap {File = "sidebar/spacing_loose_s.png" ;} ;
584    };
585    Image IMG_VERY_LOOSE_S
586    {
587        ImageBitmap = Bitmap {File = "sidebar/spacing_very_loose_s.png" ;} ;
588    };
589
590    Image IMG_CUSTOM
591    {
592        ImageBitmap = Bitmap {File = "sidebar/last_custom_common.png" ;} ;
593    };
594    Image IMG_CUSTOM_GRAY
595    {
596        ImageBitmap = Bitmap {File = "sidebar/last_custom_common_grey.png" ;} ;
597    };
598
599    String STR_VERY_TIGHT
600    {
601        Text [ en-US ] = "Very Tight" ;
602    };
603    String STR_TIGHT
604    {
605        Text [ en-US ] = "Tight" ;
606    };
607    String STR_NORMAL
608    {
609        Text [ en-US ] = "Normal" ;
610    };
611    String STR_LOOSE
612    {
613        Text [ en-US ] = "Loose" ;
614    };
615    String STR_VERY_LOOSE
616    {
617        Text [ en-US ] = "Very Loose" ;
618    };
619    String STR_CUSTOM
620    {
621        Text [ en-US ] = "Last Custom Value" ;
622    };
623
624    String STR_VERY_TIGHT_TIP
625    {
626        Text [ en-US ] = " Spacing: Condensed By: 3 pt" ;
627    };
628    String STR_TIGHT_TIP
629    {
630        Text [ en-US ] = " Spacing: Condensed By: 1.5 pt" ;
631    };
632    String STR_NORMAL_TIP
633    {
634        Text [ en-US ] = " Spacing: Normal" ;
635    };
636    String STR_LOOSE_TIP
637    {
638        Text [ en-US ] = " Spacing: Expanded By: 3 pt" ;
639    };
640    String STR_VERY_LOOSE_TIP
641    {
642        Text [ en-US ] = " Spacing: Expanded By: 6 pt" ;
643    };
644    String STR_CUSTOM_C_TIP
645    {
646        Text [ en-US ] = " Spacing: Condensed By: " ;
647    };
648    String STR_CUSTOM_E_TIP
649    {
650        Text [ en-US ] = " Spacing: Expanded By: " ;
651    };
652    String STR_PT
653    {
654        Text [ en-US ] = "pt" ;
655    };
656};
657
658// ********************************************************************** EOF
659