xref: /AOO41X/main/sd/source/ui/animations/CustomAnimationDialog.hrc (revision e33492276f639ebe26fc2b5c7b0b687b13d47e4b)
1*7cf00d98SAndrew Rist/**************************************************************
2cdf0e10cSrcweir *
3*7cf00d98SAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one
4*7cf00d98SAndrew Rist * or more contributor license agreements.  See the NOTICE file
5*7cf00d98SAndrew Rist * distributed with this work for additional information
6*7cf00d98SAndrew Rist * regarding copyright ownership.  The ASF licenses this file
7*7cf00d98SAndrew Rist * to you under the Apache License, Version 2.0 (the
8*7cf00d98SAndrew Rist * "License"); you may not use this file except in compliance
9*7cf00d98SAndrew Rist * with the License.  You may obtain a copy of the License at
10cdf0e10cSrcweir *
11*7cf00d98SAndrew Rist *   http://www.apache.org/licenses/LICENSE-2.0
12cdf0e10cSrcweir *
13*7cf00d98SAndrew Rist * Unless required by applicable law or agreed to in writing,
14*7cf00d98SAndrew Rist * software distributed under the License is distributed on an
15*7cf00d98SAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16*7cf00d98SAndrew Rist * KIND, either express or implied.  See the License for the
17*7cf00d98SAndrew Rist * specific language governing permissions and limitations
18*7cf00d98SAndrew Rist * under the License.
19cdf0e10cSrcweir *
20*7cf00d98SAndrew Rist *************************************************************/
21*7cf00d98SAndrew Rist
22*7cf00d98SAndrew Rist
23cdf0e10cSrcweir
24cdf0e10cSrcweir#ifndef _SD_CUSTOMANIMATIONDIALOG_HRC
25cdf0e10cSrcweir#define _SD_CUSTOMANIMATIONDIALOG_HRC
26cdf0e10cSrcweir
27cdf0e10cSrcweir// TabPage RID_TP_CUSTOMANIMATION_EFFECT
28cdf0e10cSrcweir#define FL_SETTINGS                 1
29cdf0e10cSrcweir#define FT_PROPERTY_1               2
30cdf0e10cSrcweir#define LB_PROPERTY_1               3
31cdf0e10cSrcweir#define FT_PROPERTY_2               4
32cdf0e10cSrcweir#define LB_PROPERTY_2               5
33cdf0e10cSrcweir#define CB_SMOOTH_START             6
34cdf0e10cSrcweir#define CB_SMOOTH_END               7
35cdf0e10cSrcweir#define CB_AUTORESTART              8
36cdf0e10cSrcweir#define FL_ENHANCEMENTS             9
37cdf0e10cSrcweir#define FT_SOUND                    10
38cdf0e10cSrcweir#define LB_SOUND                    11
39cdf0e10cSrcweir#define PB_SOUND_PREVIEW            12
40cdf0e10cSrcweir#define FT_AFTER_EFFECT             13
41cdf0e10cSrcweir#define LB_AFTER_EFFECT             14
42cdf0e10cSrcweir#define FT_DIMCOLOR                 15
43cdf0e10cSrcweir#define CLB_DIMCOLOR                16
44cdf0e10cSrcweir#define FT_TEXT_ANIM                17
45cdf0e10cSrcweir#define LB_TEXT_ANIM                18
46cdf0e10cSrcweir#define MF_TEXT_DELAY               19
47cdf0e10cSrcweir#define FT_TEXT_DELAY               20
48cdf0e10cSrcweir#define FL_PLAY                     21
49cdf0e10cSrcweir#define RB_FROM_START               22
50cdf0e10cSrcweir#define RB_FROM_LAST                23
51cdf0e10cSrcweir#define RB_FROM_TIME                24
52cdf0e10cSrcweir#define MF_START_TIME               25
53cdf0e10cSrcweir#define FL_STOP                     26
54cdf0e10cSrcweir#define RB_STOP_ON_CLICK            27
55cdf0e10cSrcweir#define RB_STOP_ON_NEXT_SLIDE       28
56cdf0e10cSrcweir#define RB_STOP_AFTER_N_SLIDES      29
57cdf0e10cSrcweir#define MF_STOP_AFTER_SLIDES        30
58cdf0e10cSrcweir#define TP_CUSTOMANIMATION_EFFECT_COUNT 31
59cdf0e10cSrcweir
60cdf0e10cSrcweir// TabPage RID_TP_CUSTOMANIMATION_DURATION
61cdf0e10cSrcweir#define FT_START                    1
62cdf0e10cSrcweir#define LB_START                    2
63cdf0e10cSrcweir#define FT_START_DELAY              3
64cdf0e10cSrcweir#define MF_START_DELAY              4
65cdf0e10cSrcweir#define FT_DURATION                 5
66cdf0e10cSrcweir#define CB_DURATION                 6
67cdf0e10cSrcweir#define FT_REPEAT                   7
68cdf0e10cSrcweir#define CB_REPEAT                   8
69cdf0e10cSrcweir#define CBX_REWIND                  9
70cdf0e10cSrcweir#define FL_TRIGGER                  10
71cdf0e10cSrcweir#define RB_CLICKSEQUENCE            11
72cdf0e10cSrcweir#define RB_INTERACTIVE              12
73cdf0e10cSrcweir#define LB_TRIGGER                  13
74cdf0e10cSrcweir#define TP_CUSTOMANIMATION_DURATION_COUNT 13
75cdf0e10cSrcweir
76cdf0e10cSrcweir// TabPage RID_TP_CUSTOMANIMATION_TEXT
77cdf0e10cSrcweir#define FT_GROUP_TEXT               1
78cdf0e10cSrcweir#define LB_GROUP_TEXT               2
79cdf0e10cSrcweir#define CBX_GROUP_AUTO              3
80cdf0e10cSrcweir#define MF_GROUP_AUTO               4
81cdf0e10cSrcweir#define CBX_ANIMATE_FORM            5
82cdf0e10cSrcweir#define CBX_REVERSE                 6
83cdf0e10cSrcweir#define TP_CUSTOMANIMATION_TEXT_COUNT 6
84cdf0e10cSrcweir
85cdf0e10cSrcweir#endif // _SD_CUSTOMANIMATIONDIALOG_HRC
86