abstract.src (8660f102) abstract.src (ef4882fc)
1/**************************************************************
1/**************************************************************
2 *
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
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 *
10 *
11 * http://www.apache.org/licenses/LICENSE-2.0
11 * http://www.apache.org/licenses/LICENSE-2.0
12 *
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.
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 *
19 *
20 *************************************************************/
21
22
20 *************************************************************/
21
22
23
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 ;
24#include "dialog.hrc"
25#include "helpid.h"
26#include "abstract.hrc"
27
28ModalDialog DLG_INSERT_ABSTRACT
29{
30 HelpID = HID_INSERT_ABSTRACT ;
31 OutputSize = TRUE ;
32 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 */
33 Size = MAP_APPFONT ( 239, 68 ) ;
36 Moveable = TRUE ;
34 Moveable = TRUE ;
37 FixedLine FL_1
35 FixedLine FL_1
38 {
39 OutputSize = TRUE ;
36 {
37 OutputSize = TRUE ;
40 Pos = MAP_APPFONT ( 6 , 3 ) ;
41 Size = MAP_APPFONT ( 174 , 8 ) ;
38 Pos = MAP_APPFONT ( 6, 3 ) ;
39 Size = MAP_APPFONT ( 174, 8 ) ;
42 Text [ en-US ] = "Properties" ;
43 };
44 FixedText FT_LEVEL
45 {
40 Text [ en-US ] = "Properties" ;
41 };
42 FixedText FT_LEVEL
43 {
46 Pos = MAP_APPFONT ( 12 , 12 ) ;
47 Size = MAP_APPFONT ( 120 , 8 ) ;
44 Pos = MAP_APPFONT ( 12, 12 ) ;
45 Size = MAP_APPFONT ( 120, 8 ) ;
48 Text [ en-US ] = "Included outline levels" ;
49 };
50 NumericField NF_LEVEL
51 {
46 Text [ en-US ] = "Included outline levels" ;
47 };
48 NumericField NF_LEVEL
49 {
52 HelpID = "sw:NumericField:DLG_INSERT_ABSTRACT:NF_LEVEL";
50 HelpID = "sw:NumericField:DLG_INSERT_ABSTRACT:NF_LEVEL" ;
53 Border = TRUE ;
51 Border = TRUE ;
54 Pos = MAP_APPFONT ( 153 , 12 ) ;
55 Size = MAP_APPFONT ( 24 , 12 ) ;
52 Pos = MAP_APPFONT ( 153, 12 ) ;
53 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 {
54 TabStop = TRUE ;
55 Left = TRUE ;
56 Repeat = TRUE ;
57 Spin = TRUE ;
58 Minimum = 1 ;
59 Maximum = 5 ;
60 Value = 3 ;
61 First = 1 ;
62 Last = 5 ;
63 };
64 FixedText FT_PARA
65 {
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 */
66 Pos = MAP_APPFONT ( 12, 27 ) ;
67 Size = MAP_APPFONT ( 120, 8 ) ;
71 Text [ en-US ] = "Subpoints per level" ;
72 };
73 NumericField NF_PARA
74 {
68 Text [ en-US ] = "Subpoints per level" ;
69 };
70 NumericField NF_PARA
71 {
75 HelpID = "sw:NumericField:DLG_INSERT_ABSTRACT:NF_PARA";
72 HelpID = "sw:NumericField:DLG_INSERT_ABSTRACT:NF_PARA" ;
76 Border = TRUE ;
73 Border = TRUE ;
77 Pos = MAP_APPFONT ( 153 , 27 ) ;
78 Size = MAP_APPFONT ( 24 , 12 ) ;
74 Pos = MAP_APPFONT ( 153, 27 ) ;
75 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 {
76 TabStop = TRUE ;
77 Left = TRUE ;
78 Repeat = TRUE ;
79 Spin = TRUE ;
80 Minimum = 1 ;
81 Maximum = 5 ;
82 Value = 1 ;
83 First = 1 ;
84 Last = 5 ;
85 };
86 FixedText FT_DESC
87 {
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. */
88 Pos = MAP_APPFONT ( 12, 43 ) ;
89 Size = MAP_APPFONT ( 165, 16 ) ;
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 {
90 WordBreak = TRUE ;
91 Text [ en-US ] = "The abstract contains the selected number of paragraphs from the included outline levels." ;
92 };
93 OKButton PB_OK
94 {
99 Pos = MAP_APPFONT ( 186 , 6 ) ;
100 Size = MAP_APPFONT ( 50 , 14 ) ;
95 Pos = MAP_APPFONT ( 186, 6 ) ;
96 Size = MAP_APPFONT ( 50, 14 ) ;
101 TabStop = TRUE ;
102 DefButton = TRUE ;
103 };
104 CancelButton PB_CANCEL
105 {
97 TabStop = TRUE ;
98 DefButton = TRUE ;
99 };
100 CancelButton PB_CANCEL
101 {
106 Pos = MAP_APPFONT ( 186 , 23 ) ;
107 Size = MAP_APPFONT ( 50 , 14 ) ;
102 Pos = MAP_APPFONT ( 186, 23 ) ;
103 Size = MAP_APPFONT ( 50, 14 ) ;
108 TabStop = TRUE ;
109 };
110 HelpButton PB_HELP
111 {
104 TabStop = TRUE ;
105 };
106 HelpButton PB_HELP
107 {
112 Pos = MAP_APPFONT ( 186 , 43 ) ;
113 Size = MAP_APPFONT ( 50 , 14 ) ;
108 Pos = MAP_APPFONT ( 186, 43 ) ;
109 Size = MAP_APPFONT ( 50, 14 ) ;
114 TabStop = TRUE ;
115 };
116 Text [ en-US ] = "Create AutoAbstract" ;
117};
118
110 TabStop = TRUE ;
111 };
112 Text [ en-US ] = "Create AutoAbstract" ;
113};
114
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
115// ********************************************************************** EOF