/*************************************************************************
 *
 *  $RCSfile: tbxdraw.src,v $
 *
 *  $Revision: 1.42 $
 *
 *  last change: $Author: hjs $ $Date: 2004-06-25 12:22:08 $
 *
 *  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 "tbxdraw.hrc"
#include "dialogs.hrc"
#include "helpid.hrc"
#include <svxids.hrc>
 // pragma ----------------------------------------------------------------

 // -----------------------------------------------------------------------
#define IMAGE_STDBTN_COLOR Color { Red = 0xC000; Green = 0xC000; Blue = 0xC000; }
FloatingWindow RID_SVXTBX_DRAW
{
    Moveable = TRUE ;
    Closeable = TRUE ;
    Hide = TRUE ;
    SVLook = TRUE ;
    HelpID = HID_DRAWTOOL_TBX ;
    Text [ de ] = "Zeichenfunktionen" ;
    ToolBox TBX_DRAW
    {
        HelpId = HID_SVXTBX_DRAW ;
        SVLook = TRUE ;
        ItemList =
        {
            ToolBoxItem
            {
                Identifier = SID_OBJECT_SELECT ;
                HelpID = SID_OBJECT_SELECT ;
                RadioCheck = TRUE ;
                Text [ de ] = "Auswahl" ;
                Text [ en-US ] = "Selection" ;
                Text [ x-comment ] = " ";
            };
            ToolBoxItem
            {
                Identifier = SID_DRAW_LINE ;
                HelpID = SID_DRAW_LINE ;
                RadioCheck = TRUE ;
                Text [ de ] = "Linie" ;
                Text [ en-US ] = "Line" ;
                Text [ x-comment ] = " ";
            };
            ToolBoxItem
            {
                Identifier = SID_DRAW_RECT ;
                HelpID = SID_DRAW_RECT ;
                RadioCheck = TRUE ;
                Text [ de ] = "Rechteck" ;
                Text [ en-US ] = "Rectangle" ;
                Text [ x-comment ] = " ";
            };
            ToolBoxItem
            {
                Identifier = SID_DRAW_ELLIPSE ;
                HelpID = SID_DRAW_ELLIPSE ;
                RadioCheck = TRUE ;
                Text [ de ] = "Ellipse" ;
                Text [ en-US ] = "Ellipse" ;
                Text [ x-comment ] = " ";
            };
            ToolBoxItem
            {
                Identifier = SID_DRAW_POLYGON_NOFILL ;
                HelpID = SID_DRAW_POLYGON_NOFILL ;
                RadioCheck = TRUE ;
                Text [ de ] = "Polygon" ;
                Text [ en-US ] = "Polygon" ;
                Text [ x-comment ] = " ";
            };
            ToolBoxItem
            {
                Identifier = SID_DRAW_BEZIER_NOFILL ;
                HelpID = SID_DRAW_BEZIER_NOFILL ;
                RadioCheck = TRUE ;
                Text [ de ] = "Kurve" ;
                Text [ en-US ] = "Curve";
            };
            ToolBoxItem
            {
                Identifier = SID_DRAW_FREELINE_NOFILL ;
                HelpID = SID_DRAW_FREELINE_NOFILL ;
                RadioCheck = TRUE ;
                Text [ de ] = "Freihandlinie" ;
                Text [ en-US ] = "Freeform Line";
            };
            ToolBoxItem
            {
                Identifier = SID_DRAW_ARC ;
                HelpID = SID_DRAW_ARC ;
                RadioCheck = TRUE ;
                Text [ de ] = "Kreisbogen" ;
                Text [ en-US ] = "Arc" ;
                Text [ x-comment ] = " ";
            };
            ToolBoxItem
            {
                Identifier = SID_DRAW_PIE ;
                HelpID = SID_DRAW_PIE ;
                RadioCheck = TRUE ;
                Text [ de ] = "Ellipsensektor" ;
                Text [ en-US ] = "Ellipse Pie" ;
                Text [ x-comment ] = " ";
            };
            ToolBoxItem
            {
                Identifier = SID_DRAW_CIRCLECUT ;
                HelpID = SID_DRAW_CIRCLECUT ;
                RadioCheck = TRUE ;
                Text [ de ] = "Kreissegment" ;
                Text [ en-US ] = "Circle Segment" ;
                Text [ x-comment ] = " ";
            };
            ToolBoxItem
            {
                Identifier = SID_DRAW_TEXT ;
                HelpID = SID_DRAW_TEXT ;
                RadioCheck = TRUE ;
                Text [ de ] = "Text" ;
                Text [ en-US ] = "Text" ;
                Text [ x-comment ] = " ";
            };
            ToolBoxItem
            {
                Identifier = SID_DRAW_TEXT_VERTICAL ;
                HelpID = SID_DRAW_TEXT_VERTICAL ;
                RadioCheck = TRUE ;
                Text [ de ] = "Vertikaler Text" ;
                Text [ en-US ] = "Vertical Text";
            };
            ToolBoxItem
            {
                Identifier = SID_DRAW_TEXT_MARQUEE ;
                HelpID = SID_DRAW_TEXT_MARQUEE ;
                RadioCheck = TRUE ;
                Text [ de ] = "Lauftext" ;
                Text [ en-US ] = "Text Animation" ;
                Text [ x-comment ] = " ";
            };
            ToolBoxItem
            {
                Identifier = SID_DRAW_CAPTION ;
                HelpID = SID_DRAW_CAPTION ;
                RadioCheck = TRUE ;
                Text [ de ] = "Legende" ;
                Text [ en-US ] = "Callouts" ;
                Text [ x-comment ] = " ";
            };
            ToolBoxItem
            {
                Identifier = SID_DRAW_CAPTION_VERTICAL ;
                HelpID = SID_DRAW_CAPTION_VERTICAL ;
                RadioCheck = TRUE ;
                Text [ de ] = "Vertikale Legende" ;
                Text [ en-US ] = "Vertical Callout";
            };
        };
    };
    Text [ en-US ] = "Draw Functions" ;
    Text [ x-comment ] = " ";
};
FloatingWindow RID_SVXTBX_ALIGNMENT
{
    Moveable = TRUE ;
    Closeable = TRUE ;
    Hide = TRUE ;
    HelpID = HID_ALIGN_TBX ;
    SVLook = TRUE ;
    Text [ de ] = "Ausrichtung" ;
    Text [ en-US ] = "Alignment" ;
    ToolBox TBX_ALIGNMENT
    {
        HelpId = HID_SVXTBX_ALIGNMENT ;
        SVLook = TRUE ;
        HelpID = SID_OBJECT_ALIGN ;
        ItemList =
        {
            ToolBoxItem
            {
                Identifier = SID_OBJECT_ALIGN_LEFT ;
                HelpID = SID_OBJECT_ALIGN_LEFT ;
                Text [ de ] = "Links" ;
                Text [ en-US ] = "Left" ;
                Text [ x-comment ] = " ";
            };
            ToolBoxItem
            {
                Identifier = SID_OBJECT_ALIGN_CENTER ;
                HelpID = SID_OBJECT_ALIGN_CENTER ;
                Text [ de ] = "Zentriert" ;
                Text [ en-US ] = "Center" ;
                Text [ x-comment ] = " ";
            };
            ToolBoxItem
            {
                Identifier = SID_OBJECT_ALIGN_RIGHT ;
                HelpID = SID_OBJECT_ALIGN_RIGHT ;
                Text [ de ] = "Rechts" ;
                Text [ en-US ] = "Right" ;
                Text [ x-comment ] = " ";
            };
            ToolBoxItem
            {
                Identifier = SID_OBJECT_ALIGN_UP ;
                HelpID = SID_OBJECT_ALIGN_UP ;
                Text [ de ] = "Oben" ;
                Text [ en-US ] = "Top" ;
                Text [ x-comment ] = " ";
            };
            ToolBoxItem
            {
                Identifier = SID_OBJECT_ALIGN_MIDDLE ;
                HelpID = SID_OBJECT_ALIGN_MIDDLE ;
                Text [ de ] = "Mitte" ;
                Text [ en-US ] = "Centered" ;
                Text [ x-comment ] = " ";
            };
            ToolBoxItem
            {
                Identifier = SID_OBJECT_ALIGN_DOWN ;
                HelpID = SID_OBJECT_ALIGN_DOWN ;
                Text [ de ] = "Unten" ;
                Text [ en-US ] = "Bottom" ;
                Text [ x-comment ] = " ";
            };
        };
    };
    Text [ x-comment ] = " ";
};
 // ********************************************************************** EOF