CustomAnimationPane.src (26490e24) CustomAnimationPane.src (a80e2a64)
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

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

14 * software distributed under the License is distributed on an
15 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16 * KIND, either express or implied. See the License for the
17 * specific language governing permissions and limitations
18 * under the License.
19 *
20 *************************************************************/
21
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

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

14 * software distributed under the License is distributed on an
15 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16 * KIND, either express or implied. See the License for the
17 * specific language governing permissions and limitations
18 * under the License.
19 *
20 *************************************************************/
21
22
23
24#include "CustomAnimationPane.hrc"
25#include "CustomAnimation.hrc"
26#include "helpids.h"
27
28Control DLG_CUSTOMANIMATIONPANE
29{
30 OutputSize = TRUE ;
31 DialogControl = TRUE ;

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

123
124 PushButton PB_PROPERTY_MORE
125 {
126 HelpId = HID_SD_CUSTOMANIMATIONPANE_PB_PROPERTY_MORE ;
127 OutputSize = TRUE ;
128 TabStop = TRUE ;
129 Size = MAP_APPFONT ( 16, 14 ) ;
130
22#include "CustomAnimationPane.hrc"
23#include "CustomAnimation.hrc"
24#include "helpids.h"
25
26Control DLG_CUSTOMANIMATIONPANE
27{
28 OutputSize = TRUE ;
29 DialogControl = TRUE ;

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

121
122 PushButton PB_PROPERTY_MORE
123 {
124 HelpId = HID_SD_CUSTOMANIMATIONPANE_PB_PROPERTY_MORE ;
125 OutputSize = TRUE ;
126 TabStop = TRUE ;
127 Size = MAP_APPFONT ( 16, 14 ) ;
128
131 Text [ en-US ] = "~..." ;
129 Text = "~..." ;
132
133 QuickHelpText [en-US ] = "Effect Options" ;
134 };
135
136 FixedText FT_SPEED
137 {
138 OutputSize = TRUE ;
139 Size = MAP_APPFONT ( 42, 8 ) ;

--- 83 unchanged lines hidden ---
130
131 QuickHelpText [en-US ] = "Effect Options" ;
132 };
133
134 FixedText FT_SPEED
135 {
136 OutputSize = TRUE ;
137 Size = MAP_APPFONT ( 42, 8 ) ;

--- 83 unchanged lines hidden ---