Update ooo320-m1
[ooovba.git] / sd / source / ui / dlg / inspagob.src
blob0e097696a7b6f3d3ad1ed5f433ea03343e6967fc
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: inspagob.src,v $
10  * $Revision: 1.31 $
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 "helpids.h"
32 #include "inspagob.hrc"
34 ModalDialog DLG_INSERT_PAGES_OBJS
36     HelpID = DLG_INSERT_PAGES_OBJS ;
37     OutputSize = TRUE ;
38     SVLook = TRUE ;
39     Size = MAP_APPFONT ( 200 , 128 ) ;
40     /* ### ACHTUNG: Neuer Text in Resource? Seiten/Objekte einfügen : Seiten/Objekte einf³gen */
41     Moveable = TRUE ;
42     Text [ en-US ] = "Insert Slides/Objects" ;
43     OKButton BTN_OK
44     {
45         Pos = MAP_APPFONT ( 144 , 6 ) ;
46         Size = MAP_APPFONT ( 50 , 14 ) ;
47         TabStop = TRUE ;
48         DefButton = TRUE ;
49     };
50     CancelButton BTN_CANCEL
51     {
52         Pos = MAP_APPFONT ( 144 , 23 ) ;
53         Size = MAP_APPFONT ( 50 , 14 ) ;
54         TabStop = TRUE ;
55     };
56     HelpButton BTN_HELP
57     {
58         Pos = MAP_APPFONT ( 144 , 46 ) ;
59         Size = MAP_APPFONT ( 50 , 14 ) ;
60         TabStop = TRUE ;
61     };
62     Control LB_TREE
63     {
64         HelpId = HID_SD_PAGEOBJSTLB;
65         Border = TRUE ;
66         Pos = MAP_APPFONT ( 6 , 6 ) ;
67         Size = MAP_APPFONT ( 132 , 88 ) ;
68         TabStop = TRUE ;
69     };
70     CheckBox CBX_LINK
71     {
72         Pos = MAP_APPFONT ( 6 , 100 ) ;
73         Size = MAP_APPFONT ( 140 , 12 ) ;
74         TabStop = TRUE ;
75         Text [ en-US ] = "~Link" ;
76     };
77     CheckBox CBX_CHECK_MASTERS
78     {
79         Pos = MAP_APPFONT ( 6 , 114 ) ;
80         Size = MAP_APPFONT ( 140 , 12 ) ;
81         TabStop = TRUE ;
82         Text [ en-US ] = "Delete unused backg~rounds";
83     };