bump product version to 4.1.6.2
[LibreOffice.git] / cui / source / tabpages / measure.src
blob7808339b6d64675225d82e9f7efdeacf1251cbbc
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 /*
3  * This file is part of the LibreOffice project.
4  *
5  * This Source Code Form is subject to the terms of the Mozilla Public
6  * License, v. 2.0. If a copy of the MPL was not distributed with this
7  * file, You can obtain one at http://mozilla.org/MPL/2.0/.
8  *
9  * This file incorporates work covered by the following license notice:
10  *
11  *   Licensed to the Apache Software Foundation (ASF) under one or more
12  *   contributor license agreements. See the NOTICE file distributed
13  *   with this work for additional information regarding copyright
14  *   ownership. The ASF licenses this file to you under the Apache
15  *   License, Version 2.0 (the "License"); you may not use this file
16  *   except in compliance with the License. You may obtain a copy of
17  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
18  */
20 #include <cuires.hrc>
21 #include "measure.hrc"
22 #include "helpid.hrc"
23 #include <svx/dialogs.hrc>
25 #define DELTA 20
27  // RID_SVXPAGE_MEASURE ---------------------------------------------------
28 TabPage RID_SVXPAGE_MEASURE
30     HelpId = HID_PAGE_MEASURE ;
31     Hide = TRUE ;
32     Size = MAP_APPFONT ( TP_WIDTH , TP_HEIGHT ) ;
33     Text [ en-US ] = "Dimensioning" ;
35     FixedLine FL_LINE
36     {
37         Pos = MAP_APPFONT ( 6 , 3 ) ;
38         Size = MAP_APPFONT ( 120 , 8 ) ;
39         Text [ en-US ] = "Line";
40     };
41     FixedText FT_LINE_DIST
42     {
43         Pos = MAP_APPFONT ( 12 , 16  ) ;
44         Size = MAP_APPFONT ( 65 , 8 ) ;
45         Text [ en-US ] = "Line ~distance" ;
46     };
47     MetricField MTR_LINE_DIST
48     {
49         HelpID = "cui:MetricField:RID_SVXPAGE_MEASURE:MTR_LINE_DIST";
50         Border = TRUE ;
51         Pos = MAP_APPFONT ( 78 , 14  ) ;
52         Size = MAP_APPFONT ( 42 , 12 ) ;
53         TabStop = TRUE ;
54         Repeat = TRUE ;
55         Spin = TRUE ;
56         Unit = FUNIT_MM ;
57         DecimalDigits = 2 ;
58         Minimum = -10000 ;
59         First = -10000 ;
60         Maximum = 10000 ;
61         Last = 10000 ;
62         SpinSize = 10 ;
63     };
64     FixedText FT_HELPLINE_OVERHANG
65     {
66         Pos = MAP_APPFONT ( 12 , 32  ) ;
67         Size = MAP_APPFONT ( 65 , 8 ) ;
68         Text [ en-US ] = "Guide ~overhang" ;
69     };
70     MetricField MTR_FLD_HELPLINE_OVERHANG
71     {
72         HelpID = "cui:MetricField:RID_SVXPAGE_MEASURE:MTR_FLD_HELPLINE_OVERHANG";
73         Border = TRUE ;
74         Pos = MAP_APPFONT ( 78 , 30  ) ;
75         Size = MAP_APPFONT ( 42 , 12 ) ;
76         TabStop = TRUE ;
77         Repeat = TRUE ;
78         Spin = TRUE ;
79         Unit = FUNIT_MM ;
80         DecimalDigits = 2 ;
81         Minimum = -10000 ;
82         First = -10000 ;
83         Maximum = 10000 ;
84         Last = 10000 ;
85         SpinSize = 10 ;
86     };
87     FixedText FT_HELPLINE_DIST
88     {
89         Pos = MAP_APPFONT ( 12 , 48  ) ;
90         Size = MAP_APPFONT ( 65 , 8 ) ;
91         Text [ en-US ] = "~Guide distance" ;
92     };
93     MetricField MTR_FLD_HELPLINE_DIST
94     {
95         HelpID = "cui:MetricField:RID_SVXPAGE_MEASURE:MTR_FLD_HELPLINE_DIST";
96         Border = TRUE ;
97         Pos = MAP_APPFONT ( 78 , 46  ) ;
98         Size = MAP_APPFONT ( 42 , 12 ) ;
99         TabStop = TRUE ;
100         Repeat = TRUE ;
101         Spin = TRUE ;
102         Unit = FUNIT_MM ;
103         DecimalDigits = 2 ;
104         Minimum = -10000 ;
105         First = -10000 ;
106         Maximum = 10000 ;
107         Last = 10000 ;
108         SpinSize = 10 ;
109     };
110     FixedText FT_HELPLINE1_LEN
111     {
112         Pos = MAP_APPFONT ( 12 , 64  ) ;
113         Size = MAP_APPFONT ( 65 , 8 ) ;
114         Text [ en-US ] = "~Left guide" ;
115     };
116     MetricField MTR_FLD_HELPLINE1_LEN
117     {
118         HelpID = "cui:MetricField:RID_SVXPAGE_MEASURE:MTR_FLD_HELPLINE1_LEN";
119         Border = TRUE ;
120         Pos = MAP_APPFONT ( 78 , 62 ) ;
121         Size = MAP_APPFONT ( 42 , 12 ) ;
122         TabStop = TRUE ;
123         Repeat = TRUE ;
124         Spin = TRUE ;
125         Unit = FUNIT_MM ;
126         DecimalDigits = 2 ;
127         Minimum = -10000 ;
128         First = -10000 ;
129         Maximum = 10000 ;
130         Last = 10000 ;
131         SpinSize = 10 ;
132     };
133     FixedText FT_HELPLINE2_LEN
134     {
135         Pos = MAP_APPFONT ( 12 , 80 ) ;
136         Size = MAP_APPFONT ( 65 , 8 ) ;
137         Text [ en-US ] = "~Right guide" ;
138     };
139     MetricField MTR_FLD_HELPLINE2_LEN
140     {
141         HelpID = "cui:MetricField:RID_SVXPAGE_MEASURE:MTR_FLD_HELPLINE2_LEN";
142         Border = TRUE ;
143         Pos = MAP_APPFONT ( 78 , 78 ) ;
144         Size = MAP_APPFONT ( 42 , 12 ) ;
145         TabStop = TRUE ;
146         Repeat = TRUE ;
147         Spin = TRUE ;
148         Unit = FUNIT_MM ;
149         DecimalDigits = 2 ;
150         Minimum = -10000 ;
151         First = -10000 ;
152         Maximum = 10000 ;
153         Last = 10000 ;
154         SpinSize = 10 ;
155     };
156     TriStateBox TSB_BELOW_REF_EDGE
157     {
158         HelpID = "cui:TriStateBox:RID_SVXPAGE_MEASURE:TSB_BELOW_REF_EDGE";
159         Pos = MAP_APPFONT ( 12 , 96  ) ;
160         Size = MAP_APPFONT ( 108 , 10 ) ;
161         TabStop = TRUE ;
162         Text [ en-US ] = "Measure ~below object";
163     };
164     FixedText FT_DECIMALPLACES
165     {
166         Pos = MAP_APPFONT ( 12 , 112 ) ;
167         Size = MAP_APPFONT ( 65 , 8 ) ;
169         Text [ en-US ] = "Decimal places" ;
170     };
171     MetricField MTR_FLD_DECIMALPLACES
172     {
173         HelpID = "cui:MetricField:RID_SVXPAGE_MEASURE:MTR_FLD_DECIMALPLACES";
174         Border = TRUE ;
175         Pos = MAP_APPFONT ( 78 , 110 ) ;
176         Size = MAP_APPFONT ( 42 , 12 ) ;
177         TabStop = TRUE ;
178         Right = TRUE ;
179         Repeat = TRUE ;
180         Spin = TRUE ;
181         Maximum = 99 ;
182         StrictFormat = TRUE ;
183         Last = 99 ;
184         SpinSize = 1 ;
185     };
186     FixedLine FL_VERT
187     {
188         Pos = MAP_APPFONT ( 127 , 14 ) ;
189         Size = MAP_APPFONT ( 4 , 108 ) ;
190         Vert = TRUE ;
191     };
192     FixedLine FL_LABEL
193     {
194         Pos = MAP_APPFONT ( 132 , 3 ) ;
195         Size = MAP_APPFONT ( 122 , 8 ) ;
196         Text [ en-US ] = "Legend";
197     };
198     FixedText FT_POSITION
199     {
200         Pos = MAP_APPFONT ( 138 , 14  ) ;
201         Size = MAP_APPFONT ( 110 , 8 ) ;
202         Text [ en-US ] = "~Text position" ;
203     };
204     Control CTL_POSITION
205     {
206         HelpId = HID_MEASURE_CTL_POSITION ;
207         Border = TRUE ;
208         Pos = MAP_APPFONT ( 154 , 25  ) ;
209         Size = MAP_APPFONT ( 60 , 24 ) ;
210         TabStop = TRUE ;
211     };
212     TriStateBox TSB_AUTOPOSV
213     {
214         HelpID = "cui:TriStateBox:RID_SVXPAGE_MEASURE:TSB_AUTOPOSV";
215         Pos = MAP_APPFONT ( 154 , 54 ) ;
216         Size = MAP_APPFONT ( 101 , 10 ) ;
217         TabStop = TRUE ;
218         Text [ en-US ] = "~AutoVertical" ;
219     };
220     TriStateBox TSB_AUTOPOSH
221     {
222         HelpID = "cui:TriStateBox:RID_SVXPAGE_MEASURE:TSB_AUTOPOSH";
223         Pos = MAP_APPFONT ( 154 , 68  ) ;
224         Size = MAP_APPFONT ( 101 , 10 ) ;
225         TabStop = TRUE ;
226         Text [ en-US ] = "A~utoHorizontal" ;
227     };
228     TriStateBox TSB_PARALLEL
229     {
230         HelpID = "cui:TriStateBox:RID_SVXPAGE_MEASURE:TSB_PARALLEL";
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         HelpID = "cui:TriStateBox:RID_SVXPAGE_MEASURE:TSB_SHOW_UNIT";
239         Pos = MAP_APPFONT ( 138 , 96  ) ;
240         Size = MAP_APPFONT ( 64+40 , 10 ) ;
241         TabStop = TRUE ;
242         Text [ en-US ] = "Show ~meas. units" ;
243     };
244     ListBox LB_UNIT
245     {
246         HelpID = "cui:ListBox:RID_SVXPAGE_MEASURE:LB_UNIT";
247         Border = TRUE ;
248         Pos = MAP_APPFONT ( 154 , 110 ) ;
249         Size = MAP_APPFONT ( 60 , 80+35 ) ;
250         TabStop = TRUE ;
251         DropDown = TRUE ;
252         DDExtraWidth = TRUE ;
253     };
254     Control CTL_PREVIEW
255     {
256         HelpId = HID_MEASURE_CTL_PREVIEW ;
257         Border = TRUE ;
258         Pos = MAP_APPFONT ( 6 , 132 ) ;
259         Size = MAP_APPFONT ( 248 , 47 ) ;
260     };
261     String STR_MEASURE_AUTOMATIC
262     {
263         Text [ en-US ] = "Automatic" ;
264     };
266  // ********************************************************************** EOF
268 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */