update credits
[LibreOffice.git] / cui / source / tabpages / textattr.src
blobbb088eea35c1f85988a8587a35fdc32f884178bc
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 <svtools/controldims.hrc>
21 #include <cuires.hrc>
22 #include "textattr.hrc"
23 #include "helpid.hrc"
24 #include <svx/dialogs.hrc>
26  // RID_SVXPAGE_TEXTATTR --------------------------------------------------
27 TabPage RID_SVXPAGE_TEXTATTR
29     HelpId = HID_PAGE_TEXTATTR ;
30     Hide = TRUE ;
31     Size = MAP_APPFONT ( TP_WIDTH , TP_HEIGHT ) ;
32     Text [ en-US ] = "Text" ;
33     FixedLine FL_TEXT
34     {
35         Pos = MAP_APPFONT ( 6 , 3  ) ;
36         Size = MAP_APPFONT ( 248 , RSC_CD_FIXEDLINE_HEIGHT ) ;
37         Text [ en-US ] = "Text" ;
38     };
39     TriStateBox TSB_AUTOGROW_WIDTH
40     {
41         HelpID = "cui:TriStateBox:RID_SVXPAGE_TEXTATTR:TSB_AUTOGROW_WIDTH";
42         TabStop = TRUE ;
43         Pos = MAP_APPFONT ( 12 , 14  ) ;
44         Size = MAP_APPFONT ( 102 , 10 ) ;
45         Text [ en-US ] = "Fit wi~dth to text" ;
46     };
47     TriStateBox TSB_AUTOGROW_HEIGHT
48     {
49         HelpID = "cui:TriStateBox:RID_SVXPAGE_TEXTATTR:TSB_AUTOGROW_HEIGHT";
50         TabStop = TRUE ;
51         Pos = MAP_APPFONT ( 12 , 28  ) ;
52         Size = MAP_APPFONT ( 102 , 10 ) ;
53         Text [ en-US ] = "Fit h~eight to text" ;
54     };
55     TriStateBox TSB_FIT_TO_SIZE
56     {
57         HelpID = "cui:TriStateBox:RID_SVXPAGE_TEXTATTR:TSB_FIT_TO_SIZE";
58         TabStop = TRUE ;
59         Pos = MAP_APPFONT ( 12 , 42  ) ;
60         Size = MAP_APPFONT ( 102 , 10 ) ;
61         Text [ en-US ] = "~Fit to frame" ;
62     };
63     TriStateBox TSB_CONTOUR
64     {
65         HelpID = "cui:TriStateBox:RID_SVXPAGE_TEXTATTR:TSB_CONTOUR";
66         TabStop = TRUE ;
67         Pos = MAP_APPFONT ( 12 , 56  ) ;
68         Size = MAP_APPFONT ( 102 , 10 ) ;
69         Text [ en-US ] = "~Adjust to contour" ;
70     };
71     TriStateBox TSB_WORDWRAP_TEXT
72     {
73         HelpID = "cui:TriStateBox:RID_SVXPAGE_TEXTATTR:TSB_WORDWRAP_TEXT";
74         TabStop = TRUE;
75         Pos = MAP_APPFONT( 132, 14  ) ;
76         Size = MAP_APPFONT( 127 , 10 ) ;
77         Text [ en-US ] = "~Word wrap text in shape";
78     };
79     TriStateBox TSB_AUTOGROW_SIZE
80     {
81         HelpID = "cui:TriStateBox:RID_SVXPAGE_TEXTATTR:TSB_AUTOGROW_SIZE";
82         TabStop = TRUE;
83         Pos = MAP_APPFONT( 132, 28  );
84         Size = MAP_APPFONT( 127 , 10 );
85         Text [ en-US ] = "~Resize shape to fit text";
86     };
87     FixedLine FL_DISTANCE
88     {
89         Pos = MAP_APPFONT ( 6 , 72 ) ;
90         Size = MAP_APPFONT ( 114 , RSC_CD_FIXEDLINE_HEIGHT ) ;
91         Text [ en-US ] = "Spacing to borders" ;
92     };
93     FixedText FT_LEFT
94     {
95         Pos = MAP_APPFONT ( 12 , 85  ) ;
96         Size = MAP_APPFONT ( 50 , 8 ) ;
97         Text [ en-US ] = "~Left" ;
98     };
99     FixedText FT_RIGHT
100     {
101         Pos = MAP_APPFONT ( 12 , 101  ) ;
102         Size = MAP_APPFONT ( 50 , 8 ) ;
103         Text [ en-US ] = "~Right" ;
104     };
105     FixedText FT_TOP
106     {
107         Pos = MAP_APPFONT ( 12 , 117  ) ;
108         Size = MAP_APPFONT ( 50 , 8 ) ;
109         Text [ en-US ] = "~Top" ;
110     };
111     FixedText FT_BOTTOM
112     {
113         Pos = MAP_APPFONT ( 12 , 133  ) ;
114         Size = MAP_APPFONT ( 50 , 8 ) ;
115         Text [ en-US ] = "~Bottom" ;
116     };
117     MetricField MTR_FLD_LEFT
118     {
119         HelpID = "cui:MetricField:RID_SVXPAGE_TEXTATTR:MTR_FLD_LEFT";
120         Border = TRUE ;
121         Pos = MAP_APPFONT ( 69 , 83  ) ;
122         Size = MAP_APPFONT ( 45 , 12 ) ;
123         TabStop = TRUE ;
124         Repeat = TRUE ;
125         Spin = TRUE ;
126         DecimalDigits = 2 ;
127         Unit = FUNIT_MM ;
128         Minimum = -10000 ;
129         First = -10000 ;
130         Maximum = 10000 ;
131         Last = 10000 ;
132         SpinSize = 10 ;
133     };
134     MetricField MTR_FLD_RIGHT
135     {
136         HelpID = "cui:MetricField:RID_SVXPAGE_TEXTATTR:MTR_FLD_RIGHT";
137         Border = TRUE ;
138         Pos = MAP_APPFONT ( 69 , 99  ) ;
139         Size = MAP_APPFONT ( 45 , 12 ) ;
140         TabStop = TRUE ;
141         Repeat = TRUE ;
142         Spin = TRUE ;
143         DecimalDigits = 2 ;
144         Unit = FUNIT_MM ;
145         Minimum = -10000 ;
146         First = -10000 ;
147         Maximum = 10000 ;
148         Last = 10000 ;
149         SpinSize = 10 ;
150     };
151     MetricField MTR_FLD_TOP
152     {
153         HelpID = "cui:MetricField:RID_SVXPAGE_TEXTATTR:MTR_FLD_TOP";
154         Border = TRUE ;
155         Pos = MAP_APPFONT ( 69 , 115  ) ;
156         Size = MAP_APPFONT ( 45 , 12 ) ;
157         TabStop = TRUE ;
158         Repeat = TRUE ;
159         Spin = TRUE ;
160         DecimalDigits = 2 ;
161         Unit = FUNIT_MM ;
162         Minimum = -10000 ;
163         First = -10000 ;
164         Maximum = 10000 ;
165         Last = 10000 ;
166         SpinSize = 10 ;
167     };
168     MetricField MTR_FLD_BOTTOM
169     {
170         HelpID = "cui:MetricField:RID_SVXPAGE_TEXTATTR:MTR_FLD_BOTTOM";
171         Border = TRUE ;
172         Pos = MAP_APPFONT ( 69 , 131  ) ;
173         Size = MAP_APPFONT ( 45 , 12 ) ;
174         TabStop = TRUE ;
175         Repeat = TRUE ;
176         Spin = TRUE ;
177         DecimalDigits = 2 ;
178         Unit = FUNIT_MM ;
179         Minimum = -10000 ;
180         First = -10000 ;
181         Maximum = 10000 ;
182         Last = 10000 ;
183         SpinSize = 10 ;
184     };
185     FixedLine FL_SEPARATOR
186     {
187         Pos = MAP_APPFONT ( 121 , 83 ) ;
188         Size = MAP_APPFONT ( RSC_CD_FIXEDLINE_WIDTH , 66 ) ;
189         Vert = TRUE;
190     };
191     FixedLine FL_POSITION
192     {
193         Pos = MAP_APPFONT ( 126 , 72 ) ;
194         Size = MAP_APPFONT ( 128 , RSC_CD_FIXEDLINE_HEIGHT ) ;
195         Text [ en-US ] = "Text anchor" ;
196     };
197     Control CTL_POSITION
198     {
199         HelpId = HID_TEXTATTR_CTL_POSITION ;
200         Border = TRUE ;
201         Pos = MAP_APPFONT ( 132 , 83  ) ;
202         Size = MAP_APPFONT ( 116 , 52 ) ;
203         TabStop = TRUE ;
204     };
205     TriStateBox TSB_FULL_WIDTH
206     {
207         HelpID = "cui:TriStateBox:RID_SVXPAGE_TEXTATTR:TSB_FULL_WIDTH";
208         TabStop = TRUE ;
209         Pos = MAP_APPFONT ( 132 , 139  ) ;
210         Size = MAP_APPFONT ( 116 , 10 ) ;
211         Text [ en-US ] = "Full ~width" ;
212     };
214  // ********************************************************************** EOF
216 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */