/************************************************************************* * * $RCSfile: fontwork.src,v $ * * $Revision: 1.35 $ * * last change: $Author: hjs $ $Date: 2004-06-25 11:53:12 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses * * - GNU Lesser General Public License Version 2.1 * - Sun Industry Standards Source License Version 1.1 * * Sun Microsystems Inc., October, 2000 * * GNU Lesser General Public License Version 2.1 * ============================================= * Copyright 2000 by Sun Microsystems, Inc. * 901 San Antonio Road, Palo Alto, CA 94303, USA * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License version 2.1, as published by the Free Software Foundation. * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, * MA 02111-1307 USA * * * Sun Industry Standards Source License Version 1.1 * ================================================= * The contents of this file are subject to the Sun Industry Standards * Source License Version 1.1 (the "License"); You may not use this file * except in compliance with the License. You may obtain a copy of the * License at http://www.openoffice.org/license.html. * * Software provided under this License is provided on an "AS IS" basis, * WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, * WITHOUT LIMITATION, WARRANTIES THAT THE SOFTWARE IS FREE OF DEFECTS, * MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE, OR NON-INFRINGING. * See the License for the specific provisions governing your rights and * obligations concerning the Software. * * The Initial Developer of the Original Code is: Sun Microsystems, Inc. * * Copyright: 2000 by Sun Microsystems, Inc. * * All Rights Reserved. * * Contributor(s): _______________________________________ * * ************************************************************************/ // include --------------------------------------------------------------- #include "svxids.hrc" #include "dialogs.hrc" #include "fontwork.hrc" #include "helpid.hrc" // pragma ---------------------------------------------------------------- // RID_SVXDLG_FONTWORK --------------------------------------------------- DockingWindow RID_SVXDLG_FONTWORK { HelpId = SID_FONTWORK ; OutputSize = TRUE ; SVLook = TRUE ; Hide = TRUE ; Pos = MAP_APPFONT ( 0 , 0 ) ; Size = MAP_APPFONT ( 89 , 193 ) ; Text [ de ] = "FontWork" ; Text [ en-US ] = "Fontwork" ; Moveable = TRUE ; Zoomable = TRUE ; Closeable = TRUE ; Dockable = TRUE ; EnableResizing = TRUE ; Control VS_FORMS { HelpId = HID_FONTWORK_CTL_FORMS ; Pos = MAP_APPFONT ( 6 , 4 ) ; Size = MAP_APPFONT ( 71 , 30 ) ; Border = TRUE ; TabStop = TRUE ; }; ToolBox TBX_STYLE { SVLook = TRUE ; Pos = MAP_APPFONT ( 6 , 41 ) ; ItemList = { ToolBoxItem { AutoCheck = TRUE ; Identifier = TBI_STYLE_OFF ; HelpId = HID_FONTWORK_TBI_STYLE_OFF ; Text [ de ] = "Aus" ; Text [ en-US ] = "Off" ; Text [ x-comment ] = " "; }; ToolBoxItem { Type = TOOLBOXITEM_SEPARATOR ; }; ToolBoxItem { AutoCheck = TRUE ; RadioCheck = TRUE ; Identifier = TBI_STYLE_ROTATE ; HelpId = HID_FONTWORK_TBI_STYLE_ROTATE ; Text [ de ] = "Drehen" ; Text [ en-US ] = "Rotate" ; Text [ x-comment ] = " "; }; ToolBoxItem { AutoCheck = TRUE ; RadioCheck = TRUE ; Identifier = TBI_STYLE_UPRIGHT ; HelpId = HID_FONTWORK_TBI_STYLE_UPRIGHT ; Text [ de ] = "Aufrecht" ; Text [ en-US ] = "Upright" ; Text [ x-comment ] = " "; }; ToolBoxItem { AutoCheck = TRUE ; RadioCheck = TRUE ; Identifier = TBI_STYLE_SLANTX ; HelpId = HID_FONTWORK_TBI_STYLE_SLANTX ; Text [ de ] = "Horizontal kippen" ; Text [ en-US ] = "Slant Horizontal" ; Text [ x-comment ] = " "; }; ToolBoxItem { AutoCheck = TRUE ; RadioCheck = TRUE ; Identifier = TBI_STYLE_SLANTY ; HelpId = HID_FONTWORK_TBI_STYLE_SLANTY ; Text [ de ] = "Vertikal kippen" ; Text [ en-US ] = "Slant Vertical" ; Text [ x-comment ] = " "; }; }; }; ToolBox TBX_ADJUST { SVLook = TRUE ; Pos = MAP_APPFONT ( 6 , 63 ) ; ItemList = { ToolBoxItem { AutoCheck = TRUE ; Checkable = TRUE ; Identifier = TBI_ADJUST_MIRROR ; HelpId = HID_FONTWORK_TBI_ADJUST_MIRROR ; Text [ de ] = "Laufrichtung" ; Text [ en-US ] = "Orientation" ; Text [ x-comment ] = " "; }; ToolBoxItem { Type = TOOLBOXITEM_SEPARATOR ; }; ToolBoxItem { AutoCheck = TRUE ; RadioCheck = TRUE ; Identifier = TBI_ADJUST_LEFT ; HelpId = HID_FONTWORK_TBI_ADJUST_LEFT ; /* ### ACHTUNG: Neuer Text in Resource? Linksbündig : Linksb³ndig */ /* ### ACHTUNG: Neuer Text in Resource? Linksbündig : Linksb³ndig */ Text [ de ] = "Linksbündig" ; Text [ en-US ] = "Align Left" ; Text [ x-comment ] = " "; }; ToolBoxItem { AutoCheck = TRUE ; RadioCheck = TRUE ; Identifier = TBI_ADJUST_CENTER ; HelpId = HID_FONTWORK_TBI_ADJUST_CENTER ; Text [ de ] = "Zentriert" ; Text [ en-US ] = "Center" ; Text [ x-comment ] = " "; }; ToolBoxItem { AutoCheck = TRUE ; RadioCheck = TRUE ; Identifier = TBI_ADJUST_RIGHT ; HelpId = HID_FONTWORK_TBI_ADJUST_RIGHT ; /* ### ACHTUNG: Neuer Text in Resource? Rechtsbündig : Rechtsb³ndig */ /* ### ACHTUNG: Neuer Text in Resource? Rechtsbündig : Rechtsb³ndig */ Text [ de ] = "Rechtsbündig" ; Text [ en-US ] = "Align Right" ; Text [ x-comment ] = " "; }; ToolBoxItem { AutoCheck = TRUE ; RadioCheck = TRUE ; Identifier = TBI_ADJUST_AUTOSIZE ; HelpId = HID_FONTWORK_TBI_ADJUST_AUTOSIZE ; /* ### ACHTUNG: Neuer Text in Resource? Auto-Textgröße : Auto-Textgr÷˜e */ /* ### ACHTUNG: Neuer Text in Resource? Auto-Textgröße : Auto-Textgr÷˜e */ Text [ de ] = "Auto-Textgröße" ; Text [ en-US ] = "AutoSize Text" ; Text [ x-comment ] = " "; }; }; }; FixedImage FB_DISTANCE { Pos = MAP_APPFONT ( 10 , 84 ) ; Size = MAP_APPFONT ( 14 , 15 ) ; }; MetricField MTR_FLD_DISTANCE { Border = TRUE ; Pos = MAP_APPFONT ( 29 , 85 ) ; Size = MAP_APPFONT ( 48 , 12 ) ; TabStop = TRUE ; Repeat = TRUE ; Spin = TRUE ; Minimum = -5000000 ; Maximum = 5000000 ; StrictFormat = TRUE ; DecimalDigits = 2 ; Unit = FUNIT_MM ; First = -5000000 ; Last = 5000000 ; SpinSize = 50 ; QuickHelpText [ de ] = "Abstand" ; QuickHelpText [ en-US ] = "Distance" ; }; FixedImage FB_TEXTSTART { Pos = MAP_APPFONT ( 10 , 99 ) ; Size = MAP_APPFONT ( 14 , 15 ) ; }; MetricField MTR_FLD_TEXTSTART { Border = TRUE ; Pos = MAP_APPFONT ( 29 , 100 ) ; Size = MAP_APPFONT ( 48 , 12 ) ; TabStop = TRUE ; Repeat = TRUE ; Spin = TRUE ; Maximum = 5000000 ; StrictFormat = TRUE ; DecimalDigits = 2 ; Unit = FUNIT_MM ; Last = 5000000 ; SpinSize = 50 ; QuickHelpText [ de ] = "Einzug" ; QuickHelpText [ en-US ] = "Indent" ; }; ToolBox TBX_SHADOW { SVLook = TRUE ; Pos = MAP_APPFONT ( 6 , 122 ) ; ItemList = { ToolBoxItem { AutoCheck = TRUE ; Checkable = TRUE ; Identifier = TBI_SHOWFORM ; HelpId = HID_FONTWORK_TBI_SHOWFORM ; Text [ de ] = "Kontur" ; Text [ en-US ] = "Contour" ; Text [ x-comment ] = " "; }; ToolBoxItem { AutoCheck = TRUE ; Checkable = TRUE ; Identifier = TBI_OUTLINE ; HelpId = HID_FONTWORK_TBI_OUTLINE ; Text [ de ] = "Buchstabenumrandung" ; Text [ en-US ] = "Text Contour" ; Text [ x-comment ] = " "; }; ToolBoxItem { Type = TOOLBOXITEM_SEPARATOR ; }; ToolBoxItem { AutoCheck = TRUE ; RadioCheck = TRUE ; Identifier = TBI_SHADOW_OFF ; HelpId = HID_FONTWORK_TBI_SHADOW_OFF ; Text [ de ] = "Aus" ; Text [ en-US ] = "No Shadow" ; Text [ x-comment ] = " "; }; ToolBoxItem { AutoCheck = TRUE ; RadioCheck = TRUE ; Identifier = TBI_SHADOW_NORMAL ; HelpId = HID_FONTWORK_TBI_SHADOW_NORMAL ; Text [ de ] = "Senkrecht" ; Text [ en-US ] = "Vertical" ; Text [ x-comment ] = " "; }; ToolBoxItem { AutoCheck = TRUE ; RadioCheck = TRUE ; Identifier = TBI_SHADOW_SLANT ; HelpId = HID_FONTWORK_TBI_SHADOW_SLANT ; Text [ de ] = "Kippen" ; Text [ en-US ] = "Slant" ; Text [ x-comment ] = " "; }; }; }; FixedImage FB_SHADOW_X { Pos = MAP_APPFONT ( 10 , 143 ) ; Size = MAP_APPFONT ( 14 , 15 ) ; }; MetricField MTR_FLD_SHADOW_X { Border = TRUE ; Pos = MAP_APPFONT ( 29 , 144 ) ; Size = MAP_APPFONT ( 48 , 12 ) ; TabStop = TRUE ; Repeat = TRUE ; Spin = TRUE ; Minimum = -5000000 ; Maximum = 5000000 ; StrictFormat = TRUE ; DecimalDigits = 2 ; Unit = FUNIT_MM ; CustomUnitText [ de ] = " Grad" ; CustomUnitText [ en-US ] = " degrees" ; First = -5000000 ; Last = 5000000 ; SpinSize = 50 ; QuickHelpText [ de ] = "Abstand X" ; QuickHelpText [ en-US ] = "Distance X" ; CustomUnitText [ x-comment ] = " "; }; FixedImage FB_SHADOW_Y { Pos = MAP_APPFONT ( 10 , 158 ) ; Size = MAP_APPFONT ( 14 , 15 ) ; }; MetricField MTR_FLD_SHADOW_Y { Border = TRUE ; Pos = MAP_APPFONT ( 29 , 159 ) ; Size = MAP_APPFONT ( 48 , 12 ) ; TabStop = TRUE ; Repeat = TRUE ; Spin = TRUE ; Maximum = 5000000 ; StrictFormat = TRUE ; DecimalDigits = 2 ; Unit = FUNIT_MM ; Last = 5000000 ; SpinSize = 50 ; CustomUnitText [ de ] = " %" ; QuickHelpText [ de ] = "Abstand Y" ; QuickHelpText [ en-US ] = "Distance Y" ; CustomUnitText [ en-US ] = "%" ; CustomUnitText [ x-comment ] = " "; }; ListBox CLB_SHADOW_COLOR { Border = TRUE ; Pos = MAP_APPFONT ( 6 , 174 ) ; Size = MAP_APPFONT ( 71 , 60 ) ; DropDown = TRUE ; QuickHelpText [ de ] = "Schattenfarbe" ; QuickHelpText [ en-US ] = "Shadow Color" ; Text [ x-comment ] = " "; Text = "-"; }; Text [ x-comment ] = " "; #define FONTWORK_IDLIST \ IdList = \ { \ TBI_STYLE_OFF ; \ TBI_STYLE_ROTATE ; \ TBI_STYLE_UPRIGHT ; \ TBI_STYLE_SLANTX ; \ TBI_STYLE_SLANTY ; \ TBI_ADJUST_MIRROR ; \ TBI_ADJUST_LEFT ; \ TBI_ADJUST_CENTER ; \ TBI_ADJUST_RIGHT ; \ TBI_ADJUST_AUTOSIZE ; \ TBI_SHOWFORM ; \ TBI_OUTLINE ; \ TBI_SHADOW_OFF ; \ TBI_SHADOW_NORMAL ; \ TBI_SHADOW_SLANT ; \ TBI_SHADOW_XDIST ; \ TBI_SHADOW_YDIST ; \ TBI_SHADOW_ANGLE ; \ TBI_SHADOW_SIZE ; \ TBI_DISTANCE ; \ TBI_TEXTSTART ; \ }; \ IdCount = { 21 ; }; #define IMAGE_STDBTN_COLOR Color { Red = 0xff00; Green = 0x0000; Blue = 0xff00; } ImageList IL_FONTWORK { Prefix = "fw"; MaskColor = IMAGE_STDBTN_COLOR ; FONTWORK_IDLIST }; ImageList ILH_FONTWORK { Prefix = "fwh"; MaskColor = IMAGE_STDBTN_COLOR ; FONTWORK_IDLIST }; }; // Bitmaps --------------------------------------------------------------- Bitmap RID_SVXBMP_FONTWORK_FORM1 { File = "fwthcirc.bmp" ; }; Bitmap RID_SVXBMP_FONTWORK_FORM2 { File = "fwbhcirc.bmp" ; }; Bitmap RID_SVXBMP_FONTWORK_FORM3 { File = "fwlhcirc.bmp" ; }; Bitmap RID_SVXBMP_FONTWORK_FORM4 { File = "fwrhcirc.bmp" ; }; Bitmap RID_SVXBMP_FONTWORK_FORM5 { File = "fwtoparc.bmp" ; }; Bitmap RID_SVXBMP_FONTWORK_FORM6 { File = "fwbotarc.bmp" ; }; Bitmap RID_SVXBMP_FONTWORK_FORM7 { File = "fwlftarc.bmp" ; }; Bitmap RID_SVXBMP_FONTWORK_FORM8 { File = "fwrgtarc.bmp" ; }; Bitmap RID_SVXBMP_FONTWORK_FORM9 { File = "fwbuttn1.bmp" ; }; Bitmap RID_SVXBMP_FONTWORK_FORM10 { File = "fwbuttn2.bmp" ; }; Bitmap RID_SVXBMP_FONTWORK_FORM11 { File = "fwbuttn3.bmp" ; }; Bitmap RID_SVXBMP_FONTWORK_FORM12 { File = "fwbuttn4.bmp" ; }; Bitmap RID_SVXBMP_FONTWORK_FORM1_H { File = "fwthcirc_h.bmp" ; }; Bitmap RID_SVXBMP_FONTWORK_FORM2_H { File = "fwbhcirc_h.bmp" ; }; Bitmap RID_SVXBMP_FONTWORK_FORM3_H { File = "fwlhcirc_h.bmp" ; }; Bitmap RID_SVXBMP_FONTWORK_FORM4_H { File = "fwrhcirc_h.bmp" ; }; Bitmap RID_SVXBMP_FONTWORK_FORM5_H { File = "fwtoparc_h.bmp" ; }; Bitmap RID_SVXBMP_FONTWORK_FORM6_H { File = "fwbotarc_h.bmp" ; }; Bitmap RID_SVXBMP_FONTWORK_FORM7_H { File = "fwlftarc_h.bmp" ; }; Bitmap RID_SVXBMP_FONTWORK_FORM8_H { File = "fwrgtarc_h.bmp" ; }; Bitmap RID_SVXBMP_FONTWORK_FORM9_H { File = "fwbuttn1_h.bmp" ; }; Bitmap RID_SVXBMP_FONTWORK_FORM10_H { File = "fwbuttn2_h.bmp" ; }; Bitmap RID_SVXBMP_FONTWORK_FORM11_H { File = "fwbuttn3_h.bmp" ; }; Bitmap RID_SVXBMP_FONTWORK_FORM12_H { File = "fwbuttn4_h.bmp" ; }; // Strings --------------------------------------------------------------- String RID_SVXSTR_FONTWORK_FORM1 { Text [ de ] = "Oberer Halbkreis" ; Text [ en-US ] = "Upper Semicircle" ; Text [ x-comment ] = " "; }; String RID_SVXSTR_FONTWORK_FORM2 { Text [ de ] = "Unterer Halbkreis" ; Text [ en-US ] = "Lower Semicircle" ; Text [ x-comment ] = " "; }; String RID_SVXSTR_FONTWORK_FORM3 { Text [ de ] = "Linker Halbkreis" ; Text [ en-US ] = "Left Semicircle" ; Text [ x-comment ] = " "; }; String RID_SVXSTR_FONTWORK_FORM4 { Text [ de ] = "Rechter Halbkreis" ; Text [ en-US ] = "Right Semicircle" ; Text [ x-comment ] = " "; }; String RID_SVXSTR_FONTWORK_FORM5 { Text [ de ] = "Oberer Kreisbogen" ; Text [ en-US ] = "Upper Arc" ; Text [ x-comment ] = " "; }; String RID_SVXSTR_FONTWORK_FORM6 { Text [ de ] = "Unterer Kreisbogen" ; Text [ en-US ] = "Lower Arc" ; Text [ x-comment ] = " "; }; String RID_SVXSTR_FONTWORK_FORM7 { Text [ de ] = "Linker Kreisbogen" ; Text [ en-US ] = "Left Arc" ; Text [ x-comment ] = " "; }; String RID_SVXSTR_FONTWORK_FORM8 { Text [ de ] = "Rechter Kreisbogen" ; Text [ en-US ] = "Right Arc" ; Text [ x-comment ] = " "; }; String RID_SVXSTR_FONTWORK_FORM9 { Text [ de ] = "Offener Kreis" ; Text [ en-US ] = "Open Circle" ; Text [ x-comment ] = " "; }; String RID_SVXSTR_FONTWORK_FORM10 { Text [ de ] = "Geschlossener Kreis" ; Text [ en-US ] = "Closed Circle" ; Text [ x-comment ] = " "; }; String RID_SVXSTR_FONTWORK_FORM11 { Text [ de ] = "Geschlossener Kreis II" ; Text [ en-US ] = "Closed Circle II" ; Text [ x-comment ] = " "; }; String RID_SVXSTR_FONTWORK_FORM12 { Text [ de ] = "Offener Kreis senkrecht" ; Text [ en-US ] = "Open Circle Vertical" ; Text [ x-comment ] = " "; }; String RID_SVXSTR_FONTWORK_UNDOCREATE { Text [ de ] = "FontWork-Objekt erzeugen" ; Text [ en-US ] = "Create Fontwork object" ; Text [ x-comment ] = " "; }; // ********************************************************************** EOF