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