fontworkgallery.src (09a1d057) | fontworkgallery.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 --- 301 unchanged lines hidden (view full) --- 310 Border = FALSE ; 311 Pos = MAP_APPFONT ( 6 , 17 ) ; 312 Size = MAP_APPFONT ( 32 , 12 ) ; 313 TabStop = TRUE ; 314 Repeat = TRUE ; 315 Spin = TRUE ; 316 Maximum = 500 ; 317 StrictFormat = TRUE ; | 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 --- 301 unchanged lines hidden (view full) --- 310 Border = FALSE ; 311 Pos = MAP_APPFONT ( 6 , 17 ) ; 312 Size = MAP_APPFONT ( 32 , 12 ) ; 313 TabStop = TRUE ; 314 Repeat = TRUE ; 315 Spin = TRUE ; 316 Maximum = 500 ; 317 StrictFormat = TRUE ; |
318 Unit = FUNIT_CUSTOM ; 319 CustomUnitText = "%" ; | 318 Unit = FUNIT_PERCENT ; |
320 Last = 100 ; 321 SpinSize = 5 ; 322 }; 323}; 324 | 319 Last = 100 ; 320 SpinSize = 5 ; 321 }; 322}; 323 |