update credits
[LibreOffice.git] / cui / source / tabpages / labdlg.src
blob1222b106c9fcf46f1b803f51aa0f8d47da3a99d8
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 "helpid.hrc"
21 #include "labdlg.hrc"
22 #include <svx/dialogs.hrc>
24  // RID_SVXPAGE_CAPTION ---------------------------------------------------
25 TabPage RID_SVXPAGE_CAPTION
27     HelpId = HID_CAPTION ;
28     Hide = TRUE ;
29     //Size = MAP_APPFONT ( 189 , 97 ) ;
30     Size = MAP_APPFONT ( TP_WIDTH , TP_HEIGHT ) ;
31     Text [ en-US ] = "Callouts" ;
32     Control CT_CAPTTYPE
33     {
34         HelpId = HID_CAPTION_CTL_TYPE ;
35         Border = TRUE ;
36         Pos = MAP_APPFONT ( 6 , 6  ) ;
37         Size = MAP_APPFONT ( 187 , 38 ) ;
38         TabStop = TRUE ;
39     };
40     FixedText FT_ABSTAND
41     {
42         Pos = MAP_APPFONT ( 6 , 53  ) ;
43         Size = MAP_APPFONT ( 42 , 8 ) ;
44         Text [ en-US ] = "~Spacing" ;
45     };
46     MetricField MF_ABSTAND
47     {
48         HelpID = "cui:MetricField:RID_SVXPAGE_CAPTION:MF_ABSTAND";
49         Border = TRUE ;
50         Pos = MAP_APPFONT ( 50 , 51  ) ;
51         Size = MAP_APPFONT ( 50 , 12 ) ;
52         TabStop = TRUE ;
53         Repeat = TRUE ;
54         Spin = TRUE ;
55         Maximum = 240000 ;
56         StrictFormat = TRUE ;
57         DecimalDigits = 2 ;
58         Unit = FUNIT_MM ;
59         SpinSize = 50 ;
60     };
61     FixedText FT_WINKEL
62     {
63         Pos = MAP_APPFONT ( 106 , 53  ) ;
64         Size = MAP_APPFONT ( 35 , 8 ) ;
65         Text [ en-US ] = "~Angle" ;
66     };
67     ListBox LB_WINKEL
68     {
69         HelpID = "cui:ListBox:RID_SVXPAGE_CAPTION:LB_WINKEL";
70         Border = TRUE ;
71         Pos = MAP_APPFONT ( 143 , 51  ) ;
72         Size = MAP_APPFONT ( 50 , 60 ) ;
73         TabStop = TRUE ;
74         DropDown = TRUE ;
75         CurPos = 0 ;
76         StringList [ en-US ] =
77         {
78             < "Free" ; 1 ; > ;
79             < "30 Degrees" ; 3000 ; > ;
80             < "45 Degrees" ; 4500 ; > ;
81             < "60 Degrees" ; 6000 ; > ;
82             < "90 Degrees" ; 9000 ; > ;
83         };
84     };
85     FixedText FT_ANSATZ
86     {
87         Pos = MAP_APPFONT ( 6 , 69  ) ;
88         Size = MAP_APPFONT ( 42 , 8 ) ;
89         Text [ en-US ] = "~Extension" ;
90     };
91     ListBox LB_ANSATZ
92     {
93         HelpID = "cui:ListBox:RID_SVXPAGE_CAPTION:LB_ANSATZ";
94         Border = TRUE ;
95         Pos = MAP_APPFONT ( 50 , 67  ) ;
96         Size = MAP_APPFONT ( 50 , 60 ) ;
97         TabStop = TRUE ;
98         DropDown = TRUE ;
99         CurPos = 0 ;
100         StringList [ en-US ] =
101         {
102             < "Optimal" ; 4 ; > ;
103             < "From top" ; 3 ; > ;
104             < "From left" ; 3 ; > ;
105             < "Horizontal" ; 1 ; > ;
106             < "Vertical" ; 2 ; > ;
107         };
108     };
109     FixedText FT_UM
110     {
111         Pos = MAP_APPFONT ( 106 , 69  ) ;
112         Size = MAP_APPFONT ( 35 , 8 ) ;
113         Text [ en-US ] = "~By" ;
114     };
115     MetricField MF_ANSATZ
116     {
117         HelpID = "cui:MetricField:RID_SVXPAGE_CAPTION:MF_ANSATZ";
118         Border = TRUE ;
119         Pos = MAP_APPFONT ( 143 , 67  ) ;
120         Size = MAP_APPFONT ( 50 , 12 ) ;
121         TabStop = TRUE ;
122         Repeat = TRUE ;
123         Spin = TRUE ;
124         Maximum = 240000 ;
125         StrictFormat = TRUE ;
126         DecimalDigits = 2 ;
127         Unit = FUNIT_MM ;
128         SpinSize = 50 ;
129     };
130     FixedText FT_ANSATZ_REL
131     {
132         Pos = MAP_APPFONT ( 106 , 69  ) ;
133         Size = MAP_APPFONT ( 35 , 8 ) ;
134         Text [ en-US ] = "~Position" ;
135     };
136     ListBox LB_ANSATZ_REL
137     {
138         HelpID = "cui:ListBox:RID_SVXPAGE_CAPTION:LB_ANSATZ_REL";
139         Border = TRUE ;
140         Pos = MAP_APPFONT ( 143 , 67  ) ;
141         Size = MAP_APPFONT ( 50 , 60 ) ;
142         TabStop = TRUE ;
143         DropDown = TRUE ;
144     };
145     FixedText FT_LAENGE
146     {
147         Pos = MAP_APPFONT ( 6 , 85  ) ;
148         Size = MAP_APPFONT ( 42 , 8 ) ;
149         Text [ en-US ] = "~Length" ;
150     };
151     MetricField MF_LAENGE
152     {
153         HelpID = "cui:MetricField:RID_SVXPAGE_CAPTION:MF_LAENGE";
154         Border = TRUE ;
155         Pos = MAP_APPFONT ( 50 , 83  ) ;
156         Size = MAP_APPFONT ( 50 , 12 ) ;
157         TabStop = TRUE ;
158         Repeat = TRUE ;
159         Spin = TRUE ;
160         Maximum = 240000 ;
161         StrictFormat = TRUE ;
162         DecimalDigits = 2 ;
163         Unit = FUNIT_MM ;
164         SpinSize = 50 ;
165     };
166     CheckBox CB_LAENGE
167     {
168         HelpID = "cui:CheckBox:RID_SVXPAGE_CAPTION:CB_LAENGE";
169         Pos = MAP_APPFONT ( 106 , 84  ) ;
170         Size = MAP_APPFONT ( 50 , 10 ) ;
171         TabStop = TRUE ;
172         Text [ en-US ] = "~Optimal" ;
173     };
174     String STR_CAPTTYPE_1
175     {
176         Text [ en-US ] = "Straight Line" ;
177     };
178     String STR_CAPTTYPE_2
179     {
180         Text [ en-US ] = "Angled Line" ;
181     };
182     String STR_CAPTTYPE_3
183     {
184         Text [ en-US ] = "Angled Connector Line" ;
185     };
186     String STR_CAPTTYPE_4
187     {
188         Text [ en-US ] = "Double-angled line" ;
189     };
190     String STR_HORZ_LIST
191     {
192         Text [ en-US ] = "Top;Middle;Bottom" ;
193     };
194     String STR_VERT_LIST
195     {
196         Text [ en-US ] = "Left;Middle;Right" ;
197     };
198     Bitmap BMP_CAPTTYPE_1
199     {
200         File = "legtyp1.bmp" ;
201     };
202     Bitmap BMP_CAPTTYPE_2
203     {
204         File = "legtyp2.bmp" ;
205     };
206     Bitmap BMP_CAPTTYPE_3
207     {
208         File = "legtyp3.bmp" ;
209     };
210     Bitmap BMP_CAPTTYPE_4
211     {
212         File = "legtyp4.bmp" ;
213     };
215  // RID_SVXDLG_CAPTION ----------------------------------------------------
217 #define  _POS_SIZE_TEXT \
218                 Text [ en-US ] = "Position and Size" ;             \
220 TabDialog RID_SVXDLG_CAPTION\
222     OutputSize = TRUE ;
223     SVLook = TRUE ;
224     Size = MAP_APPFONT ( 237 , 161 ) ;
225     Text [ en-US ] = "Callouts" ;\
226     Moveable = TRUE ;
227     TabControl TAB_CONTROL\
228     {
229         OutputSize = TRUE ;
230         Pos = MAP_APPFONT ( 3 , 3 ) ;
231         Size = MAP_APPFONT ( 189 , 97 ) ;
232         PageList =
233         {
234             PageItem\
235             {
236                 Identifier = RID_SVXPAGE_POSITION_SIZE ;
237                 PageResID = RID_SVXPAGE_POSITION_SIZE ;
238                 _POS_SIZE_TEXT
239             };
240             PageItem
241             {
242                 Identifier = RID_SVXPAGE_SWPOSSIZE;
243                 PageResID = RID_SVXPAGE_SWPOSSIZE;
244                 _POS_SIZE_TEXT
245             };
246             PageItem
247             {
248                 Identifier = RID_SVXPAGE_CAPTION ;
249                 PageResID = RID_SVXPAGE_CAPTION ;
250                 Text [ en-US ] = "Callout" ;
251             };
252         };
253     };
255  // ********************************************************************** EOF
257 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */