num.src (8660f102) | num.src (b1d35b17) |
---|---|
1/************************************************************** | 1/************************************************************** |
2 * | 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 | 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 * | 10 * |
11 * http://www.apache.org/licenses/LICENSE-2.0 | 11 * http://www.apache.org/licenses/LICENSE-2.0 |
12 * | 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. | 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 * | 19 * |
20 *************************************************************/ 21 22 | 20 *************************************************************/ 21 22 |
23/* StarView ressource file */ | |
24 | 23 |
25 | |
26#include "globals.hrc" 27#include "misc.hrc" 28#include "num.hrc" 29#include "cmdid.h" 30#include "helpid.h" 31#include "svx/dialogs.hrc" 32 33/**************************************************************************/ | 24#include "globals.hrc" 25#include "misc.hrc" 26#include "num.hrc" 27#include "cmdid.h" 28#include "helpid.h" 29#include "svx/dialogs.hrc" 30 31/**************************************************************************/ |
34/* */ 35/* TabPage Positionen */ 36/* */ | 32/* TabPage positions */ |
37/**************************************************************************/ 38TabPage TP_NUM_POSITION 39{ 40 HelpID = HID_NUM_POSITION ; 41 SVLook = TRUE ; | 33/**************************************************************************/ 34TabPage TP_NUM_POSITION 35{ 36 HelpID = HID_NUM_POSITION ; 37 SVLook = TRUE ; |
42 Size = MAP_APPFONT ( 260 , 185 ) ; 43 Hide = TRUE; 44 FixedLine FL_LEVEL | 38 Size = MAP_APPFONT ( 260, 185 ) ; 39 Hide = TRUE ; 40 FixedLine FL_LEVEL |
45 { | 41 { |
46 Pos = MAP_APPFONT ( 6 , 3 ) ; 47 Size = MAP_APPFONT ( 35 , 8 ) ; | 42 Pos = MAP_APPFONT ( 6, 3 ) ; 43 Size = MAP_APPFONT ( 35, 8 ) ; |
48 Text [ en-US ] = "Level" ; 49 }; 50 MultiListBox LB_LEVEL 51 { | 44 Text [ en-US ] = "Level" ; 45 }; 46 MultiListBox LB_LEVEL 47 { |
52 HelpID = "sw:MultiListBox:TP_NUM_POSITION:LB_LEVEL"; 53 Pos = MAP_APPFONT ( 12 , 14 ) ; 54 Size = MAP_APPFONT ( 26 , 163 ) ; | 48 HelpID = "sw:MultiListBox:TP_NUM_POSITION:LB_LEVEL" ; 49 Pos = MAP_APPFONT ( 12, 14 ) ; 50 Size = MAP_APPFONT ( 26, 163 ) ; |
55 TabStop = TRUE ; 56 DropDown = FALSE ; 57 Border = TRUE ; 58 SimpleMode = TRUE ; 59 }; | 51 TabStop = TRUE ; 52 DropDown = FALSE ; 53 Border = TRUE ; 54 SimpleMode = TRUE ; 55 }; |
60 FixedLine FL_POSITION | 56 FixedLine FL_POSITION |
61 { | 57 { |
62 Pos = MAP_APPFONT ( 47 , 3 ) ; 63 Size = MAP_APPFONT ( 207 , 8 ) ; | 58 Pos = MAP_APPFONT ( 47, 3 ) ; 59 Size = MAP_APPFONT ( 207, 8 ) ; |
64 Group = TRUE ; 65 Text [ en-US ] = "Position and spacing" ; 66 }; | 60 Group = TRUE ; 61 Text [ en-US ] = "Position and spacing" ; 62 }; |
67 FixedText FT_BORDERDIST 68 { 69 Pos = MAP_APPFONT ( 50 , 27 ) ; 70 Size = MAP_APPFONT ( 105 , 10 ) ; 71 Text [ en-US ] = "Indent" ; 72 }; 73 MetricField MF_BORDERDIST 74 { 75 HelpID = "sw:MetricField:TP_NUM_POSITION:MF_BORDERDIST"; 76 Pos = MAP_APPFONT ( 198 , 25 ) ; 77 Size = MAP_APPFONT ( 40 , 12 ) ; 78 Border = TRUE ; 79 TabStop = TRUE ; 80 Left = TRUE ; 81 Repeat = TRUE ; 82 Spin = TRUE ; 83 Minimum = -1999 ; 84 Maximum = 1999 ; 85 DecimalDigits = 2 ; 86 Value = 0 ; 87 Unit = FUNIT_CM ; 88 First = 0 ; 89 Last = 1999 ; 90 SpinSize = 5 ; 91 }; 92 CheckBox CB_RELATIVE 93 { 94 HelpID = "sw:CheckBox:TP_NUM_POSITION:CB_RELATIVE"; 95 Pos = MAP_APPFONT ( 198 , 41 ) ; 96 Size = MAP_APPFONT ( 52 , 10 ) ; 97 Text [ en-US ] = "Relati~ve" ; 98 }; 99 FixedText FT_INDENT 100 { 101 Pos = MAP_APPFONT ( 50 , 59 ) ; 102 Size = MAP_APPFONT ( 105 , 8 ) ; 103 Text [ en-US ] = "Width of numbering" ; 104 }; 105 MetricField MF_INDENT 106 { 107 HelpID = "sw:MetricField:TP_NUM_POSITION:MF_INDENT"; 108 Pos = MAP_APPFONT ( 198 , 57 ) ; 109 Size = MAP_APPFONT ( 40 , 12 ) ; 110 Border = TRUE ; 111 TabStop = TRUE ; 112 Left = TRUE ; 113 Repeat = TRUE ; 114 Spin = TRUE ; 115 Minimum = 0 ; 116 Maximum = 1999 ; 117 DecimalDigits = 2 ; 118 Value = 0 ; 119 Unit = FUNIT_CM ; 120 First = 0 ; 121 Last = 1999 ; 122 SpinSize = 5 ; 123 }; 124 FixedText FT_NUMDIST 125 { 126 Pos = MAP_APPFONT ( 50 , 75 ) ; 127 Size = MAP_APPFONT ( 105 , 8 ) ; 128 Text [ en-US ] = "Minimum space numbering <-> text" ; 129 }; 130 MetricField MF_NUMDIST 131 { 132 HelpID = "sw:MetricField:TP_NUM_POSITION:MF_NUMDIST"; 133 Pos = MAP_APPFONT ( 198 , 73 ) ; 134 Size = MAP_APPFONT ( 40 , 12 ) ; 135 Left = TRUE ; 136 Repeat = TRUE ; 137 Spin = TRUE ; 138 Minimum = 0 ; 139 Maximum = 1999 ; 140 DecimalDigits = 2 ; 141 Value = 0 ; 142 Unit = FUNIT_CM ; 143 First = 0 ; 144 Last = 1999 ; 145 SpinSize = 5 ; 146 Border = TRUE ; 147 TabStop = TRUE ; 148 }; 149 FixedText FT_ALIGN 150 { 151 Pos = MAP_APPFONT ( 50 , 91 ) ; 152 Size = MAP_APPFONT ( 105 , 8 ) ; 153 Text [ en-US ] = "N~umbering alignment" ; 154 }; 155 ListBox LB_ALIGN 156 { 157 HelpID = "sw:ListBox:TP_NUM_POSITION:LB_ALIGN"; 158 Pos = MAP_APPFONT ( 198 , 89 ) ; 159 Size = MAP_APPFONT ( 40 , 40 ) ; 160 TabStop = TRUE ; 161 DropDown = TRUE ; 162 StringList [ en-US ] = 163 { 164 < "Left" ; > ; 165 < "Centered" ; > ; 166 < "Right" ; > ; 167 }; 168 }; 169 FixedText FT_LABEL_FOLLOWED_BY 170 { 171 Pos = MAP_APPFONT ( 50 , 27 ) ; 172 Size = MAP_APPFONT ( 105 , 10 ) ; 173 Text [ en-US ] = "Numbering followed by" ; 174 }; 175 ListBox LB_LABEL_FOLLOWED_BY 176 { 177 HelpID = "sw:ListBox:TP_NUM_POSITION:LB_LABEL_FOLLOWED_BY"; 178 Pos = MAP_APPFONT ( 198 , 25 ) ; 179 Size = MAP_APPFONT ( 40 , 12 ) ; 180 TabStop = TRUE ; 181 DropDown = TRUE ; 182 StringList [ en-US ] = 183 { 184 < "Tab stop" ; > ; 185 < "Space" ; > ; 186 < "Nothing" ; > ; 187 }; 188 }; 189 FixedText FT_LISTTAB 190 { 191 Pos = MAP_APPFONT ( 50 , 43 ) ; 192 Size = MAP_APPFONT ( 143 , 10 ) ; 193 Right = TRUE ; 194 Text [ en-US ] = "at" ; 195 }; 196 MetricField MF_LISTTAB 197 { 198 HelpID = "sw:MetricField:TP_NUM_POSITION:MF_LISTTAB"; 199 Pos = MAP_APPFONT ( 198 , 41 ) ; 200 Size = MAP_APPFONT ( 40 , 12 ) ; 201 Border = TRUE ; 202 TabStop = TRUE ; 203 Left = TRUE ; 204 Repeat = TRUE ; 205 Spin = TRUE ; 206 Minimum = 0 ; 207 Maximum = 1999 ; 208 DecimalDigits = 2 ; 209 Value = 0 ; 210 Unit = FUNIT_CM ; 211 First = 0 ; 212 Last = 1999 ; 213 SpinSize = 5 ; 214 }; 215 FixedText FT_ALIGN_2 216 { 217 Pos = MAP_APPFONT ( 50 , 59 ) ; 218 Size = MAP_APPFONT ( 105 , 8 ) ; 219 }; 220 ListBox LB_ALIGN_2 221 { 222 HelpID = "sw:ListBox:TP_NUM_POSITION:LB_ALIGN_2"; 223 Pos = MAP_APPFONT ( 198 , 57 ) ; 224 Size = MAP_APPFONT ( 40 , 12 ) ; 225 TabStop = TRUE ; 226 DropDown = TRUE ; 227 }; 228 FixedText FT_ALIGNED_AT 229 { 230 Pos = MAP_APPFONT ( 50 , 75 ) ; 231 Size = MAP_APPFONT ( 105 , 8 ) ; 232 Text [ en-US ] = "Aligned at" ; 233 }; 234 MetricField MF_ALIGNED_AT 235 { 236 HelpID = "sw:MetricField:TP_NUM_POSITION:MF_ALIGNED_AT"; 237 Pos = MAP_APPFONT ( 198 , 73 ) ; 238 Size = MAP_APPFONT ( 40 , 12 ) ; 239 Left = TRUE ; 240 Repeat = TRUE ; 241 Spin = TRUE ; 242 Minimum = -1999 ; 243 Maximum = 1999 ; 244 DecimalDigits = 2 ; 245 Value = 0 ; 246 Unit = FUNIT_CM ; 247 First = 0 ; 248 Last = 1999 ; 249 SpinSize = 5 ; 250 Border = TRUE ; 251 TabStop = TRUE ; 252 }; 253 FixedText FT_INDENT_AT 254 { 255 Pos = MAP_APPFONT ( 50 , 91 ) ; 256 Size = MAP_APPFONT ( 105 , 8 ) ; 257 Text [ en-US ] = "Indent at" ; 258 }; 259 MetricField MF_INDENT_AT 260 { 261 HelpID = "sw:MetricField:TP_NUM_POSITION:MF_INDENT_AT"; 262 Pos = MAP_APPFONT ( 198 , 89 ) ; 263 Size = MAP_APPFONT ( 40 , 12 ) ; 264 Left = TRUE ; 265 Repeat = TRUE ; 266 Spin = TRUE ; 267 Minimum = -1999 ; 268 Maximum = 1999 ; 269 DecimalDigits = 2 ; 270 Value = 0 ; 271 Unit = FUNIT_CM ; 272 First = 0 ; 273 Last = 1999 ; 274 SpinSize = 5 ; 275 Border = TRUE ; 276 TabStop = TRUE ; 277 }; 278 PushButton PB_STANDARD 279 { 280 HelpID = "sw:PushButton:TP_NUM_POSITION:PB_STANDARD"; 281 Pos = MAP_APPFONT ( 198 , 165 ) ; 282 Size = MAP_APPFONT ( 50 , 14 ) ; 283 Text [ en-US ] = "Default" ; 284 }; 285 Window WIN_PREVIEW 286 { 287 Pos = MAP_APPFONT ( 50 , 113 ) ; 288 Size = MAP_APPFONT ( 143 , 67 ) ; 289 Border = TRUE ; 290 }; | 63 FixedText FT_BORDERDIST 64 { 65 Pos = MAP_APPFONT ( 50, 27 ) ; 66 Size = MAP_APPFONT ( 105, 10 ) ; 67 Text [ en-US ] = "Indent" ; 68 }; 69 MetricField MF_BORDERDIST 70 { 71 HelpID = "sw:MetricField:TP_NUM_POSITION:MF_BORDERDIST" ; 72 Pos = MAP_APPFONT ( 198, 25 ) ; 73 Size = MAP_APPFONT ( 40, 12 ) ; 74 Border = TRUE ; 75 TabStop = TRUE ; 76 Left = TRUE ; 77 Repeat = TRUE ; 78 Spin = TRUE ; 79 Minimum = -1999 ; 80 Maximum = 1999 ; 81 DecimalDigits = 2 ; 82 Value = 0 ; 83 Unit = FUNIT_CM ; 84 First = 0 ; 85 Last = 1999 ; 86 SpinSize = 5 ; 87 }; 88 CheckBox CB_RELATIVE 89 { 90 HelpID = "sw:CheckBox:TP_NUM_POSITION:CB_RELATIVE" ; 91 Pos = MAP_APPFONT ( 198, 41 ) ; 92 Size = MAP_APPFONT ( 52, 10 ) ; 93 Text [ en-US ] = "Relati~ve" ; 94 }; 95 FixedText FT_INDENT 96 { 97 Pos = MAP_APPFONT ( 50, 59 ) ; 98 Size = MAP_APPFONT ( 105, 8 ) ; 99 Text [ en-US ] = "Width of numbering" ; 100 }; 101 MetricField MF_INDENT 102 { 103 HelpID = "sw:MetricField:TP_NUM_POSITION:MF_INDENT" ; 104 Pos = MAP_APPFONT ( 198, 57 ) ; 105 Size = MAP_APPFONT ( 40, 12 ) ; 106 Border = TRUE ; 107 TabStop = TRUE ; 108 Left = TRUE ; 109 Repeat = TRUE ; 110 Spin = TRUE ; 111 Minimum = 0 ; 112 Maximum = 1999 ; 113 DecimalDigits = 2 ; 114 Value = 0 ; 115 Unit = FUNIT_CM ; 116 First = 0 ; 117 Last = 1999 ; 118 SpinSize = 5 ; 119 }; 120 FixedText FT_NUMDIST 121 { 122 Pos = MAP_APPFONT ( 50, 75 ) ; 123 Size = MAP_APPFONT ( 105, 8 ) ; 124 Text [ en-US ] = "Minimum space numbering <-> text" ; 125 }; 126 MetricField MF_NUMDIST 127 { 128 HelpID = "sw:MetricField:TP_NUM_POSITION:MF_NUMDIST" ; 129 Pos = MAP_APPFONT ( 198, 73 ) ; 130 Size = MAP_APPFONT ( 40, 12 ) ; 131 Left = TRUE ; 132 Repeat = TRUE ; 133 Spin = TRUE ; 134 Minimum = 0 ; 135 Maximum = 1999 ; 136 DecimalDigits = 2 ; 137 Value = 0 ; 138 Unit = FUNIT_CM ; 139 First = 0 ; 140 Last = 1999 ; 141 SpinSize = 5 ; 142 Border = TRUE ; 143 TabStop = TRUE ; 144 }; 145 FixedText FT_ALIGN 146 { 147 Pos = MAP_APPFONT ( 50, 91 ) ; 148 Size = MAP_APPFONT ( 105, 8 ) ; 149 Text [ en-US ] = "N~umbering alignment" ; 150 }; 151 ListBox LB_ALIGN 152 { 153 HelpID = "sw:ListBox:TP_NUM_POSITION:LB_ALIGN" ; 154 Pos = MAP_APPFONT ( 198, 89 ) ; 155 Size = MAP_APPFONT ( 40, 40 ) ; 156 TabStop = TRUE ; 157 DropDown = TRUE ; 158 StringList [ en-US ] = 159 { 160 < "Left" ; > ; 161 < "Centered" ; > ; 162 < "Right" ; > ; 163 }; 164 }; 165 FixedText FT_LABEL_FOLLOWED_BY 166 { 167 Pos = MAP_APPFONT ( 50, 27 ) ; 168 Size = MAP_APPFONT ( 105, 10 ) ; 169 Text [ en-US ] = "Numbering followed by" ; 170 }; 171 ListBox LB_LABEL_FOLLOWED_BY 172 { 173 HelpID = "sw:ListBox:TP_NUM_POSITION:LB_LABEL_FOLLOWED_BY" ; 174 Pos = MAP_APPFONT ( 198, 25 ) ; 175 Size = MAP_APPFONT ( 40, 12 ) ; 176 TabStop = TRUE ; 177 DropDown = TRUE ; 178 StringList [ en-US ] = 179 { 180 < "Tab stop" ; > ; 181 < "Space" ; > ; 182 < "Nothing" ; > ; 183 }; 184 }; 185 FixedText FT_LISTTAB 186 { 187 Pos = MAP_APPFONT ( 50, 43 ) ; 188 Size = MAP_APPFONT ( 143, 10 ) ; 189 Right = TRUE ; 190 Text [ en-US ] = "at" ; 191 }; 192 MetricField MF_LISTTAB 193 { 194 HelpID = "sw:MetricField:TP_NUM_POSITION:MF_LISTTAB" ; 195 Pos = MAP_APPFONT ( 198, 41 ) ; 196 Size = MAP_APPFONT ( 40, 12 ) ; 197 Border = TRUE ; 198 TabStop = TRUE ; 199 Left = TRUE ; 200 Repeat = TRUE ; 201 Spin = TRUE ; 202 Minimum = 0 ; 203 Maximum = 1999 ; 204 DecimalDigits = 2 ; 205 Value = 0 ; 206 Unit = FUNIT_CM ; 207 First = 0 ; 208 Last = 1999 ; 209 SpinSize = 5 ; 210 }; 211 FixedText FT_ALIGN_2 212 { 213 Pos = MAP_APPFONT ( 50, 59 ) ; 214 Size = MAP_APPFONT ( 105, 8 ) ; 215 }; 216 ListBox LB_ALIGN_2 217 { 218 HelpID = "sw:ListBox:TP_NUM_POSITION:LB_ALIGN_2" ; 219 Pos = MAP_APPFONT ( 198, 57 ) ; 220 Size = MAP_APPFONT ( 40, 12 ) ; 221 TabStop = TRUE ; 222 DropDown = TRUE ; 223 }; 224 FixedText FT_ALIGNED_AT 225 { 226 Pos = MAP_APPFONT ( 50, 75 ) ; 227 Size = MAP_APPFONT ( 105, 8 ) ; 228 Text [ en-US ] = "Aligned at" ; 229 }; 230 MetricField MF_ALIGNED_AT 231 { 232 HelpID = "sw:MetricField:TP_NUM_POSITION:MF_ALIGNED_AT" ; 233 Pos = MAP_APPFONT ( 198, 73 ) ; 234 Size = MAP_APPFONT ( 40, 12 ) ; 235 Left = TRUE ; 236 Repeat = TRUE ; 237 Spin = TRUE ; 238 Minimum = -1999 ; 239 Maximum = 1999 ; 240 DecimalDigits = 2 ; 241 Value = 0 ; 242 Unit = FUNIT_CM ; 243 First = 0 ; 244 Last = 1999 ; 245 SpinSize = 5 ; 246 Border = TRUE ; 247 TabStop = TRUE ; 248 }; 249 FixedText FT_INDENT_AT 250 { 251 Pos = MAP_APPFONT ( 50, 91 ) ; 252 Size = MAP_APPFONT ( 105, 8 ) ; 253 Text [ en-US ] = "Indent at" ; 254 }; 255 MetricField MF_INDENT_AT 256 { 257 HelpID = "sw:MetricField:TP_NUM_POSITION:MF_INDENT_AT" ; 258 Pos = MAP_APPFONT ( 198, 89 ) ; 259 Size = MAP_APPFONT ( 40, 12 ) ; 260 Left = TRUE ; 261 Repeat = TRUE ; 262 Spin = TRUE ; 263 Minimum = -1999 ; 264 Maximum = 1999 ; 265 DecimalDigits = 2 ; 266 Value = 0 ; 267 Unit = FUNIT_CM ; 268 First = 0 ; 269 Last = 1999 ; 270 SpinSize = 5 ; 271 Border = TRUE ; 272 TabStop = TRUE ; 273 }; 274 PushButton PB_STANDARD 275 { 276 HelpID = "sw:PushButton:TP_NUM_POSITION:PB_STANDARD" ; 277 Pos = MAP_APPFONT ( 198, 165 ) ; 278 Size = MAP_APPFONT ( 50, 14 ) ; 279 Text [ en-US ] = "Default" ; 280 }; 281 Window WIN_PREVIEW 282 { 283 Pos = MAP_APPFONT ( 50, 113 ) ; 284 Size = MAP_APPFONT ( 143, 67 ) ; 285 Border = TRUE ; 286 }; |
291}; 292 293/**************************************************************************/ | 287}; 288 289/**************************************************************************/ |
294/* */ 295/* Dialog fuer Test der Svx-Implementation */ 296/* */ | 290/* Dialogs for the test of Svx implementations */ |
297/**************************************************************************/ 298TabDialog DLG_SVXTEST_NUM_BULLET 299{ 300 OutputSize = TRUE ; 301 SVLook = TRUE ; | 291/**************************************************************************/ 292TabDialog DLG_SVXTEST_NUM_BULLET 293{ 294 OutputSize = TRUE ; 295 SVLook = TRUE ; |
302 Text [ en-US ] = "Bullets and Numbering"; | 296 Text [ en-US ] = "Bullets and Numbering" ; |
303 Moveable = TRUE ; 304 TabControl 1 305 { 306 SVLook = TRUE ; 307 PageList = 308 { 309 PageItem 310 { --- 18 unchanged lines hidden (view full) --- 329 PageItem 330 { 331 Identifier = RID_SVXPAGE_NUM_POSITION ; 332 Text [ en-US ] = "Position" ; 333 }; 334 PageItem 335 { 336 Identifier = RID_SVXPAGE_NUM_OPTIONS ; | 297 Moveable = TRUE ; 298 TabControl 1 299 { 300 SVLook = TRUE ; 301 PageList = 302 { 303 PageItem 304 { --- 18 unchanged lines hidden (view full) --- 323 PageItem 324 { 325 Identifier = RID_SVXPAGE_NUM_POSITION ; 326 Text [ en-US ] = "Position" ; 327 }; 328 PageItem 329 { 330 Identifier = RID_SVXPAGE_NUM_OPTIONS ; |
337 /* ### ACHTUNG: Neuer Text in Resource? Optionen : ~Optionen */ | |
338 Text [ en-US ] = "Options" ; 339 }; 340 }; | 331 Text [ en-US ] = "Options" ; 332 }; 333 }; |
341 }; | 334 }; |
342 String ST_RESET 343 { 344 Text [ en-US ] = "~Remove" ; 345 }; 346}; 347 | 335 String ST_RESET 336 { 337 Text [ en-US ] = "~Remove" ; 338 }; 339}; 340 |
348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 | 341// ********************************************************************** EOF |