1 /*************************************************************************
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
5 * Copyright 2008 by Sun Microsystems, Inc.
7 * OpenOffice.org - a multi-platform office productivity suite
9 * $RCSfile: layeroptionsdlg.src,v $
12 * This file is part of OpenOffice.org.
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.
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).
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.
29 ************************************************************************/
32 #include "layeroptionsdlg.hrc"
34 ModalDialog DLG_INSERT_LAYER
36 HelpID = SID_INSERTLAYER ;
39 Size = MAP_APPFONT ( 200 , 172 ) ;
40 Text [ en-US ] = "Insert Layer" ;
45 Pos = MAP_APPFONT ( 6 , 6 ) ;
46 Size = MAP_APPFONT ( 188 , 8 ) ;
47 Text [ en-US ] = "~Name" ;
53 Pos = MAP_APPFONT ( 6 , 17 ) ;
54 Size = MAP_APPFONT ( 188 , 12 ) ;
60 Pos = MAP_APPFONT ( 6 , 32 ) ;
61 Size = MAP_APPFONT ( 188 , 8 ) ;
62 Text [ en-US ] = "~Title" ;
68 Pos = MAP_APPFONT ( 6 , 43 ) ;
69 Size = MAP_APPFONT ( 188 , 12 ) ;
73 FixedText FT_DESCRIPTION
75 Pos = MAP_APPFONT ( 6 , 58 ) ;
76 Size = MAP_APPFONT ( 188 , 8 ) ;
77 Text [ en-US ] = "~Description" ;
80 MultiLineEdit EDT_DESCRIPTION
83 Pos = MAP_APPFONT ( 6 , 69 ) ;
84 Size = MAP_APPFONT ( 188 , 34 ) ;
92 Pos = MAP_APPFONT ( 6 , 106 ) ;
93 Size = MAP_APPFONT ( 188 , 10 ) ;
94 Text [ en-US ] = "~Visible" ;
98 CheckBox CBX_PRINTABLE
100 Pos = MAP_APPFONT ( 6 , 119 ) ;
101 Size = MAP_APPFONT ( 188 , 10 ) ;
102 Text [ en-US ] = "~Printable" ;
108 Pos = MAP_APPFONT ( 6 , 132 ) ;
109 Size = MAP_APPFONT ( 188 , 10 ) ;
110 Text [ en-US ] = "~Locked" ;
115 FixedLine FL_SEPARATOR_B
117 Pos = MAP_APPFONT ( 0 , 144 ) ;
118 Size = MAP_APPFONT ( 200 , 4 ) ;
124 Pos = MAP_APPFONT ( 6, 152 ) ;
125 Size = MAP_APPFONT ( 50 , 14 ) ;
130 Pos = MAP_APPFONT ( 200 - (50 + 50 + 9), 152) ;
131 Size = MAP_APPFONT ( 50 , 14 ) ;
135 CancelButton BTN_CANCEL
137 Pos = MAP_APPFONT ( 200 - (50 + 6), 152) ;
138 Size = MAP_APPFONT ( 50 , 14 ) ;