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_SLIDETRANSITIONPANE_HRC
25#define _SD_SLIDETRANSITIONPANE_HRC
26
27#define FL_APPLY_TRANSITION    1
28// spec: 1
29#define LB_SLIDE_TRANSITIONS   2
30
31#define FL_MODIFY_TRANSITION   3
32#define FT_SPEED               4
33// spec: 2
34#define LB_SPEED               5
35#define FT_SOUND               6
36// spec: 3
37#define LB_SOUND               7
38// spec: 4
39#define CB_LOOP_SOUND          8
40
41#define FL_ADVANCE_SLIDE       9
42// spec: 5
43#define RB_ADVANCE_ON_MOUSE   10
44// spec: 6
45#define RB_ADVANCE_AUTO       11
46// spec: 7
47#define MF_ADVANCE_AUTO_AFTER 12
48
49#define FL_EMPTY1             13
50// spec: 8
51#define PB_APPLY_TO_ALL       14
52// spec: 9
53#define PB_PLAY               15
54// spec: 10
55#define PB_SLIDE_SHOW         16
56
57#define FL_EMPTY2             17
58// spec: 11
59#define CB_AUTO_PREVIEW       18
60
61#define STR_NO_TRANSITION     19
62
63
64#endif // _SD_SLIDETRANSITIONPANE_HRC
65