diff options
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/tbxctrls/fontworkgallery.src | 274 |
1 files changed, 247 insertions, 27 deletions
diff --git a/svx/source/tbxctrls/fontworkgallery.src b/svx/source/tbxctrls/fontworkgallery.src index 262f6881aa55..31369d7489de 100644 --- a/svx/source/tbxctrls/fontworkgallery.src +++ b/svx/source/tbxctrls/fontworkgallery.src @@ -2,9 +2,9 @@ * * $RCSfile: fontworkgallery.src,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: rt $ $Date: 2004-04-02 14:15:14 $ + * last change: $Author: hr $ $Date: 2004-10-12 14:18:26 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -75,13 +75,15 @@ ModalDialog RID_SVX_MDLG_FONTWORK_GALLERY Size = MAP_APPFONT( WIDTH, HEIGHT ); - Text = "Fontwork Gallery" ; + Text [ de ] = "Fontwork Gallery" ; + Text [ en-US ] = "Fontwork Gallery" ; FixedLine FL_FAVORITES { Pos = MAP_APPFONT ( 3 , 3 ) ; Size = MAP_APPFONT ( WIDTH - 6 , 8 ) ; - Text = "Select a Fontwork style:" ; + Text [ de ] = "Whlen Sie einen Fontwork Stil" ; + Text [ en-US ] = "Select a Fontwork style:" ; }; Control CTL_FAVORITES { @@ -103,37 +105,255 @@ ModalDialog RID_SVX_MDLG_FONTWORK_GALLERY Size = MAP_APPFONT ( 80, 14 ) ; TabStop = TRUE ; }; - - ImageButton BTN_LTR + String STR_CLICK_TO_ADD_TEXT { - Pos = MAP_APPFONT ( 3, HEIGHT - 3 - 14 ); - Size = MAP_APPFONT ( 14, 14 ); - TabStop = TRUE; - QuickHelpText = "Text direction from left to right" ; + Text [ de ] = "Text durch Klicken bearbeiten" ; + Text [ en-US ] = "Click to edit text" ; + }; +}; + +FloatingWindow RID_SVXFLOAT_FONTWORK_ALIGNMENT +{ + Border = TRUE ; + Hide = FALSE ; + SVLook = TRUE ; + Sizeable = FALSE ; + Moveable = TRUE ; + Closeable = TRUE ; + Zoomable = TRUE ; + + Text [ de ] = "Fontwork Ausrichtung" ; + Text [ en-US ] = "Fontwork Alignment" ; - ButtonImage = Image - { - ImageBitmap = Bitmap { File = "sc10907.bmp" ; }; - MASKCOLOR - }; + String STR_ALIGN_LEFT + { + Text [ de ] = "~Linksbndig"; + Text [ en-US ] = "~Left Align"; + }; + String STR_ALIGN_CENTER + { + Text [ de ] = "~Zentriert"; + Text [ en-US ] = "~Center"; + }; + String STR_ALIGN_RIGHT + { + Text [ de ] = "~Rechtsbndig"; + Text [ en-US ] = "~Right Align"; + }; + String STR_ALIGN_WORD + { + Text [ de ] = "~Wortausrichtung"; + Text [ en-US ] = "~Word Justify"; + }; + String STR_ALIGN_STRETCH + { + Text [ de ] = "~Streckung ausrichten"; + Text [ en-US ] = "S~tretch Justify"; }; - ImageButton BTN_TTB + Image IMG_FONTWORK_ALIGN_LEFT_16 + { + ImageBitmap = Bitmap { File = "fontworkalignleft_16.png"; }; + MASKCOLOR + }; + Image IMG_FONTWORK_ALIGN_LEFT_16_H + { + ImageBitmap = Bitmap { File = "fontworkalignleft_16_h.png"; }; + MASKCOLOR + }; + Image IMG_FONTWORK_ALIGN_LEFT_26 + { + ImageBitmap = Bitmap { File = "fontworkalignleft_26.png"; }; + MASKCOLOR + }; + Image IMG_FONTWORK_ALIGN_LEFT_26_H + { + ImageBitmap = Bitmap { File = "fontworkalignleft_26_h.png"; }; + MASKCOLOR + }; + Image IMG_FONTWORK_ALIGN_CENTER_16 + { + ImageBitmap = Bitmap { File = "fontworkaligncentered_16.png"; }; + MASKCOLOR + }; + Image IMG_FONTWORK_ALIGN_CENTER_16_H + { + ImageBitmap = Bitmap { File = "fontworkaligncentered_16_h.png"; }; + MASKCOLOR + }; + Image IMG_FONTWORK_ALIGN_CENTER_26 + { + ImageBitmap = Bitmap { File = "fontworkaligncentered_26.png"; }; + MASKCOLOR + }; + Image IMG_FONTWORK_ALIGN_CENTER_26_H + { + ImageBitmap = Bitmap { File = "fontworkaligncentered_26_h.png"; }; + MASKCOLOR + }; + Image IMG_FONTWORK_ALIGN_RIGHT_16 + { + ImageBitmap = Bitmap { File = "fontworkalignright_16.png"; }; + MASKCOLOR + }; + Image IMG_FONTWORK_ALIGN_RIGHT_16_H + { + ImageBitmap = Bitmap { File = "fontworkalignright_16_h.png"; }; + MASKCOLOR + }; + Image IMG_FONTWORK_ALIGN_RIGHT_26 + { + ImageBitmap = Bitmap { File = "fontworkalignright_26.png"; }; + MASKCOLOR + }; + Image IMG_FONTWORK_ALIGN_RIGHT_26_H + { + ImageBitmap = Bitmap { File = "fontworkalignright_26_h.png"; }; + MASKCOLOR + }; + Image IMG_FONTWORK_ALIGN_WORD_16 + { + ImageBitmap = Bitmap { File = "fontworkalignjustified_16.png"; }; + MASKCOLOR + }; + Image IMG_FONTWORK_ALIGN_WORD_16_H + { + ImageBitmap = Bitmap { File = "fontworkalignjustified_16_h.png"; }; + MASKCOLOR + }; + Image IMG_FONTWORK_ALIGN_WORD_26 { - Pos = MAP_APPFONT ( 3 + 3 + 14, HEIGHT - 3 - 14 ); - Size = MAP_APPFONT ( 14, 14 ); - TabStop = TRUE; - QuickHelpText = "Text direction from top to bottom" ; + ImageBitmap = Bitmap { File = "fontworkalignjustified_26.png"; }; + MASKCOLOR + }; + Image IMG_FONTWORK_ALIGN_WORD_26_H + { + ImageBitmap = Bitmap { File = "fontworkalignjustified_26_h.png"; }; + MASKCOLOR + }; + Image IMG_FONTWORK_ALIGN_STRETCH_16 + { + ImageBitmap = Bitmap { File = "fontworkalignstretch_16.png"; }; + MASKCOLOR + }; + Image IMG_FONTWORK_ALIGN_STRETCH_16_H + { + ImageBitmap = Bitmap { File = "fontworkalignstretch_16_h.png"; }; + MASKCOLOR + }; + Image IMG_FONTWORK_ALIGN_STRETCH_26 + { + ImageBitmap = Bitmap { File = "fontworkalignstretch_26.png"; }; + MASKCOLOR + }; + Image IMG_FONTWORK_ALIGN_STRETCH_26_H + { + ImageBitmap = Bitmap { File = "fontworkalignstretch_26_h.png"; }; + MASKCOLOR + }; +}; + +FloatingWindow RID_SVXFLOAT_FONTWORK_CHARSPACING +{ + Border = TRUE ; + Hide = FALSE ; + SVLook = TRUE ; + Sizeable = FALSE ; + Moveable = TRUE ; + Closeable = TRUE ; + Zoomable = TRUE ; - ButtonImage = Image - { - ImageBitmap = Bitmap { File = "sc10908.bmp" ; }; - MASKCOLOR - }; + Text [ de ] = "Fontwork Zeichenabstand" ; + Text [ en-US ] = "Fontwork Character Spacing" ; + + String STR_CHARS_SPACING_VERY_TIGHT + { + Text [ de ] = "~Sehr eng"; + Text [ en-US ] = "~Very Tight"; + }; + String STR_CHARS_SPACING_TIGHT + { + Text [ de ] = "~Eng"; + Text [ en-US ] = "~Tight"; + }; + String STR_CHARS_SPACING_NORMAL + { + Text [ de ] = "~Normal"; + Text [ en-US ] = "~Normal"; + }; + String STR_CHARS_SPACING_LOOSE + { + Text [ de ] = "~Weit"; + Text [ en-US ] = "~Loose"; + }; + String STR_CHARS_SPACING_VERY_LOOSE + { + Text [ de ] = "Se~hr weit"; + Text [ en-US ] = "Very ~Loose"; + }; + String STR_CHARS_SPACING_CUSTOM + { + Text [ de ] = "~Benutzerdefiniert..."; + Text [ en-US ] = "~Custom..."; }; + String STR_CHARS_SPACING_KERN_PAIRS + { + Text [ de ] = "~Zeichenpaarekerning"; + Text [ en-US ] = "~Kern Character Pairs"; + }; +}; - String STR_CLICK_TO_ADD_TEXT +ModalDialog RID_SVX_MDLG_FONTWORK_CHARSPACING +{ + OutputSize = TRUE ; + SVLook = TRUE ; + Size = MAP_APPFONT ( 139 , 64 ) ; + Moveable = TRUE ; + Closeable = TRUE ; + + Text [ de ] = "Fontwork Zeichenabstand" ; + Text [ en-US ] = "Fontwork Character Spacing" ; + + OKButton BTN_OK { - Text = "Text durch Klicken editieren" ; + Pos = MAP_APPFONT ( 83 , 6 ) ; + Size = MAP_APPFONT ( 50 , 14 ) ; + TabStop = TRUE ; + DefButton = TRUE ; + }; + CancelButton BTN_CANCEL + { + Pos = MAP_APPFONT ( 83 , 23 ) ; + Size = MAP_APPFONT ( 50 , 14 ) ; + TabStop = TRUE ; + }; + HelpButton BTN_HELP + { + Pos = MAP_APPFONT ( 83 , 43 ) ; + Size = MAP_APPFONT ( 50 , 14 ) ; + TabStop = TRUE ; + }; + FixedText FT_VALUE + { + Pos = MAP_APPFONT ( 6 , 6 ) ; + Size = MAP_APPFONT ( 76 , 8 ) ; + Text [ de ] = "~Wert"; + Text[ en-US ] = "~Value"; + }; + MetricField MF_VALUE + { + Border = TRUE ; + Pos = MAP_APPFONT ( 6 , 17 ) ; + Size = MAP_APPFONT ( 32 , 12 ) ; + TabStop = TRUE ; + Repeat = TRUE ; + Spin = TRUE ; + Maximum = 500 ; + StrictFormat = TRUE ; + Unit = FUNIT_CUSTOM ; + CustomUnitText = "%" ; + Last = 100 ; + SpinSize = 5 ; }; }; + |