CustomAnimationDialog.src (e3349227) CustomAnimationDialog.src (ae2dc0fa)
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

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

237 TabStop = TRUE ;
238 Left = TRUE ;
239 Repeat = TRUE ;
240 Spin = TRUE ;
241 Minimum = 0 ;
242 Maximum = 9999 ;
243 DecimalDigits = 1 ;
244 Unit = FUNIT_CUSTOM ;
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

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

237 TabStop = TRUE ;
238 Left = TRUE ;
239 Repeat = TRUE ;
240 Spin = TRUE ;
241 Minimum = 0 ;
242 Maximum = 9999 ;
243 DecimalDigits = 1 ;
244 Unit = FUNIT_CUSTOM ;
245 CustomUnitText [ en-US ] = "sec";
245 CustomUnitText [ en-US ] = " sec";
246 SpinSize = 5 ;
247 Hide = TRUE;
248 };
249
250 FixedLine FL_STOP
251 {
252 OutputSize = TRUE;
253 Pos = MAP_APPFONT ( X0 , 70 ) ;

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

505 TabStop = TRUE ;
506 Left = TRUE ;
507 Repeat = TRUE ;
508 Spin = TRUE ;
509 Minimum = 0 ;
510 Maximum = 9999 ;
511 DecimalDigits = 1 ;
512 Unit = FUNIT_CUSTOM ;
246 SpinSize = 5 ;
247 Hide = TRUE;
248 };
249
250 FixedLine FL_STOP
251 {
252 OutputSize = TRUE;
253 Pos = MAP_APPFONT ( X0 , 70 ) ;

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

505 TabStop = TRUE ;
506 Left = TRUE ;
507 Repeat = TRUE ;
508 Spin = TRUE ;
509 Minimum = 0 ;
510 Maximum = 9999 ;
511 DecimalDigits = 1 ;
512 Unit = FUNIT_CUSTOM ;
513 CustomUnitText [ en-US ] = "sec";
513 CustomUnitText [ en-US ] = " sec";
514 SpinSize = 5 ;
515 };
516
517 FixedText FT_DURATION
518 {
519 OutputSize = TRUE;
520 Pos = MAP_APPFONT ( X0 , 35 ) ;
521 Size = MAP_APPFONT( W1, 8 );

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

655 TabStop = TRUE ;
656 Left = TRUE ;
657 Repeat = TRUE ;
658 Spin = TRUE ;
659 Minimum = 0 ;
660 Maximum = 9999 ;
661 DecimalDigits = 1 ;
662 Unit = FUNIT_CUSTOM ;
514 SpinSize = 5 ;
515 };
516
517 FixedText FT_DURATION
518 {
519 OutputSize = TRUE;
520 Pos = MAP_APPFONT ( X0 , 35 ) ;
521 Size = MAP_APPFONT( W1, 8 );

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

655 TabStop = TRUE ;
656 Left = TRUE ;
657 Repeat = TRUE ;
658 Spin = TRUE ;
659 Minimum = 0 ;
660 Maximum = 9999 ;
661 DecimalDigits = 1 ;
662 Unit = FUNIT_CUSTOM ;
663 CustomUnitText [ en-US ] = "sec";
663 CustomUnitText [ en-US ] = " sec";
664 SpinSize = 5 ;
665 };
666
667 CheckBox CBX_ANIMATE_FORM
668 {
669 HelpID = "sd:CheckBox:RID_TP_CUSTOMANIMATION_TEXT:CBX_ANIMATE_FORM";
670 Pos = MAP_APPFONT ( X0 , 33 ) ;
671 Size = MAP_APPFONT ( W0 , 10 ) ;

--- 13 unchanged lines hidden ---
664 SpinSize = 5 ;
665 };
666
667 CheckBox CBX_ANIMATE_FORM
668 {
669 HelpID = "sd:CheckBox:RID_TP_CUSTOMANIMATION_TEXT:CBX_ANIMATE_FORM";
670 Pos = MAP_APPFONT ( X0 , 33 ) ;
671 Size = MAP_APPFONT ( W0 , 10 ) ;

--- 13 unchanged lines hidden ---