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: insfnote.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 "insfnote.hrc"
34 // #define DLG_INS_FOOTNOTE 257
35 ModalDialog DLG_INS_FOOTNOTE
39 Size = MAP_APPFONT ( 160 , 100 ) ;
40 /* ### ACHTUNG: Neuer Text in Resource? Fußnote einfügen : Fu˜note einf³gen */
41 Text [ en-US ] = "Insert Footnote/Endnote" ;
47 Pos = MAP_APPFONT ( 69 , 27 ) ;
48 Size = MAP_APPFONT ( 23 , 12 ) ;
55 Pos = MAP_APPFONT ( 104 , 6 ) ;
56 Size = MAP_APPFONT ( 50 , 14 ) ;
61 CancelButton BT_CANCEL
63 Pos = MAP_APPFONT ( 104 , 23 ) ;
64 Size = MAP_APPFONT ( 50 , 14 ) ;
70 Pos = MAP_APPFONT ( 104 , 43 ) ;
71 Size = MAP_APPFONT ( 50 , 14 ) ;
77 Pos = MAP_APPFONT ( 104 , 82 ) ;
78 Size = MAP_APPFONT ( 24 , 14 ) ;
81 SYMBOL = IMAGEBUTTON_PREV ;
85 Pos = MAP_APPFONT ( 130 , 82 ) ;
86 Size = MAP_APPFONT ( 24 , 14 ) ;
89 SYMBOL = IMAGEBUTTON_NEXT ;
91 RadioButton RB_NUMBER_AUTO
93 Pos = MAP_APPFONT ( 12 , 14 ) ;
94 Size = MAP_APPFONT ( 79 , 10 ) ;
95 Text [ en-US ] = "~Automatic" ;
100 RadioButton RB_NUMBER_CHAR
102 Pos = MAP_APPFONT ( 12 , 27 ) ;
103 Size = MAP_APPFONT ( 54 , 10 ) ;
104 Text [ en-US ] = "~Character" ;
108 Pos = MAP_APPFONT ( 6 , 3 ) ;
109 Size = MAP_APPFONT ( 92 , 8 ) ;
110 Text [ en-US ] = "Numbering" ;
112 PushButton BT_NUMBER_CHAR
114 Pos = MAP_APPFONT ( 69 , 42 ) ;
115 Size = MAP_APPFONT ( 12 , 12 ) ;
118 RadioButton RB_TYPE_FTN
120 Pos = MAP_APPFONT ( 12 , 70 ) ;
121 Size = MAP_APPFONT ( 79 , 10 ) ;
125 Text [ en-US ] = "~Footnote" ;
127 RadioButton RB_TYPE_ENDNOTE
129 Pos = MAP_APPFONT ( 12 , 83 ) ;
130 Size = MAP_APPFONT ( 79 , 10 ) ;
131 Text [ en-US ] = "~Endnote" ;
135 Pos = MAP_APPFONT ( 6 , 60 ) ;
136 Size = MAP_APPFONT ( 92 , 8 ) ;
137 Text [ en-US ] = "Type" ;