166220049SAndrew Rist/**************************************************************
261060e70Smseidel *
366220049SAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one
466220049SAndrew Rist * or more contributor license agreements.  See the NOTICE file
566220049SAndrew Rist * distributed with this work for additional information
666220049SAndrew Rist * regarding copyright ownership.  The ASF licenses this file
766220049SAndrew Rist * to you under the Apache License, Version 2.0 (the
866220049SAndrew Rist * "License"); you may not use this file except in compliance
966220049SAndrew Rist * with the License.  You may obtain a copy of the License at
1061060e70Smseidel *
1166220049SAndrew Rist *   http://www.apache.org/licenses/LICENSE-2.0
1261060e70Smseidel *
1366220049SAndrew Rist * Unless required by applicable law or agreed to in writing,
1466220049SAndrew Rist * software distributed under the License is distributed on an
1566220049SAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
1666220049SAndrew Rist * KIND, either express or implied.  See the License for the
1766220049SAndrew Rist * specific language governing permissions and limitations
1866220049SAndrew Rist * under the License.
1961060e70Smseidel *
2066220049SAndrew Rist *************************************************************/
2166220049SAndrew Rist
22cdf0e10cSrcweir#include "CustomAnimationPane.hrc"
23cdf0e10cSrcweir#include "CustomAnimation.hrc"
24cdf0e10cSrcweir#include "helpids.h"
25cdf0e10cSrcweir
26cdf0e10cSrcweirControl DLG_CUSTOMANIMATIONPANE
27cdf0e10cSrcweir{
2861060e70Smseidel	OutputSize = TRUE ;
2961060e70Smseidel	DialogControl = TRUE ;
3061060e70Smseidel	Border = FALSE ;
31cdf0e10cSrcweir
3261060e70Smseidel	Size = MAP_APPFONT ( 160, 300 ) ;
3361060e70Smseidel	Text [ en-US ] = "Custom Animation" ;
34cdf0e10cSrcweir
35cdf0e10cSrcweir	FixedLine FL_EFFECT
36cdf0e10cSrcweir	{
3761060e70Smseidel		OutputSize = TRUE ;
3861060e70Smseidel		Size = MAP_APPFONT ( 260, 8 ) ;
3961060e70Smseidel
4061060e70Smseidel		Text [ en-US ] = "Effect" ;
41cdf0e10cSrcweir	};
4261060e70Smseidel
43cdf0e10cSrcweir	PushButton PB_ADD_EFFECT
44cdf0e10cSrcweir	{
4561060e70Smseidel		HelpId = HID_SD_CUSTOMANIMATIONPANE_PB_ADD_EFFECT ;
4661060e70Smseidel		OutputSize = TRUE ;
4761060e70Smseidel		TabStop = TRUE ;
4861060e70Smseidel		Size = MAP_APPFONT ( 50, 14 ) ;
49cdf0e10cSrcweir
5061060e70Smseidel		Text [ en-US ] = "~Add..." ;
51cdf0e10cSrcweir	};
5261060e70Smseidel
53cdf0e10cSrcweir	PushButton PB_CHANGE_EFFECT
54cdf0e10cSrcweir	{
5561060e70Smseidel		HelpId = HID_SD_CUSTOMANIMATIONPANE_PB_CHANGE_EFFECT ;
5661060e70Smseidel		OutputSize = TRUE ;
5761060e70Smseidel		TabStop = TRUE ;
5861060e70Smseidel		Size = MAP_APPFONT ( 50, 14 ) ;
59cdf0e10cSrcweir
6061060e70Smseidel		Text [ en-US ] = "~Change..." ;
61cdf0e10cSrcweir	};
6261060e70Smseidel
63cdf0e10cSrcweir	PushButton PB_REMOVE_EFFECT
64cdf0e10cSrcweir	{
6561060e70Smseidel		HelpId = HID_SD_CUSTOMANIMATIONPANE_PB_REMOVE_EFFECT ;
6661060e70Smseidel		OutputSize = TRUE ;
6761060e70Smseidel		TabStop = TRUE ;
6861060e70Smseidel		Size = MAP_APPFONT ( 50, 14 ) ;
69cdf0e10cSrcweir
7061060e70Smseidel		Text [ en-US ] = "~Remove" ;
71cdf0e10cSrcweir	};
7261060e70Smseidel
73cdf0e10cSrcweir	FixedLine FL_MODIFY
74cdf0e10cSrcweir	{
7561060e70Smseidel		OutputSize = TRUE ;
7661060e70Smseidel		Size = MAP_APPFONT ( 260, 8 ) ;
7761060e70Smseidel
7861060e70Smseidel		Text [ en-US ] = "Modify effect" ;
79cdf0e10cSrcweir	};
8061060e70Smseidel
81cdf0e10cSrcweir	FixedText FT_START
82cdf0e10cSrcweir	{
8361060e70Smseidel		OutputSize = TRUE ;
8461060e70Smseidel		Size = MAP_APPFONT ( 42, 8 ) ;
85cdf0e10cSrcweir
8661060e70Smseidel		Text [ en-US ] = "~Start" ;
87cdf0e10cSrcweir	};
88cdf0e10cSrcweir
89cdf0e10cSrcweir	ListBox LB_START
90cdf0e10cSrcweir	{
9161060e70Smseidel		HelpId = HID_SD_CUSTOMANIMATIONPANE_LB_START ;
9261060e70Smseidel		Size = MAP_APPFONT ( 120, 48 ) ;
93cdf0e10cSrcweir		TabStop = TRUE ;
94cdf0e10cSrcweir		Border = TRUE ;
95cdf0e10cSrcweir		DropDown = TRUE ;
96cdf0e10cSrcweir
97cdf0e10cSrcweir		StringList [ en-US ] =
98cdf0e10cSrcweir		{
9961060e70Smseidel			< "On click" ;			> ;
10061060e70Smseidel			< "With previous" ;		> ;
10161060e70Smseidel			< "After previous" ;	> ;
102cdf0e10cSrcweir		};
103cdf0e10cSrcweir	};
10461060e70Smseidel
105cdf0e10cSrcweir	FixedText FT_PROPERTY
106cdf0e10cSrcweir	{
10761060e70Smseidel		OutputSize = TRUE ;
10861060e70Smseidel		Size = MAP_APPFONT ( 42, 8 ) ;
109cdf0e10cSrcweir
11061060e70Smseidel		Text [ en-US ] = "Property" ;
111cdf0e10cSrcweir	};
112cdf0e10cSrcweir
113cdf0e10cSrcweir	ListBox LB_PROPERTY
114cdf0e10cSrcweir	{
11561060e70Smseidel		HelpId = HID_SD_CUSTOMANIMATIONPANE_LB_PROPERTY ;
11661060e70Smseidel		Size = MAP_APPFONT ( 120, 48 ) ;
117cdf0e10cSrcweir		TabStop = TRUE ;
118cdf0e10cSrcweir		Border = TRUE ;
119cdf0e10cSrcweir		DropDown = TRUE ;
120cdf0e10cSrcweir	};
121cdf0e10cSrcweir
122cdf0e10cSrcweir	PushButton PB_PROPERTY_MORE
123cdf0e10cSrcweir	{
12461060e70Smseidel		HelpId = HID_SD_CUSTOMANIMATIONPANE_PB_PROPERTY_MORE ;
12561060e70Smseidel		OutputSize = TRUE ;
12661060e70Smseidel		TabStop = TRUE ;
12761060e70Smseidel		Size = MAP_APPFONT ( 16, 14 ) ;
12861060e70Smseidel
129*4ca6e4aeSmseidel		Text = "~..." ;
130cdf0e10cSrcweir
13161060e70Smseidel		QuickHelpText [en-US ] = "Effect Options" ;
132cdf0e10cSrcweir	};
133cdf0e10cSrcweir
134cdf0e10cSrcweir	FixedText FT_SPEED
135cdf0e10cSrcweir	{
13661060e70Smseidel		OutputSize = TRUE ;
13761060e70Smseidel		Size = MAP_APPFONT ( 42, 8 ) ;
138cdf0e10cSrcweir
13961060e70Smseidel		Text [ en-US ] = "Sp~eed" ;
140cdf0e10cSrcweir	};
14161060e70Smseidel
142cdf0e10cSrcweir	ComboBox CB_SPEED
143cdf0e10cSrcweir	{
14461060e70Smseidel		HelpId = HID_SD_CUSTOMANIMATIONPANE_CB_SPEED ;
14561060e70Smseidel		Size = MAP_APPFONT ( 120, 48 ) ;
146cdf0e10cSrcweir		TabStop = TRUE ;
147cdf0e10cSrcweir		Border = TRUE ;
148cdf0e10cSrcweir		DropDown = TRUE ;
149cdf0e10cSrcweir	};
150cdf0e10cSrcweir
151cdf0e10cSrcweir	Control CT_CUSTOM_ANIMATION_LIST
152cdf0e10cSrcweir	{
15361060e70Smseidel		HelpId = HID_SD_CUSTOMANIMATIONPANE_CT_CUSTOM_ANIMATION_LIST ;
15461060e70Smseidel		TabStop = TRUE ;
15561060e70Smseidel		Border = TRUE ;
156cdf0e10cSrcweir	};
15761060e70Smseidel
158cdf0e10cSrcweir	FixedText FT_CHANGE_ORDER
159cdf0e10cSrcweir	{
16061060e70Smseidel		OutputSize = TRUE ;
16161060e70Smseidel		Size = MAP_APPFONT ( 42, 8 ) ;
162cdf0e10cSrcweir
16361060e70Smseidel		Text [ en-US ] = "Change order:" ;
164cdf0e10cSrcweir	};
16561060e70Smseidel
166cdf0e10cSrcweir	PushButton PB_MOVE_UP
167cdf0e10cSrcweir	{
16861060e70Smseidel		HelpId = HID_SD_CUSTOMANIMATIONPANE_PB_MOVE_UP ;
16961060e70Smseidel		OutputSize = TRUE ;
17061060e70Smseidel		TabStop = TRUE ;
17161060e70Smseidel		Size = MAP_APPFONT ( 16, 14 ) ;
172cdf0e10cSrcweir	};
173cdf0e10cSrcweir
174cdf0e10cSrcweir	PushButton PB_MOVE_DOWN
175cdf0e10cSrcweir	{
17661060e70Smseidel		HelpId = HID_SD_CUSTOMANIMATIONPANE_PB_MOVE_DOWN ;
17761060e70Smseidel		OutputSize = TRUE ;
17861060e70Smseidel		TabStop = TRUE ;
17961060e70Smseidel		Size = MAP_APPFONT ( 16, 14 ) ;
180cdf0e10cSrcweir	};
181cdf0e10cSrcweir
18261060e70Smseidel	FixedLine FL_SEPERATOR1
183cdf0e10cSrcweir	{
18461060e70Smseidel		OutputSize = TRUE ;
18561060e70Smseidel		Size = MAP_APPFONT ( 8, 8 ) ;
186cdf0e10cSrcweir	};
187cdf0e10cSrcweir
188cdf0e10cSrcweir	PushButton PB_PLAY
189cdf0e10cSrcweir	{
19061060e70Smseidel		HelpId = HID_SD_CUSTOMANIMATIONPANE_PB_PLAY ;
19161060e70Smseidel		Size = MAP_APPFONT ( 50, 14 ) ;
19261060e70Smseidel		TabStop = TRUE ;
19361060e70Smseidel
19461060e70Smseidel		Text [ en-US ] = "~Play" ;
195cdf0e10cSrcweir	};
196cdf0e10cSrcweir
197cdf0e10cSrcweir	PushButton PB_SLIDE_SHOW
198cdf0e10cSrcweir	{
19961060e70Smseidel		HelpId = HID_SD_CUSTOMANIMATIONPANE_PB_SLIDE_SHOW ;
20061060e70Smseidel		Size = MAP_APPFONT ( 80, 14 ) ;
20161060e70Smseidel		TabStop = TRUE ;
20261060e70Smseidel
20361060e70Smseidel		Text [ en-US ] = "Slide Sho~w" ;
204cdf0e10cSrcweir	};
205cdf0e10cSrcweir
206cdf0e10cSrcweir	FixedLine FL_SEPERATOR2
207cdf0e10cSrcweir	{
20861060e70Smseidel		Size = MAP_APPFONT ( 8, 8 ) ;
209cdf0e10cSrcweir	};
21061060e70Smseidel
211cdf0e10cSrcweir	CheckBox CB_AUTOPREVIEW
212cdf0e10cSrcweir	{
21361060e70Smseidel		HelpId = HID_SD_CUSTOMANIMATIONPANE_CB_AUTOPREVIEW ;
21461060e70Smseidel		Size = MAP_APPFONT ( 120, 10 ) ;
215cdf0e10cSrcweir		TabStop = TRUE ;
21661060e70Smseidel		Text [ en-US ] = "Automatic pre~view" ;
217cdf0e10cSrcweir	};
218cdf0e10cSrcweir};
219cdf0e10cSrcweir
22061060e70Smseidel// ********************************************************************** EOF
221