pagedlg.src (82177cdb) pagedlg.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

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

326 TabStop = TRUE ;
327 Spin = TRUE ;
328 Repeat = TRUE ;
329 Minimum = 10 ;
330 Maximum = 400 ;
331 First = 15 ;
332 Last = 200 ;
333 SpinSize = 1 ;
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

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

326 TabStop = TRUE ;
327 Spin = TRUE ;
328 Repeat = TRUE ;
329 Minimum = 10 ;
330 Maximum = 400 ;
331 First = 15 ;
332 Last = 200 ;
333 SpinSize = 1 ;
334 Unit = FUNIT_CUSTOM ;
335 CustomUnitText = "%" ;
334 Unit = FUNIT_PERCENT ;
336 };
337 NumericField ED_SCALEPAGEWIDTH
338 {
339 HelpID = "sc:NumericField:RID_SCPAGE_TABLE:ED_SCALEPAGEWIDTH";
340 Border = TRUE ;
341 Pos = MAP_APPFONT ( 218 , 144 ) ;
342 Size = MAP_APPFONT ( 30 , 12 ) ;
343 TabStop = TRUE ;

--- 95 unchanged lines hidden ---
335 };
336 NumericField ED_SCALEPAGEWIDTH
337 {
338 HelpID = "sc:NumericField:RID_SCPAGE_TABLE:ED_SCALEPAGEWIDTH";
339 Border = TRUE ;
340 Pos = MAP_APPFONT ( 218 , 144 ) ;
341 Size = MAP_APPFONT ( 30 , 12 ) ;
342 TabStop = TRUE ;

--- 95 unchanged lines hidden ---