grfpage.src (0e2af6af) | grfpage.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 --- 183 unchanged lines hidden (view full) --- 192 Repeat = TRUE ; 193 Spin = TRUE ; 194 Minimum = 1 ; 195 Maximum = 9999 ; 196 First = 5 ; 197 Last = 1000 ; 198 Maximum = 9999 ; 199 Value = 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 --- 183 unchanged lines hidden (view full) --- 192 Repeat = TRUE ; 193 Spin = TRUE ; 194 Minimum = 1 ; 195 Maximum = 9999 ; 196 First = 5 ; 197 Last = 1000 ; 198 Maximum = 9999 ; 199 Value = 100 ; |
200 Unit = FUNIT_CUSTOM ; 201 CustomUnitText = "%" ; | 200 Unit = FUNIT_PERCENT ; |
202 SpinSize = 10 ; 203 }; 204 FixedText FT_HEIGHTZOOM 205 { 206 Pos = MAP_APPFONT ( 12 , 105 ) ; 207 Size = MAP_APPFONT ( 28 , 8 ) ; 208 Text [ en-US ] = "H~eight" ; 209 Left = TRUE ; --- 9 unchanged lines hidden (view full) --- 219 Repeat = TRUE ; 220 Spin = TRUE ; 221 Minimum = 1 ; 222 Maximum = 9999 ; 223 First = 5 ; 224 Last = 1000 ; 225 Maximum = 9999 ; 226 Value = 100 ; | 201 SpinSize = 10 ; 202 }; 203 FixedText FT_HEIGHTZOOM 204 { 205 Pos = MAP_APPFONT ( 12 , 105 ) ; 206 Size = MAP_APPFONT ( 28 , 8 ) ; 207 Text [ en-US ] = "H~eight" ; 208 Left = TRUE ; --- 9 unchanged lines hidden (view full) --- 218 Repeat = TRUE ; 219 Spin = TRUE ; 220 Minimum = 1 ; 221 Maximum = 9999 ; 222 First = 5 ; 223 Last = 1000 ; 224 Maximum = 9999 ; 225 Value = 100 ; |
227 Unit = FUNIT_CUSTOM ; 228 CustomUnitText = "%" ; | 226 Unit = FUNIT_PERCENT ; |
229 SpinSize = 10 ; 230 }; 231 FixedLine FL_SIZE 232 { 233 Pos = MAP_APPFONT ( 6 , 121 ) ; 234 Size = MAP_APPFONT ( 164 , 8 ) ; 235 Text [ en-US ] = "Image size" ; 236 }; --- 103 unchanged lines hidden --- | 227 SpinSize = 10 ; 228 }; 229 FixedLine FL_SIZE 230 { 231 Pos = MAP_APPFONT ( 6 , 121 ) ; 232 Size = MAP_APPFONT ( 164 , 8 ) ; 233 Text [ en-US ] = "Image size" ; 234 }; --- 103 unchanged lines hidden --- |