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: dlgname.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 ************************************************************************/
31 // include ------------------------------------------------------------------
33 #include <svx/dialogs.hrc>
35 #include "dlgname.hrc"
37 // RID_SVXDLG_NAME ----------------------------------------------------------
39 ModalDialog RID_SVXDLG_NAME
41 HelpId = HID_DLG_NAME ;
44 Size = MAP_APPFONT ( 180 , 63 ) ;
45 Text [ en-US ] = "Name" ;
47 FixedText FT_DESCRIPTION
49 Pos = MAP_APPFONT ( 6 , 6 ) ;
50 Size = MAP_APPFONT ( 112 , 8 ) ;
56 Pos = MAP_APPFONT ( 6 , 17 ) ;
57 Size = MAP_APPFONT ( 112 , 12 ) ;
62 Pos = MAP_APPFONT ( 124 , 6 ) ;
63 Size = MAP_APPFONT ( 50 , 14 ) ;
67 CancelButton BTN_CANCEL
69 Pos = MAP_APPFONT ( 124 , 23 ) ;
70 Size = MAP_APPFONT ( 50 , 14 ) ;
75 Pos = MAP_APPFONT ( 124 , 43 ) ;
76 Size = MAP_APPFONT ( 50 , 14 ) ;
82 // RID_SVXDLG_OBJECT_NAME ----------------------------------------------------------
84 ModalDialog RID_SVXDLG_OBJECT_NAME
86 HelpId = HID_DLG_OBJECT_NAME;
89 Size = MAP_APPFONT ( 180 , 54 + 2) ;
90 Text [ en-US ] = "Name" ;
96 Pos = MAP_APPFONT ( 6 , 3 ) ;
97 Size = MAP_APPFONT ( 168 , 8 ) ;
98 Text [ en-US ] = "~Name";
103 Pos = MAP_APPFONT ( 6 , 14 ) ;
104 Size = MAP_APPFONT ( 168 , 12 ) ;
109 FixedLine FL_SEPARATOR_A
111 Pos = MAP_APPFONT ( 0 , 39 - 6 - 2 ) ;
112 Size = MAP_APPFONT ( 180 , 8 ) ;
118 Pos = MAP_APPFONT ( 6, 39 - 3 + 3) ;
119 Size = MAP_APPFONT ( 50 , 14 ) ;
124 Pos = MAP_APPFONT ( 174 - (50 + 50 + 6), 39 - 3 + 3) ;
125 Size = MAP_APPFONT ( 50 , 14 ) ;
129 CancelButton BTN_CANCEL
131 Pos = MAP_APPFONT ( 174 - (50), 39 - 3 + 3) ;
132 Size = MAP_APPFONT ( 50 , 14 ) ;
138 // RID_SVXDLG_OBJECTTITLE_DESC ----------------------------------------------------------
140 ModalDialog RID_SVXDLG_OBJECT_TITLE_DESC
142 HelpId = HID_DLG_OBJECT_TITLE_DESC;
145 Size = MAP_APPFONT ( 180 , 78 + 27 ) ;
146 Text [ en-US ] = "Description" ;
150 FixedText NTD_FT_TITLE
152 Pos = MAP_APPFONT ( 6 , 3 ) ;
153 Size = MAP_APPFONT ( 168 , 8 ) ;
155 Text [ en-US ] = "~Title";
160 Pos = MAP_APPFONT ( 6 , 14 ) ;
161 Size = MAP_APPFONT ( 168 , 12 ) ;
166 FixedText NTD_FT_DESC
168 Pos = MAP_APPFONT ( 6 , 30 ) ;
169 Size = MAP_APPFONT ( 168 , 8 ) ;
171 Text [ en-US ] = "~Description";
173 MultiLineEdit NTD_EDT_DESC
176 Pos = MAP_APPFONT ( 6 , 41 ) ;
177 Size = MAP_APPFONT ( 168 , (12 * 3) - 2 ) ;
184 FixedLine FL_SEPARATOR_B
186 Pos = MAP_APPFONT ( 0 , 41 + 39 ) ;
187 Size = MAP_APPFONT ( 180 , 8 ) ;
193 Pos = MAP_APPFONT ( 6, 41 + 39 + 3 + 5) ;
194 Size = MAP_APPFONT ( 50 , 14 ) ;
199 Pos = MAP_APPFONT ( 174 - (50 + 50 + 6), 41 + 39 + 3 + 5) ;
200 Size = MAP_APPFONT ( 50 , 14 ) ;
204 CancelButton BTN_CANCEL
206 Pos = MAP_APPFONT ( 174 - (50), 41 + 39 + 3 + 5) ;
207 Size = MAP_APPFONT ( 50 , 14 ) ;
212 // RID_SVXDLG_MESSBOX -------------------------------------------------------
214 ModalDialog RID_SVXDLG_MESSBOX
216 HelpId = HID_DLG_MESSBOX ;
219 Size = MAP_APPFONT ( 212 , 64 ) ;
224 Pos = MAP_APPFONT ( 25 , 44 ) ;
225 Size = MAP_APPFONT ( 50 , 14 ) ;
230 Pos = MAP_APPFONT ( 78 , 44 ) ;
231 Size = MAP_APPFONT ( 50 , 14 ) ;
234 CancelButton BTN_CANCEL
236 Pos = MAP_APPFONT ( 131 , 44 ) ;
237 Size = MAP_APPFONT ( 50 , 14 ) ;
240 FixedText FT_DESCRIPTION
242 Pos = MAP_APPFONT ( 28 , 6 ) ;
243 Size = MAP_APPFONT ( 200 , 35 ) ;
247 // ********************************************************************** EOF