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: postdlg.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 ************************************************************************/
30 // include ---------------------------------------------------------------
31 #include <svx/svxids.hrc>
32 #include <svx/dialogs.hrc>
33 #include "postdlg.hrc"
34 // pragma ----------------------------------------------------------------
36 // RID_SVXDLG_POSTIT -----------------------------------------------------
37 ModalDialog RID_SVXDLG_POSTIT
42 Size = MAP_APPFONT ( 198 , 134 ) ;
43 Text [ en-US ] = "Note" ;
45 FixedText FT_LASTEDITLABEL
47 Pos = MAP_APPFONT ( 12 , 14 ) ;
48 Size = MAP_APPFONT ( 34 , 8 ) ;
49 Text [ en-US ] = "Author" ;
54 Pos = MAP_APPFONT ( 48 , 14 ) ;
55 Size = MAP_APPFONT ( 83 , 8 ) ;
60 Pos = MAP_APPFONT ( 12 , 27 ) ;
61 Size = MAP_APPFONT ( 100 , 8 ) ;
62 Text [ en-US ] = "~Text" ;
68 Pos = MAP_APPFONT ( 12 , 38 ) ;
69 Size = MAP_APPFONT ( 123 , 72 ) ;
77 Pos = MAP_APPFONT ( 6 , 3 ) ;
78 Size = MAP_APPFONT ( 129 , 8 ) ;
79 Text [ en-US ] = "Contents" ;
83 Pos = MAP_APPFONT ( 141 , 6 ) ;
84 Size = MAP_APPFONT ( 50 , 15 ) ;
87 CancelButton BTN_POST_CANCEL
89 Pos = MAP_APPFONT ( 141 , 23 ) ;
90 Size = MAP_APPFONT ( 50 , 15 ) ;
92 HelpButton BTN_POST_HELP
94 Pos = MAP_APPFONT ( 141 , 40 ) ;
95 Size = MAP_APPFONT ( 50 , 15 ) ;
99 Pos = MAP_APPFONT ( 141 , 60 ) ;
100 Size = MAP_APPFONT ( 24 , 14 ) ;
101 Symbol = IMAGEBUTTON_ARROW_LEFT ;
105 Pos = MAP_APPFONT ( 167 , 60 ) ;
106 Size = MAP_APPFONT ( 24 , 14 ) ;
107 Symbol = IMAGEBUTTON_ARROW_RIGHT ;
111 Pos = MAP_APPFONT ( 12 , 116 ) ;
112 Size = MAP_APPFONT ( 60 , 8 ) ;
113 Text [ en-US ] = "~Insert";
115 PushButton BTN_AUTHOR
117 Pos = MAP_APPFONT ( 75 , 114 ) ;
118 Size = MAP_APPFONT ( 60 , 14 ) ;
119 Text [ en-US ] = "Author" ;
122 String STR_NOTIZ_EDIT
124 Text [ en-US ] = "Edit Note" ;
126 String STR_NOTIZ_INSERT
128 /* ### ACHTUNG: Neuer Text in Resource? Notiz einfügen : Notiz einf³gen */
129 /* ### ACHTUNG: Neuer Text in Resource? Notiz einfügen : Notiz einf³gen */
130 Text [ en-US ] = "Insert note" ;
133 // ********************************************************************** EOF