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

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

151 Minimum = 0 ;
152 Maximum = 999 ;
153 // decimal digits should be 1, but for now the model only supports whole seconds
154 DecimalDigits = 0 ;
155 // spin size (increment value) should be 5 if digits are 1
156 SpinSize = 1 ;
157
158 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

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

151 Minimum = 0 ;
152 Maximum = 999 ;
153 // decimal digits should be 1, but for now the model only supports whole seconds
154 DecimalDigits = 0 ;
155 // spin size (increment value) should be 5 if digits are 1
156 SpinSize = 1 ;
157
158 Unit = FUNIT_CUSTOM ;
159 CustomUnitText [ en-US ] = "sec";
159 CustomUnitText [ en-US ] = " sec";
160 };
161
162 FixedLine FL_EMPTY1
163 {
164 Size = MAP_APPFONT( 1, RSC_CD_FIXEDLINE_HEIGHT );
165 };
166
167 PushButton PB_APPLY_TO_ALL

--- 49 unchanged lines hidden ---
160 };
161
162 FixedLine FL_EMPTY1
163 {
164 Size = MAP_APPFONT( 1, RSC_CD_FIXEDLINE_HEIGHT );
165 };
166
167 PushButton PB_APPLY_TO_ALL

--- 49 unchanged lines hidden ---