2003-07-03 15:31:48 +00:00
|
|
|
|
/*************************************************************************
|
|
|
|
|
*
|
2005-09-08 19:35:18 +00:00
|
|
|
|
* OpenOffice.org - a multi-platform office productivity suite
|
2003-07-03 15:31:48 +00:00
|
|
|
|
*
|
2005-09-08 19:35:18 +00:00
|
|
|
|
* $RCSfile: backgrnd.src,v $
|
2003-07-03 15:31:48 +00:00
|
|
|
|
*
|
2005-09-23 12:33:39 +00:00
|
|
|
|
* $Revision: 1.37 $
|
2003-07-03 15:31:48 +00:00
|
|
|
|
*
|
2005-09-23 12:33:39 +00:00
|
|
|
|
* last change: $Author: hr $ $Date: 2005-09-23 13:33:39 $
|
2003-07-03 15:31:48 +00:00
|
|
|
|
*
|
2005-09-08 19:35:18 +00:00
|
|
|
|
* The Contents of this file are made available subject to
|
|
|
|
|
* the terms of GNU Lesser General Public License Version 2.1.
|
2003-07-03 15:31:48 +00:00
|
|
|
|
*
|
|
|
|
|
*
|
2005-09-08 19:35:18 +00:00
|
|
|
|
* GNU Lesser General Public License Version 2.1
|
|
|
|
|
* =============================================
|
|
|
|
|
* Copyright 2005 by Sun Microsystems, Inc.
|
|
|
|
|
* 901 San Antonio Road, Palo Alto, CA 94303, USA
|
2003-07-03 15:31:48 +00:00
|
|
|
|
*
|
2005-09-08 19:35:18 +00:00
|
|
|
|
* 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.
|
2003-07-03 15:31:48 +00:00
|
|
|
|
*
|
2005-09-08 19:35:18 +00:00
|
|
|
|
* 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.
|
2003-07-03 15:31:48 +00:00
|
|
|
|
*
|
2005-09-08 19:35:18 +00:00
|
|
|
|
* 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
|
2003-07-03 15:31:48 +00:00
|
|
|
|
*
|
|
|
|
|
************************************************************************/
|
|
|
|
|
// include ---------------------------------------------------------------
|
|
|
|
|
#include <svtools/controldims.hrc>
|
|
|
|
|
#include "helpid.hrc"
|
|
|
|
|
#include "dialogs.hrc"
|
|
|
|
|
#include "backgrnd.hrc"
|
|
|
|
|
// define ----------------------------------------------------------------
|
|
|
|
|
#define UNLINKED_IMAGE \
|
2005-09-23 12:33:39 +00:00
|
|
|
|
Text [ de ] = "unverknüpfte Grafik" ; \
|
2004-06-25 10:49:40 +00:00
|
|
|
|
Text [ en-US ] = "Unlinked graphic" ; \
|
2005-09-23 12:33:39 +00:00
|
|
|
|
Text [ x-comment ] = " "; \
|
2003-07-03 15:31:48 +00:00
|
|
|
|
|
|
|
|
|
// pragma ----------------------------------------------------------------
|
|
|
|
|
|
|
|
|
|
// RID_SVXPAGE_BACKGROUND ------------------------------------------------
|
|
|
|
|
TabPage RID_SVXPAGE_BACKGROUND
|
|
|
|
|
{
|
|
|
|
|
HelpId = HID_BACKGROUND ;
|
|
|
|
|
Hide = TRUE ;
|
|
|
|
|
Size = MAP_APPFONT ( 260 , 185 ) ;
|
2004-06-25 10:49:40 +00:00
|
|
|
|
Text [ de ] = "Hintergrund" ;
|
|
|
|
|
Text [ en-US ] = "Background" ;
|
2003-07-03 15:31:48 +00:00
|
|
|
|
FixedText FT_SELECTOR
|
|
|
|
|
{
|
|
|
|
|
Pos = MAP_APPFONT ( 6 , 4 ) ;
|
|
|
|
|
Size = MAP_APPFONT ( 24 , 10 ) ;
|
|
|
|
|
Hide = TRUE ;
|
|
|
|
|
LeftLabel = TRUE ;
|
2004-06-25 10:49:40 +00:00
|
|
|
|
Text [ de ] = "~Als" ;
|
|
|
|
|
Text [ en-US ] = "A~s" ;
|
|
|
|
|
Text [ x-comment ] = " ";
|
2003-07-03 15:31:48 +00:00
|
|
|
|
};
|
|
|
|
|
ListBox LB_SELECTOR
|
|
|
|
|
{
|
|
|
|
|
Hide = TRUE ;
|
|
|
|
|
Border = TRUE ;
|
|
|
|
|
Pos = MAP_APPFONT ( 33 , 3 ) ;
|
|
|
|
|
Size = MAP_APPFONT ( 82 , 48 ) ;
|
|
|
|
|
DropDown = TRUE ;
|
2004-06-25 10:49:40 +00:00
|
|
|
|
StringList [ de ] =
|
2003-07-03 15:31:48 +00:00
|
|
|
|
{
|
|
|
|
|
< "Farbe" ; Default ; > ;
|
|
|
|
|
< "Grafik" ; Default ; > ;
|
|
|
|
|
};
|
2004-06-25 10:49:40 +00:00
|
|
|
|
StringList [ en-US ] =
|
2003-07-03 15:31:48 +00:00
|
|
|
|
{
|
|
|
|
|
< "Color" ; Default ; > ;
|
|
|
|
|
< "Graphic" ; Default ; > ;
|
|
|
|
|
};
|
2004-06-25 10:49:40 +00:00
|
|
|
|
StringList [ x-comment ] =
|
2003-07-03 15:31:48 +00:00
|
|
|
|
{
|
|
|
|
|
< " " ; Default ; > ;
|
|
|
|
|
< " " ; Default ; > ;
|
|
|
|
|
};
|
|
|
|
|
};
|
|
|
|
|
FixedText FT_TBL_DESC
|
|
|
|
|
{
|
|
|
|
|
Pos = MAP_APPFONT ( 145 , 5 ) ;
|
|
|
|
|
Size = MAP_APPFONT ( 24 , 10 ) ;
|
|
|
|
|
Hide = TRUE ;
|
|
|
|
|
LeftLabel = TRUE ;
|
|
|
|
|
/* ### ACHTUNG: Neuer Text in Resource? F<>~r : F<>~r */
|
2005-09-23 12:33:39 +00:00
|
|
|
|
Text [ de ] = "Fü~r" ;
|
2004-06-25 10:49:40 +00:00
|
|
|
|
Text [ en-US ] = "F~or" ;
|
|
|
|
|
Text [ x-comment ] = " ";
|
2003-07-03 15:31:48 +00:00
|
|
|
|
};
|
|
|
|
|
ListBox LB_TBL_BOX
|
|
|
|
|
{
|
|
|
|
|
Hide = TRUE ;
|
|
|
|
|
Border = TRUE ;
|
|
|
|
|
Pos = MAP_APPFONT ( 172 , 3 ) ;
|
|
|
|
|
Size = MAP_APPFONT ( 82 , 48 ) ;
|
|
|
|
|
DropDown = TRUE ;
|
2004-06-25 10:49:40 +00:00
|
|
|
|
StringList [ de ] =
|
2003-07-03 15:31:48 +00:00
|
|
|
|
{
|
|
|
|
|
< "Zelle" ; > ;
|
|
|
|
|
< "Zeile" ; > ;
|
|
|
|
|
< "Tabelle" ; > ;
|
|
|
|
|
};
|
2004-06-25 10:49:40 +00:00
|
|
|
|
StringList [ en-US ] =
|
2003-07-03 15:31:48 +00:00
|
|
|
|
{
|
|
|
|
|
< "Cell" ; > ;
|
|
|
|
|
< "Row" ; > ;
|
|
|
|
|
< "Table" ; > ;
|
|
|
|
|
};
|
2004-06-25 10:49:40 +00:00
|
|
|
|
StringList [ x-comment ] =
|
2003-07-03 15:31:48 +00:00
|
|
|
|
{
|
|
|
|
|
< " " ; > ;
|
|
|
|
|
< " " ; > ;
|
|
|
|
|
< " " ; > ;
|
|
|
|
|
};
|
|
|
|
|
};
|
|
|
|
|
ListBox LB_PARA_BOX
|
|
|
|
|
{
|
|
|
|
|
Hide = TRUE ;
|
|
|
|
|
Border = TRUE ;
|
|
|
|
|
Pos = MAP_APPFONT ( 172 , 3 ) ;
|
|
|
|
|
Size = MAP_APPFONT ( 82 , 48 ) ;
|
|
|
|
|
DropDown = TRUE ;
|
2004-06-25 10:49:40 +00:00
|
|
|
|
StringList [ de ] =
|
2003-07-03 15:31:48 +00:00
|
|
|
|
{
|
|
|
|
|
< "Absatz" ; > ;
|
|
|
|
|
< "Zeichen" ; > ;
|
|
|
|
|
};
|
2004-06-25 10:49:40 +00:00
|
|
|
|
StringList [ en-US ] =
|
2003-07-03 15:31:48 +00:00
|
|
|
|
{
|
|
|
|
|
< "Paragraph" ; > ;
|
|
|
|
|
< "Character" ; > ;
|
|
|
|
|
};
|
2004-06-25 10:49:40 +00:00
|
|
|
|
StringList [ x-comment ] =
|
2003-07-03 15:31:48 +00:00
|
|
|
|
{
|
|
|
|
|
< " " ; > ;
|
|
|
|
|
< " " ; > ;
|
|
|
|
|
};
|
|
|
|
|
};
|
|
|
|
|
// Hintergrund-Brush ----------------------------------------------------
|
2005-01-07 08:22:56 +00:00
|
|
|
|
Control CT_BORDER
|
2003-07-03 15:31:48 +00:00
|
|
|
|
{
|
|
|
|
|
Border = TRUE ;
|
|
|
|
|
Pos = MAP_APPFONT ( 12 , 32 ) ;
|
|
|
|
|
Size = MAP_APPFONT ( 116+2 , 145+2 ) ;
|
|
|
|
|
DialogControl = TRUE;
|
|
|
|
|
};
|
|
|
|
|
Control SET_BGDCOLOR
|
|
|
|
|
{
|
|
|
|
|
HelpId = HID_BACKGROUND_CTL_BGDCOLORSET ;
|
|
|
|
|
Hide = TRUE ;
|
|
|
|
|
Pos = MAP_APPFONT ( 0 , 0 ) ;
|
|
|
|
|
Size = MAP_APPFONT ( 116 , 145 ) ;
|
|
|
|
|
TabStop = TRUE ;
|
|
|
|
|
};
|
|
|
|
|
FixedLine GB_BGDCOLOR
|
|
|
|
|
{
|
|
|
|
|
Hide = TRUE ;
|
|
|
|
|
Pos = MAP_APPFONT ( 6 , 21 ) ;
|
|
|
|
|
Size = MAP_APPFONT ( 248 , 8) ;
|
2004-06-25 10:49:40 +00:00
|
|
|
|
Text [ de ] = "Hintergrundfarbe" ;
|
|
|
|
|
Text [ en-US ] = "Background color" ;
|
|
|
|
|
Text [ x-comment ] = " ";
|
2003-07-03 15:31:48 +00:00
|
|
|
|
};
|
|
|
|
|
Window WIN_PREVIEW1
|
|
|
|
|
{
|
|
|
|
|
Hide = TRUE ;
|
|
|
|
|
Border = TRUE ;
|
|
|
|
|
Pos = MAP_APPFONT ( 166 , 34 ) ;
|
|
|
|
|
Size = MAP_APPFONT ( 82 , 40 ) ;
|
|
|
|
|
};
|
|
|
|
|
FixedText FT_COL_TRANS
|
|
|
|
|
{
|
|
|
|
|
Hide = TRUE ;
|
|
|
|
|
Pos = MAP_APPFONT ( 166, 74 + RSC_SP_CTRL_Y + 2 ) ;
|
|
|
|
|
Size = MAP_APPFONT ( 50 , 8) ;
|
2004-06-25 10:49:40 +00:00
|
|
|
|
Text [ de ] = "~Transparenz" ;
|
|
|
|
|
Text [ en-US ] = "~Transparency" ;
|
2003-07-03 15:31:48 +00:00
|
|
|
|
};
|
|
|
|
|
MetricField MF_COL_TRANS
|
|
|
|
|
{
|
|
|
|
|
Hide = TRUE ;
|
|
|
|
|
Pos = MAP_APPFONT ( 218 , 74 + RSC_SP_CTRL_Y ) ;
|
|
|
|
|
Size = MAP_APPFONT ( 30 , 12) ;
|
|
|
|
|
Border = TRUE ;
|
|
|
|
|
Group = TRUE ;
|
|
|
|
|
Left = TRUE ;
|
|
|
|
|
Repeat = TRUE ;
|
|
|
|
|
Spin = TRUE ;
|
|
|
|
|
Unit = FUNIT_CUSTOM ;
|
|
|
|
|
CustomUnitText = "%" ;
|
|
|
|
|
SpinSize = 5 ;
|
|
|
|
|
Minimum = 0;
|
|
|
|
|
Maximum = 100;
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
// Hintergrund-Bitmap ----------------------------------------------------
|
|
|
|
|
FixedLine GB_FILE
|
|
|
|
|
{
|
|
|
|
|
Hide = TRUE ;
|
|
|
|
|
Pos = MAP_APPFONT ( 6 , 23 ) ;
|
|
|
|
|
Size = MAP_APPFONT ( 153 , 8 ) ;
|
2004-06-25 10:49:40 +00:00
|
|
|
|
Text [ de ] = "Datei" ;
|
|
|
|
|
Text [ en-US ] = "File" ;
|
|
|
|
|
Text [ x-comment ] = " ";
|
2003-07-03 15:31:48 +00:00
|
|
|
|
};
|
|
|
|
|
PushButton BTN_BROWSE
|
|
|
|
|
{
|
|
|
|
|
Hide = TRUE ;
|
|
|
|
|
Pos = MAP_APPFONT ( 6 + RSC_SP_FLGR_INNERBORDER_LEFT , 23 + RSC_CD_FIXEDLINE_HEIGHT + RSC_SP_FLGR_INNERBORDER_TOP ) ;
|
|
|
|
|
Size = MAP_APPFONT ( 60 , 14 ) ;
|
2005-09-23 12:33:39 +00:00
|
|
|
|
Text [ de ] = "Au~swählen..." ;
|
2004-06-25 10:49:40 +00:00
|
|
|
|
Text [ en-US ] = "~Browse..." ;
|
|
|
|
|
Text [ x-comment ] = " ";
|
2003-07-03 15:31:48 +00:00
|
|
|
|
};
|
|
|
|
|
CheckBox BTN_LINK
|
|
|
|
|
{
|
|
|
|
|
Hide = TRUE ;
|
|
|
|
|
Pos = MAP_APPFONT ( 6 + RSC_SP_FLGR_INNERBORDER_LEFT + 60 + 2*RSC_SP_CTRL_X, 23 + RSC_CD_FIXEDLINE_HEIGHT + RSC_SP_FLGR_INNERBORDER_TOP + 3 ) ;
|
|
|
|
|
Size = MAP_APPFONT ( 78 , 10 ) ;
|
2005-09-23 12:33:39 +00:00
|
|
|
|
Text [ de ] = "~Verknüpfen" ;
|
2004-06-25 10:49:40 +00:00
|
|
|
|
Text [ en-US ] = "~Link" ;
|
|
|
|
|
Text [ x-comment ] = " ";
|
2003-07-03 15:31:48 +00:00
|
|
|
|
};
|
|
|
|
|
FixedText FT_FILE
|
|
|
|
|
{
|
|
|
|
|
Hide = TRUE ;
|
|
|
|
|
Pos = MAP_APPFONT ( 6 + RSC_SP_FLGR_INNERBORDER_LEFT , 23 + RSC_CD_FIXEDLINE_HEIGHT + RSC_SP_FLGR_INNERBORDER_TOP + RSC_CD_PUSHBUTTON_HEIGHT + RSC_SP_CTRL_Y ) ;
|
|
|
|
|
Size = MAP_APPFONT ( 141 , 8 ) ;
|
|
|
|
|
UNLINKED_IMAGE
|
|
|
|
|
};
|
|
|
|
|
FixedLine GB_POSITION
|
|
|
|
|
{
|
|
|
|
|
Hide = TRUE ;
|
|
|
|
|
Pos = MAP_APPFONT ( 6 , 78 ) ;
|
|
|
|
|
Size = MAP_APPFONT ( 153 , 8 ) ;
|
2004-06-25 10:49:40 +00:00
|
|
|
|
Text [ de ] = "Art" ;
|
|
|
|
|
Text [ en-US ] = "Type" ;
|
|
|
|
|
Text [ x-comment ] = " ";
|
2003-07-03 15:31:48 +00:00
|
|
|
|
};
|
|
|
|
|
RadioButton BTN_POSITION
|
|
|
|
|
{
|
|
|
|
|
Hide = TRUE ;
|
|
|
|
|
Pos = MAP_APPFONT ( 12 , 89 ) ;
|
|
|
|
|
Size = MAP_APPFONT ( 49 , 10 ) ;
|
2004-06-25 10:49:40 +00:00
|
|
|
|
Text [ de ] = "~Position" ;
|
|
|
|
|
Text [ en-US ] = "~Position" ;
|
|
|
|
|
Text [ x-comment ] = " ";
|
2003-07-03 15:31:48 +00:00
|
|
|
|
};
|
|
|
|
|
RadioButton BTN_AREA
|
|
|
|
|
{
|
|
|
|
|
Hide = TRUE ;
|
|
|
|
|
Pos = MAP_APPFONT ( 12 , 103 ) ;
|
|
|
|
|
Size = MAP_APPFONT ( 49 , 10 ) ;
|
|
|
|
|
/* ### ACHTUNG: Neuer Text in Resource? ~Fl<46>che : ~Fl<46>che */
|
2005-09-23 12:33:39 +00:00
|
|
|
|
Text [ de ] = "~Fläche" ;
|
2004-06-25 10:49:40 +00:00
|
|
|
|
Text [ en-US ] = "Ar~ea" ;
|
|
|
|
|
Text [ x-comment ] = " ";
|
2003-07-03 15:31:48 +00:00
|
|
|
|
};
|
|
|
|
|
RadioButton BTN_TILE
|
|
|
|
|
{
|
|
|
|
|
Hide = TRUE ;
|
|
|
|
|
Pos = MAP_APPFONT ( 12 , 117 ) ;
|
|
|
|
|
Size = MAP_APPFONT ( 49 , 10 ) ;
|
2004-06-25 10:49:40 +00:00
|
|
|
|
Text [ de ] = "~Kachel" ;
|
|
|
|
|
Text [ en-US ] = "~Tile" ;
|
|
|
|
|
Text [ x-comment ] = " ";
|
2003-07-03 15:31:48 +00:00
|
|
|
|
};
|
|
|
|
|
Control WND_POSITION
|
|
|
|
|
{
|
|
|
|
|
HelpId = HID_BACKGROUND_CTL_POSITION ;
|
|
|
|
|
Hide = TRUE ;
|
|
|
|
|
Border = TRUE ;
|
|
|
|
|
Pos = MAP_APPFONT ( 64 , 89 ) ;
|
|
|
|
|
Size = MAP_APPFONT ( 90 , 87 ) ;
|
|
|
|
|
TabStop = TRUE ;
|
|
|
|
|
};
|
|
|
|
|
FixedLine FL_GRAPH_TRANS
|
|
|
|
|
{
|
|
|
|
|
Hide = TRUE ;
|
|
|
|
|
Pos = MAP_APPFONT ( 6 , 157 ) ;
|
|
|
|
|
Size = MAP_APPFONT ( 153 , 8) ;
|
2004-06-25 10:49:40 +00:00
|
|
|
|
Text [ de ] = "Transparenz" ;
|
|
|
|
|
Text [ en-US ] = "Transparency" ;
|
2003-07-03 15:31:48 +00:00
|
|
|
|
};
|
|
|
|
|
MetricField MF_GRAPH_TRANS
|
|
|
|
|
{
|
|
|
|
|
Hide = TRUE ;
|
|
|
|
|
Pos = MAP_APPFONT ( 12 , 168 ) ;
|
|
|
|
|
Size = MAP_APPFONT ( 30 , 12) ;
|
|
|
|
|
Border = TRUE ;
|
|
|
|
|
Group = TRUE ;
|
|
|
|
|
Left = TRUE ;
|
|
|
|
|
Repeat = TRUE ;
|
|
|
|
|
Spin = TRUE ;
|
|
|
|
|
Unit = FUNIT_CUSTOM ;
|
|
|
|
|
CustomUnitText = "%" ;
|
|
|
|
|
SpinSize = 5 ;
|
|
|
|
|
Minimum = 0;
|
|
|
|
|
Maximum = 100;
|
|
|
|
|
};
|
|
|
|
|
Window WIN_PREVIEW2
|
|
|
|
|
{
|
|
|
|
|
Hide = TRUE ;
|
|
|
|
|
Border = TRUE ;
|
|
|
|
|
Pos = MAP_APPFONT ( 170 , 23 + 4 ) ;
|
|
|
|
|
Size = MAP_APPFONT ( 81 , 139 ) ;
|
|
|
|
|
};
|
|
|
|
|
CheckBox BTN_PREVIEW
|
|
|
|
|
{
|
|
|
|
|
Pos = MAP_APPFONT ( 170 , 23 + 4 + 139 + RSC_SP_CTRL_GROUP_Y ) ;
|
|
|
|
|
Size = MAP_APPFONT ( 141 , 10 ) ;
|
2004-06-25 10:49:40 +00:00
|
|
|
|
Text [ de ] = "V~orschau" ;
|
|
|
|
|
Text [ en-US ] = "Pre~view" ;
|
|
|
|
|
Text [ x-comment ] = " ";
|
2003-07-03 15:31:48 +00:00
|
|
|
|
};
|
|
|
|
|
String STR_BROWSE
|
|
|
|
|
{
|
2004-06-25 10:49:40 +00:00
|
|
|
|
Text [ de ] = "Grafik suchen" ;
|
|
|
|
|
Text [ en-US ] = "Find graphics" ;
|
|
|
|
|
Text [ x-comment ] = " ";
|
2003-07-03 15:31:48 +00:00
|
|
|
|
};
|
|
|
|
|
String STR_UNLINKED
|
|
|
|
|
{
|
|
|
|
|
UNLINKED_IMAGE
|
|
|
|
|
};
|
2004-06-25 10:49:40 +00:00
|
|
|
|
Text [ x-comment ] = " ";
|
2003-07-03 15:31:48 +00:00
|
|
|
|
};
|
|
|
|
|
// ********************************************************************** EOF
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2003-07-17 10:14:35 +00:00
|
|
|
|
|
|
|
|
|
|
2003-07-03 15:31:48 +00:00
|
|
|
|
|
2003-12-17 12:57:07 +00:00
|
|
|
|
|
2003-07-03 15:31:48 +00:00
|
|
|
|
|
|
|
|
|
|