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#include "PaneDockingWindow.hrc"
25
26DockingWindow FLT_LEFT_PANE_IMPRESS_DOCKING_WINDOW
27{
28    HelpID = "sd:DockingWindow:FLT_LEFT_PANE_IMPRESS_DOCKING_WINDOW";
29	Border = TRUE ;
30	Hide = TRUE ;
31	SVLook = TRUE ;
32	Sizeable = TRUE ;
33	Moveable = TRUE ;
34	Closeable = TRUE ;
35	Zoomable = TRUE ;
36	Dockable = TRUE ;
37	EnableResizing = TRUE ;
38	Size = MAP_APPFONT (100,200) ;
39	Text [ en-US ] = "Slide Pane" ;
40};
41
42DockingWindow FLT_LEFT_PANE_DRAW_DOCKING_WINDOW
43{
44    HelpID = "sd:DockingWindow:FLT_LEFT_PANE_DRAW_DOCKING_WINDOW";
45	Border = TRUE ;
46	Hide = TRUE ;
47	SVLook = TRUE ;
48	Sizeable = TRUE ;
49	Moveable = TRUE ;
50	Closeable = TRUE ;
51	Zoomable = TRUE ;
52	Dockable = TRUE ;
53	EnableResizing = TRUE ;
54	Size = MAP_APPFONT (100,200) ;
55	Text [ en-US ] = "Page Pane" ;
56};
57
58DockingWindow FLT_TOOL_PANEL_DOCKING_WINDOW
59{
60    HelpID = "sd:DockingWindow:FLT_TOOL_PANEL_DOCKING_WINDOW";
61	Border = TRUE ;
62	Hide = TRUE ;
63	SVLook = TRUE ;
64	Sizeable = TRUE ;
65	Moveable = TRUE ;
66	Closeable = TRUE ;
67	Zoomable = TRUE ;
68	Dockable = TRUE ;
69	EnableResizing = TRUE ;
70	Size = MAP_APPFONT (100,200) ;
71	Text [ en-US ] = "Task Pane" ;
72};
73