xref: /trunk/main/sw/source/ui/ribbar/workctrl.src (revision cc520948bcf4d71f8568b7bfa7eb84196f116faf)
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
22cdf0e10cSrcweir#ifndef _SVXIDS_HRC
23cdf0e10cSrcweir#include <svx/svxids.hrc>
24cdf0e10cSrcweir#endif
25cdf0e10cSrcweir#ifndef _GLOBLMN_HRC
26cdf0e10cSrcweir#include <svx/globlmn.hrc>
27cdf0e10cSrcweir#endif
28cdf0e10cSrcweir#include "workctrl.hrc"
29cdf0e10cSrcweir#include "helpid.h"
30cdf0e10cSrcweir#include "cmdid.h"
31cdf0e10cSrcweir
32cdf0e10cSrcweirMenu RID_INSERT_FIELD_CTRL
33cdf0e10cSrcweir{
34cdf0e10cSrcweir    ItemList =
35cdf0e10cSrcweir    {
36cdf0e10cSrcweir        MenuItem
37cdf0e10cSrcweir        {
38cdf0e10cSrcweir            Identifier = FN_INSERT_FLD_DATE ;
39cdf0e10cSrcweir            HelpId = CMD_FN_INSERT_FLD_DATE ;
40cdf0e10cSrcweir            Text [ en-US ] = "Date" ;
41cdf0e10cSrcweir        };
42cdf0e10cSrcweir        MenuItem
43cdf0e10cSrcweir        {
44cdf0e10cSrcweir            Identifier = FN_INSERT_FLD_TIME ;
45cdf0e10cSrcweir            HelpId = CMD_FN_INSERT_FLD_TIME ;
46cdf0e10cSrcweir            Text [ en-US ] = "Time" ;
47cdf0e10cSrcweir        };
48cdf0e10cSrcweir        //#ifndef MN_SW_WEB
49cdf0e10cSrcweir        MenuItem
50cdf0e10cSrcweir        {
51cdf0e10cSrcweir            Identifier = FN_INSERT_FLD_PGNUMBER ;
52cdf0e10cSrcweir            HelpId = CMD_FN_INSERT_FLD_PGNUMBER ;
53cdf0e10cSrcweir            Text [ en-US ] = "Page Number" ;
54cdf0e10cSrcweir        };
55cdf0e10cSrcweir        MenuItem
56cdf0e10cSrcweir        {
57cdf0e10cSrcweir            Identifier = FN_INSERT_FLD_PGCOUNT ;
58cdf0e10cSrcweir            HelpId = CMD_FN_INSERT_FLD_PGCOUNT ;
59cdf0e10cSrcweir            Text [ en-US ] = "Page Count" ;
60cdf0e10cSrcweir        };
61cdf0e10cSrcweir        MenuItem
62cdf0e10cSrcweir        {
63cdf0e10cSrcweir            Identifier = FN_INSERT_FLD_TOPIC ;
64cdf0e10cSrcweir            HelpId = CMD_FN_INSERT_FLD_TOPIC ;
65cdf0e10cSrcweir            Text [ en-US ] = "Subject" ;
66cdf0e10cSrcweir        };
67cdf0e10cSrcweir        MenuItem
68cdf0e10cSrcweir        {
69cdf0e10cSrcweir            Identifier = FN_INSERT_FLD_TITLE ;
70cdf0e10cSrcweir            HelpId = CMD_FN_INSERT_FLD_TITLE ;
71cdf0e10cSrcweir            Text [ en-US ] = "Title" ;
72cdf0e10cSrcweir        };
73cdf0e10cSrcweir        //#endif
74cdf0e10cSrcweir        MenuItem
75cdf0e10cSrcweir        {
76cdf0e10cSrcweir            Identifier = FN_INSERT_FLD_AUTHOR ;
77cdf0e10cSrcweir            HelpId = CMD_FN_INSERT_FLD_AUTHOR ;
78cdf0e10cSrcweir            Text [ en-US ] = "Author" ;
79cdf0e10cSrcweir        };
80cdf0e10cSrcweir        MenuItem
81cdf0e10cSrcweir        {
82cdf0e10cSrcweir            Separator = TRUE ;
83cdf0e10cSrcweir        };
84cdf0e10cSrcweir        MenuItem
85cdf0e10cSrcweir        {
86cdf0e10cSrcweir            Identifier = FN_INSERT_FIELD ;
87cdf0e10cSrcweir            HelpId = CMD_FN_INSERT_FIELD ;
88cdf0e10cSrcweir            Text [ en-US ] = "Other..." ;
89cdf0e10cSrcweir        };
90cdf0e10cSrcweir    };
91cdf0e10cSrcweir};
92cdf0e10cSrcweir#define SCROLL_IMAGE_IDLIST             \
93cdf0e10cSrcweir        IdList =                        \
94cdf0e10cSrcweir        {                               \
95cdf0e10cSrcweir            NID_NEXT ;                  \
96cdf0e10cSrcweir            NID_PREV ;                  \
97cdf0e10cSrcweir            NID_TBL ;                   \
98cdf0e10cSrcweir            NID_FRM ;                   \
99cdf0e10cSrcweir            NID_PGE ;                   \
100cdf0e10cSrcweir            NID_DRW ;                   \
101cdf0e10cSrcweir            NID_CTRL ;                  \
102cdf0e10cSrcweir            NID_REG ;                   \
103cdf0e10cSrcweir            NID_BKM ;                   \
104cdf0e10cSrcweir            NID_GRF ;                   \
105cdf0e10cSrcweir            NID_OLE ;                   \
106cdf0e10cSrcweir            NID_OUTL ;                  \
107cdf0e10cSrcweir            NID_SEL ;                   \
108cdf0e10cSrcweir            NID_FTN ;                   \
109cdf0e10cSrcweir            NID_MARK ;                  \
110cdf0e10cSrcweir            NID_POSTIT ;                \
111cdf0e10cSrcweir            NID_SRCH_REP ;              \
112cdf0e10cSrcweir            NID_INDEX_ENTRY ;           \
113cdf0e10cSrcweir            NID_TABLE_FORMULA ;         \
114cdf0e10cSrcweir            NID_TABLE_FORMULA_ERROR ;   \
115cdf0e10cSrcweir        };                              \
116cdf0e10cSrcweir        IdCount = { 20 ; };
117cdf0e10cSrcweir
118cdf0e10cSrcweirFloatingWindow RID_SCROLL_NAVIGATION_WIN
119cdf0e10cSrcweir{
120cdf0e10cSrcweir    Moveable = TRUE ;
121cdf0e10cSrcweir    Closeable = TRUE ;
122cdf0e10cSrcweir    Hide = TRUE ;
123cdf0e10cSrcweir    SVLook = TRUE ;
124cdf0e10cSrcweir    HelpID = HID_INSERT_CTRL ;
125cdf0e10cSrcweir    ImageList IL_VALUES
126cdf0e10cSrcweir    {
127cdf0e10cSrcweir        Prefix = "sr" ;
128cdf0e10cSrcweir        MaskColor = IMAGE_MASK_COLOR ;
129cdf0e10cSrcweir        SCROLL_IMAGE_IDLIST
130cdf0e10cSrcweir    };
131cdf0e10cSrcweir    ImageList ILH_VALUES
132cdf0e10cSrcweir    {
133cdf0e10cSrcweir        Prefix = "srh" ;
134cdf0e10cSrcweir        MaskColor = IMAGE_MASK_COLOR ;
135cdf0e10cSrcweir        SCROLL_IMAGE_IDLIST
136cdf0e10cSrcweir    };
137cdf0e10cSrcweir    FixedLine FL_SEP
138cdf0e10cSrcweir    {
139cdf0e10cSrcweir        // no position, no text
140cdf0e10cSrcweir        Size = MAP_APPFONT ( 20, 4 ) ;
141cdf0e10cSrcweir    };
142cdf0e10cSrcweir    FixedText FI_INFO
143cdf0e10cSrcweir    {
144cdf0e10cSrcweir        // no position, no text
145cdf0e10cSrcweir        Size = MAP_APPFONT ( 20, 8 ) ;
146cdf0e10cSrcweir        Center = TRUE ;
147cdf0e10cSrcweir    };
148cdf0e10cSrcweir    String ST_TBL
149cdf0e10cSrcweir    {
150cdf0e10cSrcweir        Text [ en-US ] = "Table" ;
151cdf0e10cSrcweir    };
152cdf0e10cSrcweir    String ST_FRM
153cdf0e10cSrcweir    {
154cdf0e10cSrcweir        Text [ en-US ] = "Text Frame" ;
155cdf0e10cSrcweir    };
156cdf0e10cSrcweir    String ST_PGE
157cdf0e10cSrcweir    {
158cdf0e10cSrcweir        Text [ en-US ] = "Page" ;
159cdf0e10cSrcweir    };
160cdf0e10cSrcweir    String ST_DRW
161cdf0e10cSrcweir    {
162cdf0e10cSrcweir        Text [ en-US ] = "Drawing" ;
163cdf0e10cSrcweir    };
164cdf0e10cSrcweir    String ST_CTRL
165cdf0e10cSrcweir    {
166cdf0e10cSrcweir        Text [ en-US ] = "Control" ;
167cdf0e10cSrcweir    };
168cdf0e10cSrcweir    String ST_REG
169cdf0e10cSrcweir    {
170cdf0e10cSrcweir        Text [ en-US ] = "Section" ;
171cdf0e10cSrcweir    };
172cdf0e10cSrcweir    String ST_BKM
173cdf0e10cSrcweir    {
174cdf0e10cSrcweir        Text [ en-US ] = "Bookmark" ;
175cdf0e10cSrcweir    };
176cdf0e10cSrcweir    String ST_GRF
177cdf0e10cSrcweir    {
178cdf0e10cSrcweir        Text [ en-US ] = "Graphics" ;
179cdf0e10cSrcweir    };
180cdf0e10cSrcweir    String ST_OLE
181cdf0e10cSrcweir    {
182cdf0e10cSrcweir        Text [ en-US ] = "OLE object" ;
183cdf0e10cSrcweir    };
184cdf0e10cSrcweir    String ST_OUTL
185cdf0e10cSrcweir    {
186cdf0e10cSrcweir        Text [ en-US ] = "Headings" ;
187cdf0e10cSrcweir    };
188cdf0e10cSrcweir    String ST_SEL
189cdf0e10cSrcweir    {
190cdf0e10cSrcweir        Text [ en-US ] = "Selection" ;
191cdf0e10cSrcweir    };
192cdf0e10cSrcweir    String ST_FTN
193cdf0e10cSrcweir    {
194cdf0e10cSrcweir        Text [ en-US ] = "Footnote" ;
195cdf0e10cSrcweir    };
196cdf0e10cSrcweir    String ST_MARK
197cdf0e10cSrcweir    {
198cdf0e10cSrcweir        Text [ en-US ] = "Reminder" ;
199cdf0e10cSrcweir    };
200cdf0e10cSrcweir    String ST_POSTIT
201cdf0e10cSrcweir    {
202*088d7310SMatthias Seidel        Text [ en-US ] = "Comment" ;
203cdf0e10cSrcweir    };
204cdf0e10cSrcweir    String ST_SRCH_REP
205cdf0e10cSrcweir    {
206cdf0e10cSrcweir        Text [ en-US ] = "Repeat search" ;
207cdf0e10cSrcweir    };
208cdf0e10cSrcweir    String ST_INDEX_ENTRY
209cdf0e10cSrcweir    {
210cdf0e10cSrcweir        Text [ en-US ] = "Index entry" ;
211cdf0e10cSrcweir    };
212cdf0e10cSrcweir    String ST_TABLE_FORMULA
213cdf0e10cSrcweir    {
214cdf0e10cSrcweir        Text [ en-US ] = "Table formula" ;
215cdf0e10cSrcweir    };
216cdf0e10cSrcweir    String ST_TABLE_FORMULA_ERROR
217cdf0e10cSrcweir    {
218cdf0e10cSrcweir        Text [ en-US ] = "Wrong table formula" ;
219cdf0e10cSrcweir    };
220cdf0e10cSrcweir    Text [ en-US ] = "Navigation" ;
221cdf0e10cSrcweir};
222cdf0e10cSrcweir/*
223cdf0e10cSrcweirNoch ein paar Reserven
224cdf0e10cSrcweir            ToolBoxItem
225cdf0e10cSrcweir            {
226cdf0e10cSrcweir                Identifier = NID_NEXT;
227*088d7310SMatthias Seidel                Text = "Vorwärts" ;
228cdf0e10cSrcweir                        };
229cdf0e10cSrcweir            ToolBoxItem
230cdf0e10cSrcweir            {
231cdf0e10cSrcweir                Identifier = NID_PREV;
232*088d7310SMatthias Seidel                Text = "Rückwärts" ;
233cdf0e10cSrcweir                        };
234cdf0e10cSrcweir            ToolBoxItem
235cdf0e10cSrcweir            {
236cdf0e10cSrcweir                Identifier = NID_CTRL;
237cdf0e10cSrcweir                Text = "Control" ;
238cdf0e10cSrcweir                        };
239cdf0e10cSrcweir            ToolBoxItem
240cdf0e10cSrcweir            {
241cdf0e10cSrcweir                Identifier = NID_DRW;
242cdf0e10cSrcweir                Text = "Zeichenobjekt" ;
243cdf0e10cSrcweir                        };
244cdf0e10cSrcweir
245cdf0e10cSrcweir
246cdf0e10cSrcweir*/
247cdf0e10cSrcweir/***************************************************************
248*088d7310SMatthias Seidel Quickhelp strings for View-Up/Down buttons
249cdf0e10cSrcweir***************************************************************/
250cdf0e10cSrcweirString STR_IMGBTN_NEXT_DOWN
251cdf0e10cSrcweir{
252cdf0e10cSrcweir    Text = "" ;
253cdf0e10cSrcweir};
254cdf0e10cSrcweirString STR_IMGBTN_PREV_DOWN
255cdf0e10cSrcweir{
256cdf0e10cSrcweir    Text = "" ;
257cdf0e10cSrcweir};
258cdf0e10cSrcweirString STR_IMGBTN_TBL_DOWN
259cdf0e10cSrcweir{
260cdf0e10cSrcweir    Text [ en-US ] = "Next table" ;
261cdf0e10cSrcweir};
262cdf0e10cSrcweirString STR_IMGBTN_FRM_DOWN
263cdf0e10cSrcweir{
264cdf0e10cSrcweir    Text [ en-US ] = "Next text frame" ;
265cdf0e10cSrcweir};
266cdf0e10cSrcweirString STR_IMGBTN_PGE_DOWN
267cdf0e10cSrcweir{
268cdf0e10cSrcweir    Text [ en-US ] = "Next page" ;
269cdf0e10cSrcweir};
270cdf0e10cSrcweirString STR_IMGBTN_DRW_DOWN
271cdf0e10cSrcweir{
272cdf0e10cSrcweir    Text [ en-US ] = "Next drawing" ;
273cdf0e10cSrcweir};
274cdf0e10cSrcweirString STR_IMGBTN_CTRL_DOWN
275cdf0e10cSrcweir{
276cdf0e10cSrcweir    Text [ en-US ] = "Next control" ;
277cdf0e10cSrcweir};
278cdf0e10cSrcweirString STR_IMGBTN_REG_DOWN
279cdf0e10cSrcweir{
280cdf0e10cSrcweir    Text [ en-US ] = "Next section" ;
281cdf0e10cSrcweir};
282cdf0e10cSrcweirString STR_IMGBTN_BKM_DOWN
283cdf0e10cSrcweir{
284cdf0e10cSrcweir    Text [ en-US ] = "Next bookmark" ;
285cdf0e10cSrcweir};
286cdf0e10cSrcweirString STR_IMGBTN_GRF_DOWN
287cdf0e10cSrcweir{
288cdf0e10cSrcweir    Text [ en-US ] = "Next graphic" ;
289cdf0e10cSrcweir};
290cdf0e10cSrcweirString STR_IMGBTN_OLE_DOWN
291cdf0e10cSrcweir{
292cdf0e10cSrcweir    Text [ en-US ] = "Next OLE object" ;
293cdf0e10cSrcweir};
294cdf0e10cSrcweirString STR_IMGBTN_OUTL_DOWN
295cdf0e10cSrcweir{
296cdf0e10cSrcweir    Text [ en-US ] = "Next heading" ;
297cdf0e10cSrcweir};
298cdf0e10cSrcweirString STR_IMGBTN_SEL_DOWN
299cdf0e10cSrcweir{
300cdf0e10cSrcweir    Text [ en-US ] = "Next selection" ;
301cdf0e10cSrcweir};
302cdf0e10cSrcweirString STR_IMGBTN_FTN_DOWN
303cdf0e10cSrcweir{
304cdf0e10cSrcweir    Text [ en-US ] = "Next footnote" ;
305cdf0e10cSrcweir};
306cdf0e10cSrcweirString STR_IMGBTN_MARK_DOWN
307cdf0e10cSrcweir{
308*088d7310SMatthias Seidel    Text [ en-US ] = "Next reminder" ;
309cdf0e10cSrcweir};
310cdf0e10cSrcweirString STR_IMGBTN_POSTIT_DOWN
311cdf0e10cSrcweir{
312*088d7310SMatthias Seidel    Text [ en-US ] = "Next comment" ;
313cdf0e10cSrcweir};
314cdf0e10cSrcweirString STR_IMGBTN_SRCH_REP_DOWN
315cdf0e10cSrcweir{
316cdf0e10cSrcweir    Text [ en-US ] = "Continue search forward" ;
317cdf0e10cSrcweir};
318cdf0e10cSrcweirString STR_IMGBTN_INDEX_ENTRY_DOWN
319cdf0e10cSrcweir{
320cdf0e10cSrcweir    Text [ en-US ] = "Next index entry" ;
321cdf0e10cSrcweir};
322cdf0e10cSrcweirString STR_IMGBTN_NEXT_UP
323cdf0e10cSrcweir{
324cdf0e10cSrcweir    Text = "" ;
325cdf0e10cSrcweir};
326cdf0e10cSrcweirString STR_IMGBTN_PREV_UP
327cdf0e10cSrcweir{
328cdf0e10cSrcweir    Text = "" ;
329cdf0e10cSrcweir};
330cdf0e10cSrcweirString STR_IMGBTN_TBL_UP
331cdf0e10cSrcweir{
332cdf0e10cSrcweir    Text [ en-US ] = "Previous table" ;
333cdf0e10cSrcweir};
334cdf0e10cSrcweirString STR_IMGBTN_FRM_UP
335cdf0e10cSrcweir{
336cdf0e10cSrcweir    Text [ en-US ] = "Previous text frame" ;
337cdf0e10cSrcweir};
338cdf0e10cSrcweirString STR_IMGBTN_PGE_UP
339cdf0e10cSrcweir{
340cdf0e10cSrcweir    Text [ en-US ] = "Previous page" ;
341cdf0e10cSrcweir};
342cdf0e10cSrcweirString STR_IMGBTN_DRW_UP
343cdf0e10cSrcweir{
344cdf0e10cSrcweir    Text [ en-US ] = "Previous drawing" ;
345cdf0e10cSrcweir};
346cdf0e10cSrcweirString STR_IMGBTN_CTRL_UP
347cdf0e10cSrcweir{
348cdf0e10cSrcweir    Text [ en-US ] = "Previous control" ;
349cdf0e10cSrcweir};
350cdf0e10cSrcweirString STR_IMGBTN_REG_UP
351cdf0e10cSrcweir{
352cdf0e10cSrcweir    Text [ en-US ] = "Previous section" ;
353cdf0e10cSrcweir};
354cdf0e10cSrcweirString STR_IMGBTN_BKM_UP
355cdf0e10cSrcweir{
356cdf0e10cSrcweir    Text [ en-US ] = "Previous bookmark" ;
357cdf0e10cSrcweir};
358cdf0e10cSrcweirString STR_IMGBTN_GRF_UP
359cdf0e10cSrcweir{
360cdf0e10cSrcweir    Text [ en-US ] = "Previous graphic" ;
361cdf0e10cSrcweir};
362cdf0e10cSrcweirString STR_IMGBTN_OLE_UP
363cdf0e10cSrcweir{
364cdf0e10cSrcweir    Text [ en-US ] = "Previous OLE object" ;
365cdf0e10cSrcweir};
366cdf0e10cSrcweirString STR_IMGBTN_OUTL_UP
367cdf0e10cSrcweir{
368cdf0e10cSrcweir    Text [ en-US ] = "Previous heading" ;
369cdf0e10cSrcweir};
370cdf0e10cSrcweirString STR_IMGBTN_SEL_UP
371cdf0e10cSrcweir{
372cdf0e10cSrcweir    Text [ en-US ] = "Previous selection" ;
373cdf0e10cSrcweir};
374cdf0e10cSrcweirString STR_IMGBTN_FTN_UP
375cdf0e10cSrcweir{
376cdf0e10cSrcweir    Text [ en-US ] = "Previous footnote" ;
377cdf0e10cSrcweir};
378cdf0e10cSrcweirString STR_IMGBTN_MARK_UP
379cdf0e10cSrcweir{
380*088d7310SMatthias Seidel    Text [ en-US ] = "Previous reminder" ;
381cdf0e10cSrcweir};
382cdf0e10cSrcweirString STR_IMGBTN_POSTIT_UP
383cdf0e10cSrcweir{
384*088d7310SMatthias Seidel    Text [ en-US ] = "Previous comment" ;
385cdf0e10cSrcweir};
386cdf0e10cSrcweirString STR_IMGBTN_SRCH_REP_UP
387cdf0e10cSrcweir{
388cdf0e10cSrcweir    Text [ en-US ] = "Continue search backwards" ;
389cdf0e10cSrcweir};
390cdf0e10cSrcweirString STR_IMGBTN_INDEX_ENTRY_UP
391cdf0e10cSrcweir{
392cdf0e10cSrcweir    Text [ en-US ] = "Previous index entry" ;
393cdf0e10cSrcweir};
394cdf0e10cSrcweirString STR_IMGBTN_TBLFML_UP
395cdf0e10cSrcweir{
396cdf0e10cSrcweir    Text [ en-US ] = "Previous table formula" ;
397cdf0e10cSrcweir};
398cdf0e10cSrcweirString STR_IMGBTN_TBLFML_DOWN
399cdf0e10cSrcweir{
400cdf0e10cSrcweir    Text [ en-US ] = "Next table formula" ;
401cdf0e10cSrcweir};
402cdf0e10cSrcweirString STR_IMGBTN_TBLFML_ERR_UP
403cdf0e10cSrcweir{
404cdf0e10cSrcweir    Text [ en-US ] = "Previous faulty table formula" ;
405cdf0e10cSrcweir};
406cdf0e10cSrcweirString STR_IMGBTN_TBLFML_ERR_DOWN
407cdf0e10cSrcweir{
408cdf0e10cSrcweir    Text [ en-US ] = "Next faulty table formula" ;
409cdf0e10cSrcweir};
410cdf0e10cSrcweirImageButton BTN_NAVI
411cdf0e10cSrcweir{
412cdf0e10cSrcweir    HelpID = HID_NAVIGATION_IMGBTN ;
413cdf0e10cSrcweir    SVLOOK = TRUE ;
414cdf0e10cSrcweir    HIDE = TRUE ;
415cdf0e10cSrcweir    RectStyle = TRUE ;
416cdf0e10cSrcweir    SmallStyle = TRUE ;
417cdf0e10cSrcweir    Image IMG_BTN
418cdf0e10cSrcweir    {
419e0ab90c9SMatthias Seidel        ImageBitmap = Bitmap { File = "point.png" ; } ;
420cdf0e10cSrcweir    };
421cdf0e10cSrcweir    Image IMG_BTN_H
422cdf0e10cSrcweir    {
423e0ab90c9SMatthias Seidel        ImageBitmap = Bitmap { File = "point_h.png" ; } ;
424cdf0e10cSrcweir    };
425cdf0e10cSrcweir    String ST_QUICK
426cdf0e10cSrcweir    {
427cdf0e10cSrcweir        Text [ en-US ] = "Navigation" ;
428cdf0e10cSrcweir    };
429cdf0e10cSrcweir};
430cdf0e10cSrcweirComboBox RID_PVIEW_ZOOM_LB
431cdf0e10cSrcweir{
432cdf0e10cSrcweir    HelpId = HID_PVIEW_ZOOM_LB ;
433cdf0e10cSrcweir    Size = MAP_APPFONT ( 30, 86 ) ;
434cdf0e10cSrcweir    DropDown = TRUE ;
435cdf0e10cSrcweir    AutoHScroll = TRUE ;
436cdf0e10cSrcweir    DDExtraWidth = TRUE ;
437cdf0e10cSrcweir    Border = TRUE ;
438cdf0e10cSrcweir    Hide = TRUE ;
439cdf0e10cSrcweir};
440e0ab90c9SMatthias Seidel
441e0ab90c9SMatthias Seidel// ********************************************************************** EOF
442