xref: /AOO41X/main/sd/source/ui/animations/CustomAnimationDialog.hrc (revision e33492276f639ebe26fc2b5c7b0b687b13d47e4b)
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#ifndef _SD_CUSTOMANIMATIONDIALOG_HRC
25#define _SD_CUSTOMANIMATIONDIALOG_HRC
26
27// TabPage RID_TP_CUSTOMANIMATION_EFFECT
28#define FL_SETTINGS                 1
29#define FT_PROPERTY_1               2
30#define LB_PROPERTY_1               3
31#define FT_PROPERTY_2               4
32#define LB_PROPERTY_2               5
33#define CB_SMOOTH_START             6
34#define CB_SMOOTH_END               7
35#define CB_AUTORESTART              8
36#define FL_ENHANCEMENTS             9
37#define FT_SOUND                    10
38#define LB_SOUND                    11
39#define PB_SOUND_PREVIEW            12
40#define FT_AFTER_EFFECT             13
41#define LB_AFTER_EFFECT             14
42#define FT_DIMCOLOR                 15
43#define CLB_DIMCOLOR                16
44#define FT_TEXT_ANIM                17
45#define LB_TEXT_ANIM                18
46#define MF_TEXT_DELAY               19
47#define FT_TEXT_DELAY               20
48#define FL_PLAY                     21
49#define RB_FROM_START               22
50#define RB_FROM_LAST                23
51#define RB_FROM_TIME                24
52#define MF_START_TIME               25
53#define FL_STOP                     26
54#define RB_STOP_ON_CLICK            27
55#define RB_STOP_ON_NEXT_SLIDE       28
56#define RB_STOP_AFTER_N_SLIDES      29
57#define MF_STOP_AFTER_SLIDES        30
58#define TP_CUSTOMANIMATION_EFFECT_COUNT 31
59
60// TabPage RID_TP_CUSTOMANIMATION_DURATION
61#define FT_START                    1
62#define LB_START                    2
63#define FT_START_DELAY              3
64#define MF_START_DELAY              4
65#define FT_DURATION                 5
66#define CB_DURATION                 6
67#define FT_REPEAT                   7
68#define CB_REPEAT                   8
69#define CBX_REWIND                  9
70#define FL_TRIGGER                  10
71#define RB_CLICKSEQUENCE            11
72#define RB_INTERACTIVE              12
73#define LB_TRIGGER                  13
74#define TP_CUSTOMANIMATION_DURATION_COUNT 13
75
76// TabPage RID_TP_CUSTOMANIMATION_TEXT
77#define FT_GROUP_TEXT               1
78#define LB_GROUP_TEXT               2
79#define CBX_GROUP_AUTO              3
80#define MF_GROUP_AUTO               4
81#define CBX_ANIMATE_FORM            5
82#define CBX_REVERSE                 6
83#define TP_CUSTOMANIMATION_TEXT_COUNT 6
84
85#endif // _SD_CUSTOMANIMATIONDIALOG_HRC
86