update dev300-m58
[ooovba.git] / sw / source / ui / misc / pgfnote.src
blob5e64578504e536a5b07573e9eb6024e5914b9c0a
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: pgfnote.src,v $
10  * $Revision: 1.32 $
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 #include "globals.hrc"
31 #include "pgfnote.hrc"
32 #include "helpid.h"
33 TabPage TP_FOOTNOTE_PAGE
35     HelpID = HID_FOOTNOTE_PAGE ;
36     Pos = MAP_APPFONT ( 0 , 0 ) ;
37     Size = MAP_APPFONT ( 260 , 185 ) ;
38     Hide = TRUE;
39     RadioButton RB_MAXHEIGHT_PAGE
40     {
41         Pos = MAP_APPFONT ( 12 , 14 ) ;
42         Size = MAP_APPFONT ( 132 , 10 ) ;
43         Text [ en-US ] = "~Not larger than page area" ;
44         TabStop = TRUE ;
45         Group = TRUE ;
46     };
47     RadioButton RB_MAXHEIGHT
48     {
49         Pos = MAP_APPFONT ( 12 , 28 ) ;
50         Size = MAP_APPFONT ( 132 , 10 ) ;
51         Text [ en-US ] = "Maximum footnote ~height" ;
52     };
53     MetricField ED_MAXHEIGHT
54     {
55         Border = TRUE ;
56         Pos = MAP_APPFONT ( 148 , 26 ) ;
57         Size = MAP_APPFONT ( 42 , 12 ) ;
58         TabStop = TRUE ;
59         Group = TRUE ;
60         Left = TRUE ;
61         Repeat = TRUE ;
62         Spin = TRUE ;
63         Minimum = 50 ;
64         Maximum = 99999 ;
65         DecimalDigits = 2 ;
66         Value = 200 ;
67         Unit = FUNIT_CM ;
68         First = 10 ;
69         Last = 99999 ;
70         SpinSize = 10 ;
71     };
72     FixedText FT_DIST
73     {
74         Pos = MAP_APPFONT ( 12 , 44 ) ;
75         Size = MAP_APPFONT ( 132 , 8 ) ;
76         Text [ en-US ] = "Space to text" ;
77         Left = TRUE ;
78     };
79     MetricField ED_DIST
80     {
81         Border = TRUE ;
82         Pos = MAP_APPFONT ( 148 , 42 ) ;
83         Size = MAP_APPFONT ( 42 , 12 ) ;
84         TabStop = TRUE ;
85         Left = TRUE ;
86         Repeat = TRUE ;
87         Spin = TRUE ;
88         Maximum = 999 ;
89         DecimalDigits = 2 ;
90         Value = 10 ;
91         Unit = FUNIT_CM ;
92         First = 5 ;
93         Last = 99999 ;
94         SpinSize = 10 ;
95     };
96     FixedLine FL_FOOTNOTE_SIZE
97     {
98         Pos = MAP_APPFONT ( 6 , 3 ) ;
99         Size = MAP_APPFONT ( 248 , 8 ) ;
100         Text [ en-US ] = "Footnote area" ;
101     };
102     FixedText FT_LINEPOS
103     {
104         Pos = MAP_APPFONT ( 12 , 73 ) ;
105         Size = MAP_APPFONT ( 132 , 8 ) ;
106         Left = TRUE ;
107         Text [ en-US ] = "~Position" ;
108     };
109     ListBox DLB_LINEPOS
110     {
111         Pos = MAP_APPFONT ( 148 , 71 ) ;
112         Size = MAP_APPFONT ( 57 , 40 ) ;
113         TabStop = TRUE ;
114         Group = TRUE ;
115         DropDown = TRUE ;
116         CurPos = 0 ;
117         StringList [ en-US ] =
118         {
119             < "Left" ; Default ; > ;
120             < "Centered" ; Default ; > ;
121             < "Right" ; Default ; > ;
122         };
123     };
124     FixedText FT_LINETYPE
125     {
126         Pos = MAP_APPFONT ( 12 , 89 ) ;
127         Size = MAP_APPFONT ( 132 , 8 ) ;
128         Group = TRUE ;
129         Left = TRUE ;
130         Text [ en-US ] = "~Weight" ;
131     };
132     ListBox DLB_LINETYPE
133     {
134         Pos = MAP_APPFONT ( 148 , 87 ) ;
135         Size = MAP_APPFONT ( 57 , 50 ) ;
136         TabStop = TRUE ;
137         Group = TRUE ;
138         DropDown = TRUE ;
139         CurPos = 0 ;
140     };
142     FixedText FT_LINEWIDTH
143     {
144         Pos = MAP_APPFONT ( 12 , 105 ) ;
145         Size = MAP_APPFONT ( 132 , 8 ) ;
146         Left = TRUE ;
147         Text [ en-US ] = "~Length" ;
148     };
149     MetricField ED_LINEWIDTH
150     {
151         Border = TRUE ;
152         Pos = MAP_APPFONT ( 148 , 103 ) ;
153         Size = MAP_APPFONT ( 42 , 12 ) ;
154         TabStop = TRUE ;
155         Left = TRUE ;
156         Repeat = TRUE ;
157         Spin = TRUE ;
158         Maximum = 100 ;
159         Value = 100 ;
160         Unit = FUNIT_CUSTOM ;
161         CustomUnitText = "%" ;
162         First = 10 ;
163         Last = 100 ;
164     };
165     FixedText FT_LINEDIST
166     {
167         Pos = MAP_APPFONT ( 12 , 121 ) ;
168         Size = MAP_APPFONT ( 132 , 8 ) ;
169         Text [ en-US ] = "~Spacing to footnote contents" ;
170         Left = TRUE ;
171     };
172     MetricField ED_LINEDIST
173     {
174         Border = TRUE ;
175         Pos = MAP_APPFONT ( 148 , 119 ) ;
176         Size = MAP_APPFONT ( 42 , 12 ) ;
177         TabStop = TRUE ;
178         Left = TRUE ;
179         Repeat = TRUE ;
180         Spin = TRUE ;
181         Maximum = 999 ;
182         DecimalDigits = 2 ;
183         Value = 10 ;
184         Unit = FUNIT_CM ;
185         First = 5 ;
186         Last = 99999 ;
187         SpinSize = 10 ;
188     };
189     FixedLine FL_LINE
190     {
191         Pos = MAP_APPFONT ( 6 , 60 ) ;
192         Size = MAP_APPFONT ( 248 , 8 ) ;
193         Text [ en-US ] = "Separator line" ;
194     };