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
9 * with the License.  You may obtain a copy of the License at
10 *
11 *   http://www.apache.org/licenses/LICENSE-2.0
12 *
13 * Unless required by applicable law or agreed to in writing,
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 "CustomAnimationCreateDialog.hrc"
25#include "CustomAnimation.hrc"
26
27TabDialog DLG_CUSTOMANIMATION_CREATE
28{
29	Size = MAP_APPFONT ( 162, 244 ) ;
30	OutputSize = TRUE ;
31	SVLook = TRUE ;
32	Moveable = TRUE ;
33	Closeable = TRUE ;
34
35	Text [ en-US ] = "Custom Animation" ;
36
37	TabControl 1
38	{
39		OutputSize = TRUE ;
40		Pos = MAP_APPFONT ( 3, 3 ) ;
41		Size = MAP_APPFONT ( 156, 217 ) ;
42		PageList =
43		{
44			PageItem
45			{
46				Identifier = RID_TP_CUSTOMANIMATION_ENTRANCE ;
47				Text [ en-US ] = "Entrance" ;
48			};
49
50			PageItem
51			{
52				Identifier = RID_TP_CUSTOMANIMATION_EMPHASIS ;
53				Text [ en-US ] = "Emphasis" ;
54			};
55
56			PageItem
57			{
58				Identifier = RID_TP_CUSTOMANIMATION_EXIT ;
59				Text [ en-US ] = "Exit" ;
60			};
61
62			PageItem
63			{
64				Identifier = RID_TP_CUSTOMANIMATION_MOTIONPATH ;
65				Text [ en-US ] = "Motion Paths" ;
66			};
67
68			PageItem
69			{
70				Identifier = RID_TP_CUSTOMANIMATION_MISCEFFECTS ;
71				Text [ en-US ] = "Misc Effects" ;
72			};
73		};
74	};
75	OKButton 1
76	{
77		Pos = MAP_APPFONT ( 3, 223 ) ;
78		Size = MAP_APPFONT ( 50, 14 ) ;
79		TabStop = TRUE ;
80		DefButton = TRUE ;
81	};
82	CancelButton 1
83	{
84		Pos = MAP_APPFONT ( 56, 223 ) ;
85		Size = MAP_APPFONT ( 50, 14 ) ;
86		TabStop = TRUE ;
87		DefButton = TRUE ;
88	};
89	HelpButton 1
90	{
91		Pos = MAP_APPFONT ( 109, 223 ) ;
92		Size = MAP_APPFONT ( 50, 14 ) ;
93		TabStop = TRUE ;
94	};
95};
96
97TabPage RID_TP_CUSTOMANIMATION_ENTRANCE
98{
99	HelpID = "sd:TabPage:RID_TP_CUSTOMANIMATION_ENTRANCE" ;
100	Hide = TRUE ;
101	Size = MAP_APPFONT ( 156, 217 ) ;
102
103	ListBox LB_EFFECTS
104	{
105		HelpID = "sd:ListBox:RID_TP_CUSTOMANIMATION_ENTRANCE:LB_EFFECTS" ;
106		Pos = MAP_APPFONT ( 3, 3 ) ;
107		Size = MAP_APPFONT ( 144, 160 ) ;
108		OutputSize = TRUE ;
109		TabStop = TRUE ;
110		Border = TRUE ;
111	};
112
113	FixedText FT_SPEED
114	{
115		OutputSize = TRUE ;
116		Pos = MAP_APPFONT ( 3, 167 ) ;
117		Size = MAP_APPFONT ( 42, 8 ) ;
118
119		Text [ en-US ] = "Speed" ;
120	};
121
122	ComboBox CB_SPEED
123	{
124		HelpID = "sd:ComboBox:RID_TP_CUSTOMANIMATION_ENTRANCE:CB_SPEED" ;
125		Pos = MAP_APPFONT ( 48, 166 ) ;
126		Size = MAP_APPFONT ( 101, 48 ) ;
127		TabStop = TRUE ;
128		Border = TRUE ;
129		DropDown = TRUE ;
130	};
131
132	CheckBox CBX_PREVIEW
133	{
134		HelpID = "sd:CheckBox:RID_TP_CUSTOMANIMATION_ENTRANCE:CBX_PREVIEW" ;
135		Pos = MAP_APPFONT ( 3, 181 ) ;
136		Size = MAP_APPFONT ( 143, 10 ) ;
137		TabStop = TRUE ;
138		Text [ en-US ] = "Automatic preview" ;
139	};
140
141	String STR_USERPATH
142	{
143		Text [ en-US ] = "User paths" ;
144	};
145};
146
147// ********************************************************************** EOF
148