update dev300-m58
[ooovba.git] / svx / source / cui / measure.src
blob83c66b29045e011a63f8cb26083ff1aa538e536f
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: measure.src,v $
10  * $Revision: 1.30 $
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 ---------------------------------------------------------------
31 #include <svx/dialogs.hrc>
32 #include "measure.hrc"
33 #include "helpid.hrc"
34 #define DELTA 20
35  // pragma ----------------------------------------------------------------
37  // RID_SVXPAGE_MEASURE ---------------------------------------------------
38 TabPage RID_SVXPAGE_MEASURE
40     HelpId = HID_PAGE_MEASURE ;
41     Hide = TRUE ;
42     Size = MAP_APPFONT ( 260 , 185 ) ;
43     Text [ en-US ] = "Dimensioning" ;
45     FixedLine FL_LINE
46     {
47         Pos = MAP_APPFONT ( 6 , 3 ) ;
48         Size = MAP_APPFONT ( 120 , 8 ) ;
49         Text [ en-US ] = "Line";
50     };
51     FixedText FT_LINE_DIST
52     {
53         Pos = MAP_APPFONT ( 12 , 16  ) ;
54         Size = MAP_APPFONT ( 65 , 8 ) ;
55         Text [ en-US ] = "Line ~distance" ;
56     };
57     MetricField MTR_LINE_DIST
58     {
59         Border = TRUE ;
60         Pos = MAP_APPFONT ( 78 , 14  ) ;
61         Size = MAP_APPFONT ( 42 , 12 ) ;
62         TabStop = TRUE ;
63         Repeat = TRUE ;
64         Spin = TRUE ;
65         Unit = FUNIT_MM ;
66         DecimalDigits = 2 ;
67         Minimum = -10000 ;
68         First = -10000 ;
69         Maximum = 10000 ;
70         Last = 10000 ;
71         SpinSize = 10 ;
72     };
73     FixedText FT_HELPLINE_OVERHANG
74     {
75         Pos = MAP_APPFONT ( 12 , 32  ) ;
76         Size = MAP_APPFONT ( 65 , 8 ) ;
77         Text [ en-US ] = "Guide ~overhang" ;
78     };
79     MetricField MTR_FLD_HELPLINE_OVERHANG
80     {
81         Border = TRUE ;
82         Pos = MAP_APPFONT ( 78 , 30  ) ;
83         Size = MAP_APPFONT ( 42 , 12 ) ;
84         TabStop = TRUE ;
85         Repeat = TRUE ;
86         Spin = TRUE ;
87         Unit = FUNIT_MM ;
88         DecimalDigits = 2 ;
89         Minimum = -10000 ;
90         First = -10000 ;
91         Maximum = 10000 ;
92         Last = 10000 ;
93         SpinSize = 10 ;
94     };
95     FixedText FT_HELPLINE_DIST
96     {
97         Pos = MAP_APPFONT ( 12 , 48  ) ;
98         Size = MAP_APPFONT ( 65 , 8 ) ;
99         Text [ en-US ] = "~Guide distance" ;
100     };
101     MetricField MTR_FLD_HELPLINE_DIST
102     {
103         Border = TRUE ;
104         Pos = MAP_APPFONT ( 78 , 46  ) ;
105         Size = MAP_APPFONT ( 42 , 12 ) ;
106         TabStop = TRUE ;
107         Repeat = TRUE ;
108         Spin = TRUE ;
109         Unit = FUNIT_MM ;
110         DecimalDigits = 2 ;
111         Minimum = -10000 ;
112         First = -10000 ;
113         Maximum = 10000 ;
114         Last = 10000 ;
115         SpinSize = 10 ;
116     };
117     FixedText FT_HELPLINE1_LEN
118     {
119         Pos = MAP_APPFONT ( 12 , 64  ) ;
120         Size = MAP_APPFONT ( 65 , 8 ) ;
121         Text [ en-US ] = "~Left guide" ;
122     };
123     MetricField MTR_FLD_HELPLINE1_LEN
124     {
125         Border = TRUE ;
126         Pos = MAP_APPFONT ( 78 , 62 ) ;
127         Size = MAP_APPFONT ( 42 , 12 ) ;
128         TabStop = TRUE ;
129         Repeat = TRUE ;
130         Spin = TRUE ;
131         Unit = FUNIT_MM ;
132         DecimalDigits = 2 ;
133         Minimum = -10000 ;
134         First = -10000 ;
135         Maximum = 10000 ;
136         Last = 10000 ;
137         SpinSize = 10 ;
138     };
139     FixedText FT_HELPLINE2_LEN
140     {
141         Pos = MAP_APPFONT ( 12 , 80 ) ;
142         Size = MAP_APPFONT ( 65 , 8 ) ;
143         Text [ en-US ] = "~Right guide" ;
144     };
145     MetricField MTR_FLD_HELPLINE2_LEN
146     {
147         Border = TRUE ;
148         Pos = MAP_APPFONT ( 78 , 78 ) ;
149         Size = MAP_APPFONT ( 42 , 12 ) ;
150         TabStop = TRUE ;
151         Repeat = TRUE ;
152         Spin = TRUE ;
153         Unit = FUNIT_MM ;
154         DecimalDigits = 2 ;
155         Minimum = -10000 ;
156         First = -10000 ;
157         Maximum = 10000 ;
158         Last = 10000 ;
159         SpinSize = 10 ;
160     };
161     TriStateBox TSB_BELOW_REF_EDGE
162     {
163         Pos = MAP_APPFONT ( 12 , 96  ) ;
164         Size = MAP_APPFONT ( 108 , 10 ) ;
165         TabStop = TRUE ;
166         Text [ en-US ] = "Measure ~below object";
167     };
168     FixedText FT_DECIMALPLACES
169     {
170         Pos = MAP_APPFONT ( 12 , 112 ) ;
171         Size = MAP_APPFONT ( 65 , 8 ) ;
173         Text [ en-US ] = "Decimal places" ;
174     };
175     MetricField MTR_FLD_DECIMALPLACES
176     {
177         Border = TRUE ;
178         Pos = MAP_APPFONT ( 78 , 110 ) ;
179         Size = MAP_APPFONT ( 42 , 12 ) ;
180         TabStop = TRUE ;
181         Right = TRUE ;
182         Repeat = TRUE ;
183         Spin = TRUE ;
184         Maximum = 99 ;
185         StrictFormat = TRUE ;
186         Last = 99 ;
187         SpinSize = 1 ;
188     };
189     FixedLine FL_VERT
190     {
191         Pos = MAP_APPFONT ( 127 , 14 ) ;
192         Size = MAP_APPFONT ( 4 , 108 ) ;
193         Vert = TRUE ;
194     };
195     FixedLine FL_LABEL
196     {
197         Pos = MAP_APPFONT ( 132 , 3 ) ;
198         Size = MAP_APPFONT ( 122 , 8 ) ;
199         Text [ en-US ] = "Legend";
200     };
201     FixedText FT_POSITION
202     {
203         Pos = MAP_APPFONT ( 138 , 14  ) ;
204         Size = MAP_APPFONT ( 110 , 8 ) ;
205         Text [ en-US ] = "~Text position" ;
206     };
207     Control CTL_POSITION
208     {
209         HelpId = HID_MEASURE_CTL_POSITION ;
210         Border = TRUE ;
211         Pos = MAP_APPFONT ( 154 , 25  ) ;
212         Size = MAP_APPFONT ( 60 , 24 ) ;
213         TabStop = TRUE ;
214     };
215     TriStateBox TSB_AUTOPOSV
216     {
217         Pos = MAP_APPFONT ( 154 , 54 ) ;
218         Size = MAP_APPFONT ( 101 , 10 ) ;
219         TabStop = TRUE ;
220         Text [ en-US ] = "~AutoVertical" ;
221     };
222     TriStateBox TSB_AUTOPOSH
223     {
224         Pos = MAP_APPFONT ( 154 , 68  ) ;
225         Size = MAP_APPFONT ( 101 , 10 ) ;
226         TabStop = TRUE ;
227         Text [ en-US ] = "A~utoHorizontal" ;
228     };
229     TriStateBox TSB_PARALLEL
230     {
231         Pos = MAP_APPFONT ( 138 , 82 ) ;
232         Size = MAP_APPFONT ( 110 , 10 ) ;
233         TabStop = TRUE ;
234         Text [ en-US ] = "~Parallel to line";
235     };
236     TriStateBox TSB_SHOW_UNIT
237     {
238         Pos = MAP_APPFONT ( 138 , 96  ) ;
239         Size = MAP_APPFONT ( 64+40 , 10 ) ;
240         TabStop = TRUE ;
241         Text [ en-US ] = "Show ~meas. units" ;
242     };
243     ListBox LB_UNIT
244     {
245         Border = TRUE ;
246         Pos = MAP_APPFONT ( 154 , 110 ) ;
247         Size = MAP_APPFONT ( 60 , 80+35 ) ;
248         TabStop = TRUE ;
249         DropDown = TRUE ;
250         DDExtraWidth = TRUE ;
251     };
252     Control CTL_PREVIEW
253     {
254         HelpId = HID_MEASURE_CTL_PREVIEW ;
255         Border = TRUE ;
256         Pos = MAP_APPFONT ( 6 , 132 ) ;
257         Size = MAP_APPFONT ( 248 , 47 ) ;
258     };
259     String STR_MEASURE_AUTOMATIC
260     {
261         Text [ en-US ] = "Automatic" ;
262     };
264  // ********************************************************************** EOF