xref: /aoo41x/main/sw/source/ui/misc/insfnote.src (revision 8660f102)
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements.  See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership.  The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance
9 * with the License.  You may obtain a copy of the License at
10 *
11 *   http://www.apache.org/licenses/LICENSE-2.0
12 *
13 * Unless required by applicable law or agreed to in writing,
14 * software distributed under the License is distributed on an
15 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16 * KIND, either express or implied.  See the License for the
17 * specific language governing permissions and limitations
18 * under the License.
19 *
20 *************************************************************/
21
22
23
24#include "misc.hrc"
25#include "insfnote.hrc"
26#include "helpid.h"
27 // #define DLG_INS_FOOTNOTE 257
28ModalDialog DLG_INS_FOOTNOTE
29{
30    HelpID = "sw:ModalDialog:DLG_INS_FOOTNOTE";
31	OutputSize = TRUE ;
32	SVLook = TRUE ;
33    Size = MAP_APPFONT ( 160 , 100 ) ;
34	/* ### ACHTUNG: Neuer Text in Resource? Fu�note einf�gen : Fu�note einf�gen */
35	Text [ en-US ] = "Insert Footnote/Endnote" ;
36	Moveable = TRUE ;
37	Edit ED_NUMBER_CHAR
38	{
39	    HelpID = "sw:Edit:DLG_INS_FOOTNOTE:ED_NUMBER_CHAR";
40		Disable = TRUE ;
41		Border = TRUE ;
42        Pos = MAP_APPFONT ( 69 , 27 ) ;
43		Size = MAP_APPFONT ( 23 , 12 ) ;
44		TabStop = TRUE ;
45		Group = TRUE ;
46		Left = TRUE ;
47	};
48	//IAccessibility2 Implementation 2009-----
49	String STR_CHAR
50	{
51		Text [ en-US ] = "Character" ;
52	};
53	//-----IAccessibility2 Implementation 2009
54	OKButton BT_OK
55	{
56        Pos = MAP_APPFONT ( 104 , 6 ) ;
57		Size = MAP_APPFONT ( 50 , 14 ) ;
58		TabStop = TRUE ;
59		Group = TRUE ;
60		DefButton = TRUE ;
61	};
62	CancelButton BT_CANCEL
63	{
64        Pos = MAP_APPFONT ( 104 , 23 ) ;
65		Size = MAP_APPFONT ( 50 , 14 ) ;
66		TabStop = TRUE ;
67		Group = TRUE ;
68	};
69	HelpButton BT_HELP
70	{
71        Pos = MAP_APPFONT ( 104 , 43 ) ;
72		Size = MAP_APPFONT ( 50 , 14 ) ;
73		TabStop = TRUE ;
74		Group = TRUE ;
75	};
76	ImageButton BT_PREV
77	{
78	    HelpID = "sw:ImageButton:DLG_INS_FOOTNOTE:BT_PREV";
79        Pos = MAP_APPFONT ( 104 , 82 ) ;
80		Size = MAP_APPFONT ( 24 , 14 ) ;
81		TabStop = TRUE ;
82		Hide = TRUE ;
83		SYMBOL = IMAGEBUTTON_PREV ;
84	};
85	ImageButton BT_NEXT
86	{
87	    HelpID = "sw:ImageButton:DLG_INS_FOOTNOTE:BT_NEXT";
88        Pos = MAP_APPFONT ( 130 , 82 ) ;
89		Size = MAP_APPFONT ( 24 , 14 ) ;
90		TabStop = TRUE ;
91		Hide = TRUE ;
92		SYMBOL = IMAGEBUTTON_NEXT ;
93	};
94	RadioButton RB_NUMBER_AUTO
95	{
96	    HelpID = "sw:RadioButton:DLG_INS_FOOTNOTE:RB_NUMBER_AUTO";
97		Pos = MAP_APPFONT ( 12 , 14 ) ;
98        Size = MAP_APPFONT ( 79 , 10 ) ;
99		Text [ en-US ] = "~Automatic" ;
100		TabStop = TRUE ;
101		Group = TRUE ;
102		Check = TRUE ;
103	};
104	RadioButton RB_NUMBER_CHAR
105	{
106	    HelpID = "sw:RadioButton:DLG_INS_FOOTNOTE:RB_NUMBER_CHAR";
107		Pos = MAP_APPFONT ( 12 , 27 ) ;
108        Size = MAP_APPFONT ( 54 , 10 ) ;
109		Text [ en-US ] = "~Character" ;
110	};
111    FixedLine FL_NUMBER
112	{
113		Pos = MAP_APPFONT ( 6 , 3 ) ;
114        Size = MAP_APPFONT ( 92 , 8 ) ;
115		Text [ en-US ] = "Numbering" ;
116	};
117	PushButton BT_NUMBER_CHAR
118	{
119	    HelpID = "sw:PushButton:DLG_INS_FOOTNOTE:BT_NUMBER_CHAR";
120        Pos = MAP_APPFONT ( 69 , 42 ) ;
121		Size = MAP_APPFONT ( 12 , 12 ) ;
122		Text = "..." ;
123	};
124	RadioButton RB_TYPE_FTN
125	{
126	    HelpID = "sw:RadioButton:DLG_INS_FOOTNOTE:RB_TYPE_FTN";
127		Pos = MAP_APPFONT ( 12 , 70 ) ;
128        Size = MAP_APPFONT ( 79 , 10 ) ;
129		TabStop = TRUE ;
130		Group = TRUE ;
131		Check = TRUE ;
132		Text [ en-US ] = "~Footnote" ;
133	};
134	RadioButton RB_TYPE_ENDNOTE
135	{
136	    HelpID = "sw:RadioButton:DLG_INS_FOOTNOTE:RB_TYPE_ENDNOTE";
137		Pos = MAP_APPFONT ( 12 , 83 ) ;
138        Size = MAP_APPFONT ( 79 , 10 ) ;
139		Text [ en-US ] = "~Endnote" ;
140	};
141    FixedLine FL_TYPE
142	{
143		Pos = MAP_APPFONT ( 6 , 60 ) ;
144        Size = MAP_APPFONT ( 92 , 8 ) ;
145		Text [ en-US ] = "Type" ;
146	};
147};
148
149
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