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