xref: /trunk/main/sw/source/ui/chrdlg/numpara.src (revision 78190a370f7d7129fed9a7e70ca122eaae71ce1d)
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
24// #pragma ******************************************************************
25
26// #include *****************************************************************
27#include "globals.hrc"
28#include "chrdlg.hrc"
29#include "numpara.hrc"
30#include "helpid.h"
31// TabPage ******************************************************************
32TabPage TP_NUMPARA
33{
34    HelpID = HID_NUMPARA ;
35    Size = MAP_APPFONT ( 260, 185 ) ;
36    Hide = TRUE ;
37    FixedLine FL_OUTLINE_START
38    {
39        Pos = MAP_APPFONT ( 6, 3 ) ;
40        Size = MAP_APPFONT ( 248, 8 ) ;
41        Text [ en-US ] = "Outline" ;
42    };
43    FixedText FT_OUTLINE_LEVEL
44    {
45        Pos = MAP_APPFONT ( 12, 16 ) ;
46        Size = MAP_APPFONT ( 112, 8 ) ;
47        Text [ en-US ] = "Outline level" ;
48    };
49    ListBox LB_OUTLINE_LEVEL
50    {
51        HelpID = "sw:ListBox:TP_NUMPARA:LB_OUTLINE_LEVEL" ;
52        Pos = MAP_APPFONT ( 130, 14 ) ;
53        Size = MAP_APPFONT ( 118, 65 ) ;
54        DropDown = TRUE ;
55        Border = TRUE ;
56        StringList [ en-US ] =
57        {
58            < "Body text" ; > ;
59            < "Level 1" ;   > ;
60            < "Level 2" ;   > ;
61            < "Level 3" ;   > ;
62            < "Level 4" ;   > ;
63            < "Level 5" ;   > ;
64            < "Level 6" ;   > ;
65            < "Level 7" ;   > ;
66            < "Level 8" ;   > ;
67            < "Level 9" ;   > ;
68            < "Level 10" ;  > ;
69        };
70        StringList [ x-comment ] =
71        {
72            < "Level 0" ;   > ;
73            < "Level 1" ;   > ;
74            < "Level 2" ;   > ;
75            < "Level 3" ;   > ;
76            < "Level 4" ;   > ;
77            < "Level 5" ;   > ;
78            < "Level 6" ;   > ;
79            < "Level 7" ;   > ;
80            < "Level 8" ;   > ;
81            < "Level 9" ;   > ;
82            < "Level 10" ;  > ;
83        };
84    };
85    FixedLine FL_NEW_START
86    {
87        Pos = MAP_APPFONT ( 6, 32 ) ;
88        Size = MAP_APPFONT ( 248, 8 ) ;
89        Text [ en-US ] = "Numbering" ;
90    };
91    FixedText FT_NUMBER_STYLE
92    {
93        Pos = MAP_APPFONT ( 12, 43 ) ;
94        Size = MAP_APPFONT ( 112, 8 ) ;
95        Text [ en-US ] = "Numbering Style" ;
96    };
97    ListBox LB_NUMBER_STYLE
98    {
99        HelpID = "sw:ListBox:TP_NUMPARA:LB_NUMBER_STYLE" ;
100        Pos = MAP_APPFONT ( 130, 41 ) ;
101        Size = MAP_APPFONT ( 118, 65 ) ;
102        DropDown = TRUE ;
103        Border = TRUE ;
104        StringList [ en-US ] =
105        {
106            < "None" ; > ;
107        };
108    };
109    TriStateBox CB_NEW_START
110    {
111        HelpID = "sw:TriStateBox:TP_NUMPARA:CB_NEW_START" ;
112        Pos = MAP_APPFONT ( 12, 58 ) ;
113        Size = MAP_APPFONT ( 160, 10 ) ;
114        Hide = TRUE ;
115        TabStop = TRUE ;
116        Text [ en-US ] = "R~estart at this paragraph" ;
117    };
118    TriStateBox CB_NUMBER_NEW_START
119    {
120        HelpID = "sw:TriStateBox:TP_NUMPARA:CB_NUMBER_NEW_START" ;
121        Pos = MAP_APPFONT ( 21, 73 ) ;
122        Size = MAP_APPFONT ( 103, 10 ) ;
123        Hide = TRUE ;
124        Disable = TRUE ;
125        Text [ en-US ] = "S~tart with" ;
126    };
127    NumericField NF_NEW_START
128    {
129        HelpID = "sw:NumericField:TP_NUMPARA:NF_NEW_START" ;
130        Border = TRUE ;
131        Pos = MAP_APPFONT ( 130, 72 ) ;
132        Size = MAP_APPFONT ( 26, 12 ) ;
133        TabStop = TRUE ;
134        Left = TRUE ;
135        Repeat = TRUE ;
136        Spin = TRUE ;
137        Minimum = 0 ;
138        Maximum = 9999 ;
139        Value = 0 ;
140        First = 0 ;
141        Last = 9999 ;
142        Hide = TRUE ;
143        Disable = TRUE ;
144    };
145    FixedLine FL_COUNT_PARA
146    {
147        Pos = MAP_APPFONT ( 6, 89 ) ;
148        Size = MAP_APPFONT ( 248, 8 ) ;
149        Text [ en-US ] = "Line numbering" ;
150    };
151    TriStateBox CB_COUNT_PARA
152    {
153        HelpID = "sw:TriStateBox:TP_NUMPARA:CB_COUNT_PARA" ;
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        HelpID = "sw:TriStateBox:TP_NUMPARA:CB_RESTART_PARACOUNT" ;
162        Pos = MAP_APPFONT ( 12, 116 ) ;
163        Size = MAP_APPFONT ( 160, 10 ) ;
164        TabStop = TRUE ;
165        Text [ en-US ] = "Rest~art at this paragraph" ;
166    };
167    FixedText FT_RESTART_NO
168    {
169        Pos = MAP_APPFONT ( 21, 132 ) ;
170        Size = MAP_APPFONT ( 103, 8 ) ;
171        Disable = TRUE ;
172        Text [ en-US ] = "~Start with" ;
173    };
174    NumericField NF_RESTART_PARA
175    {
176        HelpID = "sw:NumericField:TP_NUMPARA:NF_RESTART_PARA" ;
177        Border = TRUE ;
178        Pos = MAP_APPFONT ( 130, 130 ) ;
179        Size = MAP_APPFONT ( 26, 12 ) ;
180        TabStop = TRUE ;
181        Left = TRUE ;
182        Repeat = TRUE ;
183        Spin = TRUE ;
184        Minimum = 1 ;
185        Maximum = 65000 ;
186        Value = 1 ;
187        First = 1 ;
188        Last = 65000 ;
189        Disable = TRUE ;
190    };
191};
192
193// ********************************************************************** EOF
194