xref: /AOO41X/main/sd/source/ui/animations/CustomAnimationPane.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_CUSTOMANIMATIONPANE_HRC
25#define _SD_CUSTOMANIMATIONPANE_HRC
26
27#define CM_WITH_CLICK               1
28#define CM_WITH_PREVIOUS            2
29#define CM_AFTER_PREVIOUS           3
30#define CM_OPTIONS                  4
31#define CM_DURATION                 5
32#define CM_REMOVE                   6
33
34#define FL_EFFECT                    1
35#define PB_ADD_EFFECT                2
36#define PB_CHANGE_EFFECT             3
37#define PB_REMOVE_EFFECT             4
38#define FL_MODIFY                    5
39#define FT_START                     6
40#define LB_START                     7
41#define FT_PROPERTY                  8
42#define LB_PROPERTY                  9
43#define PB_PROPERTY_MORE            10
44#define FT_SPEED                    12
45#define CB_SPEED                    13
46#define CT_CUSTOM_ANIMATION_LIST    14
47#define FT_CHANGE_ORDER             15
48#define PB_MOVE_UP                  16
49#define PB_MOVE_DOWN                17
50#define FL_SEPERATOR1               18
51#define PB_PLAY                     19
52#define PB_SLIDE_SHOW               20
53#define FL_SEPERATOR2               21
54#define CB_AUTOPREVIEW              22
55
56#endif // _SD_CUSTOMANIMATIONPANE_HXX
57