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