1 /*************************************************************************
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
5 * Copyright 2008 by Sun Microsystems, Inc.
7 * OpenOffice.org - a multi-platform office productivity suite
9 * $RCSfile: connect.src,v $
12 * This file is part of OpenOffice.org.
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.
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).
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.
29 ************************************************************************/
30 // pragma ----------------------------------------------------------------
32 // include ---------------------------------------------------------------
33 #include <svtools/controldims.hrc>
34 #include "connect.hrc"
35 #include <svx/dialogs.hrc>
37 // RID_SVXPAGE_CONNECTION ------------------------------------------------
38 TabPage RID_SVXPAGE_CONNECTION
40 HelpId = HID_PAGE_CONNECTION ;
43 Size = MAP_APPFONT ( 260 , 185 ) ;
44 Text [ en-US ] = "Connector" ;
47 Pos = MAP_APPFONT ( 6 , 8 ) ;
48 Size = MAP_APPFONT ( 25 , 8 ) ;
49 Text [ en-US ] = "~Type" ;
54 Pos = MAP_APPFONT ( 37 , 6 ) ;
55 Size = MAP_APPFONT ( 83 , 54 ) ;
61 Pos = MAP_APPFONT ( 6 , 24 ) ;
62 Size = MAP_APPFONT ( 120 , RSC_CD_FIXEDLINE_HEIGHT ) ;
63 Text [ en-US ] = "Line skew" ;
67 Pos = MAP_APPFONT ( 12 , 37 ) ;
68 Size = MAP_APPFONT ( 66 , 8 ) ;
69 Text [ en-US ] = "Line ~1" ;
71 MetricField MTR_FLD_LINE_1
74 Pos = MAP_APPFONT ( 79 , 35 ) ;
75 Size = MAP_APPFONT ( 41 , 12 ) ;
89 Pos = MAP_APPFONT ( 12 , 53 ) ;
90 Size = MAP_APPFONT ( 66 , 8 ) ;
91 Text [ en-US ] = "Line ~2" ;
93 MetricField MTR_FLD_LINE_2
96 Pos = MAP_APPFONT ( 79 , 51 ) ;
97 Size = MAP_APPFONT ( 41 , 12 ) ;
111 Pos = MAP_APPFONT ( 12 , 69 ) ;
112 Size = MAP_APPFONT ( 66 , 8 ) ;
113 Text [ en-US ] = "Line ~3" ;
115 MetricField MTR_FLD_LINE_3
118 Pos = MAP_APPFONT ( 79 , 67 ) ;
119 Size = MAP_APPFONT ( 41 , 12 ) ;
131 FixedLine FL_DISTANCE
133 Pos = MAP_APPFONT ( 6 , 85 ) ;
134 Size = MAP_APPFONT ( 120 , RSC_CD_FIXEDLINE_HEIGHT ) ;
135 Text [ en-US ] = "Line spacing" ;
139 Pos = MAP_APPFONT ( 12 , 98 ) ;
140 Size = MAP_APPFONT ( 66 , 8 ) ;
141 Text [ en-US ] = "~Begin horizontal" ;
143 MetricField MTR_FLD_HORZ_1
146 Pos = MAP_APPFONT ( 79 , 96 ) ;
147 Size = MAP_APPFONT ( 41 , 12 ) ;
161 Pos = MAP_APPFONT ( 12 , 130 ) ;
162 Size = MAP_APPFONT ( 66 , 8 ) ;
163 Text [ en-US ] = "End ~horizontal" ;
165 MetricField MTR_FLD_HORZ_2
168 Pos = MAP_APPFONT ( 79 , 128 ) ;
169 Size = MAP_APPFONT ( 41 , 12 ) ;
183 Pos = MAP_APPFONT ( 12 , 114 ) ;
184 Size = MAP_APPFONT ( 66 , 8 ) ;
185 Text [ en-US ] = "Begin ~vertical" ;
187 MetricField MTR_FLD_VERT_1
190 Pos = MAP_APPFONT ( 79 , 112 ) ;
191 Size = MAP_APPFONT ( 41 , 12 ) ;
205 Pos = MAP_APPFONT ( 12 , 146 ) ;
206 Size = MAP_APPFONT ( 66 , 8 ) ;
207 Text [ en-US ] = "~End vertical" ;
209 MetricField MTR_FLD_VERT_2
212 Pos = MAP_APPFONT ( 79 , 144 ) ;
213 Size = MAP_APPFONT ( 41 , 12 ) ;
227 HelpId = HID_PAGE_CONNECTION_CTL_PREVIEW ;
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";
234 // ******************************************************************* EOF