merge the formfield patch from ooo-build
[ooovba.git] / sd / source / ui / animations / CustomAnimationCreateDialog.src
blob95c066e56db75c80acfb1f4440e93c89d54ca7b5
1 /*************************************************************************
2  *
3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4  * 
5  * Copyright 2008 by Sun Microsystems, Inc.
6  *
7  * OpenOffice.org - a multi-platform office productivity suite
8  *
9  * $RCSfile: CustomAnimationCreateDialog.src,v $
10  * $Revision: 1.8.74.1 $
11  *
12  * This file is part of OpenOffice.org.
13  *
14  * OpenOffice.org is free software: you can redistribute it and/or modify
15  * it under the terms of the GNU Lesser General Public License version 3
16  * only, as published by the Free Software Foundation.
17  *
18  * OpenOffice.org is distributed in the hope that it will be useful,
19  * but WITHOUT ANY WARRANTY; without even the implied warranty of
20  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
21  * GNU Lesser General Public License version 3 for more details
22  * (a copy is included in the LICENSE file that accompanied this code).
23  *
24  * You should have received a copy of the GNU Lesser General Public License
25  * version 3 along with OpenOffice.org.  If not, see
26  * <http://www.openoffice.org/license.html>
27  * for a copy of the LGPLv3 License.
28  *
29  ************************************************************************/
31 #include "CustomAnimationCreateDialog.hrc"
32 #include "CustomAnimation.hrc"
34 TabDialog DLG_CUSTOMANIMATION_CREATE
36     Size = MAP_APPFONT ( 162 , 244 ) ;
37     OutputSize = TRUE ;
38     SVLook = TRUE ;
39     Moveable = TRUE ;
40     Closeable = TRUE ;
41     
42     Text [ en-US ] = "Custom Animation" ;
44     TabControl 1
45     {
46         OutputSize = TRUE ;
47         Pos = MAP_APPFONT ( 3 , 3 ) ;
48         Size = MAP_APPFONT ( 156, 217 ) ;
49         PageList =
50         {
51             PageItem
52             {
53                 Identifier = RID_TP_CUSTOMANIMATION_ENTRANCE ;
54                 Text [ en-US ] = "Entrance" ;
55             };
57             PageItem
58             {
59                 Identifier = RID_TP_CUSTOMANIMATION_EMPHASIS;
60                 Text [ en-US ] = "Emphasis";
61             };
63             PageItem
64             {
65                 Identifier = RID_TP_CUSTOMANIMATION_EXIT;
66                 Text [ en-US ] = "Exit";
67             };
69             PageItem
70             {
71                 Identifier = RID_TP_CUSTOMANIMATION_MOTIONPATH;
72                 Text [ en-US ] = "Motion Paths";
73             };
75             PageItem
76             {
77                 Identifier = RID_TP_CUSTOMANIMATION_MISCEFFECTS;
78                 Text [ en-US ] = "Misc Effects";
79             };
80         };
81     };
82     OKButton 1
83     {
84         Pos = MAP_APPFONT ( 3 , 223 ) ;
85         Size = MAP_APPFONT ( 50 , 14 ) ;
86         TabStop = TRUE ;
87     };
88     CancelButton 1
89     {
90         Pos = MAP_APPFONT ( 56 , 223 ) ;
91         Size = MAP_APPFONT ( 50 , 14 ) ;
92         TabStop = TRUE ;
93     };
94     HelpButton 1
95     {
96         Pos = MAP_APPFONT ( 109 , 223 ) ;
97         Size = MAP_APPFONT ( 50 , 14 ) ;
98         TabStop = TRUE ;
99     };
102 TabPage RID_TP_CUSTOMANIMATION_ENTRANCE
104     Hide = TRUE;
105     Size = MAP_APPFONT ( 156, 217 );
106     
107     ListBox LB_EFFECTS
108     {
109         Pos = MAP_APPFONT ( 3 , 3  ) ;
110         Size = MAP_APPFONT( 144, 160 );
111         OutputSize = TRUE;
112         TabStop = TRUE ;
113         Border = TRUE ;
114     };
116     FixedText FT_SPEED
117     {
118         OutputSize = TRUE;
119         Pos = MAP_APPFONT ( 3 , 167  ) ;
120         Size = MAP_APPFONT( 42, 8 );
122         Text [ en-US ] = "Speed";
123     };
125     ComboBox CB_SPEED
126     {
127         Pos = MAP_APPFONT ( 48 , 166 ) ;
128         Size = MAP_APPFONT ( 101, 48 );
129         TabStop = TRUE ;
130         Border = TRUE ;
131         DropDown = TRUE ;
132     };
134     CheckBox CBX_PREVIEW
135     {
136         Pos = MAP_APPFONT ( 3 , 181 ) ;
137         Size = MAP_APPFONT ( 143 , 10 ) ;
138         TabStop = TRUE ;
139         Text [ en-US ] = "Automatic preview" ;
140     };
141     
142     String STR_USERPATH
143     {
144         Text [ en-US ] = "User paths";
145     };