1/************************************************************** 2 * 3 * Licensed to the Apache Software Foundation (ASF) under one 4 * or more contributor license agreements. See the NOTICE file 5 * distributed with this work for additional information 6 * regarding copyright ownership. The ASF licenses this file 7 * to you under the Apache License, Version 2.0 (the 8 * "License"); you may not use this file except in compliance 9 * with the License. You may obtain a copy of the License at 10 * 11 * http://www.apache.org/licenses/LICENSE-2.0 12 * 13 * Unless required by applicable law or agreed to in writing, 14 * software distributed under the License is distributed on an 15 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 16 * KIND, either express or implied. See the License for the 17 * specific language governing permissions and limitations 18 * under the License. 19 * 20 *************************************************************/ 21 22 23#include "dialog.hrc" 24#include "helpid.h" 25#include "abstract.hrc" 26 27ModalDialog DLG_INSERT_ABSTRACT 28{ 29 HelpID = HID_INSERT_ABSTRACT ; 30 OutputSize = TRUE ; 31 SVLook = TRUE ; 32 Size = MAP_APPFONT ( 239 , 68 ) ; 33 /* ### ACHTUNG: Neuer Text in Resource? AutoAbstract erzeugen : AutoAbstrakt erzeugen */ 34 /* ### ACHTUNG: Neuer Text in Resource? AutoAbstract erzeugen : AutoAbstrakt erzeugen */ 35 /* ### ACHTUNG: Neuer Text in Resource? AutoAbstract erzeugen : AutoAbstrakt erzeugen */ 36 Moveable = TRUE ; 37 FixedLine FL_1 38 { 39 OutputSize = TRUE ; 40 Pos = MAP_APPFONT ( 6 , 3 ) ; 41 Size = MAP_APPFONT ( 174 , 8 ) ; 42 Text [ en-US ] = "Properties" ; 43 }; 44 FixedText FT_LEVEL 45 { 46 Pos = MAP_APPFONT ( 12 , 12 ) ; 47 Size = MAP_APPFONT ( 120 , 8 ) ; 48 Text [ en-US ] = "Included outline levels" ; 49 }; 50 NumericField NF_LEVEL 51 { 52 HelpID = "sw:NumericField:DLG_INSERT_ABSTRACT:NF_LEVEL"; 53 Border = TRUE ; 54 Pos = MAP_APPFONT ( 153 , 12 ) ; 55 Size = MAP_APPFONT ( 24 , 12 ) ; 56 TabStop = TRUE ; 57 Left = TRUE ; 58 Repeat = TRUE ; 59 Spin = TRUE ; 60 Minimum = 1 ; 61 Maximum = 5 ; 62 Value = 3 ; 63 First = 1 ; 64 Last = 5 ; 65 }; 66 FixedText FT_PARA 67 { 68 Pos = MAP_APPFONT ( 12 , 27 ) ; 69 Size = MAP_APPFONT ( 120 , 8 ) ; 70 /* ### ACHTUNG: Neuer Text in Resource? Abs�tze je Kapitel : Abs�tze je Kapitel */ 71 Text [ en-US ] = "Subpoints per level" ; 72 }; 73 NumericField NF_PARA 74 { 75 HelpID = "sw:NumericField:DLG_INSERT_ABSTRACT:NF_PARA"; 76 Border = TRUE ; 77 Pos = MAP_APPFONT ( 153 , 27 ) ; 78 Size = MAP_APPFONT ( 24 , 12 ) ; 79 TabStop = TRUE ; 80 Left = TRUE ; 81 Repeat = TRUE ; 82 Spin = TRUE ; 83 Minimum = 1 ; 84 Maximum = 5 ; 85 Value = 1 ; 86 First = 1 ; 87 Last = 5 ; 88 }; 89 FixedText FT_DESC 90 { 91 Pos = MAP_APPFONT ( 12 , 43 ) ; 92 Size = MAP_APPFONT ( 165 , 16 ) ; 93 /* ### ACHTUNG: Neuer Text in Resource? Im Abstrakt erscheint die ausgew�hlte Anzahl von Abs�tzen aus den einbezogenen Kapitelebenen. : Im Abstrakt erscheint die ausgew�hlte Anzahl von Abs�tzen aus den einbezogenen Kapitelebenen. */ 94 WordBreak = TRUE ; 95 Text [ en-US ] = "The abstract contains the selected number of paragraphs from the included outline levels." ; 96 }; 97 OKButton PB_OK 98 { 99 Pos = MAP_APPFONT ( 186 , 6 ) ; 100 Size = MAP_APPFONT ( 50 , 14 ) ; 101 TabStop = TRUE ; 102 DefButton = TRUE ; 103 }; 104 CancelButton PB_CANCEL 105 { 106 Pos = MAP_APPFONT ( 186 , 23 ) ; 107 Size = MAP_APPFONT ( 50 , 14 ) ; 108 TabStop = TRUE ; 109 }; 110 HelpButton PB_HELP 111 { 112 Pos = MAP_APPFONT ( 186 , 43 ) ; 113 Size = MAP_APPFONT ( 50 , 14 ) ; 114 TabStop = TRUE ; 115 }; 116 Text [ en-US ] = "Create AutoAbstract" ; 117}; 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152