/************************************************************************* * * $RCSfile: grfpage.src,v $ * * $Revision: 1.25 $ * * last change: $Author: hjs $ $Date: 2004-06-25 11:54:04 $ * * 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 "dialogs.hrc" #include "helpid.hrc" #include "grfpage.hrc" /************************************************************/ /* */ /* */ /* Crop-Page */ /* */ /* */ /************************************************************/ TabPage RID_SVXPAGE_GRFCROP { Hide = TRUE ; HelpID = HID_SVXPAGE_GRFCROP; SVLook = TRUE ; Pos = MAP_APPFONT ( 0 , 0 ) ; Size = MAP_APPFONT ( 260 , 185 ) ; FixedLine FL_CROP { Pos = MAP_APPFONT ( 6 , 3 ) ; Size = MAP_APPFONT ( 164 , 8 ) ; Text [ de ] = "Zuschneiden" ; Text [ en-US ] = "Crop" ; }; FixedText FT_LEFT { Pos = MAP_APPFONT ( 12 , 44 ) ; Size = MAP_APPFONT ( 28 , 8 ) ; Text [ de ] = "~Links" ; Text [ en-US ] = "~Left" ; }; MetricField MF_LEFT { Border = TRUE ; Pos = MAP_APPFONT ( 42 , 42 ) ; Size = MAP_APPFONT ( 40 , 12 ) ; Text = "12,99" ; TabStop = TRUE ; Left = TRUE ; Repeat = TRUE ; Spin = TRUE ; Minimum = -9999 ; Maximum = 9999 ; DecimalDigits = 2 ; Unit = FUNIT_CM ; First = 0 ; Last = 9999 ; SpinSize = 10 ; }; FixedText FT_RIGHT { Pos = MAP_APPFONT ( 12 , 60 ) ; Size = MAP_APPFONT ( 28 , 8 ) ; Left = TRUE ; Text [ de ] = "~Rechts" ; Text [ en-US ] = "~Right" ; }; MetricField MF_RIGHT { Border = TRUE ; Pos = MAP_APPFONT ( 42 , 58 ) ; Size = MAP_APPFONT ( 40 , 12 ) ; TabStop = TRUE ; Left = TRUE ; Repeat = TRUE ; Spin = TRUE ; Minimum = -9999 ; Maximum = 9999 ; DecimalDigits = 2 ; Unit = FUNIT_CM ; First = 0 ; Last = 9999 ; SpinSize = 10 ; }; FixedText FT_TOP { Pos = MAP_APPFONT ( 94 , 44 ) ; Size = MAP_APPFONT ( 28 , 8 ) ; Text [ de ] = "~Oben" ; Text [ en-US ] = "~Top" ; }; MetricField MF_TOP { Border = TRUE ; Pos = MAP_APPFONT ( 124 , 42 ) ; Size = MAP_APPFONT ( 40 , 12 ) ; Text = "12,99" ; TabStop = TRUE ; Left = TRUE ; Repeat = TRUE ; Spin = TRUE ; Minimum = -9999 ; Maximum = 9999 ; DecimalDigits = 2 ; Unit = FUNIT_CM ; First = 0 ; Last = 9999 ; SpinSize = 10 ; }; FixedText FT_BOTTOM { Pos = MAP_APPFONT ( 94 , 60 ) ; Size = MAP_APPFONT ( 28 , 8 ) ; Left = TRUE ; Text [ de ] = "~Unten" ; Text [ en-US ] = "~Bottom" ; }; MetricField MF_BOTTOM { Border = TRUE ; Pos = MAP_APPFONT ( 124 , 58 ) ; Size = MAP_APPFONT ( 40 , 12 ) ; TabStop = TRUE ; Left = TRUE ; Repeat = TRUE ; Spin = TRUE ; Minimum = -9999 ; Maximum = 9999 ; DecimalDigits = 2 ; Unit = FUNIT_CM ; First = 0 ; Last = 9999 ; SpinSize = 10 ; }; RadioButton RB_SIZECONST { Pos = MAP_APPFONT ( 12 , 28 ) ; Size = MAP_APPFONT ( 152 , 10 ) ; Text [ de ] = "Bildgröße beibehal~ten" ; Text [ en-US ] = "Keep image si~ze" ; }; RadioButton RB_ZOOMCONST { Pos = MAP_APPFONT ( 12 , 14 ) ; Size = MAP_APPFONT ( 152 , 10 ) ; Check = TRUE ; Text [ de ] = "~Skalierung beibehalten" ; Text [ en-US ] = "Keep ~scale" ; }; Window WN_BSP { Pos = MAP_APPFONT ( 176 , 6 ) ; Size = MAP_APPFONT ( 78 , 78 ) ; Border = TRUE ; }; FixedLine FL_ZOOM { Pos = MAP_APPFONT ( 6, 76 ) ; Size = MAP_APPFONT ( 164 , 8 ) ; Text [ de ] = "Skalierung" ; Text [ en-US ] = "Scale" ; }; FixedText FT_WIDTHZOOM { Left = TRUE ; Pos = MAP_APPFONT ( 12 , 89 ) ; Size = MAP_APPFONT ( 28 , 8 ) ; Text [ de ] = "Bre~ite" ; Text [ en-US ] = "~Width" ; }; MetricField MF_WIDTHZOOM { Border = TRUE ; Pos = MAP_APPFONT ( 42 , 87 ) ; Size = MAP_APPFONT ( 40 , 12 ) ; Text = "12,99" ; TabStop = TRUE ; Left = TRUE ; Repeat = TRUE ; Spin = TRUE ; Minimum = 1 ; Maximum = 9999 ; First = 5 ; Last = 1000 ; Maximum = 9999 ; Value = 100 ; Unit = FUNIT_CUSTOM ; CustomUnitText = "%" ; SpinSize = 10 ; }; FixedText FT_HEIGHTZOOM { Pos = MAP_APPFONT ( 12 , 105 ) ; Size = MAP_APPFONT ( 28 , 8 ) ; Text [ de ] = "H~öhe" ; Text [ en-US ] = "H~eight" ; Left = TRUE ; }; MetricField MF_HEIGHTZOOM { Border = TRUE ; Pos = MAP_APPFONT ( 42 , 103 ) ; Size = MAP_APPFONT ( 40 , 12 ) ; TabStop = TRUE ; Left = TRUE ; Repeat = TRUE ; Spin = TRUE ; Minimum = 1 ; Maximum = 9999 ; First = 5 ; Last = 1000 ; Maximum = 9999 ; Value = 100 ; Unit = FUNIT_CUSTOM ; CustomUnitText = "%" ; SpinSize = 10 ; }; FixedLine FL_SIZE { Pos = MAP_APPFONT ( 6 , 121 ) ; Size = MAP_APPFONT ( 164 , 8 ) ; Text [ de ] = "Bildgröße" ; Text [ en-US ] = "Image size" ; }; FixedText FT_WIDTH { Pos = MAP_APPFONT ( 12 , 134 ) ; Size = MAP_APPFONT ( 28 , 8 ) ; Left = TRUE ; Text [ de ] = "~Breite" ; Text [ en-US ] = "~Width" ; }; MetricField MF_WIDTH { Border = TRUE ; Pos = MAP_APPFONT ( 42 , 132 ) ; Size = MAP_APPFONT ( 40 , 12 ) ; Text = "12,99" ; TabStop = TRUE ; Left = TRUE ; Repeat = TRUE ; Spin = TRUE ; Minimum = 5 ; Maximum = 20000 ; DecimalDigits = 2 ; Unit = FUNIT_CM ; First = 5 ; Last = 20000 ; SpinSize = 10 ; }; FixedText FT_HEIGHT { Pos = MAP_APPFONT ( 12 , 150 ) ; Size = MAP_APPFONT ( 28 , 8 ) ; Left = TRUE ; Text [ de ] = "Höh~e" ; Text [ en-US ] = "H~eight" ; }; MetricField MF_HEIGHT { Border = TRUE ; Pos = MAP_APPFONT ( 42 , 148 ) ; Size = MAP_APPFONT ( 40 , 12 ) ; TabStop = TRUE ; Left = TRUE ; Repeat = TRUE ; Spin = TRUE ; Minimum = 5 ; Maximum = 20000 ; DecimalDigits = 2 ; Unit = FUNIT_CM ; First = 5 ; Last = 20000 ; SpinSize = 10 ; }; FixedText FT_ORIG_SIZE { Pos = MAP_APPFONT ( 176 , 132 ) ; Size = MAP_APPFONT ( 74 , 8 ) ; }; PushButton PB_ORGSIZE { Pos = MAP_APPFONT ( 176 , 143 ) ; Size = MAP_APPFONT ( 50 , 14 ) ; TabStop = TRUE ; Text [ de ] = "Ori~ginalgröße" ; Text [ en-US ] = "~Original Size" ; }; };