xref: /trunk/main/cui/source/tabpages/labdlg.src (revision 1ecadb572e7010ff3b3382ad9bf179dbc6efadbb)
1/*************************************************************************
2 *
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4 *
5 * Copyright 2000, 2010 Oracle and/or its affiliates.
6 *
7 * OpenOffice.org - a multi-platform office productivity suite
8 *
9 * This file is part of OpenOffice.org.
10 *
11 * OpenOffice.org is free software: you can redistribute it and/or modify
12 * it under the terms of the GNU Lesser General Public License version 3
13 * only, as published by the Free Software Foundation.
14 *
15 * OpenOffice.org is distributed in the hope that it will be useful,
16 * but WITHOUT ANY WARRANTY; without even the implied warranty of
17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18 * GNU Lesser General Public License version 3 for more details
19 * (a copy is included in the LICENSE file that accompanied this code).
20 *
21 * You should have received a copy of the GNU Lesser General Public License
22 * version 3 along with OpenOffice.org.  If not, see
23 * <http://www.openoffice.org/license.html>
24 * for a copy of the LGPLv3 License.
25 *
26 ************************************************************************/
27 // include ---------------------------------------------------------------
28#include "helpid.hrc"
29#include "labdlg.hrc"
30#include <svx/dialogs.hrc>
31
32 // RID_SVXPAGE_CAPTION ---------------------------------------------------
33TabPage RID_SVXPAGE_CAPTION
34{
35    HelpId = HID_CAPTION ;
36    Hide = TRUE ;
37    //Size = MAP_APPFONT ( 189 , 97 ) ;
38    Size = MAP_APPFONT ( 260 , 185 ) ;
39    Text [ en-US ] = "Callouts" ;
40    Control CT_CAPTTYPE
41    {
42        HelpId = HID_CAPTION_CTL_TYPE ;
43        Border = TRUE ;
44        Pos = MAP_APPFONT ( 6 , 6  ) ;
45        Size = MAP_APPFONT ( 187 , 38 ) ;
46        TabStop = TRUE ;
47    };
48    FixedText FT_ABSTAND
49    {
50        Pos = MAP_APPFONT ( 6 , 53  ) ;
51        Size = MAP_APPFONT ( 42 , 8 ) ;
52        Text [ en-US ] = "~Spacing" ;
53    };
54    MetricField MF_ABSTAND
55    {
56        HelpID = "cui:MetricField:RID_SVXPAGE_CAPTION:MF_ABSTAND";
57        Border = TRUE ;
58        Pos = MAP_APPFONT ( 50 , 51  ) ;
59        Size = MAP_APPFONT ( 50 , 12 ) ;
60        TabStop = TRUE ;
61        Repeat = TRUE ;
62        Spin = TRUE ;
63        Maximum = 240000 ;
64        StrictFormat = TRUE ;
65        DecimalDigits = 2 ;
66        Unit = FUNIT_MM ;
67        SpinSize = 50 ;
68    };
69    FixedText FT_WINKEL
70    {
71        Pos = MAP_APPFONT ( 106 , 53  ) ;
72        Size = MAP_APPFONT ( 35 , 8 ) ;
73        Text [ en-US ] = "~Angle" ;
74    };
75    ListBox LB_WINKEL
76    {
77        HelpID = "cui:ListBox:RID_SVXPAGE_CAPTION:LB_WINKEL";
78        Border = TRUE ;
79        Pos = MAP_APPFONT ( 143 , 51  ) ;
80        Size = MAP_APPFONT ( 50 , 60 ) ;
81        TabStop = TRUE ;
82        DropDown = TRUE ;
83        CurPos = 0 ;
84        StringList [ en-US ] =
85        {
86            < "Free" ; 1 ; > ;
87            < "30 Degrees" ; 3000 ; > ;
88            < "45 Degrees" ; 4500 ; > ;
89            < "60 Degrees" ; 6000 ; > ;
90            < "90 Degrees" ; 9000 ; > ;
91        };
92    };
93    FixedText FT_ANSATZ
94    {
95        Pos = MAP_APPFONT ( 6 , 69  ) ;
96        Size = MAP_APPFONT ( 42 , 8 ) ;
97        Text [ en-US ] = "~Extension" ;
98    };
99    ListBox LB_ANSATZ
100    {
101        HelpID = "cui:ListBox:RID_SVXPAGE_CAPTION:LB_ANSATZ";
102        Border = TRUE ;
103        Pos = MAP_APPFONT ( 50 , 67  ) ;
104        Size = MAP_APPFONT ( 50 , 60 ) ;
105        TabStop = TRUE ;
106        DropDown = TRUE ;
107        CurPos = 0 ;
108        StringList [ en-US ] =
109        {
110            < "Optimal" ; 4 ; > ;
111            < "From top" ; 3 ; > ;
112            < "From left" ; 3 ; > ;
113            < "Horizontal" ; 1 ; > ;
114            < "Vertical" ; 2 ; > ;
115        };
116    };
117    FixedText FT_UM
118    {
119        Pos = MAP_APPFONT ( 106 , 69  ) ;
120        Size = MAP_APPFONT ( 35 , 8 ) ;
121        Text [ en-US ] = "~By" ;
122    };
123    MetricField MF_ANSATZ
124    {
125        HelpID = "cui:MetricField:RID_SVXPAGE_CAPTION:MF_ANSATZ";
126        Border = TRUE ;
127        Pos = MAP_APPFONT ( 143 , 67  ) ;
128        Size = MAP_APPFONT ( 50 , 12 ) ;
129        TabStop = TRUE ;
130        Repeat = TRUE ;
131        Spin = TRUE ;
132        Maximum = 240000 ;
133        StrictFormat = TRUE ;
134        DecimalDigits = 2 ;
135        Unit = FUNIT_MM ;
136        SpinSize = 50 ;
137    };
138    FixedText FT_ANSATZ_REL
139    {
140        Pos = MAP_APPFONT ( 106 , 69  ) ;
141        Size = MAP_APPFONT ( 35 , 8 ) ;
142        Text [ en-US ] = "~Position" ;
143    };
144    ListBox LB_ANSATZ_REL
145    {
146        HelpID = "cui:ListBox:RID_SVXPAGE_CAPTION:LB_ANSATZ_REL";
147        Border = TRUE ;
148        Pos = MAP_APPFONT ( 143 , 67  ) ;
149        Size = MAP_APPFONT ( 50 , 60 ) ;
150        TabStop = TRUE ;
151        DropDown = TRUE ;
152    };
153    FixedText FT_LAENGE
154    {
155        Pos = MAP_APPFONT ( 6 , 85  ) ;
156        Size = MAP_APPFONT ( 42 , 8 ) ;
157        /* ### ACHTUNG: Neuer Text in Resource? ~L�nge : ~L�nge */
158        /* ### ACHTUNG: Neuer Text in Resource? ~L�nge : ~L�nge */
159        Text [ en-US ] = "~Length" ;
160    };
161    MetricField MF_LAENGE
162    {
163        HelpID = "cui:MetricField:RID_SVXPAGE_CAPTION:MF_LAENGE";
164        Border = TRUE ;
165        Pos = MAP_APPFONT ( 50 , 83  ) ;
166        Size = MAP_APPFONT ( 50 , 12 ) ;
167        TabStop = TRUE ;
168        Repeat = TRUE ;
169        Spin = TRUE ;
170        Maximum = 240000 ;
171        StrictFormat = TRUE ;
172        DecimalDigits = 2 ;
173        Unit = FUNIT_MM ;
174        SpinSize = 50 ;
175    };
176    CheckBox CB_LAENGE
177    {
178        HelpID = "cui:CheckBox:RID_SVXPAGE_CAPTION:CB_LAENGE";
179        Pos = MAP_APPFONT ( 106 , 84  ) ;
180        Size = MAP_APPFONT ( 50 , 10 ) ;
181        TabStop = TRUE ;
182        Text [ en-US ] = "~Optimal" ;
183    };
184    String STR_CAPTTYPE_1
185    {
186        Text [ en-US ] = "Straight Line" ;
187    };
188    String STR_CAPTTYPE_2
189    {
190        Text [ en-US ] = "Angled Line" ;
191    };
192    String STR_CAPTTYPE_3
193    {
194        Text [ en-US ] = "Angled Connector Line" ;
195    };
196    String STR_CAPTTYPE_4
197    {
198        Text [ en-US ] = "Double-angled line" ;
199    };
200    String STR_HORZ_LIST
201    {
202        Text [ en-US ] = "Top;Middle;Bottom" ;
203    };
204    String STR_VERT_LIST
205    {
206        Text [ en-US ] = "Left;Middle;Right" ;
207    };
208    Bitmap BMP_CAPTTYPE_1
209    {
210        File = "legtyp1.bmp" ;
211    };
212    Bitmap BMP_CAPTTYPE_2
213    {
214        File = "legtyp2.bmp" ;
215    };
216    Bitmap BMP_CAPTTYPE_3
217    {
218        File = "legtyp3.bmp" ;
219    };
220    Bitmap BMP_CAPTTYPE_4
221    {
222        File = "legtyp4.bmp" ;
223    };
224    Bitmap BMP_CAPTTYPE_1_H
225    {
226        File = "legtyp1_hc.bmp" ;
227    };
228    Bitmap BMP_CAPTTYPE_2_H
229    {
230        File = "legtyp2_hc.bmp" ;
231    };
232    Bitmap BMP_CAPTTYPE_3_H
233    {
234        File = "legtyp3_hc.bmp" ;
235    };
236    Bitmap BMP_CAPTTYPE_4_H
237    {
238        File = "legtyp4_hc.bmp" ;
239    };
240};
241 // RID_SVXDLG_CAPTION ----------------------------------------------------
242
243#define  _POS_SIZE_TEXT \
244                Text [ en-US ] = "Position and Size" ;             \
245
246TabDialog RID_SVXDLG_CAPTION\
247{
248    OutputSize = TRUE ;
249    SVLook = TRUE ;
250    Size = MAP_APPFONT ( 237 , 161 ) ;
251    Text [ en-US ] = "Callouts" ;\
252    Moveable = TRUE ;
253    TabControl TAB_CONTROL\
254    {
255        OutputSize = TRUE ;
256        Pos = MAP_APPFONT ( 3 , 3 ) ;
257        Size = MAP_APPFONT ( 189 , 97 ) ;
258        PageList =
259        {
260            PageItem\
261            {
262                Identifier = RID_SVXPAGE_POSITION_SIZE ;
263                PageResID = RID_SVXPAGE_POSITION_SIZE ;
264                _POS_SIZE_TEXT
265            };
266            PageItem
267            {
268                Identifier = RID_SVXPAGE_SWPOSSIZE;
269                PageResID = RID_SVXPAGE_SWPOSSIZE;
270                _POS_SIZE_TEXT
271            };
272            PageItem
273            {
274                Identifier = RID_SVXPAGE_CAPTION ;
275                PageResID = RID_SVXPAGE_CAPTION ;
276                Text [ en-US ] = "Callout" ;
277            };
278        };
279    };
280};
281 // ********************************************************************** EOF
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306