update dev300-m58
[ooovba.git] / sw / source / ui / misc / linenum.src
blob730cb474258d1fa68c1e2aeae8de2e794256ab14
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: linenum.src,v $
10  * $Revision: 1.34 $
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 /* StarView ressource file */
32 #ifndef _SFX_HRC
33 #include <sfx2/sfx.hrc>
34 #endif
35 #ifndef _SVX_DIALOGS_HRC
36 #include <svx/dialogs.hrc>
37 #endif
38 #include "globals.hrc"
39 #include "misc.hrc"
40 #include "linenum.hrc"
41 #include "helpid.h"
42 /**************************************************************************/
43 /*                                                                        */
44 /**************************************************************************/
45 TabPage TP_LINENUMBERING
47     HelpID = HID_LINENUMBERING ;
48     SVLook = TRUE ;
49     Hide = TRUE ;
50     Size = MAP_APPFONT ( 260 , 185 ) ;
51     CheckBox CB_NUMBERING_ON
52     {
53         Pos = MAP_APPFONT ( 12 , 6 ) ;
54         Size = MAP_APPFONT ( 242 , 8 ) ;
55         TabStop = TRUE ;
56         Text [ en-US ] = "~Show numbering" ;
57     };
58     FixedText FT_CHAR_STYLE
59     {
60         Pos = MAP_APPFONT ( 12 , 30 ) ;
61         Size = MAP_APPFONT ( 80 , 8 ) ;
62         Text [ en-US ] = "~Character Style" ;
63     };
64     ListBox LB_CHAR_STYLE
65     {
66         Pos = MAP_APPFONT ( 100 , 30 ) ;
67         Size = MAP_APPFONT ( 148 , 80 ) ;
68         TabStop = TRUE ;
69         DropDown = TRUE ;
70         Sort = TRUE ;
71     };
72     FixedText FT_FORMAT
73     {
74         Pos = MAP_APPFONT ( 12 , 46 ) ;
75         Size = MAP_APPFONT ( 80 , 8 ) ;
76         Text [ en-US ] = "F~ormat" ;
77     };
78     ListBox LB_FORMAT
79     {
80         Pos = MAP_APPFONT ( 100 , 44 ) ;
81         Size = MAP_APPFONT ( 148 , 80 ) ;
82         TabStop = TRUE ;
83         DropDown = TRUE ;
84     };
85     FixedText FT_POS
86     {
87         Pos = MAP_APPFONT ( 12 , 62 ) ;
88         Size = MAP_APPFONT ( 80 , 8 ) ;
89         Text [ en-US ] = "Position" ;
90     };
91     ListBox LB_POS
92     {
93         Pos = MAP_APPFONT ( 100 , 60 ) ;
94         Size = MAP_APPFONT ( 148 , 60 ) ;
95         TabStop = TRUE ;
96         DropDown = TRUE ;
97         StringList [ en-US ] =
98         {
99             < "Left" ; > ;
100             < "Right" ; > ;
101             < "Inner" ; > ;
102             < "Outer" ; > ;
103         };
104     };
105     FixedText FT_OFFSET
106     {
107         Pos = MAP_APPFONT ( 12 , 78 ) ;
108         Size = MAP_APPFONT ( 80 , 8 ) ;
109         Text [ en-US ] = "Spacing" ;
110     };
111     MetricField MF_OFFSET
112     {
113         Pos = MAP_APPFONT ( 100 , 76 ) ;
114         Size = MAP_APPFONT ( 45 , 12 ) ;
115         Border = TRUE ;
116         TabStop = TRUE ;
117         Left = TRUE ;
118         Repeat = TRUE ;
119         Spin = TRUE ;
120         Minimum = 0 ;
121         Maximum = 9999 ;
122         DecimalDigits = 2 ;
123         Unit = FUNIT_CM ;
124         First = 0 ;
125         Last = 9999 ;
126         SpinSize = 10 ;
127     };
128     FixedText FT_NUM_INVERVAL
129     {
130         Pos = MAP_APPFONT ( 12 , 94 ) ;
131         Size = MAP_APPFONT ( 80 , 8 ) ;
132         Text [ en-US ] = "Interval" ;
133     };
134     NumericField NF_NUM_INVERVAL
135     {
136         Pos = MAP_APPFONT ( 100 , 92 ) ;
137         Size = MAP_APPFONT ( 30 , 12 ) ;
138         Border = TRUE ;
139         TabStop = TRUE ;
140         Left = TRUE ;
141         Repeat = TRUE ;
142         Spin = TRUE ;
143         Minimum = 1 ;
144         Maximum = 1000 ;
145         First = 1 ;
146         Last = 1000 ;
147         SpinSize = 1 ;
148     };
149     FixedText FT_NUM_ROWS
150     {
151         Pos = MAP_APPFONT ( 136 , 94 ) ;
152         Size = MAP_APPFONT ( 80 , 10 ) ;
153         Text [ en-US ] = "lines" ;
154     };
155     FixedLine FL_DISPLAY
156     {
157         Pos = MAP_APPFONT ( 6 , 17 ) ;
158         Size = MAP_APPFONT ( 248 , 8 ) ;
159         Text [ en-US ] = "View" ;
160     };
161     FixedText FT_DIVISOR
162     {
163         Pos = MAP_APPFONT ( 12 , 123 ) ;
164         Size = MAP_APPFONT ( 30 , 8 ) ;
165         Text [ en-US ] = "Text" ;
166     };
167     Edit ED_DIVISOR
168     {
169         Pos = MAP_APPFONT ( 45 , 121 ) ;
170         Size = MAP_APPFONT ( 76 , 12 ) ;
171         Left = TRUE ;
172         Border = TRUE ;
173     };
174     FixedText FT_DIV_INTERVAL
175     {
176         Pos = MAP_APPFONT ( 12 , 139 ) ;
177         Size = MAP_APPFONT ( 30 , 8 ) ;
178          //        Disable = TRUE ;
179         Text [ en-US ] = "Every" ;
180     };
181     NumericField NF_DIV_INTERVAL
182     {
183         Pos = MAP_APPFONT ( 45 , 137 ) ;
184         Size = MAP_APPFONT ( 30 , 12 ) ;
185         Border = TRUE ;
186         TabStop = TRUE ;
187         Left = TRUE ;
188         Repeat = TRUE ;
189         Spin = TRUE ;
190         Minimum = 0 ;
191         Maximum = 1000 ;
192         First = 0 ;
193         Last = 1000 ;
194         SpinSize = 1 ;
195          //        Disable = TRUE ;
196     };
197     FixedText FT_DIV_ROWS
198     {
199         Pos = MAP_APPFONT ( 78 , 139 ) ;
200         Size = MAP_APPFONT ( 40 , 8 ) ;
201         Text [ en-US ] = "Lines" ;
202     };
203     FixedLine FL_DIVISOR
204     {
205         Pos = MAP_APPFONT ( 6 , 110 ) ;
206         Size = MAP_APPFONT ( 121 , 8 ) ;
207         Text [ en-US ] = "Separator" ;
208     };
209     CheckBox CB_COUNT_EMPTYLINES
210     {
211         Pos = MAP_APPFONT ( 139 , 121 ) ;
212         Size = MAP_APPFONT ( 110 , 10 ) ;
213         TabStop = TRUE ;
214         Text [ en-US ] = "Blank lines" ;
215     };
216     CheckBox CB_COUNT_FRAMELINES
217     {
218         Pos = MAP_APPFONT ( 139 , 135 ) ;
219         Size = MAP_APPFONT ( 110 , 10 ) ;
220         TabStop = TRUE ;
221         Text [ en-US ] = "Lines in text frames" ;
222     };
223     CheckBox CB_RESTART_PAGE
224     {
225         Pos = MAP_APPFONT ( 139 , 149 );
226         Size = MAP_APPFONT ( 110 , 10 );
227         TabStop = TRUE;
228         Text [ en-US ] = "~Restart every new page";
229     };
230     FixedLine FL_COUNT
231     {
232         Pos = MAP_APPFONT ( 133 , 110 ) ;
233         Size = MAP_APPFONT ( 121 , 8 ) ;
234         Text [ en-US ] = "Count" ;
235     };
236     Text [ en-US ] = "Line Numbering" ;