merge the formfield patch from ooo-build
[ooovba.git] / sd / source / ui / dlg / paragr.src
blob46b980f9df6a906e9655cd344d3fbb08f8ec2d0e
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: paragr.src,v $
10  * $Revision: 1.29 $
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  ************************************************************************/
31 #include <svx/dialogs.hrc>
32 #include "glob.hrc"
33 #include "paragr.hrc"
35 TabDialog TAB_PARAGRAPH
37     OutputSize = TRUE ;
38     SVLook = TRUE ;
39     Size = MAP_APPFONT ( 289 , 176 ) ;
40     Text [ en-US ] = "Paragraph" ;
41     Moveable = TRUE ;
42     Closeable = TRUE ;
43     TabControl 1
44     {
45         OutputSize = TRUE ;
46         Pos = MAP_APPFONT ( 3 , 3 ) ;
47         Size = MAP_APPFONT ( 260 , 135 ) ;
48         PageList =
49         {
50             PageItem
51             {
52                 Identifier = RID_SVXPAGE_STD_PARAGRAPH ;
53                 Text [ en-US ] = "Indents & Spacing" ;
54                 PageResID = RID_SVXPAGE_STD_PARAGRAPH ;
55             };
56             PageItem
57             {
58                 Identifier = RID_SVXPAGE_ALIGN_PARAGRAPH ;
59                 PageResID = RID_SVXPAGE_ALIGN_PARAGRAPH ;
60                 Text [ en-US ] = "Alignment" ;
61             };
62             PageItem
63             {
64                 Identifier = RID_SVXPAGE_PARA_ASIAN ;
65                 PageResID = RID_SVXPAGE_PARA_ASIAN ;
66                 Text [ en-US ] = "Asian Typography";
67             };
68             PageItem 
69             {
70                 Identifier = RID_TABPAGE_PARA_NUMBERING;
71                 Text = "Numbering";
72                 PageResID = RID_TABPAGE_PARA_NUMBERING;
73             };
74             PageItem
75             {
76                 Identifier = RID_SVXPAGE_TABULATOR ;
77                 Text [ en-US ] = "Tabs" ;
78                 PageResID = RID_SVXPAGE_TABULATOR ;
79             };
80         };
81     };
82     OKButton 1
83     {
84         Pos = MAP_APPFONT ( 6 , 151 ) ;
85         Size = MAP_APPFONT ( 50 , 14 ) ;
86         TabStop = TRUE ;
87     };
88     CancelButton 1
89     {
90         Pos = MAP_APPFONT ( 60 , 151 ) ;
91         Size = MAP_APPFONT ( 50 , 14 ) ;
92         TabStop = TRUE ;
93     };
94     HelpButton 1
95     {
96         Pos = MAP_APPFONT ( 114 , 151 ) ;
97         Size = MAP_APPFONT ( 50 , 14 ) ;
98         TabStop = TRUE ;
99     };
100     PushButton 1
101     {
102         Pos = MAP_APPFONT ( 169 , 151 ) ;
103         Size = MAP_APPFONT ( 50 , 14 ) ;
104         Text [ en-US ] = "Return" ;
105         TabStop = TRUE ;
106     };
109 TabPage RID_TABPAGE_PARA_NUMBERING
111     HelpId = RID_TABPAGE_PARA_NUMBERING ;
112     Hide = TRUE ;
113     Text = "Numbering" ;
114     Size = MAP_APPFONT ( 260 , 185 ) ;
116     TriStateBox CB_NEW_START
117     {
118         Pos = MAP_APPFONT ( 6 , 6 ) ;
119         Size = MAP_APPFONT ( 160 , 10 ) ;
120         TabStop = TRUE ;
121         Text = "R~estart at this paragraph" ;
122     };
123     TriStateBox CB_NUMBER_NEW_START
124     {
125         Pos = MAP_APPFONT ( 15 , 21 ) ;
126         Size = MAP_APPFONT ( 103 , 10 ) ;
127         Disable = TRUE ;
128         Text = "S~tart with" ;
129     };
130     NumericField NF_NEW_START
131     {
132         Border = TRUE ;
133         Pos = MAP_APPFONT ( 124 , 20 ) ;
134         Size = MAP_APPFONT ( 26 , 12 ) ;
135         TabStop = TRUE ;
136         Left = TRUE ;
137         Repeat = TRUE ;
138         Spin = TRUE ;
139         Minimum = 0 ;
140         Maximum = 9999 ;
141         Value = 0 ;
142         First = 0 ;
143         Last = 9999 ;
144         Disable = TRUE ;
145     };