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