xref: /trunk/main/sw/source/ui/chrdlg/numpara.src (revision 1ecadb572e7010ff3b3382ad9bf179dbc6efadbb)
1/*************************************************************************
2 *
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4 *
5 * Copyright 2000, 2010 Oracle and/or its affiliates.
6 *
7 * OpenOffice.org - a multi-platform office productivity suite
8 *
9 * This file is part of OpenOffice.org.
10 *
11 * OpenOffice.org is free software: you can redistribute it and/or modify
12 * it under the terms of the GNU Lesser General Public License version 3
13 * only, as published by the Free Software Foundation.
14 *
15 * OpenOffice.org is distributed in the hope that it will be useful,
16 * but WITHOUT ANY WARRANTY; without even the implied warranty of
17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18 * GNU Lesser General Public License version 3 for more details
19 * (a copy is included in the LICENSE file that accompanied this code).
20 *
21 * You should have received a copy of the GNU Lesser General Public License
22 * version 3 along with OpenOffice.org.  If not, see
23 * <http://www.openoffice.org/license.html>
24 * for a copy of the LGPLv3 License.
25 *
26 ************************************************************************/
27 // #pragma ******************************************************************
28
29 // #include *****************************************************************
30#include "globals.hrc"
31#include "chrdlg.hrc"
32#include "numpara.hrc"
33#include "helpid.h"
34 // TabPage ******************************************************************
35TabPage TP_NUMPARA
36{
37    HelpID = HID_NUMPARA ;
38    Size = MAP_APPFONT ( 260 , 185 ) ;
39    Hide = TRUE ;
40    FixedLine FL_OUTLINE_START
41    {
42        Pos = MAP_APPFONT ( 6 , 3 ) ;
43        Size = MAP_APPFONT ( 248 , 8 ) ;
44        Text [ en-US ] = "Outline" ;
45    };
46    FixedText FT_OUTLINE_LEVEL
47    {
48        Pos = MAP_APPFONT ( 12 , 16 ) ;
49        Size = MAP_APPFONT ( 112 , 8 ) ;
50        Text [ en-US ] = "Outline level" ;
51    };
52    ListBox LB_OUTLINE_LEVEL
53    {
54        HelpID = "sw:ListBox:TP_NUMPARA:LB_OUTLINE_LEVEL";
55        Pos = MAP_APPFONT ( 130 , 14 ) ;
56        Size = MAP_APPFONT ( 118 , 65 ) ;
57        DropDown = TRUE ;
58        Border = TRUE ;
59        StringList [ en-US ] =
60        {
61            < "Body text" ; > ;
62            < "Level 1" ; >;
63            < "Level 2" ; >;
64            < "Level 3" ; >;
65            < "Level 4" ; >;
66            < "Level 5" ; >;
67            < "Level 6" ; >;
68            < "Level 7" ; >;
69            < "Level 8" ; >;
70            < "Level 9" ; >;
71            < "Level 10" ; >;
72        };
73        StringList [ x-comment ] =
74        {
75            < "Level 0" ; > ;
76            < "Level 1" ; >;
77            < "Level 2" ; >;
78            < "Level 3" ; >;
79            < "Level 4" ; >;
80            < "Level 5" ; >;
81            < "Level 6" ; >;
82            < "Level 7" ; >;
83            < "Level 8" ; >;
84            < "Level 9" ; >;
85            < "Level 10" ; >;
86        };
87    };
88    FixedLine FL_NEW_START
89    {
90        Pos = MAP_APPFONT ( 6 , 32 ) ;
91        Size = MAP_APPFONT ( 248 , 8 ) ;
92        Text [ en-US ] = "Numbering" ;
93    };
94    FixedText FT_NUMBER_STYLE
95    {
96        Pos = MAP_APPFONT ( 12 , 43 ) ;
97        Size = MAP_APPFONT ( 112 , 8 ) ;
98        Text [ en-US ] = "Numbering Style" ;
99    };
100    ListBox LB_NUMBER_STYLE
101    {
102        HelpID = "sw:ListBox:TP_NUMPARA:LB_NUMBER_STYLE";
103        Pos = MAP_APPFONT ( 130 , 41 ) ;
104        Size = MAP_APPFONT ( 118 , 65 ) ;
105        DropDown = TRUE ;
106        Border = TRUE ;
107        StringList [ en-US ] =
108        {
109            < "None" ; > ;
110        };
111    };
112    TriStateBox CB_NEW_START
113    {
114        HelpID = "sw:TriStateBox:TP_NUMPARA:CB_NEW_START";
115        Pos = MAP_APPFONT ( 12 , 58 ) ;
116        Size = MAP_APPFONT ( 160 , 10 ) ;
117        Hide = TRUE ;
118        TabStop = TRUE ;
119        Text [ en-US ] = "R~estart at this paragraph" ;
120    };
121    TriStateBox CB_NUMBER_NEW_START
122    {
123        HelpID = "sw:TriStateBox:TP_NUMPARA:CB_NUMBER_NEW_START";
124        Pos = MAP_APPFONT ( 21 , 73 ) ;
125        Size = MAP_APPFONT ( 103 , 10 ) ;
126        Hide = TRUE ;
127        Disable = TRUE ;
128        Text [ en-US ] = "S~tart with" ;
129    };
130    NumericField NF_NEW_START
131    {
132        HelpID = "sw:NumericField:TP_NUMPARA:NF_NEW_START";
133        Border = TRUE ;
134        Pos = MAP_APPFONT ( 130 , 72 ) ;
135        Size = MAP_APPFONT ( 26 , 12 ) ;
136        TabStop = TRUE ;
137        Left = TRUE ;
138        Repeat = TRUE ;
139        Spin = TRUE ;
140        Minimum = 0 ;
141        Maximum = 9999 ;
142        Value = 0 ;
143        First = 0 ;
144        Last = 9999 ;
145        Hide = TRUE ;
146        Disable = TRUE ;
147    };
148    FixedLine FL_COUNT_PARA
149    {
150        Pos = MAP_APPFONT ( 6 , 89 ) ;
151        Size = MAP_APPFONT ( 248 , 8 ) ;
152        Text [ en-US ] = "Line numbering" ;
153    };
154    TriStateBox CB_COUNT_PARA
155    {
156        HelpID = "sw:TriStateBox:TP_NUMPARA:CB_COUNT_PARA";
157        Pos = MAP_APPFONT ( 12 , 100 ) ;
158        Size = MAP_APPFONT ( 160 , 10 ) ;
159        TabStop = TRUE ;
160        Text [ en-US ] = "~Include this paragraph in line numbering" ;
161    };
162    TriStateBox CB_RESTART_PARACOUNT
163    {
164        HelpID = "sw:TriStateBox:TP_NUMPARA:CB_RESTART_PARACOUNT";
165        Pos = MAP_APPFONT ( 12 , 116 ) ;
166        Size = MAP_APPFONT ( 160 , 10 ) ;
167        TabStop = TRUE ;
168        Text [ en-US ] = "Rest~art at this paragraph" ;
169    };
170    FixedText FT_RESTART_NO
171    {
172        Pos = MAP_APPFONT ( 21 , 132 ) ;
173        Size = MAP_APPFONT ( 103 , 8 ) ;
174        Disable = TRUE ;
175        Text [ en-US ] = "~Start with" ;
176    };
177    NumericField NF_RESTART_PARA
178    {
179        HelpID = "sw:NumericField:TP_NUMPARA:NF_RESTART_PARA";
180        Border = TRUE ;
181        Pos = MAP_APPFONT ( 130 , 130 ) ;
182        Size = MAP_APPFONT ( 26 , 12 ) ;
183        TabStop = TRUE ;
184        Left = TRUE ;
185        Repeat = TRUE ;
186        Spin = TRUE ;
187        Minimum = 1 ;
188        Maximum = 65000 ;
189        Value = 1 ;
190        First = 1 ;
191        Last = 65000 ;
192        Disable = TRUE ;
193    };
194};
195 // ********************************************************************** EOF
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238