/************************************************************************* * * $RCSfile: test.src,v $ * * $Revision: 1.27 $ * * last change: $Author: kz $ $Date: 2005-01-13 18:56:32 $ * * 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 "helpid.hrc" #include "dialogs.hrc" #include "transfrm.hrc" // // RID_SVXPAGE_POSITION ----------------------------------------------------- TabPage RID_SVXPAGE_POSITION { HelpId = HID_TRANS_POSITION ; Hide = TRUE ; Text [ de ] = "Position" ; Text [ en-US ] = "Position" ; Size = MAP_APPFONT ( 189 , 97 ) ; FixedText FT_POS_X { Pos = MAP_APPFONT ( 12 , 14 ) ; Size = MAP_APPFONT ( 37 , 10 ) ; Text [ de ] = "Position ~X" ; Text [ en-US ] = "Position ~X"; Text [ x-comment ] = " "; }; FixedText FT_POS_Y { Pos = MAP_APPFONT ( 12 , 29 ) ; Size = MAP_APPFONT ( 37 , 10 ) ; Text [ de ] = "Position ~Y" ; Text [ en-US ] = "Position ~Y"; Text [ x-comment ] = " "; }; MetricField MTR_FLD_POS_X { Border = TRUE ; Pos = MAP_APPFONT ( 51 , 12 ) ; Size = MAP_APPFONT ( 54 , 12 ) ; TabStop = TRUE ; Repeat = TRUE ; Spin = TRUE ; Minimum = -120000 ; Maximum = 240000 ; StrictFormat = TRUE ; DecimalDigits = 2 ; Unit = FUNIT_MM ; SpinSize = 10 ; }; MetricField MTR_FLD_POS_Y { Border = TRUE ; Pos = MAP_APPFONT ( 51 , 27 ) ; Size = MAP_APPFONT ( 54 , 12 ) ; TabStop = TRUE ; Repeat = TRUE ; Spin = TRUE ; Minimum = -120000 ; Maximum = 240000 ; StrictFormat = TRUE ; DecimalDigits = 2 ; Unit = FUNIT_MM ; SpinSize = 10 ; }; GroupBox GRP_POSITION { Pos = MAP_APPFONT ( 6 , 3 ) ; Size = MAP_APPFONT ( 105 , 42 ) ; Text [ de ] = "Position" ; Text [ en-US ] = "Position" ; Text [ x-comment ] = " "; }; Control CTL_RECT { HelpId = HID_TPPOSITION_CTRL ; Border = TRUE ; Pos = MAP_APPFONT ( 120 , 6 ) ; Size = MAP_APPFONT ( 60 , 39 ) ; TabStop = TRUE ; QuickHelpText [ de ] = "Basispunkt" ; QuickHelpText [ en-US ] = "Base point" ; QuickHelpText [ x-comment ] = " "; }; GroupBox GB_ANCHOR { Pos = MAP_APPFONT ( 6 , 50 ) ; Size = MAP_APPFONT ( 105 , 41 ) ; Text [ de ] = "Verankerung" ; Hide = TRUE ; Text [ en-US ] = "Anchoring" ; Text [ x-comment ] = " "; }; FixedText FT_ANCHOR { Pos = MAP_APPFONT ( 12 , 59 ) ; Size = MAP_APPFONT ( 37 , 10 ) ; Text [ de ] = "~Anker" ; Hide = TRUE ; Text [ en-US ] = "~Anchor" ; Text [ x-comment ] = " "; }; ListBox LB_ANCHOR { Pos = MAP_APPFONT ( 51 , 59 ) ; Size = MAP_APPFONT ( 54 , 60 ) ; Hide = TRUE ; DropDown = TRUE ; StringList [ de ] = { < "Am Absatz" ; > ; /* ### ACHTUNG: Neuer Eintrag in Liste? 2 : Als Zeichen*/ < "Als Zeichen" ; > ; < "An der Seite" ; > ; < "Am Rahmen" ; > ; }; StringList [ en-US ] = { < "To Paragraph" ; > ; < "As character" ; > ; < "To Page" ; > ; < "To Frame" ; > ; }; StringList [ x-comment ] = { < " " ; > ; < " " ; > ; < " " ; > ; < " " ; > ; }; }; FixedText FT_ORIENT { Pos = MAP_APPFONT ( 12 , 74 ) ; Size = MAP_APPFONT ( 37 , 10 ) ; Text = "~Position" ; Hide = TRUE ; }; ListBox LB_ORIENT { Pos = MAP_APPFONT ( 51 , 74 ) ; Size = MAP_APPFONT ( 54 , 60 ) ; Hide = TRUE ; DropDown = TRUE ; StringList [ de ] = { < "Von oben" ; > ; < "Oben" ; > ; < "Zentriert" ; > ; < "Unten" ; > ; < "Zeichen oben" ; > ; < "Zeichen zentriert" ; > ; < "Zeichen unten" ; > ; < "Zeile oben" ; > ; < "Zeile zentriert" ; > ; < "Zeile unten" ; > ; }; StringList [ en-US ] = { < "From Top" ; > ; < "Above" ; > ; < "Centered" ; > ; < "Below" ; > ; < "Top of character" ; > ; < "Center of character" ; > ; < "Bottom of character" ; > ; < "Top of line" ; > ; < "Center of line" ; > ; < "Bottom of line" ; > ; }; StringList [ x-comment ] = { < " " ; > ; < " " ; > ; < " " ; > ; < " " ; > ; < " " ; > ; < " " ; > ; < " " ; > ; < " " ; > ; < " " ; > ; < " " ; > ; }; }; TriStateBox TSB_PROTECT { Pos = MAP_APPFONT ( 120 , 54 ) ; Size = MAP_APPFONT ( 60 , 10 ) ; /* ### ACHTUNG: Neuer Text in Resource? Sch~tzen : Sch~ützen */ /* ### ACHTUNG: Neuer Text in Resource? Sch~tzen : Sch~ützen */ Text [ de ] = "Sch~ützen" ; Text [ en-US ] = "Pr~otect" ; TabStop = TRUE ; Text [ x-comment ] = " "; }; Text [ x-comment ] = " "; }; // RID_SVXPAGE_SIZE --------------------------------------------------------- TabPage RID_SVXPAGE_SIZE { HelpId = HID_TRANS_SIZE ; Hide = TRUE ; /* ### ACHTUNG: Neuer Text in Resource? Gr”áe : Größe */ /* ### ACHTUNG: Neuer Text in Resource? Gr”áe : Größe */ Text [ de ] = "Größe" ; Text [ en-US ] = "Size" ; Size = MAP_APPFONT ( 189 , 97 ) ; FixedText FT_WIDTH { Pos = MAP_APPFONT ( 12 , 14 ) ; Size = MAP_APPFONT ( 23 , 10 ) ; Text [ de ] = "~Breite" ; Text [ en-US ] = "Wi~dth" ; Text [ x-comment ] = " "; }; FixedText FT_HEIGHT { Pos = MAP_APPFONT ( 12 , 29 ) ; Size = MAP_APPFONT ( 23 , 10 ) ; /* ### ACHTUNG: Neuer Text in Resource? H~”he : H~öhe */ /* ### ACHTUNG: Neuer Text in Resource? H~”he : H~öhe */ Text [ de ] = "H~öhe" ; Text [ en-US ] = "H~eight" ; Text [ x-comment ] = " "; }; MetricField MTR_FLD_WIDTH { Border = TRUE ; Pos = MAP_APPFONT ( 51 , 12 ) ; Size = MAP_APPFONT ( 54 , 12 ) ; TabStop = TRUE ; Repeat = TRUE ; Spin = TRUE ; Minimum = 1 ; Maximum = 120000 ; StrictFormat = TRUE ; DecimalDigits = 2 ; Unit = FUNIT_MM ; SpinSize = 10 ; }; MetricField MTR_FLD_HEIGHT { Border = TRUE ; Pos = MAP_APPFONT ( 51 , 27 ) ; Size = MAP_APPFONT ( 54 , 12 ) ; TabStop = TRUE ; Repeat = TRUE ; Spin = TRUE ; Minimum = 1 ; Maximum = 120000 ; StrictFormat = TRUE ; DecimalDigits = 2 ; Unit = FUNIT_MM ; SpinSize = 10 ; }; Control CTL_RECT { HelpId = HID_TPSIZE_CTRL ; Border = TRUE ; Pos = MAP_APPFONT ( 120 , 6 ) ; Size = MAP_APPFONT ( 60 , 39 ) ; TabStop = TRUE ; QuickHelpText [ de ] = "Basispunkt" ; QuickHelpText [ en-US ] = "Base point" ; QuickHelpText [ x-comment ] = " "; }; CheckBox CBX_SCALE { Pos = MAP_APPFONT ( 6 , 54 ) ; Size = MAP_APPFONT ( 60 , 10 ) ; Text [ de ] = "~Abgleich" ; TabStop = TRUE ; Text [ en-US ] = "~Keep ratio" ; Text [ x-comment ] = " "; }; GroupBox GRP_SIZE { Pos = MAP_APPFONT ( 6 , 3 ) ; Size = MAP_APPFONT ( 105 , 42 ) ; /* ### ACHTUNG: Neuer Text in Resource? Gr”áe : Größe */ /* ### ACHTUNG: Neuer Text in Resource? Gr”áe : Größe */ Text [ de ] = "Größe" ; Text [ en-US ] = "Size" ; Text [ x-comment ] = " "; }; TriStateBox TSB_PROTECT { Pos = MAP_APPFONT ( 120 , 54 ) ; Size = MAP_APPFONT ( 60 , 10 ) ; /* ### ACHTUNG: Neuer Text in Resource? Sch~tzen : Sch~ützen */ /* ### ACHTUNG: Neuer Text in Resource? Sch~tzen : Sch~ützen */ Text [ de ] = "Sch~ützen" ; Text [ en-US ] = "Pr~otect" ; TabStop = TRUE ; Text [ x-comment ] = " "; }; TriStateBox TSB_AUTOGROW_WIDTH { Pos = MAP_APPFONT ( 6 , 66 ) ; Size = MAP_APPFONT ( 95 , 12 ) ; Text [ de ] = "Br~eite an Text anpassen" ; Text [ en-US ] = "~Fit width to text" ; TabStop = TRUE ; Text [ x-comment ] = " "; }; TriStateBox TSB_AUTOGROW_HEIGHT { Pos = MAP_APPFONT ( 6 , 78 ) ; Size = MAP_APPFONT ( 95 , 12 ) ; /* ### ACHTUNG: Neuer Text in Resource? H”h~e an Text anpassen : Höh~e an Text anpassen */ /* ### ACHTUNG: Neuer Text in Resource? H”h~e an Text anpassen : Höh~e an Text anpassen */ Text [ de ] = "Höh~e an Text anpassen" ; Text [ en-US ] = "Fit ~height to text" ; TabStop = TRUE ; Text [ x-comment ] = " "; }; Text [ x-comment ] = " "; }; // RID_SVXPAGE_ANGLE -------------------------------------------------------- TabPage RID_SVXPAGE_ANGLE { HelpId = HID_TRANS_ANGLE ; Hide = TRUE ; Text [ de ] = "Winkel" ; Text [ en-US ] = "Angle" ; Size = MAP_APPFONT ( 189 , 97 ) ; FixedText FT_POS_X { Pos = MAP_APPFONT ( 12 , 14 ) ; Size = MAP_APPFONT ( 37 , 10 ) ; Text [ de ] = "Position ~X" ; Text [ en-US ] = "Position ~X" ; Text [ x-comment ] = " "; }; FixedText FT_POS_Y { Pos = MAP_APPFONT ( 12 , 29 ) ; Size = MAP_APPFONT ( 37 , 10 ) ; Text [ de ] = "Position ~Y" ; Text [ en-US ] = "Position ~Y" ; Text [ x-comment ] = " "; }; MetricField MTR_FLD_POS_X { Border = TRUE ; Pos = MAP_APPFONT ( 51 , 12 ) ; Size = MAP_APPFONT ( 54 , 12 ) ; TabStop = TRUE ; Repeat = TRUE ; Spin = TRUE ; Minimum = -500000 ; Maximum = 500000 ; StrictFormat = TRUE ; DecimalDigits = 2 ; Unit = FUNIT_MM ; SpinSize = 10 ; }; MetricField MTR_FLD_POS_Y { Border = TRUE ; Pos = MAP_APPFONT ( 51 , 27 ) ; Size = MAP_APPFONT ( 54 , 12 ) ; TabStop = TRUE ; Repeat = TRUE ; Spin = TRUE ; Minimum = -500000 ; Maximum = 500000 ; StrictFormat = TRUE ; DecimalDigits = 2 ; Unit = FUNIT_MM ; SpinSize = 10 ; }; FixedText FT_ANGLE { Pos = MAP_APPFONT ( 12 , 70 ) ; Size = MAP_APPFONT ( 26 , 10 ) ; Text [ de ] = "~Winkel" ; Text [ en-US ] = "~Angle" ; Text [ x-comment ] = " "; }; MetricField MTR_FLD_ANGLE { Border = TRUE ; Pos = MAP_APPFONT ( 51 , 68 ) ; Size = MAP_APPFONT ( 54 , 12 ) ; TabStop = TRUE ; Repeat = TRUE ; Spin = TRUE ; Minimum = -500000 ; Maximum = 500000 ; StrictFormat = TRUE ; DecimalDigits = 2 ; Unit = FUNIT_CUSTOM ; CustomUnitText [ de ] = " Grad" ; CustomUnitText [ en-US ] = " degrees" ; SpinSize = 500 ; CustomUnitText [ x-comment ] = " "; }; Control CTL_RECT { HelpId = HID_TPROTATION_CTRL1 ; Border = TRUE ; Pos = MAP_APPFONT ( 120 , 6 ) ; Size = MAP_APPFONT ( 60 , 39 ) ; TabStop = TRUE ; QuickHelpText [ de ] = "Rotationspunkt" ; QuickHelpText [ en-US ] = "Rotation point" ; QuickHelpText [ x-comment ] = " "; }; Control CTL_ANGLE { HelpId = HID_TPROTATION_CTRL2 ; Border = TRUE ; Pos = MAP_APPFONT ( 120 , 54 ) ; Size = MAP_APPFONT ( 60 , 37 ) ; TabStop = TRUE ; }; GroupBox GRP_POSITION { Pos = MAP_APPFONT ( 6 , 3 ) ; Size = MAP_APPFONT ( 105 , 42 ) ; Text [ de ] = "Drehpunkt" ; Text [ en-US ] = "Pivot point" ; Text [ x-comment ] = " "; }; GroupBox GRP_ANGLE { Pos = MAP_APPFONT ( 6 , 50 ) ; Size = MAP_APPFONT ( 105 , 41 ) ; Text [ de ] = "Drehwinkel" ; Text [ en-US ] = "Rotation angle" ; Text [ x-comment ] = " "; }; Text [ x-comment ] = " "; }; // RID_SVXPAGE_SLANT ----------------------------------------------------- TabPage RID_SVXPAGE_SLANT { HelpId = HID_TRANS_SLANT ; Hide = TRUE ; Size = MAP_APPFONT ( 189 , 97 ) ; /* ### ACHTUNG: Neuer Text in Resource? Schr„gstellen / Eckenradius : Schrägstellen / Eckenradius */ /* ### ACHTUNG: Neuer Text in Resource? Schr„gstellen / Eckenradius : Schrägstellen / Eckenradius */ Text [ de ] = "Schrägstellen / Eckenradius" ; Text [ en-US ] = "Slant / Corner Radius" ; FixedText FT_RADIUS { Pos = MAP_APPFONT ( 12 , 23 ) ; Size = MAP_APPFONT ( 33 , 10 ) ; Text [ de ] = "~Radius" ; Text [ en-US ] = "~Radius" ; Text [ x-comment ] = " "; }; MetricField MTR_FLD_RADIUS { Border = TRUE ; Pos = MAP_APPFONT ( 51 , 21 ) ; Size = MAP_APPFONT ( 54 , 12 ) ; TabStop = TRUE ; Repeat = TRUE ; Spin = TRUE ; Minimum = 0 ; Maximum = 500000 ; StrictFormat = TRUE ; DecimalDigits = 2 ; Unit = FUNIT_MM ; SpinSize = 10 ; }; FixedText FT_ANGLE { Pos = MAP_APPFONT ( 12 , 70 ) ; Size = MAP_APPFONT ( 30 , 10 ) ; Text [ de ] = "~Winkel" ; Text [ en-US ] = "~Angle" ; Text [ x-comment ] = " "; }; MetricField MTR_FLD_ANGLE { Border = TRUE ; Pos = MAP_APPFONT ( 51 , 68 ) ; Size = MAP_APPFONT ( 54 , 12 ) ; TabStop = TRUE ; Repeat = TRUE ; Spin = TRUE ; Minimum = -8900 ; First = -8900 ; Maximum = 8900 ; Last = 8900 ; StrictFormat = TRUE ; DecimalDigits = 2 ; Unit = FUNIT_CUSTOM ; CustomUnitText [ de ] = " Grad" ; SpinSize = 500 ; CustomUnitText [ en-US ] = " degrees" ; CustomUnitText [ x-comment ] = " "; }; /* Control CTL_ANGLE { Border = TRUE; Pos = MAP_APPFONT( 120, 54 ); Size = MAP_APPFONT( 60, 37 ); TabStop = TRUE; }; */ GroupBox GRP_RADIUS { Pos = MAP_APPFONT ( 6 , 3 ) ; Size = MAP_APPFONT ( 105 , 42 ) ; Text [ de ] = "Eckenradius" ; Text [ en-US ] = "Corner radius" ; Text [ x-comment ] = " "; }; GroupBox GRP_SLANT { Pos = MAP_APPFONT ( 6 , 50 ) ; Size = MAP_APPFONT ( 105 , 41 ) ; /* ### ACHTUNG: Neuer Text in Resource? Schr„gstellen : Schrägstellen */ /* ### ACHTUNG: Neuer Text in Resource? Schr„gstellen : Schrägstellen */ Text [ de ] = "Schrägstellen" ; Text [ en-US ] = "Slant" ; Text [ x-comment ] = " "; }; /* TriStateBox TSB_VERTICAL { Pos = MAP_APPFONT( 12, 62 ); Size = MAP_APPFONT( 40, 12 ); Text = "~Vertikal"; TabStop = TRUE; }; */ Text [ x-comment ] = " "; }; // RID_SVXDLG_TRANSFORM ----------------------------------------------------- TabDialog RID_SVXDLG_TRANSFORM { Size = MAP_APPFONT ( 237 , 161 ) ; OutputSize = TRUE ; SvLook = TRUE ; Size = MAP_APPFONT ( 237 , 161 ) ; /* ### ACHTUNG: Neuer Text in Resource? Position und Gr”áe : Position und Größe */ /* ### ACHTUNG: Neuer Text in Resource? Position und Gr”áe : Position und Größe */ Text [ de ] = "Position und Größe" ; Text [ en-US ] = "Position and Size" ; Moveable = TRUE ; TabControl TAB_CONTROL { OutputSize = TRUE ; Pos = MAP_APPFONT ( 3 , 3 ) ; Size = MAP_APPFONT ( 189 , 97 ) ; PageList = { PageItem { Identifier = RID_SVXPAGE_POSITION ; Text [ de ] = "Position" ; Text [ en-US ] = "Position" ; PageResID = RID_SVXPAGE_POSITION ; Text [ x-comment ] = " "; }; PageItem { Identifier = RID_SVXPAGE_SIZE ; /* ### ACHTUNG: Neuer Text in Resource? Gr”áe : Größe */ /* ### ACHTUNG: Neuer Text in Resource? Gr”áe : Größe */ Text [ de ] = "Größe" ; Text [ en-US ] = "Size" ; PageResID = RID_SVXPAGE_SIZE ; Text [ x-comment ] = " "; }; PageItem { Identifier = RID_SVXPAGE_ANGLE ; Text [ de ] = "Drehung" ; Text [ en-US ] = "Rotation" ; PageResID = RID_SVXPAGE_ANGLE ; Text [ x-comment ] = " "; }; PageItem { Identifier = RID_SVXPAGE_SLANT ; /* ### ACHTUNG: Neuer Text in Resource? Schr„gstellen / Eckenradius : Schrägstellen / Eckenradius */ /* ### ACHTUNG: Neuer Text in Resource? Schr„gstellen / Eckenradius : Schrägstellen / Eckenradius */ Text [ de ] = "Schrägstellen / Eckenradius" ; PageResID = RID_SVXPAGE_SLANT ; Text [ en-US ] = "Slant / Corner Radius" ; Text [ x-comment ] = " "; }; }; }; Text [ x-comment ] = " "; }; // ********************************************************************** EOF