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