column.src (4d7c9de0) column.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

--- 279 unchanged lines hidden (view full) ---

288 Size = MAP_APPFONT ( 60 , 12 ) ;
289 TabStop = TRUE ;
290 Left = TRUE ;
291 Repeat = TRUE ;
292 Spin = TRUE ;
293 Minimum = 25 ;
294 Maximum = 100 ;
295 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

--- 279 unchanged lines hidden (view full) ---

288 Size = MAP_APPFONT ( 60 , 12 ) ;
289 TabStop = TRUE ;
290 Left = TRUE ;
291 Repeat = TRUE ;
292 Spin = TRUE ;
293 Minimum = 25 ;
294 Maximum = 100 ;
295 Value = 100 ;
296 Unit = FUNIT_CUSTOM ;
297 CustomUnitText = "%" ;
296 Unit = FUNIT_PERCENT ;
298 First = 25 ;
299 Last = 100 ;
300 };
301 FixedText FT_POSITION
302 {
303 Pos = MAP_APPFONT ( 12 , 172 ) ;
304 Size = MAP_APPFONT ( 35 , 8 ) ;
305 Left = TRUE ;

--- 120 unchanged lines hidden ---
297 First = 25 ;
298 Last = 100 ;
299 };
300 FixedText FT_POSITION
301 {
302 Pos = MAP_APPFONT ( 12 , 172 ) ;
303 Size = MAP_APPFONT ( 35 , 8 ) ;
304 Left = TRUE ;

--- 120 unchanged lines hidden ---