Update ooo320-m1
[ooovba.git] / svx / source / cui / connect.src
blob21031303e7e171b4637d42e67fd94b9a2eb525ce
1 /*************************************************************************
2  *
3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4  * 
5  * Copyright 2008 by Sun Microsystems, Inc.
6  *
7  * OpenOffice.org - a multi-platform office productivity suite
8  *
9  * $RCSfile: connect.src,v $
10  * $Revision: 1.33 $
11  *
12  * This file is part of OpenOffice.org.
13  *
14  * OpenOffice.org is free software: you can redistribute it and/or modify
15  * it under the terms of the GNU Lesser General Public License version 3
16  * only, as published by the Free Software Foundation.
17  *
18  * OpenOffice.org is distributed in the hope that it will be useful,
19  * but WITHOUT ANY WARRANTY; without even the implied warranty of
20  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
21  * GNU Lesser General Public License version 3 for more details
22  * (a copy is included in the LICENSE file that accompanied this code).
23  *
24  * You should have received a copy of the GNU Lesser General Public License
25  * version 3 along with OpenOffice.org.  If not, see
26  * <http://www.openoffice.org/license.html>
27  * for a copy of the LGPLv3 License.
28  *
29  ************************************************************************/
30  // pragma ----------------------------------------------------------------
32  // include ---------------------------------------------------------------
33 #include <svtools/controldims.hrc>
34 #include "connect.hrc"
35 #include <svx/dialogs.hrc>
36 #include "helpid.hrc"
37  // RID_SVXPAGE_CONNECTION ------------------------------------------------
38 TabPage RID_SVXPAGE_CONNECTION
40     HelpId = HID_PAGE_CONNECTION ;
41     SVLook = TRUE ;
42     Hide = TRUE ;
43     Size = MAP_APPFONT ( 260 , 185 ) ;
44     Text [ en-US ] = "Connector" ;
45     FixedText FT_TYPE
46     {
47         Pos = MAP_APPFONT ( 6 , 8 ) ;
48         Size = MAP_APPFONT ( 25 , 8 ) ;
49         Text [ en-US ] = "~Type" ;
50     };
51     ListBox LB_TYPE
52     {
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         Border = TRUE ;
74         Pos = MAP_APPFONT ( 79 , 35  ) ;
75         Size = MAP_APPFONT ( 41 , 12 ) ;
76         TabStop = TRUE ;
77         Spin = TRUE ;
78         Repeat = TRUE ;
79         DecimalDigits = 2 ;
80         Minimum = -10000 ;
81         First = -10000 ;
82         Maximum = 10000 ;
83         Last = 10000 ;
84         SpinSize = 10 ;
85         Unit = FUNIT_CM ;
86     };
87     FixedText FT_LINE_2
88     {
89         Pos = MAP_APPFONT ( 12 , 53 ) ;
90         Size = MAP_APPFONT ( 66 , 8 ) ;
91         Text [ en-US ] = "Line ~2" ;
92     };
93     MetricField MTR_FLD_LINE_2
94     {
95         Border = TRUE ;
96         Pos = MAP_APPFONT ( 79 , 51 ) ;
97         Size = MAP_APPFONT ( 41 , 12 ) ;
98         TabStop = TRUE ;
99         Spin = TRUE ;
100         Repeat = TRUE ;
101         DecimalDigits = 2 ;
102         Minimum = -10000 ;
103         First = -10000 ;
104         Maximum = 10000 ;
105         Last = 10000 ;
106         SpinSize = 10 ;
107         Unit = FUNIT_CM ;
108     };
109     FixedText FT_LINE_3
110     {
111         Pos = MAP_APPFONT ( 12 , 69 ) ;
112         Size = MAP_APPFONT ( 66 , 8 ) ;
113         Text [ en-US ] = "Line ~3" ;
114     };
115     MetricField MTR_FLD_LINE_3
116     {
117         Border = TRUE ;
118         Pos = MAP_APPFONT ( 79 , 67 ) ;
119         Size = MAP_APPFONT ( 41 , 12 ) ;
120         TabStop = TRUE ;
121         Spin = TRUE ;
122         Repeat = TRUE ;
123         DecimalDigits = 2 ;
124         Minimum = -10000 ;
125         First = -10000 ;
126         Maximum = 10000 ;
127         Last = 10000 ;
128         SpinSize = 10 ;
129         Unit = FUNIT_CM ;
130     };
131     FixedLine FL_DISTANCE
132     {
133         Pos = MAP_APPFONT ( 6 , 85 ) ;
134         Size = MAP_APPFONT ( 120 , RSC_CD_FIXEDLINE_HEIGHT ) ;
135         Text [ en-US ] = "Line spacing" ;
136     };
137     FixedText FT_HORZ_1
138     {
139         Pos = MAP_APPFONT ( 12 , 98 ) ;
140         Size = MAP_APPFONT ( 66 , 8 ) ;
141         Text [ en-US ] = "~Begin horizontal" ;
142     };
143     MetricField MTR_FLD_HORZ_1
144     {
145         Border = TRUE ;
146         Pos = MAP_APPFONT ( 79 , 96 ) ;
147         Size = MAP_APPFONT ( 41 , 12 ) ;
148         TabStop = TRUE ;
149         Spin = TRUE ;
150         Repeat = TRUE ;
151         DecimalDigits = 2 ;
152         Minimum = -10000 ;
153         First = -10000 ;
154         Maximum = 10000 ;
155         Last = 10000 ;
156         SpinSize = 10 ;
157         Unit = FUNIT_CM ;
158     };
159     FixedText FT_HORZ_2
160     {
161         Pos = MAP_APPFONT ( 12 , 130 ) ;
162         Size = MAP_APPFONT ( 66 , 8 ) ;
163         Text [ en-US ] = "End ~horizontal" ;
164     };
165     MetricField MTR_FLD_HORZ_2
166     {
167         Border = TRUE ;
168         Pos = MAP_APPFONT ( 79 , 128 ) ;
169         Size = MAP_APPFONT ( 41 , 12 ) ;
170         TabStop = TRUE ;
171         Spin = TRUE ;
172         Repeat = TRUE ;
173         DecimalDigits = 2 ;
174         Minimum = -10000 ;
175         First = -10000 ;
176         Maximum = 10000 ;
177         Last = 10000 ;
178         SpinSize = 10 ;
179         Unit = FUNIT_CM ;
180     };
181     FixedText FT_VERT_1
182     {
183         Pos = MAP_APPFONT ( 12 , 114 ) ;
184         Size = MAP_APPFONT ( 66 , 8 ) ;
185         Text [ en-US ] = "Begin ~vertical" ;
186     };
187     MetricField MTR_FLD_VERT_1
188     {
189         Border = TRUE ;
190         Pos = MAP_APPFONT ( 79 , 112 ) ;
191         Size = MAP_APPFONT ( 41 , 12 ) ;
192         TabStop = TRUE ;
193         Spin = TRUE ;
194         Repeat = TRUE ;
195         DecimalDigits = 2 ;
196         Minimum = -10000 ;
197         First = -10000 ;
198         Maximum = 10000 ;
199         Last = 10000 ;
200         SpinSize = 10 ;
201         Unit = FUNIT_CM ;
202     };
203     FixedText FT_VERT_2
204     {
205         Pos = MAP_APPFONT ( 12 , 146 ) ;
206         Size = MAP_APPFONT ( 66 , 8 ) ;
207         Text [ en-US ] = "~End vertical" ;
208     };
209     MetricField MTR_FLD_VERT_2
210     {
211         Border = TRUE ;
212         Pos = MAP_APPFONT ( 79 , 144 ) ;
213         Size = MAP_APPFONT ( 41 , 12 ) ;
214         TabStop = TRUE ;
215         Spin = TRUE ;
216         Repeat = TRUE ;
217         DecimalDigits = 2 ;
218         Minimum = -10000 ;
219         First = -10000 ;
220         Maximum = 10000 ;
221         Last = 10000 ;
222         SpinSize = 10 ;
223         Unit = FUNIT_CM ;
224     };
225     Control CTL_PREVIEW
226     {
227         HelpId = HID_PAGE_CONNECTION_CTL_PREVIEW ;
228         Border = TRUE ;
229         Pos = MAP_APPFONT ( 6 + 120 + RSC_SP_FLGR_SPACE_Y + RSC_SP_FLGR_INNERBORDER_LEFT , 35  ) ;
230         Size = MAP_APPFONT ( 118 , 121 ) ;
231         QuickHelpText [ en-US ] = "Preview";
232     };
234  // ******************************************************************* EOF