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