Update ooo320-m1
[ooovba.git] / sw / source / ui / misc / insfnote.src
blobb86cc51e9c7f6b12740a2f69473a48a1753a2ee7
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: insfnote.src,v $
10  * $Revision: 1.26 $
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 "misc.hrc"
32 #include "insfnote.hrc"
33 #include "helpid.h"
34  // #define DLG_INS_FOOTNOTE 257
35 ModalDialog DLG_INS_FOOTNOTE
37     OutputSize = TRUE ;
38     SVLook = TRUE ;
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" ;
42     Moveable = TRUE ;
43     Edit ED_NUMBER_CHAR
44     {
45         Disable = TRUE ;
46         Border = TRUE ;
47         Pos = MAP_APPFONT ( 69 , 27 ) ;
48         Size = MAP_APPFONT ( 23 , 12 ) ;
49         TabStop = TRUE ;
50         Group = TRUE ;
51         Left = TRUE ;
52     };
53     OKButton BT_OK
54     {
55         Pos = MAP_APPFONT ( 104 , 6 ) ;
56         Size = MAP_APPFONT ( 50 , 14 ) ;
57         TabStop = TRUE ;
58         Group = TRUE ;
59         DefButton = TRUE ;
60     };
61     CancelButton BT_CANCEL
62     {
63         Pos = MAP_APPFONT ( 104 , 23 ) ;
64         Size = MAP_APPFONT ( 50 , 14 ) ;
65         TabStop = TRUE ;
66         Group = TRUE ;
67     };
68     HelpButton BT_HELP
69     {
70         Pos = MAP_APPFONT ( 104 , 43 ) ;
71         Size = MAP_APPFONT ( 50 , 14 ) ;
72         TabStop = TRUE ;
73         Group = TRUE ;
74     };
75     ImageButton BT_PREV
76     {
77         Pos = MAP_APPFONT ( 104 , 82 ) ;
78         Size = MAP_APPFONT ( 24 , 14 ) ;
79         TabStop = TRUE ;
80         Hide = TRUE ;
81         SYMBOL = IMAGEBUTTON_PREV ;
82     };
83     ImageButton BT_NEXT
84     {
85         Pos = MAP_APPFONT ( 130 , 82 ) ;
86         Size = MAP_APPFONT ( 24 , 14 ) ;
87         TabStop = TRUE ;
88         Hide = TRUE ;
89         SYMBOL = IMAGEBUTTON_NEXT ;
90     };
91     RadioButton RB_NUMBER_AUTO
92     {
93         Pos = MAP_APPFONT ( 12 , 14 ) ;
94         Size = MAP_APPFONT ( 79 , 10 ) ;
95         Text [ en-US ] = "~Automatic" ;
96         TabStop = TRUE ;
97         Group = TRUE ;
98         Check = TRUE ;
99     };
100     RadioButton RB_NUMBER_CHAR
101     {
102         Pos = MAP_APPFONT ( 12 , 27 ) ;
103         Size = MAP_APPFONT ( 54 , 10 ) ;
104         Text [ en-US ] = "~Character" ;
105     };
106     FixedLine FL_NUMBER
107     {
108         Pos = MAP_APPFONT ( 6 , 3 ) ;
109         Size = MAP_APPFONT ( 92 , 8 ) ;
110         Text [ en-US ] = "Numbering" ;
111     };
112     PushButton BT_NUMBER_CHAR
113     {
114         Pos = MAP_APPFONT ( 69 , 42 ) ;
115         Size = MAP_APPFONT ( 12 , 12 ) ;
116         Text = "..." ;
117     };
118     RadioButton RB_TYPE_FTN
119     {
120         Pos = MAP_APPFONT ( 12 , 70 ) ;
121         Size = MAP_APPFONT ( 79 , 10 ) ;
122         TabStop = TRUE ;
123         Group = TRUE ;
124         Check = TRUE ;
125         Text [ en-US ] = "~Footnote" ;
126     };
127     RadioButton RB_TYPE_ENDNOTE
128     {
129         Pos = MAP_APPFONT ( 12 , 83 ) ;
130         Size = MAP_APPFONT ( 79 , 10 ) ;
131         Text [ en-US ] = "~Endnote" ;
132     };
133     FixedLine FL_TYPE
134     {
135         Pos = MAP_APPFONT ( 6 , 60 ) ;
136         Size = MAP_APPFONT ( 92 , 8 ) ;
137         Text [ en-US ] = "Type" ;
138     };