xref: /trunk/main/sw/source/ui/misc/insfnote.src (revision cdf0e10c4e3984b49a9502b011690b615761d4a3)
1/*************************************************************************
2 *
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4 *
5 * Copyright 2000, 2010 Oracle and/or its affiliates.
6 *
7 * OpenOffice.org - a multi-platform office productivity suite
8 *
9 * This file is part of OpenOffice.org.
10 *
11 * OpenOffice.org is free software: you can redistribute it and/or modify
12 * it under the terms of the GNU Lesser General Public License version 3
13 * only, as published by the Free Software Foundation.
14 *
15 * OpenOffice.org is distributed in the hope that it will be useful,
16 * but WITHOUT ANY WARRANTY; without even the implied warranty of
17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18 * GNU Lesser General Public License version 3 for more details
19 * (a copy is included in the LICENSE file that accompanied this code).
20 *
21 * You should have received a copy of the GNU Lesser General Public License
22 * version 3 along with OpenOffice.org.  If not, see
23 * <http://www.openoffice.org/license.html>
24 * for a copy of the LGPLv3 License.
25 *
26 ************************************************************************/
27
28#include "misc.hrc"
29#include "insfnote.hrc"
30#include "helpid.h"
31 // #define DLG_INS_FOOTNOTE 257
32ModalDialog DLG_INS_FOOTNOTE
33{
34    HelpID = "sw:ModalDialog:DLG_INS_FOOTNOTE";
35    OutputSize = TRUE ;
36    SVLook = TRUE ;
37    Size = MAP_APPFONT ( 160 , 100 ) ;
38    /* ### ACHTUNG: Neuer Text in Resource? Fu�note einf�gen : Fu�note einf�gen */
39    Text [ en-US ] = "Insert Footnote/Endnote" ;
40    Moveable = TRUE ;
41    Edit ED_NUMBER_CHAR
42    {
43        HelpID = "sw:Edit:DLG_INS_FOOTNOTE:ED_NUMBER_CHAR";
44        Disable = TRUE ;
45        Border = TRUE ;
46        Pos = MAP_APPFONT ( 69 , 27 ) ;
47        Size = MAP_APPFONT ( 23 , 12 ) ;
48        TabStop = TRUE ;
49        Group = TRUE ;
50        Left = TRUE ;
51    };
52    //IAccessibility2 Implementation 2009-----
53    String STR_CHAR
54    {
55        Text [ en-US ] = "Character" ;
56    };
57    //-----IAccessibility2 Implementation 2009
58    OKButton BT_OK
59    {
60        Pos = MAP_APPFONT ( 104 , 6 ) ;
61        Size = MAP_APPFONT ( 50 , 14 ) ;
62        TabStop = TRUE ;
63        Group = TRUE ;
64        DefButton = TRUE ;
65    };
66    CancelButton BT_CANCEL
67    {
68        Pos = MAP_APPFONT ( 104 , 23 ) ;
69        Size = MAP_APPFONT ( 50 , 14 ) ;
70        TabStop = TRUE ;
71        Group = TRUE ;
72    };
73    HelpButton BT_HELP
74    {
75        Pos = MAP_APPFONT ( 104 , 43 ) ;
76        Size = MAP_APPFONT ( 50 , 14 ) ;
77        TabStop = TRUE ;
78        Group = TRUE ;
79    };
80    ImageButton BT_PREV
81    {
82        HelpID = "sw:ImageButton:DLG_INS_FOOTNOTE:BT_PREV";
83        Pos = MAP_APPFONT ( 104 , 82 ) ;
84        Size = MAP_APPFONT ( 24 , 14 ) ;
85        TabStop = TRUE ;
86        Hide = TRUE ;
87        SYMBOL = IMAGEBUTTON_PREV ;
88    };
89    ImageButton BT_NEXT
90    {
91        HelpID = "sw:ImageButton:DLG_INS_FOOTNOTE:BT_NEXT";
92        Pos = MAP_APPFONT ( 130 , 82 ) ;
93        Size = MAP_APPFONT ( 24 , 14 ) ;
94        TabStop = TRUE ;
95        Hide = TRUE ;
96        SYMBOL = IMAGEBUTTON_NEXT ;
97    };
98    RadioButton RB_NUMBER_AUTO
99    {
100        HelpID = "sw:RadioButton:DLG_INS_FOOTNOTE:RB_NUMBER_AUTO";
101        Pos = MAP_APPFONT ( 12 , 14 ) ;
102        Size = MAP_APPFONT ( 79 , 10 ) ;
103        Text [ en-US ] = "~Automatic" ;
104        TabStop = TRUE ;
105        Group = TRUE ;
106        Check = TRUE ;
107    };
108    RadioButton RB_NUMBER_CHAR
109    {
110        HelpID = "sw:RadioButton:DLG_INS_FOOTNOTE:RB_NUMBER_CHAR";
111        Pos = MAP_APPFONT ( 12 , 27 ) ;
112        Size = MAP_APPFONT ( 54 , 10 ) ;
113        Text [ en-US ] = "~Character" ;
114    };
115    FixedLine FL_NUMBER
116    {
117        Pos = MAP_APPFONT ( 6 , 3 ) ;
118        Size = MAP_APPFONT ( 92 , 8 ) ;
119        Text [ en-US ] = "Numbering" ;
120    };
121    PushButton BT_NUMBER_CHAR
122    {
123        HelpID = "sw:PushButton:DLG_INS_FOOTNOTE:BT_NUMBER_CHAR";
124        Pos = MAP_APPFONT ( 69 , 42 ) ;
125        Size = MAP_APPFONT ( 12 , 12 ) ;
126        Text = "..." ;
127    };
128    RadioButton RB_TYPE_FTN
129    {
130        HelpID = "sw:RadioButton:DLG_INS_FOOTNOTE:RB_TYPE_FTN";
131        Pos = MAP_APPFONT ( 12 , 70 ) ;
132        Size = MAP_APPFONT ( 79 , 10 ) ;
133        TabStop = TRUE ;
134        Group = TRUE ;
135        Check = TRUE ;
136        Text [ en-US ] = "~Footnote" ;
137    };
138    RadioButton RB_TYPE_ENDNOTE
139    {
140        HelpID = "sw:RadioButton:DLG_INS_FOOTNOTE:RB_TYPE_ENDNOTE";
141        Pos = MAP_APPFONT ( 12 , 83 ) ;
142        Size = MAP_APPFONT ( 79 , 10 ) ;
143        Text [ en-US ] = "~Endnote" ;
144    };
145    FixedLine FL_TYPE
146    {
147        Pos = MAP_APPFONT ( 6 , 60 ) ;
148        Size = MAP_APPFONT ( 92 , 8 ) ;
149        Text [ en-US ] = "Type" ;
150    };
151};
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183