merge the formfield patch from ooo-build
[ooovba.git] / sd / source / ui / animations / AnimationSchemesPane.src
blobb946b860ebabf3b242c43e989ebb703c6848c3fb
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: AnimationSchemesPane.src,v $
10  * $Revision: 1.7 $
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 "CustomAnimation.hrc"
32 #include "AnimationSchemesPane.hrc"
33 #include "helpids.h"
35 #ifndef _SVT_CONTROLDIMS_HRC_
36 #include <svtools/controldims.hrc>
37 #endif
39 // Note: Sizes of 1 usually mean they are auto-calculated
41 Control DLG_ANIMATION_SCHEMES_PANE
43     OutputSize = TRUE;
44     Size = MAP_APPFONT( 1, 1 );
46     Text [ en-US ] = "Animation Schemes";
48     FixedLine FL_APPLY_SCHEME
49     {
50         Size = MAP_APPFONT( 1, RSC_CD_FIXEDLINE_HEIGHT );
51         Text [ en-US ] = "Apply to selected slides ";
52     };
54     ListBox LB_ANIMATION_SCHEMES
55     {
56         HelpId = HID_SD_ANIMATIONSCHEMESPANE_LB_ANIMATION_SCHEMES;
57         Border = TRUE ;
58         TabStop = TRUE ;
60         Size = MAP_APPFONT( 1, 1 );
61     };
63     FixedLine FL_EMPTY1
64     {
65         Size = MAP_APPFONT( 1, RSC_CD_FIXEDLINE_HEIGHT );
66     };
68     PushButton PB_APPLY_TO_ALL
69     {
70         HelpId = HID_SD_ANIMATIONSCHEMESPANE_PB_APPLY_TO_ALL;
71         Size = MAP_APPFONT( 1, RSC_CD_PUSHBUTTON_HEIGHT );
72         TabStop = TRUE ;
74         Text [ en-US ] = "Apply to All Slides";
75     };
78     PushButton PB_PLAY
79     {
80         HelpId = HID_SD_ANIMATIONSCHEMESPANE_PB_PLAY;
81         Size = MAP_APPFONT( 1, RSC_CD_PUSHBUTTON_HEIGHT );
82         TabStop = TRUE ;
84         Text [ en-US ] = "Play";
85     };
87     PushButton PB_SLIDE_SHOW
88     {
89         HelpId = HID_SD_ANIMATIONSCHEMESPANE_PB_SLIDE_SHOW;
90         Size = MAP_APPFONT( 1, RSC_CD_PUSHBUTTON_HEIGHT );
91         TabStop = TRUE ;
93         Text [ en-US ] = "Slide Show";
94     };
96     FixedLine FL_EMPTY2
97     {
98         Size = MAP_APPFONT( 1, RSC_CD_FIXEDLINE_HEIGHT );
99     };
101     Checkbox CB_AUTO_PREVIEW
102     {
103         HelpId = HID_SD_ANIMATIONSCHEMESPANE_CB_AUTO_PREVIEW;
104         Size = MAP_APPFONT( 1, RSC_CD_CHECKBOX_HEIGHT );
105         TabStop = TRUE ;
107         Text [ en-US ] = "Automatic preview";
108     };
110     // --------------------
112     String STR_NO_SCHEME
113     {
114         Text [ en-US ] = "No Animation";
115     };