xref: /aoo41x/main/sw/source/ui/ribbar/workctrl.src (revision 8660f102)
1*8660f102SAndrew Rist/**************************************************************
2cdf0e10cSrcweir *
3*8660f102SAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one
4*8660f102SAndrew Rist * or more contributor license agreements.  See the NOTICE file
5*8660f102SAndrew Rist * distributed with this work for additional information
6*8660f102SAndrew Rist * regarding copyright ownership.  The ASF licenses this file
7*8660f102SAndrew Rist * to you under the Apache License, Version 2.0 (the
8*8660f102SAndrew Rist * "License"); you may not use this file except in compliance
9*8660f102SAndrew Rist * with the License.  You may obtain a copy of the License at
10*8660f102SAndrew Rist *
11*8660f102SAndrew Rist *   http://www.apache.org/licenses/LICENSE-2.0
12*8660f102SAndrew Rist *
13*8660f102SAndrew Rist * Unless required by applicable law or agreed to in writing,
14*8660f102SAndrew Rist * software distributed under the License is distributed on an
15*8660f102SAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16*8660f102SAndrew Rist * KIND, either express or implied.  See the License for the
17*8660f102SAndrew Rist * specific language governing permissions and limitations
18*8660f102SAndrew Rist * under the License.
19*8660f102SAndrew Rist *
20*8660f102SAndrew Rist *************************************************************/
21*8660f102SAndrew Rist
22*8660f102SAndrew Rist
23cdf0e10cSrcweir
24cdf0e10cSrcweir#ifndef _SVXIDS_HRC
25cdf0e10cSrcweir#include <svx/svxids.hrc>
26cdf0e10cSrcweir#endif
27cdf0e10cSrcweir#ifndef _GLOBLMN_HRC
28cdf0e10cSrcweir#include <svx/globlmn.hrc>
29cdf0e10cSrcweir#endif
30cdf0e10cSrcweir#include "workctrl.hrc"
31cdf0e10cSrcweir#include "helpid.h"
32cdf0e10cSrcweir#include "cmdid.h"
33cdf0e10cSrcweir
34cdf0e10cSrcweirMenu RID_INSERT_FIELD_CTRL
35cdf0e10cSrcweir{
36cdf0e10cSrcweir	ItemList =
37cdf0e10cSrcweir	{
38cdf0e10cSrcweir		MenuItem
39cdf0e10cSrcweir		{
40cdf0e10cSrcweir			Identifier = FN_INSERT_FLD_DATE ;
41cdf0e10cSrcweir			HelpId = CMD_FN_INSERT_FLD_DATE ;
42cdf0e10cSrcweir			Text [ en-US ] = "Date" ;
43cdf0e10cSrcweir		};
44cdf0e10cSrcweir		MenuItem
45cdf0e10cSrcweir		{
46cdf0e10cSrcweir			Identifier = FN_INSERT_FLD_TIME ;
47cdf0e10cSrcweir			HelpId = CMD_FN_INSERT_FLD_TIME ;
48cdf0e10cSrcweir			Text [ en-US ] = "Time" ;
49cdf0e10cSrcweir		};
50cdf0e10cSrcweir		 //#ifndef MN_SW_WEB
51cdf0e10cSrcweir		MenuItem
52cdf0e10cSrcweir		{
53cdf0e10cSrcweir			Identifier = FN_INSERT_FLD_PGNUMBER ;
54cdf0e10cSrcweir			HelpId = CMD_FN_INSERT_FLD_PGNUMBER ;
55cdf0e10cSrcweir			Text [ en-US ] = "Page Number" ;
56cdf0e10cSrcweir		};
57cdf0e10cSrcweir		MenuItem
58cdf0e10cSrcweir		{
59cdf0e10cSrcweir			Identifier = FN_INSERT_FLD_PGCOUNT ;
60cdf0e10cSrcweir			HelpId = CMD_FN_INSERT_FLD_PGCOUNT ;
61cdf0e10cSrcweir			Text [ en-US ] = "Page Count" ;
62cdf0e10cSrcweir		};
63cdf0e10cSrcweir		MenuItem
64cdf0e10cSrcweir		{
65cdf0e10cSrcweir			Identifier = FN_INSERT_FLD_TOPIC ;
66cdf0e10cSrcweir			HelpId = CMD_FN_INSERT_FLD_TOPIC ;
67cdf0e10cSrcweir			Text [ en-US ] = "Subject" ;
68cdf0e10cSrcweir		};
69cdf0e10cSrcweir		MenuItem
70cdf0e10cSrcweir		{
71cdf0e10cSrcweir			Identifier = FN_INSERT_FLD_TITLE ;
72cdf0e10cSrcweir			HelpId = CMD_FN_INSERT_FLD_TITLE ;
73cdf0e10cSrcweir			Text [ en-US ] = "Title" ;
74cdf0e10cSrcweir		};
75cdf0e10cSrcweir		 //#endif
76cdf0e10cSrcweir		MenuItem
77cdf0e10cSrcweir		{
78cdf0e10cSrcweir			Identifier = FN_INSERT_FLD_AUTHOR ;
79cdf0e10cSrcweir			HelpId = CMD_FN_INSERT_FLD_AUTHOR ;
80cdf0e10cSrcweir			Text [ en-US ] = "Author" ;
81cdf0e10cSrcweir		};
82cdf0e10cSrcweir		MenuItem
83cdf0e10cSrcweir		{
84cdf0e10cSrcweir			Separator = TRUE ;
85cdf0e10cSrcweir		};
86cdf0e10cSrcweir		MenuItem
87cdf0e10cSrcweir		{
88cdf0e10cSrcweir			Identifier = FN_INSERT_FIELD ;
89cdf0e10cSrcweir			HelpId = CMD_FN_INSERT_FIELD ;
90cdf0e10cSrcweir			Text [ en-US ] = "Other..." ;
91cdf0e10cSrcweir		};
92cdf0e10cSrcweir	};
93cdf0e10cSrcweir};
94cdf0e10cSrcweir#define SCROLL_IMAGE_IDLIST \
95cdf0e10cSrcweir        IdList =                        \
96cdf0e10cSrcweir        {                               \
97cdf0e10cSrcweir            NID_NEXT ;                  \
98cdf0e10cSrcweir            NID_PREV ;                  \
99cdf0e10cSrcweir            NID_TBL ;                   \
100cdf0e10cSrcweir            NID_FRM ;                   \
101cdf0e10cSrcweir            NID_PGE ;                   \
102cdf0e10cSrcweir            NID_DRW ;                   \
103cdf0e10cSrcweir            NID_CTRL ;                  \
104cdf0e10cSrcweir            NID_REG ;                   \
105cdf0e10cSrcweir            NID_BKM ;                   \
106cdf0e10cSrcweir            NID_GRF ;                   \
107cdf0e10cSrcweir            NID_OLE ;                   \
108cdf0e10cSrcweir            NID_OUTL ;                  \
109cdf0e10cSrcweir            NID_SEL ;                   \
110cdf0e10cSrcweir            NID_FTN ;                   \
111cdf0e10cSrcweir            NID_MARK ;                  \
112cdf0e10cSrcweir            NID_POSTIT ;                \
113cdf0e10cSrcweir            NID_SRCH_REP ;              \
114cdf0e10cSrcweir            NID_INDEX_ENTRY;            \
115cdf0e10cSrcweir            NID_TABLE_FORMULA;          \
116cdf0e10cSrcweir            NID_TABLE_FORMULA_ERROR;    \
117cdf0e10cSrcweir        };                              \
118cdf0e10cSrcweir		IdCount = { 20 ; };
119cdf0e10cSrcweir
120cdf0e10cSrcweirFloatingWindow RID_SCROLL_NAVIGATION_WIN
121cdf0e10cSrcweir{
122cdf0e10cSrcweir	Moveable = TRUE ;
123cdf0e10cSrcweir	Closeable = TRUE ;
124cdf0e10cSrcweir	Hide = TRUE ;
125cdf0e10cSrcweir	SVLook = TRUE ;
126cdf0e10cSrcweir	HelpID = HID_INSERT_CTRL ;
127cdf0e10cSrcweir	ImageList IL_VALUES
128cdf0e10cSrcweir	{
129cdf0e10cSrcweir        Prefix = "sr";
130cdf0e10cSrcweir        MaskColor = IMAGE_MASK_COLOR ;
131cdf0e10cSrcweir        SCROLL_IMAGE_IDLIST
132cdf0e10cSrcweir    };
133cdf0e10cSrcweir    ImageList ILH_VALUES
134cdf0e10cSrcweir	{
135cdf0e10cSrcweir        Prefix = "srh";
136cdf0e10cSrcweir        MaskColor = IMAGE_MASK_COLOR ;
137cdf0e10cSrcweir        SCROLL_IMAGE_IDLIST
138cdf0e10cSrcweir    };
139cdf0e10cSrcweir    FixedLine FL_SEP
140cdf0e10cSrcweir    {
141cdf0e10cSrcweir        //no position, no text
142cdf0e10cSrcweir        Size = MAP_APPFONT ( 20 , 4 ) ;
143cdf0e10cSrcweir    };
144cdf0e10cSrcweir    FixedText FI_INFO
145cdf0e10cSrcweir    {
146cdf0e10cSrcweir        //no position, no text
147cdf0e10cSrcweir        Size = MAP_APPFONT ( 20 , 8 ) ;
148cdf0e10cSrcweir        Center = TRUE;
149cdf0e10cSrcweir    };
150cdf0e10cSrcweir	String ST_TBL
151cdf0e10cSrcweir	{
152cdf0e10cSrcweir		Text [ en-US ] = "Table" ;
153cdf0e10cSrcweir	};
154cdf0e10cSrcweir	String ST_FRM
155cdf0e10cSrcweir	{
156cdf0e10cSrcweir		Text [ en-US ] = "Text Frame" ;
157cdf0e10cSrcweir	};
158cdf0e10cSrcweir	String ST_PGE
159cdf0e10cSrcweir	{
160cdf0e10cSrcweir		Text [ en-US ] = "Page" ;
161cdf0e10cSrcweir	};
162cdf0e10cSrcweir	String ST_DRW
163cdf0e10cSrcweir	{
164cdf0e10cSrcweir		Text [ en-US ] = "Drawing" ;
165cdf0e10cSrcweir	};
166cdf0e10cSrcweir	String ST_CTRL
167cdf0e10cSrcweir	{
168cdf0e10cSrcweir		Text [ en-US ] = "Control" ;
169cdf0e10cSrcweir	};
170cdf0e10cSrcweir	String ST_REG
171cdf0e10cSrcweir	{
172cdf0e10cSrcweir		Text [ en-US ] = "Section" ;
173cdf0e10cSrcweir	};
174cdf0e10cSrcweir	String ST_BKM
175cdf0e10cSrcweir	{
176cdf0e10cSrcweir		Text [ en-US ] = "Bookmark" ;
177cdf0e10cSrcweir	};
178cdf0e10cSrcweir	String ST_GRF
179cdf0e10cSrcweir	{
180cdf0e10cSrcweir		Text [ en-US ] = "Graphics" ;
181cdf0e10cSrcweir	};
182cdf0e10cSrcweir	String ST_OLE
183cdf0e10cSrcweir	{
184cdf0e10cSrcweir		Text [ en-US ] = "OLE object" ;
185cdf0e10cSrcweir	};
186cdf0e10cSrcweir	String ST_OUTL
187cdf0e10cSrcweir	{
188cdf0e10cSrcweir		/* ### ACHTUNG: Neuer Text in Resource? �berschrift : �berschrift */
189cdf0e10cSrcweir		Text [ en-US ] = "Headings" ;
190cdf0e10cSrcweir	};
191cdf0e10cSrcweir	String ST_SEL
192cdf0e10cSrcweir	{
193cdf0e10cSrcweir		Text [ en-US ] = "Selection" ;
194cdf0e10cSrcweir	};
195cdf0e10cSrcweir	String ST_FTN
196cdf0e10cSrcweir	{
197cdf0e10cSrcweir		/* ### ACHTUNG: Neuer Text in Resource? Fu�note : Fu�note */
198cdf0e10cSrcweir		Text [ en-US ] = "Footnote" ;
199cdf0e10cSrcweir	};
200cdf0e10cSrcweir	String ST_MARK
201cdf0e10cSrcweir	{
202cdf0e10cSrcweir		Text [ en-US ] = "Reminder" ;
203cdf0e10cSrcweir	};
204cdf0e10cSrcweir	String ST_POSTIT
205cdf0e10cSrcweir	{
206cdf0e10cSrcweir		Text [ en-US ] = "Note" ;
207cdf0e10cSrcweir	};
208cdf0e10cSrcweir	String ST_SRCH_REP
209cdf0e10cSrcweir	{
210cdf0e10cSrcweir		Text [ en-US ] = "Repeat search" ;
211cdf0e10cSrcweir	};
212cdf0e10cSrcweir	String ST_INDEX_ENTRY
213cdf0e10cSrcweir	{
214cdf0e10cSrcweir		Text [ en-US ] = "Index entry";
215cdf0e10cSrcweir	};
216cdf0e10cSrcweir	String ST_TABLE_FORMULA
217cdf0e10cSrcweir	{
218cdf0e10cSrcweir		Text [ en-US ] = "Table formula";
219cdf0e10cSrcweir	};
220cdf0e10cSrcweir	String ST_TABLE_FORMULA_ERROR
221cdf0e10cSrcweir	{
222cdf0e10cSrcweir		Text [ en-US ] = "Wrong table formula";
223cdf0e10cSrcweir	};
224cdf0e10cSrcweir	Text [ en-US ] = "Navigation" ;
225cdf0e10cSrcweir};
226cdf0e10cSrcweir/*
227cdf0e10cSrcweirNoch ein paar Reserven
228cdf0e10cSrcweir			ToolBoxItem
229cdf0e10cSrcweir			{
230cdf0e10cSrcweir								Identifier = NID_NEXT;
231cdf0e10cSrcweir				Text = "Vorw�rts" ;
232cdf0e10cSrcweir						};
233cdf0e10cSrcweir			ToolBoxItem
234cdf0e10cSrcweir			{
235cdf0e10cSrcweir								Identifier = NID_PREV;
236cdf0e10cSrcweir				Text = "R�ckw�rts" ;
237cdf0e10cSrcweir						};
238cdf0e10cSrcweir			ToolBoxItem
239cdf0e10cSrcweir			{
240cdf0e10cSrcweir								Identifier = NID_CTRL;
241cdf0e10cSrcweir				Text = "Control" ;
242cdf0e10cSrcweir						};
243cdf0e10cSrcweir			ToolBoxItem
244cdf0e10cSrcweir			{
245cdf0e10cSrcweir								Identifier = NID_DRW;
246cdf0e10cSrcweir				Text = "Zeichenobjekt" ;
247cdf0e10cSrcweir						};
248cdf0e10cSrcweir
249cdf0e10cSrcweir
250cdf0e10cSrcweir*/
251cdf0e10cSrcweir/***************************************************************
252cdf0e10cSrcweir	Strings fuer die Quickhelp der View-PgUp/Down-Buttons
253cdf0e10cSrcweir***************************************************************/
254cdf0e10cSrcweirString STR_IMGBTN_NEXT_DOWN
255cdf0e10cSrcweir{
256cdf0e10cSrcweir	Text = "" ;
257cdf0e10cSrcweir};
258cdf0e10cSrcweirString STR_IMGBTN_PREV_DOWN
259cdf0e10cSrcweir{
260cdf0e10cSrcweir	Text = "" ;
261cdf0e10cSrcweir};
262cdf0e10cSrcweirString STR_IMGBTN_TBL_DOWN
263cdf0e10cSrcweir{
264cdf0e10cSrcweir	/* ### ACHTUNG: Neuer Text in Resource? N�chste Tabelle : N�chste Tabelle */
265cdf0e10cSrcweir	Text [ en-US ] = "Next table" ;
266cdf0e10cSrcweir};
267cdf0e10cSrcweirString STR_IMGBTN_FRM_DOWN
268cdf0e10cSrcweir{
269cdf0e10cSrcweir	/* ### ACHTUNG: Neuer Text in Resource? N�chster Textrahmen : N�chster Textrahmen */
270cdf0e10cSrcweir	Text [ en-US ] = "Next text frame" ;
271cdf0e10cSrcweir};
272cdf0e10cSrcweirString STR_IMGBTN_PGE_DOWN
273cdf0e10cSrcweir{
274cdf0e10cSrcweir	/* ### ACHTUNG: Neuer Text in Resource? N�chste Seite : N�chste Seite */
275cdf0e10cSrcweir	Text [ en-US ] = "Next page" ;
276cdf0e10cSrcweir};
277cdf0e10cSrcweirString STR_IMGBTN_DRW_DOWN
278cdf0e10cSrcweir{
279cdf0e10cSrcweir	/* ### ACHTUNG: Neuer Text in Resource? N�chstes Zeichenobjekt : N�chstes Zeichenobjekt */
280cdf0e10cSrcweir	Text [ en-US ] = "Next drawing" ;
281cdf0e10cSrcweir};
282cdf0e10cSrcweirString STR_IMGBTN_CTRL_DOWN
283cdf0e10cSrcweir{
284cdf0e10cSrcweir	/* ### ACHTUNG: Neuer Text in Resource? N�chstes Kontrollfeld : N�chstes Kontrollfeld */
285cdf0e10cSrcweir	Text [ en-US ] = "Next control" ;
286cdf0e10cSrcweir};
287cdf0e10cSrcweirString STR_IMGBTN_REG_DOWN
288cdf0e10cSrcweir{
289cdf0e10cSrcweir	/* ### ACHTUNG: Neuer Text in Resource? N�chster Bereich : N�chster Bereich */
290cdf0e10cSrcweir	Text [ en-US ] = "Next section" ;
291cdf0e10cSrcweir};
292cdf0e10cSrcweirString STR_IMGBTN_BKM_DOWN
293cdf0e10cSrcweir{
294cdf0e10cSrcweir	/* ### ACHTUNG: Neuer Text in Resource? N�chste Textmarke : N�chste Textmarke */
295cdf0e10cSrcweir	Text [ en-US ] = "Next bookmark" ;
296cdf0e10cSrcweir};
297cdf0e10cSrcweirString STR_IMGBTN_GRF_DOWN
298cdf0e10cSrcweir{
299cdf0e10cSrcweir	/* ### ACHTUNG: Neuer Text in Resource? N�chste Grafik : N�chste Grafik */
300cdf0e10cSrcweir	Text [ en-US ] = "Next graphic" ;
301cdf0e10cSrcweir};
302cdf0e10cSrcweirString STR_IMGBTN_OLE_DOWN
303cdf0e10cSrcweir{
304cdf0e10cSrcweir	/* ### ACHTUNG: Neuer Text in Resource? N�chstes OLE-Objekt : N�chstes OLE object */
305cdf0e10cSrcweir	/* ### ACHTUNG: Neuer Text in Resource? N�chstes OLE-Objekt : N�chstes OLE-Objekt */
306cdf0e10cSrcweir	Text [ en-US ] = "Next OLE object" ;
307cdf0e10cSrcweir};
308cdf0e10cSrcweirString STR_IMGBTN_OUTL_DOWN
309cdf0e10cSrcweir{
310cdf0e10cSrcweir	/* ### ACHTUNG: Neuer Text in Resource? N�chste �berschrift : N�chste �berschrift */
311cdf0e10cSrcweir	Text [ en-US ] = "Next heading" ;
312cdf0e10cSrcweir};
313cdf0e10cSrcweirString STR_IMGBTN_SEL_DOWN
314cdf0e10cSrcweir{
315cdf0e10cSrcweir	/* ### ACHTUNG: Neuer Text in Resource? N�chste Markierung : N�chste Markierung */
316cdf0e10cSrcweir	Text [ en-US ] = "Next selection" ;
317cdf0e10cSrcweir};
318cdf0e10cSrcweirString STR_IMGBTN_FTN_DOWN
319cdf0e10cSrcweir{
320cdf0e10cSrcweir	/* ### ACHTUNG: Neuer Text in Resource? N�chste Fu�note : N�chste Fu�note */
321cdf0e10cSrcweir	Text [ en-US ] = "Next footnote" ;
322cdf0e10cSrcweir};
323cdf0e10cSrcweirString STR_IMGBTN_MARK_DOWN
324cdf0e10cSrcweir{
325cdf0e10cSrcweir	/* ### ACHTUNG: Neuer Text in Resource? N�chster Merker : N�chster Merker */
326cdf0e10cSrcweir	Text [ en-US ] = "Next Reminder" ;
327cdf0e10cSrcweir};
328cdf0e10cSrcweirString STR_IMGBTN_POSTIT_DOWN
329cdf0e10cSrcweir{
330cdf0e10cSrcweir	/* ### ACHTUNG: Neuer Text in Resource? N�chste Notiz : N�chste Notiz */
331cdf0e10cSrcweir	Text [ en-US ] = "Next Note" ;
332cdf0e10cSrcweir};
333cdf0e10cSrcweirString STR_IMGBTN_SRCH_REP_DOWN
334cdf0e10cSrcweir{
335cdf0e10cSrcweir	Text [ en-US ] = "Continue search forward" ;
336cdf0e10cSrcweir};
337cdf0e10cSrcweirString STR_IMGBTN_INDEX_ENTRY_DOWN
338cdf0e10cSrcweir{
339cdf0e10cSrcweir	Text [ en-US ] = "Next index entry";
340cdf0e10cSrcweir};
341cdf0e10cSrcweirString STR_IMGBTN_NEXT_UP
342cdf0e10cSrcweir{
343cdf0e10cSrcweir	Text = "" ;
344cdf0e10cSrcweir};
345cdf0e10cSrcweirString STR_IMGBTN_PREV_UP
346cdf0e10cSrcweir{
347cdf0e10cSrcweir	Text = "" ;
348cdf0e10cSrcweir};
349cdf0e10cSrcweirString STR_IMGBTN_TBL_UP
350cdf0e10cSrcweir{
351cdf0e10cSrcweir	Text [ en-US ] = "Previous table" ;
352cdf0e10cSrcweir};
353cdf0e10cSrcweirString STR_IMGBTN_FRM_UP
354cdf0e10cSrcweir{
355cdf0e10cSrcweir	Text [ en-US ] = "Previous text frame" ;
356cdf0e10cSrcweir};
357cdf0e10cSrcweirString STR_IMGBTN_PGE_UP
358cdf0e10cSrcweir{
359cdf0e10cSrcweir	Text [ en-US ] = "Previous page" ;
360cdf0e10cSrcweir};
361cdf0e10cSrcweirString STR_IMGBTN_DRW_UP
362cdf0e10cSrcweir{
363cdf0e10cSrcweir	Text [ en-US ] = "Previous drawing" ;
364cdf0e10cSrcweir};
365cdf0e10cSrcweirString STR_IMGBTN_CTRL_UP
366cdf0e10cSrcweir{
367cdf0e10cSrcweir	Text [ en-US ] = "Previous control" ;
368cdf0e10cSrcweir};
369cdf0e10cSrcweirString STR_IMGBTN_REG_UP
370cdf0e10cSrcweir{
371cdf0e10cSrcweir	Text [ en-US ] = "Previous section" ;
372cdf0e10cSrcweir};
373cdf0e10cSrcweirString STR_IMGBTN_BKM_UP
374cdf0e10cSrcweir{
375cdf0e10cSrcweir	Text [ en-US ] = "Previous bookmark" ;
376cdf0e10cSrcweir};
377cdf0e10cSrcweirString STR_IMGBTN_GRF_UP
378cdf0e10cSrcweir{
379cdf0e10cSrcweir	Text [ en-US ] = "Previous graphic" ;
380cdf0e10cSrcweir};
381cdf0e10cSrcweirString STR_IMGBTN_OLE_UP
382cdf0e10cSrcweir{
383cdf0e10cSrcweir	/* ### ACHTUNG: Neuer Text in Resource? Voriges OLE-Objekt : Voriges OLE object */
384cdf0e10cSrcweir	Text [ en-US ] = "Previous OLE object" ;
385cdf0e10cSrcweir};
386cdf0e10cSrcweirString STR_IMGBTN_OUTL_UP
387cdf0e10cSrcweir{
388cdf0e10cSrcweir	/* ### ACHTUNG: Neuer Text in Resource? Vorige �berschrift : Vorige �berschrift */
389cdf0e10cSrcweir	Text [ en-US ] = "Previous heading" ;
390cdf0e10cSrcweir};
391cdf0e10cSrcweirString STR_IMGBTN_SEL_UP
392cdf0e10cSrcweir{
393cdf0e10cSrcweir	Text [ en-US ] = "Previous selection" ;
394cdf0e10cSrcweir};
395cdf0e10cSrcweirString STR_IMGBTN_FTN_UP
396cdf0e10cSrcweir{
397cdf0e10cSrcweir	/* ### ACHTUNG: Neuer Text in Resource? Vorige Fu�note : Vorige Fu�note */
398cdf0e10cSrcweir	Text [ en-US ] = "Previous footnote" ;
399cdf0e10cSrcweir};
400cdf0e10cSrcweirString STR_IMGBTN_MARK_UP
401cdf0e10cSrcweir{
402cdf0e10cSrcweir	Text [ en-US ] = "Previous Reminder" ;
403cdf0e10cSrcweir};
404cdf0e10cSrcweirString STR_IMGBTN_POSTIT_UP
405cdf0e10cSrcweir{
406cdf0e10cSrcweir	Text [ en-US ] = "Previous Note" ;
407cdf0e10cSrcweir};
408cdf0e10cSrcweirString STR_IMGBTN_SRCH_REP_UP
409cdf0e10cSrcweir{
410cdf0e10cSrcweir	Text [ en-US ] = "Continue search backwards" ;
411cdf0e10cSrcweir};
412cdf0e10cSrcweirString STR_IMGBTN_INDEX_ENTRY_UP
413cdf0e10cSrcweir{
414cdf0e10cSrcweir	Text [ en-US ] = "Previous index entry";
415cdf0e10cSrcweir};
416cdf0e10cSrcweirString STR_IMGBTN_TBLFML_UP
417cdf0e10cSrcweir{
418cdf0e10cSrcweir	Text [ en-US ] = "Previous table formula";
419cdf0e10cSrcweir};
420cdf0e10cSrcweirString STR_IMGBTN_TBLFML_DOWN
421cdf0e10cSrcweir{
422cdf0e10cSrcweir	Text [ en-US ] = "Next table formula";
423cdf0e10cSrcweir};
424cdf0e10cSrcweirString STR_IMGBTN_TBLFML_ERR_UP
425cdf0e10cSrcweir{
426cdf0e10cSrcweir	Text [ en-US ] = "Previous faulty table formula";
427cdf0e10cSrcweir};
428cdf0e10cSrcweirString STR_IMGBTN_TBLFML_ERR_DOWN
429cdf0e10cSrcweir{
430cdf0e10cSrcweir	Text [ en-US ] = "Next faulty table formula";
431cdf0e10cSrcweir};
432cdf0e10cSrcweirImageButton BTN_NAVI
433cdf0e10cSrcweir{
434cdf0e10cSrcweir	HelpID = HID_NAVIGATION_IMGBTN ;
435cdf0e10cSrcweir	SVLOOK = TRUE ;
436cdf0e10cSrcweir	HIDE = TRUE ;
437cdf0e10cSrcweir	RectStyle = TRUE ;
438cdf0e10cSrcweir	SmallStyle = TRUE ;
439cdf0e10cSrcweir	Image IMG_BTN
440cdf0e10cSrcweir	{
441cdf0e10cSrcweir		ImageBitmap = Bitmap { File = "punkt.bmp" ; };
442cdf0e10cSrcweir        MaskColor = IMAGE_MASK_COLOR ;
443cdf0e10cSrcweir    };
444cdf0e10cSrcweir    Image IMG_BTN_H
445cdf0e10cSrcweir	{
446cdf0e10cSrcweir        ImageBitmap = Bitmap { File = "punkt_h.bmp" ; };
447cdf0e10cSrcweir        MaskColor = IMAGE_MASK_COLOR ;
448cdf0e10cSrcweir    };
449cdf0e10cSrcweir    String ST_QUICK
450cdf0e10cSrcweir	{
451cdf0e10cSrcweir		Text [ en-US ] = "Navigation" ;
452cdf0e10cSrcweir	};
453cdf0e10cSrcweir};
454cdf0e10cSrcweirComboBox RID_PVIEW_ZOOM_LB
455cdf0e10cSrcweir{
456cdf0e10cSrcweir    HelpId = HID_PVIEW_ZOOM_LB;
457cdf0e10cSrcweir    Size = MAP_APPFONT ( 30 , 86 ) ;
458cdf0e10cSrcweir    DropDown = TRUE ;
459cdf0e10cSrcweir    AutoHScroll = TRUE ;
460cdf0e10cSrcweir    DDExtraWidth = TRUE ;
461cdf0e10cSrcweir    Border = TRUE ;
462cdf0e10cSrcweir    Hide = TRUE ;
463cdf0e10cSrcweir};
464