float3d.src (ae2dc0fa) | float3d.src (7ea7a1cc) |
---|---|
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 --- 236 unchanged lines hidden (view full) --- 245 Pos = MAP_APPFONT ( FT_INDENT + FT_WIDTH_LONG + 1 , FIRST_FT_START_Y - 2 ) ; 246 Size = MAP_APPFONT ( 50 , 12 ) ; 247 TabStop = TRUE ; 248 Repeat = TRUE ; 249 Spin = TRUE ; 250 SpinSize = 5 ; 251 Maximum = 100 ; 252 Last = 100 ; | 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 --- 236 unchanged lines hidden (view full) --- 245 Pos = MAP_APPFONT ( FT_INDENT + FT_WIDTH_LONG + 1 , FIRST_FT_START_Y - 2 ) ; 246 Size = MAP_APPFONT ( 50 , 12 ) ; 247 TabStop = TRUE ; 248 Repeat = TRUE ; 249 Spin = TRUE ; 250 SpinSize = 5 ; 251 Maximum = 100 ; 252 Last = 100 ; |
253 Unit = FUNIT_CUSTOM ; 254 CustomUnitText = "%" ; | 253 Unit = FUNIT_PERCENT ; |
255 }; 256 FixedText FT_BACKSCALE 257 { 258 Pos = MAP_APPFONT ( FT_INDENT , FIRST_FT_START_Y + FT_OFFSET_NEXT ) ; 259 Size = MAP_APPFONT ( FT_WIDTH_LONG , FT_HEIGHT ) ; 260 Text [ en-US ] = "~Scaled depth" ; 261 }; 262 MetricField MTR_BACKSCALE 263 { 264 HelpID = "svx:MetricField:RID_SVXFLOAT_3D:MTR_BACKSCALE"; 265 Border = TRUE ; 266 Pos = MAP_APPFONT ( FT_INDENT + FT_WIDTH_LONG + 1, 267 FIRST_FT_START_Y + FT_OFFSET_NEXT - 2 ) ; 268 Size = MAP_APPFONT ( 50 , 12 ) ; 269 TabStop = TRUE ; 270 Repeat = TRUE ; 271 Spin = TRUE ; 272 SpinSize = 5 ; 273 Maximum = 10000 ; | 254 }; 255 FixedText FT_BACKSCALE 256 { 257 Pos = MAP_APPFONT ( FT_INDENT , FIRST_FT_START_Y + FT_OFFSET_NEXT ) ; 258 Size = MAP_APPFONT ( FT_WIDTH_LONG , FT_HEIGHT ) ; 259 Text [ en-US ] = "~Scaled depth" ; 260 }; 261 MetricField MTR_BACKSCALE 262 { 263 HelpID = "svx:MetricField:RID_SVXFLOAT_3D:MTR_BACKSCALE"; 264 Border = TRUE ; 265 Pos = MAP_APPFONT ( FT_INDENT + FT_WIDTH_LONG + 1, 266 FIRST_FT_START_Y + FT_OFFSET_NEXT - 2 ) ; 267 Size = MAP_APPFONT ( 50 , 12 ) ; 268 TabStop = TRUE ; 269 Repeat = TRUE ; 270 Spin = TRUE ; 271 SpinSize = 5 ; 272 Maximum = 10000 ; |
274 Unit = FUNIT_CUSTOM ; 275 CustomUnitText = "%" ; | 273 Unit = FUNIT_PERCENT ; |
276 Last = 10000 ; 277 }; 278 FixedText FT_END_ANGLE 279 { 280 Pos = MAP_APPFONT ( FT_INDENT , FIRST_FT_START_Y + 2*FT_OFFSET_NEXT ) ; 281 Size = MAP_APPFONT ( FT_WIDTH_LONG , FT_HEIGHT ) ; 282 Text [ en-US ] = "~Rotation angle" ; 283 }; --- 879 unchanged lines hidden (view full) --- 1163 HelpID = "svx:MetricField:RID_SVXFLOAT_3D:MTR_MAT_SPECULAR_INTENSITY"; 1164 Border = TRUE ; 1165 Pos = MAP_APPFONT ( FT_INDENT + FT_WIDTH_SHORT + 1 , 1166 SPECULAR_START_Y + 13 + FT_OFFSET_NEXT ) ; 1167 Size = MAP_APPFONT ( 68 , 12 ) ; 1168 TabStop = TRUE ; 1169 Repeat = TRUE ; 1170 Spin = TRUE ; | 274 Last = 10000 ; 275 }; 276 FixedText FT_END_ANGLE 277 { 278 Pos = MAP_APPFONT ( FT_INDENT , FIRST_FT_START_Y + 2*FT_OFFSET_NEXT ) ; 279 Size = MAP_APPFONT ( FT_WIDTH_LONG , FT_HEIGHT ) ; 280 Text [ en-US ] = "~Rotation angle" ; 281 }; --- 879 unchanged lines hidden (view full) --- 1161 HelpID = "svx:MetricField:RID_SVXFLOAT_3D:MTR_MAT_SPECULAR_INTENSITY"; 1162 Border = TRUE ; 1163 Pos = MAP_APPFONT ( FT_INDENT + FT_WIDTH_SHORT + 1 , 1164 SPECULAR_START_Y + 13 + FT_OFFSET_NEXT ) ; 1165 Size = MAP_APPFONT ( 68 , 12 ) ; 1166 TabStop = TRUE ; 1167 Repeat = TRUE ; 1168 Spin = TRUE ; |
1171 Unit = FUNIT_CUSTOM ; 1172 CustomUnitText = "%" ; | 1169 Unit = FUNIT_PERCENT ; |
1173 Minimum = 1 ; 1174 First = 1 ; 1175 Maximum = 100 ; 1176 Last = 100 ; 1177 SpinSize = 1 ; 1178 }; 1179 /* 1180 ImageButton BTN_MAT_FAVORITES { --- 261 unchanged lines hidden --- | 1170 Minimum = 1 ; 1171 First = 1 ; 1172 Maximum = 100 ; 1173 Last = 100 ; 1174 SpinSize = 1 ; 1175 }; 1176 /* 1177 ImageButton BTN_MAT_FAVORITES { --- 261 unchanged lines hidden --- |