xref: /trunk/main/cui/source/tabpages/connect.src (revision cdf0e10c4e3984b49a9502b011690b615761d4a3)
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 // pragma ----------------------------------------------------------------
28
29 // include ---------------------------------------------------------------
30#include <svtools/controldims.hrc>
31#include "connect.hrc"
32#include <cuires.hrc>
33#include "helpid.hrc"
34#include <svx/dialogs.hrc>
35
36 // RID_SVXPAGE_CONNECTION ------------------------------------------------
37TabPage RID_SVXPAGE_CONNECTION
38{
39    HelpId = HID_PAGE_CONNECTION ;
40    SVLook = TRUE ;
41    Hide = TRUE ;
42    Size = MAP_APPFONT ( 260 , 185 ) ;
43    Text [ en-US ] = "Connector" ;
44    FixedText FT_TYPE
45    {
46        Pos = MAP_APPFONT ( 6 , 8 ) ;
47        Size = MAP_APPFONT ( 25 , 8 ) ;
48        Text [ en-US ] = "~Type" ;
49    };
50    ListBox LB_TYPE
51    {
52        HelpID = "cui:ListBox:RID_SVXPAGE_CONNECTION:LB_TYPE";
53        Border = TRUE ;
54        Pos = MAP_APPFONT ( 37 , 6 ) ;
55        Size = MAP_APPFONT ( 83 , 54 ) ;
56        TabStop = TRUE ;
57        DropDown = TRUE ;
58    };
59    FixedLine FL_DELTA
60    {
61        Pos = MAP_APPFONT ( 6 , 24 ) ;
62        Size = MAP_APPFONT ( 120 , RSC_CD_FIXEDLINE_HEIGHT ) ;
63        Text [ en-US ] = "Line skew" ;
64    };
65    FixedText FT_LINE_1
66    {
67        Pos = MAP_APPFONT ( 12 , 37  ) ;
68        Size = MAP_APPFONT ( 66 , 8 ) ;
69        Text [ en-US ] = "Line ~1" ;
70    };
71    MetricField MTR_FLD_LINE_1
72    {
73        HelpID = "cui:MetricField:RID_SVXPAGE_CONNECTION:MTR_FLD_LINE_1";
74        Border = TRUE ;
75        Pos = MAP_APPFONT ( 79 , 35  ) ;
76        Size = MAP_APPFONT ( 41 , 12 ) ;
77        TabStop = TRUE ;
78        Spin = TRUE ;
79        Repeat = TRUE ;
80        DecimalDigits = 2 ;
81        Minimum = -10000 ;
82        First = -10000 ;
83        Maximum = 10000 ;
84        Last = 10000 ;
85        SpinSize = 10 ;
86        Unit = FUNIT_CM ;
87    };
88    FixedText FT_LINE_2
89    {
90        Pos = MAP_APPFONT ( 12 , 53 ) ;
91        Size = MAP_APPFONT ( 66 , 8 ) ;
92        Text [ en-US ] = "Line ~2" ;
93    };
94    MetricField MTR_FLD_LINE_2
95    {
96        HelpID = "cui:MetricField:RID_SVXPAGE_CONNECTION:MTR_FLD_LINE_2";
97        Border = TRUE ;
98        Pos = MAP_APPFONT ( 79 , 51 ) ;
99        Size = MAP_APPFONT ( 41 , 12 ) ;
100        TabStop = TRUE ;
101        Spin = TRUE ;
102        Repeat = TRUE ;
103        DecimalDigits = 2 ;
104        Minimum = -10000 ;
105        First = -10000 ;
106        Maximum = 10000 ;
107        Last = 10000 ;
108        SpinSize = 10 ;
109        Unit = FUNIT_CM ;
110    };
111    FixedText FT_LINE_3
112    {
113        Pos = MAP_APPFONT ( 12 , 69 ) ;
114        Size = MAP_APPFONT ( 66 , 8 ) ;
115        Text [ en-US ] = "Line ~3" ;
116    };
117    MetricField MTR_FLD_LINE_3
118    {
119        HelpID = "cui:MetricField:RID_SVXPAGE_CONNECTION:MTR_FLD_LINE_3";
120        Border = TRUE ;
121        Pos = MAP_APPFONT ( 79 , 67 ) ;
122        Size = MAP_APPFONT ( 41 , 12 ) ;
123        TabStop = TRUE ;
124        Spin = TRUE ;
125        Repeat = TRUE ;
126        DecimalDigits = 2 ;
127        Minimum = -10000 ;
128        First = -10000 ;
129        Maximum = 10000 ;
130        Last = 10000 ;
131        SpinSize = 10 ;
132        Unit = FUNIT_CM ;
133    };
134    FixedLine FL_DISTANCE
135    {
136        Pos = MAP_APPFONT ( 6 , 85 ) ;
137        Size = MAP_APPFONT ( 120 , RSC_CD_FIXEDLINE_HEIGHT ) ;
138        Text [ en-US ] = "Line spacing" ;
139    };
140    FixedText FT_HORZ_1
141    {
142        Pos = MAP_APPFONT ( 12 , 98 ) ;
143        Size = MAP_APPFONT ( 66 , 8 ) ;
144        Text [ en-US ] = "~Begin horizontal" ;
145    };
146    MetricField MTR_FLD_HORZ_1
147    {
148        HelpID = "cui:MetricField:RID_SVXPAGE_CONNECTION:MTR_FLD_HORZ_1";
149        Border = TRUE ;
150        Pos = MAP_APPFONT ( 79 , 96 ) ;
151        Size = MAP_APPFONT ( 41 , 12 ) ;
152        TabStop = TRUE ;
153        Spin = TRUE ;
154        Repeat = TRUE ;
155        DecimalDigits = 2 ;
156        Minimum = -10000 ;
157        First = -10000 ;
158        Maximum = 10000 ;
159        Last = 10000 ;
160        SpinSize = 10 ;
161        Unit = FUNIT_CM ;
162    };
163    FixedText FT_HORZ_2
164    {
165        Pos = MAP_APPFONT ( 12 , 130 ) ;
166        Size = MAP_APPFONT ( 66 , 8 ) ;
167        Text [ en-US ] = "End ~horizontal" ;
168    };
169    MetricField MTR_FLD_HORZ_2
170    {
171        HelpID = "cui:MetricField:RID_SVXPAGE_CONNECTION:MTR_FLD_HORZ_2";
172        Border = TRUE ;
173        Pos = MAP_APPFONT ( 79 , 128 ) ;
174        Size = MAP_APPFONT ( 41 , 12 ) ;
175        TabStop = TRUE ;
176        Spin = TRUE ;
177        Repeat = TRUE ;
178        DecimalDigits = 2 ;
179        Minimum = -10000 ;
180        First = -10000 ;
181        Maximum = 10000 ;
182        Last = 10000 ;
183        SpinSize = 10 ;
184        Unit = FUNIT_CM ;
185    };
186    FixedText FT_VERT_1
187    {
188        Pos = MAP_APPFONT ( 12 , 114 ) ;
189        Size = MAP_APPFONT ( 66 , 8 ) ;
190        Text [ en-US ] = "Begin ~vertical" ;
191    };
192    MetricField MTR_FLD_VERT_1
193    {
194        HelpID = "cui:MetricField:RID_SVXPAGE_CONNECTION:MTR_FLD_VERT_1";
195        Border = TRUE ;
196        Pos = MAP_APPFONT ( 79 , 112 ) ;
197        Size = MAP_APPFONT ( 41 , 12 ) ;
198        TabStop = TRUE ;
199        Spin = TRUE ;
200        Repeat = TRUE ;
201        DecimalDigits = 2 ;
202        Minimum = -10000 ;
203        First = -10000 ;
204        Maximum = 10000 ;
205        Last = 10000 ;
206        SpinSize = 10 ;
207        Unit = FUNIT_CM ;
208    };
209    FixedText FT_VERT_2
210    {
211        Pos = MAP_APPFONT ( 12 , 146 ) ;
212        Size = MAP_APPFONT ( 66 , 8 ) ;
213        Text [ en-US ] = "~End vertical" ;
214    };
215    MetricField MTR_FLD_VERT_2
216    {
217        HelpID = "cui:MetricField:RID_SVXPAGE_CONNECTION:MTR_FLD_VERT_2";
218        Border = TRUE ;
219        Pos = MAP_APPFONT ( 79 , 144 ) ;
220        Size = MAP_APPFONT ( 41 , 12 ) ;
221        TabStop = TRUE ;
222        Spin = TRUE ;
223        Repeat = TRUE ;
224        DecimalDigits = 2 ;
225        Minimum = -10000 ;
226        First = -10000 ;
227        Maximum = 10000 ;
228        Last = 10000 ;
229        SpinSize = 10 ;
230        Unit = FUNIT_CM ;
231    };
232    Control CTL_PREVIEW
233    {
234        HelpId = HID_PAGE_CONNECTION_CTL_PREVIEW ;
235        Border = TRUE ;
236        Pos = MAP_APPFONT ( 6 + 120 + RSC_SP_FLGR_SPACE_Y + RSC_SP_FLGR_INNERBORDER_LEFT , 35  ) ;
237        Size = MAP_APPFONT ( 118 , 121 ) ;
238        QuickHelpText [ en-US ] = "Preview";
239    };
240};
241 // ******************************************************************* EOF
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276