/************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite * * This file is part of OpenOffice.org. * * OpenOffice.org is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License version 3 * only, as published by the Free Software Foundation. * * OpenOffice.org 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 version 3 for more details * (a copy is included in the LICENSE file that accompanied this code). * * You should have received a copy of the GNU Lesser General Public License * version 3 along with OpenOffice.org. If not, see * * for a copy of the LGPLv3 License. * ************************************************************************/ /* StarView ressource file */ #include "globals.hrc" #include "misc.hrc" #include "num.hrc" #include "cmdid.h" #include "helpid.h" #include "svx/dialogs.hrc" /**************************************************************************/ /* */ /* TabPage Positionen */ /* */ /**************************************************************************/ TabPage TP_NUM_POSITION { HelpID = HID_NUM_POSITION ; SVLook = TRUE ; Size = MAP_APPFONT ( 260 , 185 ) ; Hide = TRUE; FixedLine FL_LEVEL { Pos = MAP_APPFONT ( 6 , 3 ) ; Size = MAP_APPFONT ( 35 , 8 ) ; Text [ en-US ] = "Level" ; }; MultiListBox LB_LEVEL { Pos = MAP_APPFONT ( 12 , 14 ) ; Size = MAP_APPFONT ( 26 , 163 ) ; TabStop = TRUE ; DropDown = FALSE ; Border = TRUE ; SimpleMode = TRUE ; }; FixedLine FL_POSITION { Pos = MAP_APPFONT ( 47 , 3 ) ; Size = MAP_APPFONT ( 207 , 8 ) ; Group = TRUE ; Text [ en-US ] = "Position and spacing" ; }; FixedText FT_BORDERDIST { Pos = MAP_APPFONT ( 50 , 27 ) ; Size = MAP_APPFONT ( 105 , 10 ) ; Text [ en-US ] = "Indent" ; }; MetricField MF_BORDERDIST { Pos = MAP_APPFONT ( 198 , 25 ) ; Size = MAP_APPFONT ( 40 , 12 ) ; Border = TRUE ; TabStop = TRUE ; Left = TRUE ; Repeat = TRUE ; Spin = TRUE ; Minimum = -1999 ; Maximum = 1999 ; DecimalDigits = 2 ; Value = 0 ; Unit = FUNIT_CM ; First = 0 ; Last = 1999 ; SpinSize = 5 ; }; CheckBox CB_RELATIVE { Pos = MAP_APPFONT ( 198 , 41 ) ; Size = MAP_APPFONT ( 52 , 10 ) ; Text [ en-US ] = "Relati~ve" ; }; FixedText FT_INDENT { Pos = MAP_APPFONT ( 50 , 59 ) ; Size = MAP_APPFONT ( 105 , 8 ) ; Text [ en-US ] = "Width of numbering" ; }; MetricField MF_INDENT { Pos = MAP_APPFONT ( 198 , 57 ) ; Size = MAP_APPFONT ( 40 , 12 ) ; Border = TRUE ; TabStop = TRUE ; Left = TRUE ; Repeat = TRUE ; Spin = TRUE ; Minimum = 0 ; Maximum = 1999 ; DecimalDigits = 2 ; Value = 0 ; Unit = FUNIT_CM ; First = 0 ; Last = 1999 ; SpinSize = 5 ; }; FixedText FT_NUMDIST { Pos = MAP_APPFONT ( 50 , 75 ) ; Size = MAP_APPFONT ( 105 , 8 ) ; Text [ en-US ] = "Minimum space numbering <-> text" ; }; MetricField MF_NUMDIST { Pos = MAP_APPFONT ( 198 , 73 ) ; Size = MAP_APPFONT ( 40 , 12 ) ; Left = TRUE ; Repeat = TRUE ; Spin = TRUE ; Minimum = 0 ; Maximum = 1999 ; DecimalDigits = 2 ; Value = 0 ; Unit = FUNIT_CM ; First = 0 ; Last = 1999 ; SpinSize = 5 ; Border = TRUE ; TabStop = TRUE ; }; FixedText FT_ALIGN { Pos = MAP_APPFONT ( 50 , 91 ) ; Size = MAP_APPFONT ( 105 , 8 ) ; Text [ en-US ] = "N~umbering alignment" ; }; ListBox LB_ALIGN { Pos = MAP_APPFONT ( 198 , 89 ) ; Size = MAP_APPFONT ( 40 , 40 ) ; TabStop = TRUE ; DropDown = TRUE ; StringList [ en-US ] = { < "Left" ; > ; < "Centered" ; > ; < "Right" ; > ; }; }; FixedText FT_LABEL_FOLLOWED_BY { Pos = MAP_APPFONT ( 50 , 27 ) ; Size = MAP_APPFONT ( 105 , 10 ) ; Text [ en-US ] = "Numbering followed by" ; }; ListBox LB_LABEL_FOLLOWED_BY { Pos = MAP_APPFONT ( 198 , 25 ) ; Size = MAP_APPFONT ( 40 , 12 ) ; TabStop = TRUE ; DropDown = TRUE ; StringList [ en-US ] = { < "Tab stop" ; > ; < "Space" ; > ; < "Nothing" ; > ; }; }; FixedText FT_LISTTAB { Pos = MAP_APPFONT ( 50 , 43 ) ; Size = MAP_APPFONT ( 143 , 10 ) ; Right = TRUE ; Text [ en-US ] = "at" ; }; MetricField MF_LISTTAB { Pos = MAP_APPFONT ( 198 , 41 ) ; Size = MAP_APPFONT ( 40 , 12 ) ; Border = TRUE ; TabStop = TRUE ; Left = TRUE ; Repeat = TRUE ; Spin = TRUE ; Minimum = 0 ; Maximum = 1999 ; DecimalDigits = 2 ; Value = 0 ; Unit = FUNIT_CM ; First = 0 ; Last = 1999 ; SpinSize = 5 ; }; FixedText FT_ALIGN_2 { Pos = MAP_APPFONT ( 50 , 59 ) ; Size = MAP_APPFONT ( 105 , 8 ) ; }; ListBox LB_ALIGN_2 { Pos = MAP_APPFONT ( 198 , 57 ) ; Size = MAP_APPFONT ( 40 , 12 ) ; TabStop = TRUE ; DropDown = TRUE ; }; FixedText FT_ALIGNED_AT { Pos = MAP_APPFONT ( 50 , 75 ) ; Size = MAP_APPFONT ( 105 , 8 ) ; Text [ en-US ] = "Aligned at" ; }; MetricField MF_ALIGNED_AT { Pos = MAP_APPFONT ( 198 , 73 ) ; Size = MAP_APPFONT ( 40 , 12 ) ; Left = TRUE ; Repeat = TRUE ; Spin = TRUE ; Minimum = -1999 ; Maximum = 1999 ; DecimalDigits = 2 ; Value = 0 ; Unit = FUNIT_CM ; First = 0 ; Last = 1999 ; SpinSize = 5 ; Border = TRUE ; TabStop = TRUE ; }; FixedText FT_INDENT_AT { Pos = MAP_APPFONT ( 50 , 91 ) ; Size = MAP_APPFONT ( 105 , 8 ) ; Text [ en-US ] = "Indent at" ; }; MetricField MF_INDENT_AT { Pos = MAP_APPFONT ( 198 , 89 ) ; Size = MAP_APPFONT ( 40 , 12 ) ; Left = TRUE ; Repeat = TRUE ; Spin = TRUE ; Minimum = -1999 ; Maximum = 1999 ; DecimalDigits = 2 ; Value = 0 ; Unit = FUNIT_CM ; First = 0 ; Last = 1999 ; SpinSize = 5 ; Border = TRUE ; TabStop = TRUE ; }; PushButton PB_STANDARD { Pos = MAP_APPFONT ( 198 , 165 ) ; Size = MAP_APPFONT ( 50 , 14 ) ; Text [ en-US ] = "Default" ; }; Window WIN_PREVIEW { Pos = MAP_APPFONT ( 50 , 113 ) ; Size = MAP_APPFONT ( 143 , 67 ) ; Border = TRUE ; }; }; /**************************************************************************/ /* */ /* Dialog fuer Test der Svx-Implementation */ /* */ /**************************************************************************/ TabDialog DLG_SVXTEST_NUM_BULLET { OutputSize = TRUE ; SVLook = TRUE ; Text [ en-US ] = "Bullets and Numbering"; Moveable = TRUE ; TabControl 1 { SVLook = TRUE ; PageList = { PageItem { Identifier = RID_SVXPAGE_PICK_BULLET ; Text [ en-US ] = "Bullets" ; }; PageItem { Identifier = RID_SVXPAGE_PICK_SINGLE_NUM ; Text [ en-US ] = "Numbering type" ; }; PageItem { Identifier = RID_SVXPAGE_PICK_NUM ; Text [ en-US ] = "Outline" ; }; PageItem { Identifier = RID_SVXPAGE_PICK_BMP ; Text [ en-US ] = "Graphics" ; }; PageItem { Identifier = RID_SVXPAGE_NUM_POSITION ; Text [ en-US ] = "Position" ; }; PageItem { Identifier = RID_SVXPAGE_NUM_OPTIONS ; /* ### ACHTUNG: Neuer Text in Resource? Optionen : ~Optionen */ Text [ en-US ] = "Options" ; }; }; }; String ST_RESET { Text [ en-US ] = "~Remove" ; }; };