xref: /trunk/main/cui/source/tabpages/connect.src (revision 78190a370f7d7129fed9a7e70ca122eaae71ce1d)
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements.  See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership.  The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance
9 * with the License.  You may obtain a copy of the License at
10 *
11 *   http://www.apache.org/licenses/LICENSE-2.0
12 *
13 * Unless required by applicable law or agreed to in writing,
14 * software distributed under the License is distributed on an
15 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16 * KIND, either express or implied.  See the License for the
17 * specific language governing permissions and limitations
18 * under the License.
19 *
20 *************************************************************/
21
22
23
24// pragma ----------------------------------------------------------------
25
26// include ---------------------------------------------------------------
27#include <svtools/controldims.hrc>
28#include "connect.hrc"
29#include <cuires.hrc>
30#include "helpid.hrc"
31#include <svx/dialogs.hrc>
32
33// RID_SVXPAGE_CONNECTION ------------------------------------------------
34TabPage RID_SVXPAGE_CONNECTION
35{
36    HelpId = HID_PAGE_CONNECTION ;
37    SVLook = TRUE ;
38    Hide = TRUE ;
39    Size = MAP_APPFONT ( 260, 185 ) ;
40    Text [ en-US ] = "Connector" ;
41    FixedText FT_TYPE
42    {
43        Pos = MAP_APPFONT ( 6, 8 ) ;
44        Size = MAP_APPFONT ( 25, 8 ) ;
45        Text [ en-US ] = "~Type" ;
46    };
47    ListBox LB_TYPE
48    {
49        HelpID = "cui:ListBox:RID_SVXPAGE_CONNECTION:LB_TYPE" ;
50        Border = TRUE ;
51        Pos = MAP_APPFONT ( 37, 6 ) ;
52        Size = MAP_APPFONT ( 83, 54 ) ;
53        TabStop = TRUE ;
54        DropDown = TRUE ;
55    };
56    FixedLine FL_DELTA
57    {
58        Pos = MAP_APPFONT ( 6, 24 ) ;
59        Size = MAP_APPFONT ( 120, RSC_CD_FIXEDLINE_HEIGHT ) ;
60        Text [ en-US ] = "Line skew" ;
61    };
62    FixedText FT_LINE_1
63    {
64        Pos = MAP_APPFONT ( 12, 37 ) ;
65        Size = MAP_APPFONT ( 66, 8 ) ;
66        Text [ en-US ] = "Line ~1" ;
67    };
68    MetricField MTR_FLD_LINE_1
69    {
70        HelpID = "cui:MetricField:RID_SVXPAGE_CONNECTION:MTR_FLD_LINE_1" ;
71        Border = TRUE ;
72        Pos = MAP_APPFONT ( 79, 35 ) ;
73        Size = MAP_APPFONT ( 41, 12 ) ;
74        TabStop = TRUE ;
75        Spin = TRUE ;
76        Repeat = TRUE ;
77        DecimalDigits = 2 ;
78        Minimum = -10000 ;
79        First = -10000 ;
80        Maximum = 10000 ;
81        Last = 10000 ;
82        SpinSize = 10 ;
83        Unit = FUNIT_CM ;
84    };
85    FixedText FT_LINE_2
86    {
87        Pos = MAP_APPFONT ( 12, 53 ) ;
88        Size = MAP_APPFONT ( 66, 8 ) ;
89        Text [ en-US ] = "Line ~2" ;
90    };
91    MetricField MTR_FLD_LINE_2
92    {
93        HelpID = "cui:MetricField:RID_SVXPAGE_CONNECTION:MTR_FLD_LINE_2" ;
94        Border = TRUE ;
95        Pos = MAP_APPFONT ( 79, 51 ) ;
96        Size = MAP_APPFONT ( 41, 12 ) ;
97        TabStop = TRUE ;
98        Spin = TRUE ;
99        Repeat = TRUE ;
100        DecimalDigits = 2 ;
101        Minimum = -10000 ;
102        First = -10000 ;
103        Maximum = 10000 ;
104        Last = 10000 ;
105        SpinSize = 10 ;
106        Unit = FUNIT_CM ;
107    };
108    FixedText FT_LINE_3
109    {
110        Pos = MAP_APPFONT ( 12, 69 ) ;
111        Size = MAP_APPFONT ( 66, 8 ) ;
112        Text [ en-US ] = "Line ~3" ;
113    };
114    MetricField MTR_FLD_LINE_3
115    {
116        HelpID = "cui:MetricField:RID_SVXPAGE_CONNECTION:MTR_FLD_LINE_3" ;
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        HelpID = "cui:MetricField:RID_SVXPAGE_CONNECTION:MTR_FLD_HORZ_1" ;
146        Border = TRUE ;
147        Pos = MAP_APPFONT ( 79, 96 ) ;
148        Size = MAP_APPFONT ( 41, 12 ) ;
149        TabStop = TRUE ;
150        Spin = TRUE ;
151        Repeat = TRUE ;
152        DecimalDigits = 2 ;
153        Minimum = -10000 ;
154        First = -10000 ;
155        Maximum = 10000 ;
156        Last = 10000 ;
157        SpinSize = 10 ;
158        Unit = FUNIT_CM ;
159    };
160    FixedText FT_HORZ_2
161    {
162        Pos = MAP_APPFONT ( 12, 130 ) ;
163        Size = MAP_APPFONT ( 66, 8 ) ;
164        Text [ en-US ] = "End ~horizontal" ;
165    };
166    MetricField MTR_FLD_HORZ_2
167    {
168        HelpID = "cui:MetricField:RID_SVXPAGE_CONNECTION:MTR_FLD_HORZ_2" ;
169        Border = TRUE ;
170        Pos = MAP_APPFONT ( 79, 128 ) ;
171        Size = MAP_APPFONT ( 41, 12 ) ;
172        TabStop = TRUE ;
173        Spin = TRUE ;
174        Repeat = TRUE ;
175        DecimalDigits = 2 ;
176        Minimum = -10000 ;
177        First = -10000 ;
178        Maximum = 10000 ;
179        Last = 10000 ;
180        SpinSize = 10 ;
181        Unit = FUNIT_CM ;
182    };
183    FixedText FT_VERT_1
184    {
185        Pos = MAP_APPFONT ( 12, 114 ) ;
186        Size = MAP_APPFONT ( 66, 8 ) ;
187        Text [ en-US ] = "Begin ~vertical" ;
188    };
189    MetricField MTR_FLD_VERT_1
190    {
191        HelpID = "cui:MetricField:RID_SVXPAGE_CONNECTION:MTR_FLD_VERT_1" ;
192        Border = TRUE ;
193        Pos = MAP_APPFONT ( 79, 112 ) ;
194        Size = MAP_APPFONT ( 41, 12 ) ;
195        TabStop = TRUE ;
196        Spin = TRUE ;
197        Repeat = TRUE ;
198        DecimalDigits = 2 ;
199        Minimum = -10000 ;
200        First = -10000 ;
201        Maximum = 10000 ;
202        Last = 10000 ;
203        SpinSize = 10 ;
204        Unit = FUNIT_CM ;
205    };
206    FixedText FT_VERT_2
207    {
208        Pos = MAP_APPFONT ( 12, 146 ) ;
209        Size = MAP_APPFONT ( 66, 8 ) ;
210        Text [ en-US ] = "~End vertical" ;
211    };
212    MetricField MTR_FLD_VERT_2
213    {
214        HelpID = "cui:MetricField:RID_SVXPAGE_CONNECTION:MTR_FLD_VERT_2" ;
215        Border = TRUE ;
216        Pos = MAP_APPFONT ( 79, 144 ) ;
217        Size = MAP_APPFONT ( 41, 12 ) ;
218        TabStop = TRUE ;
219        Spin = TRUE ;
220        Repeat = TRUE ;
221        DecimalDigits = 2 ;
222        Minimum = -10000 ;
223        First = -10000 ;
224        Maximum = 10000 ;
225        Last = 10000 ;
226        SpinSize = 10 ;
227        Unit = FUNIT_CM ;
228    };
229    Control CTL_PREVIEW
230    {
231        HelpId = HID_PAGE_CONNECTION_CTL_PREVIEW ;
232        Border = TRUE ;
233        Pos = MAP_APPFONT ( 6 + 120 + RSC_SP_FLGR_SPACE_Y + RSC_SP_FLGR_INNERBORDER_LEFT, 35 ) ;
234        Size = MAP_APPFONT ( 118, 121 ) ;
235        QuickHelpText [ en-US ] = "Preview" ;
236    };
237};
238
239// ******************************************************************* EOF
240