/************************************************************************* * * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: numpages.src,v $ * * $Revision: 1.56 $ * * last change: $Author: hr $ $Date: 2005-09-23 13:43:55 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. * * * GNU Lesser General Public License Version 2.1 * ============================================= * Copyright 2005 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 * ************************************************************************/ #include #include #include /**************************************************************************/ /* */ /* TabPage */ /* */ /**************************************************************************/ TabPage RID_SVXPAGE_PICK_BULLET { HelpID = HID_SVXPAGE_PICK_BULLET ; SVLook = TRUE ; Size = MAP_APPFONT ( 260 , 185 ) ; Hide = TRUE; FixedLine FL_VALUES { Pos = MAP_APPFONT ( 6 , 3 ) ; Size = MAP_APPFONT ( 248 , 8 ) ; Text [ de ] = "Auswahl" ; Text [ en-US ] = "Selection" ; Text [ x-comment ] = " "; }; Control VS_VALUES { Pos = MAP_APPFONT ( 9 , 14 ) ; Size = MAP_APPFONT ( 242 , 167 ) ; TabStop = TRUE ; }; }; /**************************************************************************/ /* */ /* TabPage */ /* */ /**************************************************************************/ TabPage RID_SVXPAGE_PICK_SINGLE_NUM { HelpID = HID_SVXPAGE_PICK_SINGLE_NUM ; SVLook = TRUE ; Size = MAP_APPFONT ( 260 , 185 ) ; Hide = TRUE; FixedLine FL_VALUES { Pos = MAP_APPFONT ( 6 , 3 ) ; Size = MAP_APPFONT ( 248 , 8 ) ; Text [ de ] = "Auswahl" ; Text [ en-US ] = "Selection" ; Text [ x-comment ] = " "; }; Control VS_VALUES { Pos = MAP_APPFONT ( 9 , 14 ) ; Size = MAP_APPFONT ( 242 , 167 ) ; TabStop = TRUE ; }; }; /**************************************************************************/ /* */ /* TabPage */ /* */ /**************************************************************************/ TabPage RID_SVXPAGE_PICK_NUM { HelpID = HID_SVXPAGE_PICK_NUM; SVLook = TRUE ; Size = MAP_APPFONT ( 260 , 185 ) ; Hide = TRUE; FixedLine FL_VALUES { Pos = MAP_APPFONT ( 6 , 3 ) ; Size = MAP_APPFONT ( 248 , 8 ) ; Text [ de ] = "Auswahl" ; Text [ en-US ] = "Selection" ; Text [ x-comment ] = " "; }; Control VS_VALUES { Pos = MAP_APPFONT ( 9 , 14 ) ; Size = MAP_APPFONT ( 242 , 167 ) ; TabStop = TRUE ; }; }; /**************************************************************************/ /* */ /* TabPage */ /* */ /**************************************************************************/ TabPage RID_SVXPAGE_PICK_BMP { HelpID = HID_SVXPAGE_PICK_BMP; SVLook = TRUE ; Size = MAP_APPFONT ( 260 , 185 ) ; Hide = TRUE; FixedLine FL_VALUES { Pos = MAP_APPFONT ( 6 , 3 ) ; Size = MAP_APPFONT ( 248 , 8 ) ; Text [ de ] = "Auswahl" ; Text [ en-US ] = "Selection" ; Text [ x-comment ] = " "; }; Control VS_VALUES { Pos = MAP_APPFONT ( 9 , 14 ) ; Size = MAP_APPFONT ( 242 , 152 ) ; TabStop = TRUE ; Hide = TRUE ; }; CheckBox CB_LINKED { Text [ de ] = "Grafiken ~verknüpfen" ; Pos = MAP_APPFONT ( 9 , 169 ) ; Size = MAP_APPFONT ( 100 , 10 ) ; TabStop = TRUE ; Text [ en-US ] = "~Link graphics"; Text [ x-comment ] = " "; }; FixedText FT_ERROR { Pos = MAP_APPFONT ( 9 , 14 ) ; Size = MAP_APPFONT ( 242 , 30 ) ; Text [ de ] = "Es sind keine Grafiken im Gallery-Thema 'Bullets' vorhanden." ; Text [ en-US ] = "The Gallery theme 'Bullets' is empty (no graphics)." ; Hide = TRUE ; WordBreak = TRUE ; Text [ x-comment ] = " "; }; }; /**************************************************************************/ /* */ /* TabPage Numerierungsoptionen */ /* */ /**************************************************************************/ TabPage RID_SVXPAGE_NUM_OPTIONS { HelpID = HID_SVXPAGE_NUM_OPTIONS ; SVLook = TRUE ; Size = MAP_APPFONT ( 260 , 185 ) ; Hide = TRUE; FixedText FT_LEVEL { Pos = MAP_APPFONT ( 12 , 14 ) ; Size = MAP_APPFONT ( 50 , 8 ) ; Text [ de ] = "~Ebene" ; Text [ en-US ] = "Level" ; Text [ x-comment ] = " "; }; MultiListBox LB_LEVEL { Pos = MAP_APPFONT ( 12 , 25 ) ; Size = MAP_APPFONT ( 26 , 154 ) ; TabStop = TRUE ; DropDown = FALSE ; Border = TRUE ; SimpleMode = TRUE ; }; FixedLine FL_FORMAT { Pos = MAP_APPFONT ( 6 , 3 ) ; Size = MAP_APPFONT ( 248 , 8 ) ; Text [ de ] = "Format" ; Text [ en-US ] = "Format" ; Text [ x-comment ] = " "; }; FixedText FT_FMT { Pos = MAP_APPFONT ( 50 , 27 ) ; Size = MAP_APPFONT ( 50, 8 ) ; Text [ de ] = "~Nummerierung" ; Text [ en-US ] = "~Numbering" ; Text [ x-comment ] = " "; }; ListBox LB_FMT { Pos = MAP_APPFONT ( 103 , 25 ) ; Size = MAP_APPFONT ( 67 , 72 ) ; TabStop = TRUE ; DropDown = TRUE ; CurPos = 0 ; StringList [ de ] = { < "1, 2, 3, ..." ; 4/*SVX_NUM_ARABIC */; > ; < "A, B, C, ..." ; 0/*SVX_NUM_CHARS_UPPER_LETTER */; > ; < "a, b, c, ..." ; 1/*SVX_NUM_CHARS_LOWER_LETTER */; > ; < "I, II, III, ..." ; 2/*SVX_NUM_ROMAN_UPPER */; > ; < "i, ii, iii, ..." ; 3/*SVX_NUM_ROMAN_LOWER */; > ; < "A, .., AA, .., AAA, ..." ; 9/*SVX_NUM_CHARS_UPPER_LETTER_N*/; > ; < "a, .., aa, .., aaa, ..." ; 10/*SVX_NUM_CHARS_LOWER_LETTER_N*/; > ; < "Bullet" ; 6/*SVX_NUM_CHAR_SPECIAL */; > ; < "Grafik" ; 8/*SVX_NUM_BITMAP */; > ; < "Grafik verknüpft" ; 0x88/*SVX_NUM_BITMAP|0x80 */; > ; < "Keine" ; 5/*SVX_NUM_NUMBER_NONE */; > ; }; StringList [ en-US ] = { < "1, 2, 3, ... " ; 4/*SVX_NUM_ARABIC */; > ; < "A, B, C, ... " ; 0/*SVX_NUM_CHARS_UPPER_LETTER */; > ; < "a, b, c, ..." ; 1/*SVX_NUM_CHARS_LOWER_LETTER */; > ; < "I, II, III, ... " ; 2/*SVX_NUM_ROMAN_UPPER */; > ; < "i, ii, iii, ... " ; 3/*SVX_NUM_ROMAN_LOWER */; > ; < "A, .., AA, .., AAA, ... " ; 9/*SVX_NUM_CHARS_UPPER_LETTER_N*/; > ; < "a, .., aa, .., aaa, ..." ; 10/*SVX_NUM_CHARS_LOWER_LETTER_N*/; > ; < "Bullet" ; 6/*SVX_NUM_CHAR_SPECIAL */; > ; < "Graphics" ; 8/*SVX_NUM_BITMAP */; > ; < "Linked graphics" ; 0x88/*SVX_NUM_BITMAP|0x80 */; > ; < "None" ; 5/*SVX_NUM_NUMBER_NONE */; > ; }; StringList [ x-comment ] = { < " " ; 4/*SVX_NUM_ARABIC */; > ; < " " ; 0/*SVX_NUM_CHARS_UPPER_LETTER */; > ; < " " ; 1/*SVX_NUM_CHARS_LOWER_LETTER */; > ; < " " ; 2/*SVX_NUM_ROMAN_UPPER */; > ; < " " ; 3/*SVX_NUM_ROMAN_LOWER */; > ; < " " ; 9/*SVX_NUM_CHARS_UPPER_LETTER_N*/; > ; < " " ; 10/*SVX_NUM_CHARS_LOWER_LETTER_N*/; > ; < " " ; 6/*SVX_NUM_CHAR_SPECIAL */; > ; < " " ; 8/*SVX_NUM_BITMAP */; > ; < "; This is found in a text doc under Format - Numbering/Bullets - Options - Format area - Numbering list box. EM10May00 - Grafik verknüpft - Grafik verknüpft" ; 0x88/*SVX_NUM_BITMAP|0x80 */; > ; < "; Keine" ; 5/*SVX_NUM_NUMBER_NONE */; > ; }; }; FixedText FT_PREFIX { Pos = MAP_APPFONT ( 50 , 43 ) ; Size = MAP_APPFONT ( 50 , 8 ) ; Text [ de ] = "~Davor" ; Text [ en-US ] = "Before" ; Left = TRUE ; Text [ x-comment ] = " "; }; Edit ED_PREFIX { Border = TRUE ; Pos = MAP_APPFONT ( 103 , 41 ) ; Size = MAP_APPFONT ( 67 , 12 ) ; TabStop = TRUE ; Left = TRUE ; MaxTextLength = 50 ; }; FixedText FT_SUFFIX { Pos = MAP_APPFONT ( 50 , 59 ) ; Size = MAP_APPFONT ( 50 , 8 ) ; Text [ de ] = "Dahin~ter" ; Text [ en-US ] = "After" ; Left = TRUE ; Text [ x-comment ] = " "; }; Edit ED_SUFFIX { Border = TRUE ; Pos = MAP_APPFONT ( 103 , 57 ) ; Size = MAP_APPFONT ( 67 , 12 ) ; TabStop = TRUE ; Left = TRUE ; MaxTextLength = 50 ; }; FixedText FT_CHARFMT { Pos = MAP_APPFONT ( 50 , 75 ) ; Size = MAP_APPFONT ( 50 , 8 ) ; Text [ de ] = "Zeichen~vorlage" ; Text [ en-US ] = "~Character Style" ; Text [ x-comment ] = "; All \"Vorlage\"/Styles are always written with capital S. 10.5.00EM"; }; ListBox LB_CHARFMT { TabStop = TRUE ; DropDown = TRUE ; Pos = MAP_APPFONT ( 103 , 73 ) ; Size = MAP_APPFONT ( 67 , 72 ) ; }; FixedText FT_BUL_COLOR { Pos = MAP_APPFONT ( 50 , 75 ) ; Size = MAP_APPFONT ( 50 , 8 ) ; Text [ de ] = "~Farbe" ; Hide = TRUE; Text [ en-US ] = "Color"; Text [ x-comment ] = " "; }; ListBox LB_BUL_COLOR { TabStop = TRUE ; DropDown = TRUE ; Pos = MAP_APPFONT ( 103 , 73 ) ; Size = MAP_APPFONT ( 67 , 100 ) ; Hide = TRUE; }; FixedText FT_BUL_REL_SIZE { Pos = MAP_APPFONT ( 50 , 91 ) ; Size = MAP_APPFONT ( 50 , 8 ) ; Text [ de ] = "~Relative Größe" ; Hide = TRUE; Text [ en-US ] = "~Relative size"; Text [ x-comment ] = " "; }; MetricField MF_BUL_REL_SIZE { Pos = MAP_APPFONT ( 103 , 89 ) ; Size = MAP_APPFONT ( 67 , 12 ) ; Border = TRUE ; Group = TRUE ; Left = TRUE ; Repeat = TRUE ; Spin = TRUE ; Unit = FUNIT_CUSTOM ; CustomUnitText = "%" ; SpinSize = 1 ; Minimum = 1; Maximum = 250; Hide = TRUE; }; FixedText FT_ALL_LEVEL { Pos = MAP_APPFONT ( 50 , 91 ) ; Size = MAP_APPFONT ( 50 , 8 ) ; Text [ de ] = "V~ollständig" ; Text [ en-US ] = "Show sublevels" ; Text [ x-comment ] = " "; }; NumericField NF_ALL_LEVEL { Border = TRUE ; Pos = MAP_APPFONT ( 103 , 89 ) ; Size = MAP_APPFONT ( 67 , 12 ) ; TabStop = TRUE ; Left = TRUE ; Repeat = TRUE ; Spin = TRUE ; Minimum = 1 ; Maximum = 10 ; Value = 1 ; First = 1 ; Last = 10 ; }; FixedText FT_START { Pos = MAP_APPFONT ( 50 , 107 ) ; Size = MAP_APPFONT ( 50 , 8 ) ; Text [ de ] = "Be~ginn bei" ; Text [ en-US ] = "Start at" ; Left = TRUE ; Text [ x-comment ] = " "; }; NumericField ED_START { Border = TRUE ; Pos = MAP_APPFONT ( 103 , 105 ) ; Size = MAP_APPFONT ( 67 , 12 ) ; TabStop = TRUE ; Left = TRUE ; Repeat = TRUE ; Spin = TRUE ; Minimum = 0 ; Maximum = 65535 ; Value = 1 ; First = 0 ; Last = 65535 ; }; TriStateBox CB_USE_BULLET { Hide = TRUE ; Pos = MAP_APPFONT ( 50 , 119 ) ; Size = MAP_APPFONT ( 120 , 10 ) ; Text [ de ] = "~Symbol anzeigen" ; Hide = TRUE; Text [ en-US ] = "Show symbol"; Text [ x-comment ] = " "; }; FixedText FT_ALIGN { Pos = MAP_APPFONT ( 50 , 135 ) ; Size = MAP_APPFONT ( 50 , 8 ) ; Text [ de ] = "Ausri~chtung" ; Text [ en-US ] = "~Alignment" ; Hide = TRUE; Text [ x-comment ] = " "; }; ListBox LB_ALIGN { Pos = MAP_APPFONT ( 103 , 133 ) ; Size = MAP_APPFONT ( 40 , 40 ) ; TabStop = TRUE ; DropDown = TRUE ; Hide = TRUE; StringList [ de ] = { < "Links" ; > ; < "Zentriert" ; > ; < "Rechts" ; > ; }; StringList [ en-US ] = { < "Left" ; > ; < "Centered" ; > ; < "Right" ; > ; }; StringList [ x-comment ] = { < " " ; > ; < "; Zentriert" ; > ; < "; Rechts" ; > ; }; }; String STR_BULLET { Text [ de ] = "Ze~ichen" ; Text [ en-US ] = "Character" ; Text [ x-comment ] = " "; }; PushButton PB_BULLET { Hide = TRUE ; Pos = MAP_APPFONT ( 103 , 105 ) ; Size = MAP_APPFONT ( 12 , 12 ) ; Text = "..." ; TabStop = TRUE ; }; FixedText FT_BITMAP { Hide = TRUE ; Pos = MAP_APPFONT ( 50 , 43 ) ; Size = MAP_APPFONT ( 50 , 8 ) ; Text [ de ] = "Grafik" ; Text [ en-US ] = "Graphics" ; Text [ x-comment ] = " "; }; MenuButton MB_BITMAP { Hide = TRUE ; Pos = MAP_APPFONT ( 103 , 41 ) ; Size = MAP_APPFONT ( 50 , 14 ) ; TabStop = TRUE ; Text [ de ] = "Aus~wahl..." ; ButtonMenu = Menu { ItemList = { MenuItem { Identifier = MN_GRAPHIC_DLG ; Text [ de ] = "Aus Datei..." ; // HelpID = HID_NUM_NAMED_NUMS ; Text [ en-US ] = "From file..." ; Text [ x-comment ] = " "; }; MenuItem { Identifier = MN_GALLERY ; Text [ de ] = "Gallery" ; Text [ en-US ] = "Gallery"; }; }; }; Text [ en-US ] = "Select..." ; Text [ x-comment ] = " "; }; FixedText FT_SIZE { Hide = TRUE ; Pos = MAP_APPFONT ( 50 , 61 ) ; Size = MAP_APPFONT ( 50 , 8 ) ; Text [ de ] = "~Breite" ; Text [ en-US ] = "Width" ; Text [ x-comment ] = " "; }; MetricField MF_WIDTH { Pos = MAP_APPFONT ( 103 , 59 ) ; Size = MAP_APPFONT ( 67 , 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 ; Hide = TRUE ; }; FixedText FT_MULT { Hide = TRUE ; Pos = MAP_APPFONT ( 50 , 77 ) ; Size = MAP_APPFONT ( 50 , 8 ) ; Text [ de ] = "H~öhe" ; Text [ en-US ] = "Height" ; Text [ x-comment ] = " "; }; MetricField MF_HEIGHT { Pos = MAP_APPFONT ( 103 , 75 ) ; Size = MAP_APPFONT ( 67 , 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 ; Hide = TRUE ; }; CheckBox CB_RATIO { Hide = TRUE ; Pos = MAP_APPFONT ( 50 , 91 ) ; Size = MAP_APPFONT ( 100 , 10 ) ; Text [ de ] = "Abg~leich" ; Text [ en-US ] = "Keep ratio" ; Text [ x-comment ] = " "; }; FixedText FT_ORIENT { Hide = TRUE ; Pos = MAP_APPFONT ( 50 , 105 ) ; Size = MAP_APPFONT ( 50 , 8 ) ; Text [ de ] = "A~usrichtung" ; Text [ en-US ] = "Alignment" ; Text [ x-comment ] = " "; }; ListBox LB_ORIENT { Hide = TRUE ; Pos = MAP_APPFONT ( 103 , 103 ) ; Size = MAP_APPFONT ( 67 , 72 ) ; TabStop = TRUE ; DropDown = TRUE ; CurPos = 0 ; StringList [ de ] = { < "Basis oben" ; > ; < "Basis zentriert" ; > ; < "Basis unten" ; > ; < "Zeichen oben" ; > ; < "Zeichen zentriert" ; > ; < "Zeichen unten" ; > ; < "Zeile oben" ; > ; < "Zeile zentriert" ; > ; < "Zeile unten" ; > ; }; StringList [ en-US ] = { < "Top of baseline" ; > ; < "Center of baseline" ; > ; < "Bottom of baseline" ; > ; < "Top of character" ; > ; < "Center of character" ; > ; < "Bottom of character" ; > ; < "Top of line" ; > ; < "Center of line" ; > ; < "Bottom of line" ; > ; }; StringList [ x-comment ] = { < "; Basis oben" ; > ; < " " ; > ; < " " ; > ; < "; Zeichen oben" ; > ; < "; Zeichen zentriert" ; > ; < "; Zeichen unten" ; > ; < "; Zeile oben" ; > ; < " " ; > ; < " " ; > ; }; }; FixedLine FL_SAME_LEVEL { Pos = MAP_APPFONT ( 47 , 156 ) ; Size = MAP_APPFONT ( 126 , 8 ) ; Text [ de ] = "Alle Ebenen" ; Text [ en-US ] = "All levels" ; Text [ x-comment ] = " "; }; CheckBox CB_SAME_LEVEL { Pos = MAP_APPFONT ( 53 , 167 ) ; Size = MAP_APPFONT ( 114 , 10 ) ; Text [ de ] = "~Fortlaufende Nu~mmerierung" ; Text [ en-US ] = "~Consecutive numbering" ; Text [ x-comment ] = " "; }; Window WIN_PREVIEW { Pos = MAP_APPFONT ( 179 , 25 ) ; Size = MAP_APPFONT ( 69 , 154 ) ; Border = TRUE ; }; String ST_POPUP_EMPTY_ENTRY { Text [ de ] = "Es sind keine Grafiken im Gallery-Thema 'Bullets' vorhanden." ; Text [ en-US ] = "There are no graphics in the 'Bullets' Gallery theme."; }; }; /**************************************************************************/ /* */ /* TabPage Positionen */ /* */ /**************************************************************************/ TabPage RID_SVXPAGE_NUM_POSITION { HelpID = HID_SVXPAGE_NUM_POSITION ; SVLook = TRUE ; Size = MAP_APPFONT ( 260 , 185 ) ; Hide = TRUE; FixedText FT_LEVEL { Pos = MAP_APPFONT ( 12 , 14 ) ; Size = MAP_APPFONT ( 50, 8 ) ; Text [ de ] = "~Ebene" ; Text [ en-US ] = "Level" ; Text [ x-comment ] = " "; }; MultiListBox LB_LEVEL { Pos = MAP_APPFONT ( 12 , 25 ) ; Size = MAP_APPFONT ( 26 , 154 ) ; TabStop = TRUE ; DropDown = FALSE ; Border = TRUE ; SimpleMode = TRUE ; }; FixedLine FL_POSITION { Pos = MAP_APPFONT ( 6 , 3 ) ; Size = MAP_APPFONT ( 248 , 8 ) ; Text [ de ] = "Position und Abstand" ; Group = TRUE ; Text [ en-US ] = "Position and spacing" ; Text [ x-comment ] = " "; }; FixedText FT_BORDERDIST { Pos = MAP_APPFONT ( 50 , 27 ) ; Size = MAP_APPFONT ( 105 , 10 ) ; Text [ de ] = "Ein~rückung"; Text [ en-US ] = "Indent" ; Text [ x-comment ] = " "; }; CheckBox CB_RELATIVE { Pos = MAP_APPFONT ( 202 , 27 ) ; Size = MAP_APPFONT ( 52 , 10 ) ; Text [ de ] = "Relati~v" ; Text [ en-US ] = "Relati~ve" ; Text [ x-comment ] = " "; }; MetricField MF_BORDERDIST { Pos = MAP_APPFONT ( 158 , 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 ; }; FixedText FT_INDENT { Pos = MAP_APPFONT ( 50 , 43 ) ; Size = MAP_APPFONT ( 105 , 8 ) ; Text [ de ] = "Abstand zum Te~xt" ; Text [ en-US ] = "Spacing to text" ; Text [ x-comment ] = " "; }; MetricField MF_INDENT { Pos = MAP_APPFONT ( 158 , 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_NUMDIST { Pos = MAP_APPFONT ( 50 , 59 ) ; Size = MAP_APPFONT ( 105 , 8 ) ; Text [ de ] = "~Mindestabstand Nummer <-> Text" ; Text [ en-US ] = "Minimum space numbering <-> text" ; Text [ x-comment ] = " "; }; MetricField MF_NUMDIST { Pos = MAP_APPFONT ( 158 , 57 ) ; 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 , 75 ) ; Size = MAP_APPFONT ( 105 , 8 ) ; Text [ de ] = "Ausri~chtung der Nummerierung" ; Text [ en-US ] = "N~umbering alignment" ; Text [ x-comment ] = " "; }; ListBox LB_ALIGN { Pos = MAP_APPFONT ( 158 , 73 ) ; Size = MAP_APPFONT ( 40 , 40 ) ; TabStop = TRUE ; DropDown = TRUE ; StringList [ de ] = { < "Links" ; > ; < "Zentriert" ; > ; < "Rechts" ; > ; }; StringList [ en-US ] = { < "Left" ; > ; < "Centered" ; > ; < "Right" ; > ; }; StringList [ x-comment ] = { < "; Links" ; > ; < "; Zentriert" ; > ; < "; Rechts" ; > ; }; }; PushButton PB_STANDARD { Pos = MAP_APPFONT ( 198 , 165 ) ; Size = MAP_APPFONT ( 50 , 14 ) ; Text [ de ] = "~Standard" ; Text [ en-US ] = "Default" ; Text [ x-comment ] = " "; }; Window WIN_PREVIEW { Pos = MAP_APPFONT ( 49 , 92 ) ; Size = MAP_APPFONT ( 199 , 67 ) ; Border = TRUE ; }; }; String RID_STR_EDIT_GRAPHIC { Text [ de ] = "Verknüpfen" ; Text [ en-US ] = "Link" ; Text [ x-comment ] = " "; }; String RID_STR_FULLNUMS_1 { Text = "1.|1.1|a)|61589|61589" ; }; String RID_STR_FULLNUMS_2 { Text = "1.|a)|61589|61589|61589" ; }; String RID_STR_FULLNUMS_3 { Text = "1.|(a)|i.|A.|61589" ; }; String RID_STR_FULLNUMS_4 { Text = "1.|1.|1.|1.|1." ; }; String RID_STR_FULLNUMS_5 { Text = "I.|A.|i.|a)|61589" ; }; String RID_STR_FULLNUMS_6 { Text = "A.|I.|a.|i.|61589" ; }; String RID_STR_FULLNUMS_7 { Text = "1|1.1|1.1.1|1.1.1.1|1.1.1.1.1" ; }; String RID_STR_FULLNUMS_8 { Text = "61487|61488|61485|61589|61589" ; }; String RID_STR_FULLNUMS_7_HTML { Text = "I.|I.|I|I.|I." ; };