Update ooo320-m1
[ooovba.git] / sd / source / ui / dlg / PaneDockingWindow.src
blob95f6d721793b3a232c5672d3484915bdacced890
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: PaneDockingWindow.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 "PaneDockingWindow.hrc"
33 DockingWindow FLT_LEFT_PANE_IMPRESS_DOCKING_WINDOW
35     //  HelpID = SID_EFFECT_WIN ;
36     Border = TRUE ;
37     Hide = TRUE ;
38     SVLook = TRUE ;
39     Sizeable = TRUE ;
40     Moveable = TRUE ;
41     Closeable = TRUE ;
42     Zoomable = TRUE ;
43     Dockable = TRUE ;
44     EnableResizing = TRUE ;
45     Size = MAP_APPFONT (100,200) ;
46     Text [ en-US ] = "Slide Pane" ;
49 DockingWindow FLT_LEFT_PANE_DRAW_DOCKING_WINDOW
51     //  HelpID = SID_EFFECT_WIN ;
52     Border = TRUE ;
53     Hide = TRUE ;
54     SVLook = TRUE ;
55     Sizeable = TRUE ;
56     Moveable = TRUE ;
57     Closeable = TRUE ;
58     Zoomable = TRUE ;
59     Dockable = TRUE ;
60     EnableResizing = TRUE ;
61     Size = MAP_APPFONT (100,200) ;
62     Text [ en-US ] = "Page Pane" ;
65 DockingWindow FLT_RIGHT_PANE_DOCKING_WINDOW
67     //  HelpID = SID_EFFECT_WIN ;
68     Border = TRUE ;
69     Hide = TRUE ;
70     SVLook = TRUE ;
71     Sizeable = TRUE ;
72     Moveable = TRUE ;
73     Closeable = TRUE ;
74     Zoomable = TRUE ;
75     Dockable = TRUE ;
76     EnableResizing = TRUE ;
77     Size = MAP_APPFONT (100,200) ;
78     Text [ en-US ] = "Task Pane" ;