xref: /trunk/main/sw/source/ui/ribbar/workctrl.src (revision e0ab90c977b8fc13a8c5dcb9ee3b1b9128736489)
18660f102SAndrew Rist/**************************************************************
2cdf0e10cSrcweir *
38660f102SAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one
48660f102SAndrew Rist * or more contributor license agreements.  See the NOTICE file
58660f102SAndrew Rist * distributed with this work for additional information
68660f102SAndrew Rist * regarding copyright ownership.  The ASF licenses this file
78660f102SAndrew Rist * to you under the Apache License, Version 2.0 (the
88660f102SAndrew Rist * "License"); you may not use this file except in compliance
98660f102SAndrew Rist * with the License.  You may obtain a copy of the License at
10cdf0e10cSrcweir *
118660f102SAndrew Rist *   http://www.apache.org/licenses/LICENSE-2.0
12cdf0e10cSrcweir *
138660f102SAndrew Rist * Unless required by applicable law or agreed to in writing,
148660f102SAndrew Rist * software distributed under the License is distributed on an
158660f102SAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
168660f102SAndrew Rist * KIND, either express or implied.  See the License for the
178660f102SAndrew Rist * specific language governing permissions and limitations
188660f102SAndrew Rist * under the License.
19cdf0e10cSrcweir *
208660f102SAndrew Rist *************************************************************/
218660f102SAndrew Rist
228660f102SAndrew 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        Text [ en-US ] = "Headings" ;
189cdf0e10cSrcweir    };
190cdf0e10cSrcweir    String ST_SEL
191cdf0e10cSrcweir    {
192cdf0e10cSrcweir        Text [ en-US ] = "Selection" ;
193cdf0e10cSrcweir    };
194cdf0e10cSrcweir    String ST_FTN
195cdf0e10cSrcweir    {
196cdf0e10cSrcweir        Text [ en-US ] = "Footnote" ;
197cdf0e10cSrcweir    };
198cdf0e10cSrcweir    String ST_MARK
199cdf0e10cSrcweir    {
200cdf0e10cSrcweir        Text [ en-US ] = "Reminder" ;
201cdf0e10cSrcweir    };
202cdf0e10cSrcweir    String ST_POSTIT
203cdf0e10cSrcweir    {
204cdf0e10cSrcweir        Text [ en-US ] = "Note" ;
205cdf0e10cSrcweir    };
206cdf0e10cSrcweir    String ST_SRCH_REP
207cdf0e10cSrcweir    {
208cdf0e10cSrcweir        Text [ en-US ] = "Repeat search" ;
209cdf0e10cSrcweir    };
210cdf0e10cSrcweir    String ST_INDEX_ENTRY
211cdf0e10cSrcweir    {
212cdf0e10cSrcweir        Text [ en-US ] = "Index entry" ;
213cdf0e10cSrcweir    };
214cdf0e10cSrcweir    String ST_TABLE_FORMULA
215cdf0e10cSrcweir    {
216cdf0e10cSrcweir        Text [ en-US ] = "Table formula" ;
217cdf0e10cSrcweir    };
218cdf0e10cSrcweir    String ST_TABLE_FORMULA_ERROR
219cdf0e10cSrcweir    {
220cdf0e10cSrcweir        Text [ en-US ] = "Wrong table formula" ;
221cdf0e10cSrcweir    };
222cdf0e10cSrcweir    Text [ en-US ] = "Navigation" ;
223cdf0e10cSrcweir};
224cdf0e10cSrcweir/*
225cdf0e10cSrcweirNoch ein paar Reserven
226cdf0e10cSrcweir            ToolBoxItem
227cdf0e10cSrcweir            {
228cdf0e10cSrcweir                Identifier = NID_NEXT;
229cdf0e10cSrcweir                Text = "Vorw�rts" ;
230cdf0e10cSrcweir                        };
231cdf0e10cSrcweir            ToolBoxItem
232cdf0e10cSrcweir            {
233cdf0e10cSrcweir                Identifier = NID_PREV;
234cdf0e10cSrcweir                Text = "R�ckw�rts" ;
235cdf0e10cSrcweir                        };
236cdf0e10cSrcweir            ToolBoxItem
237cdf0e10cSrcweir            {
238cdf0e10cSrcweir                Identifier = NID_CTRL;
239cdf0e10cSrcweir                Text = "Control" ;
240cdf0e10cSrcweir                        };
241cdf0e10cSrcweir            ToolBoxItem
242cdf0e10cSrcweir            {
243cdf0e10cSrcweir                Identifier = NID_DRW;
244cdf0e10cSrcweir                Text = "Zeichenobjekt" ;
245cdf0e10cSrcweir                        };
246cdf0e10cSrcweir
247cdf0e10cSrcweir
248cdf0e10cSrcweir*/
249cdf0e10cSrcweir/***************************************************************
250cdf0e10cSrcweir    Strings fuer die Quickhelp der View-PgUp/Down-Buttons
251cdf0e10cSrcweir***************************************************************/
252cdf0e10cSrcweirString STR_IMGBTN_NEXT_DOWN
253cdf0e10cSrcweir{
254cdf0e10cSrcweir    Text = "" ;
255cdf0e10cSrcweir};
256cdf0e10cSrcweirString STR_IMGBTN_PREV_DOWN
257cdf0e10cSrcweir{
258cdf0e10cSrcweir    Text = "" ;
259cdf0e10cSrcweir};
260cdf0e10cSrcweirString STR_IMGBTN_TBL_DOWN
261cdf0e10cSrcweir{
262cdf0e10cSrcweir    Text [ en-US ] = "Next table" ;
263cdf0e10cSrcweir};
264cdf0e10cSrcweirString STR_IMGBTN_FRM_DOWN
265cdf0e10cSrcweir{
266cdf0e10cSrcweir    Text [ en-US ] = "Next text frame" ;
267cdf0e10cSrcweir};
268cdf0e10cSrcweirString STR_IMGBTN_PGE_DOWN
269cdf0e10cSrcweir{
270cdf0e10cSrcweir    Text [ en-US ] = "Next page" ;
271cdf0e10cSrcweir};
272cdf0e10cSrcweirString STR_IMGBTN_DRW_DOWN
273cdf0e10cSrcweir{
274cdf0e10cSrcweir    Text [ en-US ] = "Next drawing" ;
275cdf0e10cSrcweir};
276cdf0e10cSrcweirString STR_IMGBTN_CTRL_DOWN
277cdf0e10cSrcweir{
278cdf0e10cSrcweir    Text [ en-US ] = "Next control" ;
279cdf0e10cSrcweir};
280cdf0e10cSrcweirString STR_IMGBTN_REG_DOWN
281cdf0e10cSrcweir{
282cdf0e10cSrcweir    Text [ en-US ] = "Next section" ;
283cdf0e10cSrcweir};
284cdf0e10cSrcweirString STR_IMGBTN_BKM_DOWN
285cdf0e10cSrcweir{
286cdf0e10cSrcweir    Text [ en-US ] = "Next bookmark" ;
287cdf0e10cSrcweir};
288cdf0e10cSrcweirString STR_IMGBTN_GRF_DOWN
289cdf0e10cSrcweir{
290cdf0e10cSrcweir    Text [ en-US ] = "Next graphic" ;
291cdf0e10cSrcweir};
292cdf0e10cSrcweirString STR_IMGBTN_OLE_DOWN
293cdf0e10cSrcweir{
294cdf0e10cSrcweir    Text [ en-US ] = "Next OLE object" ;
295cdf0e10cSrcweir};
296cdf0e10cSrcweirString STR_IMGBTN_OUTL_DOWN
297cdf0e10cSrcweir{
298cdf0e10cSrcweir    Text [ en-US ] = "Next heading" ;
299cdf0e10cSrcweir};
300cdf0e10cSrcweirString STR_IMGBTN_SEL_DOWN
301cdf0e10cSrcweir{
302cdf0e10cSrcweir    Text [ en-US ] = "Next selection" ;
303cdf0e10cSrcweir};
304cdf0e10cSrcweirString STR_IMGBTN_FTN_DOWN
305cdf0e10cSrcweir{
306cdf0e10cSrcweir    Text [ en-US ] = "Next footnote" ;
307cdf0e10cSrcweir};
308cdf0e10cSrcweirString STR_IMGBTN_MARK_DOWN
309cdf0e10cSrcweir{
310cdf0e10cSrcweir    Text [ en-US ] = "Next Reminder" ;
311cdf0e10cSrcweir};
312cdf0e10cSrcweirString STR_IMGBTN_POSTIT_DOWN
313cdf0e10cSrcweir{
314cdf0e10cSrcweir    Text [ en-US ] = "Next Note" ;
315cdf0e10cSrcweir};
316cdf0e10cSrcweirString STR_IMGBTN_SRCH_REP_DOWN
317cdf0e10cSrcweir{
318cdf0e10cSrcweir    Text [ en-US ] = "Continue search forward" ;
319cdf0e10cSrcweir};
320cdf0e10cSrcweirString STR_IMGBTN_INDEX_ENTRY_DOWN
321cdf0e10cSrcweir{
322cdf0e10cSrcweir    Text [ en-US ] = "Next index entry" ;
323cdf0e10cSrcweir};
324cdf0e10cSrcweirString STR_IMGBTN_NEXT_UP
325cdf0e10cSrcweir{
326cdf0e10cSrcweir    Text = "" ;
327cdf0e10cSrcweir};
328cdf0e10cSrcweirString STR_IMGBTN_PREV_UP
329cdf0e10cSrcweir{
330cdf0e10cSrcweir    Text = "" ;
331cdf0e10cSrcweir};
332cdf0e10cSrcweirString STR_IMGBTN_TBL_UP
333cdf0e10cSrcweir{
334cdf0e10cSrcweir    Text [ en-US ] = "Previous table" ;
335cdf0e10cSrcweir};
336cdf0e10cSrcweirString STR_IMGBTN_FRM_UP
337cdf0e10cSrcweir{
338cdf0e10cSrcweir    Text [ en-US ] = "Previous text frame" ;
339cdf0e10cSrcweir};
340cdf0e10cSrcweirString STR_IMGBTN_PGE_UP
341cdf0e10cSrcweir{
342cdf0e10cSrcweir    Text [ en-US ] = "Previous page" ;
343cdf0e10cSrcweir};
344cdf0e10cSrcweirString STR_IMGBTN_DRW_UP
345cdf0e10cSrcweir{
346cdf0e10cSrcweir    Text [ en-US ] = "Previous drawing" ;
347cdf0e10cSrcweir};
348cdf0e10cSrcweirString STR_IMGBTN_CTRL_UP
349cdf0e10cSrcweir{
350cdf0e10cSrcweir    Text [ en-US ] = "Previous control" ;
351cdf0e10cSrcweir};
352cdf0e10cSrcweirString STR_IMGBTN_REG_UP
353cdf0e10cSrcweir{
354cdf0e10cSrcweir    Text [ en-US ] = "Previous section" ;
355cdf0e10cSrcweir};
356cdf0e10cSrcweirString STR_IMGBTN_BKM_UP
357cdf0e10cSrcweir{
358cdf0e10cSrcweir    Text [ en-US ] = "Previous bookmark" ;
359cdf0e10cSrcweir};
360cdf0e10cSrcweirString STR_IMGBTN_GRF_UP
361cdf0e10cSrcweir{
362cdf0e10cSrcweir    Text [ en-US ] = "Previous graphic" ;
363cdf0e10cSrcweir};
364cdf0e10cSrcweirString STR_IMGBTN_OLE_UP
365cdf0e10cSrcweir{
366cdf0e10cSrcweir    Text [ en-US ] = "Previous OLE object" ;
367cdf0e10cSrcweir};
368cdf0e10cSrcweirString STR_IMGBTN_OUTL_UP
369cdf0e10cSrcweir{
370cdf0e10cSrcweir    Text [ en-US ] = "Previous heading" ;
371cdf0e10cSrcweir};
372cdf0e10cSrcweirString STR_IMGBTN_SEL_UP
373cdf0e10cSrcweir{
374cdf0e10cSrcweir    Text [ en-US ] = "Previous selection" ;
375cdf0e10cSrcweir};
376cdf0e10cSrcweirString STR_IMGBTN_FTN_UP
377cdf0e10cSrcweir{
378cdf0e10cSrcweir    Text [ en-US ] = "Previous footnote" ;
379cdf0e10cSrcweir};
380cdf0e10cSrcweirString STR_IMGBTN_MARK_UP
381cdf0e10cSrcweir{
382cdf0e10cSrcweir    Text [ en-US ] = "Previous Reminder" ;
383cdf0e10cSrcweir};
384cdf0e10cSrcweirString STR_IMGBTN_POSTIT_UP
385cdf0e10cSrcweir{
386cdf0e10cSrcweir    Text [ en-US ] = "Previous Note" ;
387cdf0e10cSrcweir};
388cdf0e10cSrcweirString STR_IMGBTN_SRCH_REP_UP
389cdf0e10cSrcweir{
390cdf0e10cSrcweir    Text [ en-US ] = "Continue search backwards" ;
391cdf0e10cSrcweir};
392cdf0e10cSrcweirString STR_IMGBTN_INDEX_ENTRY_UP
393cdf0e10cSrcweir{
394cdf0e10cSrcweir    Text [ en-US ] = "Previous index entry" ;
395cdf0e10cSrcweir};
396cdf0e10cSrcweirString STR_IMGBTN_TBLFML_UP
397cdf0e10cSrcweir{
398cdf0e10cSrcweir    Text [ en-US ] = "Previous table formula" ;
399cdf0e10cSrcweir};
400cdf0e10cSrcweirString STR_IMGBTN_TBLFML_DOWN
401cdf0e10cSrcweir{
402cdf0e10cSrcweir    Text [ en-US ] = "Next table formula" ;
403cdf0e10cSrcweir};
404cdf0e10cSrcweirString STR_IMGBTN_TBLFML_ERR_UP
405cdf0e10cSrcweir{
406cdf0e10cSrcweir    Text [ en-US ] = "Previous faulty table formula" ;
407cdf0e10cSrcweir};
408cdf0e10cSrcweirString STR_IMGBTN_TBLFML_ERR_DOWN
409cdf0e10cSrcweir{
410cdf0e10cSrcweir    Text [ en-US ] = "Next faulty table formula" ;
411cdf0e10cSrcweir};
412cdf0e10cSrcweirImageButton BTN_NAVI
413cdf0e10cSrcweir{
414cdf0e10cSrcweir    HelpID = HID_NAVIGATION_IMGBTN ;
415cdf0e10cSrcweir    SVLOOK = TRUE ;
416cdf0e10cSrcweir    HIDE = TRUE ;
417cdf0e10cSrcweir    RectStyle = TRUE ;
418cdf0e10cSrcweir    SmallStyle = TRUE ;
419cdf0e10cSrcweir    Image IMG_BTN
420cdf0e10cSrcweir    {
421*e0ab90c9SMatthias Seidel        ImageBitmap = Bitmap { File = "point.png" ; } ;
422cdf0e10cSrcweir    };
423cdf0e10cSrcweir    Image IMG_BTN_H
424cdf0e10cSrcweir    {
425*e0ab90c9SMatthias Seidel        ImageBitmap = Bitmap { File = "point_h.png" ; } ;
426cdf0e10cSrcweir    };
427cdf0e10cSrcweir    String ST_QUICK
428cdf0e10cSrcweir    {
429cdf0e10cSrcweir        Text [ en-US ] = "Navigation" ;
430cdf0e10cSrcweir    };
431cdf0e10cSrcweir};
432cdf0e10cSrcweirComboBox RID_PVIEW_ZOOM_LB
433cdf0e10cSrcweir{
434cdf0e10cSrcweir    HelpId = HID_PVIEW_ZOOM_LB ;
435cdf0e10cSrcweir    Size = MAP_APPFONT ( 30, 86 ) ;
436cdf0e10cSrcweir    DropDown = TRUE ;
437cdf0e10cSrcweir    AutoHScroll = TRUE ;
438cdf0e10cSrcweir    DDExtraWidth = TRUE ;
439cdf0e10cSrcweir    Border = TRUE ;
440cdf0e10cSrcweir    Hide = TRUE ;
441cdf0e10cSrcweir};
442*e0ab90c9SMatthias Seidel
443*e0ab90c9SMatthias Seidel// ********************************************************************** EOF
444