xref: /trunk/main/sw/source/ui/utlui/utlui.src (revision 8660f102e0dedad7df9a3fe0f3e5d0f91bcf072b)
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
10cdf0e10cSrcweir *
11*8660f102SAndrew Rist *   http://www.apache.org/licenses/LICENSE-2.0
12cdf0e10cSrcweir *
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.
19cdf0e10cSrcweir *
20*8660f102SAndrew Rist *************************************************************/
21*8660f102SAndrew Rist
22*8660f102SAndrew Rist
23cdf0e10cSrcweir
24cdf0e10cSrcweir#include "globals.hrc"
25cdf0e10cSrcweir#include "utlui.hrc"
26cdf0e10cSrcweir#include "helpid.h"
27cdf0e10cSrcweir#include "comcore.hrc"
28cdf0e10cSrcweir
29cdf0e10cSrcweir
30cdf0e10cSrcweirResource RID_SHELLRES_AUTOFMTSTRS
31cdf0e10cSrcweir{
32cdf0e10cSrcweir    String STR_AUTOFMTREDL_DEL_EMPTY_PARA+1
33cdf0e10cSrcweir    {
34cdf0e10cSrcweir        Text [ en-US ] = "Remove empty paragraphs" ;
35cdf0e10cSrcweir    };
36cdf0e10cSrcweir    String STR_AUTOFMTREDL_USE_REPLACE+1
37cdf0e10cSrcweir    {
38cdf0e10cSrcweir        Text [ en-US ] = "Use replacement table" ;
39cdf0e10cSrcweir    };
40cdf0e10cSrcweir    String STR_AUTOFMTREDL_CPTL_STT_WORD+1
41cdf0e10cSrcweir    {
42cdf0e10cSrcweir        Text [ en-US ] = "Correct TWo INitial CApitals" ;
43cdf0e10cSrcweir    };
44cdf0e10cSrcweir    String STR_AUTOFMTREDL_CPTL_STT_SENT+1
45cdf0e10cSrcweir    {
46cdf0e10cSrcweir        Text [ en-US ] = "Capitalize first letter of sentences" ;
47cdf0e10cSrcweir    };
48cdf0e10cSrcweir    String STR_AUTOFMTREDL_TYPO+1
49cdf0e10cSrcweir    {
50cdf0e10cSrcweir        Text [ en-US ] = "Replace \"standard\" quotes with %1 \bcustom%2 quotes" ;
51cdf0e10cSrcweir    };
52cdf0e10cSrcweir    String STR_AUTOFMTREDL_USER_STYLE+1
53cdf0e10cSrcweir    {
54cdf0e10cSrcweir        Text [ en-US ] = "Replace Custom Styles" ;
55cdf0e10cSrcweir    };
56cdf0e10cSrcweir    String STR_AUTOFMTREDL_BULLET+1
57cdf0e10cSrcweir    {
58cdf0e10cSrcweir        Text [ en-US ] = "Bullets replaced";
59cdf0e10cSrcweir    };
60cdf0e10cSrcweir    String STR_AUTOFMTREDL_UNDER+1
61cdf0e10cSrcweir    {
62cdf0e10cSrcweir        Text [ en-US ] = "Automatic _underline_";
63cdf0e10cSrcweir    };
64cdf0e10cSrcweir    String STR_AUTOFMTREDL_BOLD+1
65cdf0e10cSrcweir    {
66cdf0e10cSrcweir        Text [ en-US ] = "Automatic *bold*";
67cdf0e10cSrcweir    };
68cdf0e10cSrcweir    String STR_AUTOFMTREDL_FRACTION+1
69cdf0e10cSrcweir    {
70cdf0e10cSrcweir        Text [ en-US ] = "Replace 1/2 ... with ½ ..." ;
71cdf0e10cSrcweir    };
72cdf0e10cSrcweir    String STR_AUTOFMTREDL_DETECT_URL+1
73cdf0e10cSrcweir    {
74cdf0e10cSrcweir        Text [ en-US ] = "URL recognition" ;
75cdf0e10cSrcweir    };
76cdf0e10cSrcweir    String STR_AUTOFMTREDL_DASH+1
77cdf0e10cSrcweir    {
78cdf0e10cSrcweir        Text [ en-US ] = "Replace dashes" ;
79cdf0e10cSrcweir    };
80cdf0e10cSrcweir    String STR_AUTOFMTREDL_ORDINAL+1
81cdf0e10cSrcweir    {
82cdf0e10cSrcweir        Text [ en-US ] = "Replace 1st... with 1^st..." ;
83cdf0e10cSrcweir    };
84cdf0e10cSrcweir    String STR_AUTOFMTREDL_RIGHT_MARGIN+1
85cdf0e10cSrcweir    {
86cdf0e10cSrcweir        Text [ en-US ] = "Combine single line paragraphs";
87cdf0e10cSrcweir    };
88cdf0e10cSrcweir
89cdf0e10cSrcweir    String STR_AUTOFMTREDL_SET_TMPL_TEXT +1
90cdf0e10cSrcweir    {
91cdf0e10cSrcweir        Text [ en-US ] = "Set \"Text body\" Style";
92cdf0e10cSrcweir    };
93cdf0e10cSrcweir    String STR_AUTOFMTREDL_SET_TMPL_INDENT  +1
94cdf0e10cSrcweir    {
95cdf0e10cSrcweir        Text [ en-US ] = "Set \"Text body indent\" Style";
96cdf0e10cSrcweir    };
97cdf0e10cSrcweir    String STR_AUTOFMTREDL_SET_TMPL_NEG_INDENT  +1
98cdf0e10cSrcweir    {
99cdf0e10cSrcweir        Text [ en-US ] = "Set \"Hanging indent\" Style";
100cdf0e10cSrcweir    };
101cdf0e10cSrcweir    String STR_AUTOFMTREDL_SET_TMPL_TEXT_INDENT +1
102cdf0e10cSrcweir    {
103cdf0e10cSrcweir        Text [ en-US ] = "Set \"Text body indent\" Style";
104cdf0e10cSrcweir    };
105cdf0e10cSrcweir    String STR_AUTOFMTREDL_SET_TMPL_HEADLINE +1
106cdf0e10cSrcweir    {
107cdf0e10cSrcweir        Text [ en-US ] = "Set \"Heading $(ARG1)\" Style";
108cdf0e10cSrcweir    };
109cdf0e10cSrcweir    String STR_AUTOFMTREDL_SET_NUMBULET +1
110cdf0e10cSrcweir    {
111cdf0e10cSrcweir        Text [ en-US ] = "Set \"Bullet\" or \"Numbering\" Style";
112cdf0e10cSrcweir    };
113cdf0e10cSrcweir
114cdf0e10cSrcweir    String STR_AUTOFMTREDL_DEL_MORELINES +1
115cdf0e10cSrcweir    {
116cdf0e10cSrcweir        Text [ en-US ] = "Combine paragraphs";
117cdf0e10cSrcweir    };
118cdf0e10cSrcweir    String STR_AUTOFMTREDL_NON_BREAK_SPACE +1
119cdf0e10cSrcweir    {
120cdf0e10cSrcweir        Text [ en-US ] = "Add non breaking space";
121cdf0e10cSrcweir    };
122cdf0e10cSrcweir
123cdf0e10cSrcweir};
124cdf0e10cSrcweir
125cdf0e10cSrcweir/*---------------------------------------------------------------------
126cdf0e10cSrcweir    Diverses
127cdf0e10cSrcweir ---------------------------------------------------------------------*/
128cdf0e10cSrcweirString STR_EVENT_OBJECT_SELECT
129cdf0e10cSrcweir{
130cdf0e10cSrcweir    Text [ en-US ] = "Click object" ;
131cdf0e10cSrcweir};
132cdf0e10cSrcweirString STR_EVENT_START_INS_GLOSSARY
133cdf0e10cSrcweir{
134cdf0e10cSrcweir    Text [ en-US ] = "Before inserting AutoText";
135cdf0e10cSrcweir};
136cdf0e10cSrcweirString STR_EVENT_END_INS_GLOSSARY
137cdf0e10cSrcweir{
138cdf0e10cSrcweir    Text [ en-US ] = "After inserting AutoText";
139cdf0e10cSrcweir};
140cdf0e10cSrcweirString STR_EVENT_MOUSEOVER_OBJECT
141cdf0e10cSrcweir{
142cdf0e10cSrcweir    Text [ en-US ] = "Mouse over object" ;
143cdf0e10cSrcweir};
144cdf0e10cSrcweirString STR_EVENT_MOUSECLICK_OBJECT
145cdf0e10cSrcweir{
146cdf0e10cSrcweir    Text [ en-US ] = "Trigger hyperlink" ;
147cdf0e10cSrcweir};
148cdf0e10cSrcweirString STR_EVENT_MOUSEOUT_OBJECT
149cdf0e10cSrcweir{
150cdf0e10cSrcweir    Text [ en-US ] = "Mouse leaves object" ;
151cdf0e10cSrcweir};
152cdf0e10cSrcweirString STR_EVENT_IMAGE_LOAD
153cdf0e10cSrcweir{
154cdf0e10cSrcweir    Text [ en-US ] = "Graphics load successful" ;
155cdf0e10cSrcweir};
156cdf0e10cSrcweirString STR_EVENT_IMAGE_ABORT
157cdf0e10cSrcweir{
158cdf0e10cSrcweir    Text [ en-US ] = "Graphics load terminated" ;
159cdf0e10cSrcweir};
160cdf0e10cSrcweirString STR_EVENT_IMAGE_ERROR
161cdf0e10cSrcweir{
162cdf0e10cSrcweir    Text [ en-US ] = "Graphics load faulty" ;
163cdf0e10cSrcweir};
164cdf0e10cSrcweirString STR_EVENT_FRM_KEYINPUT_A
165cdf0e10cSrcweir{
166cdf0e10cSrcweir    Text [ en-US ] = "Input of alphanumeric characters" ;
167cdf0e10cSrcweir};
168cdf0e10cSrcweirString STR_EVENT_FRM_KEYINPUT_NOA
169cdf0e10cSrcweir{
170cdf0e10cSrcweir    Text [ en-US ] = "Input of non-alphanumeric characters" ;
171cdf0e10cSrcweir};
172cdf0e10cSrcweirString STR_EVENT_FRM_RESIZE
173cdf0e10cSrcweir{
174cdf0e10cSrcweir    Text [ en-US ] = "Resize frame" ;
175cdf0e10cSrcweir};
176cdf0e10cSrcweirString STR_EVENT_FRM_MOVE
177cdf0e10cSrcweir{
178cdf0e10cSrcweir    Text [ en-US ] = "Move frame" ;
179cdf0e10cSrcweir};
180cdf0e10cSrcweirString STR_CONTENT_TYPE_OUTLINE
181cdf0e10cSrcweir{
182cdf0e10cSrcweir    Text [ en-US ] = "Headings" ;
183cdf0e10cSrcweir};
184cdf0e10cSrcweirString STR_CONTENT_TYPE_TABLE
185cdf0e10cSrcweir{
186cdf0e10cSrcweir    Text [ en-US ] = "Tables" ;
187cdf0e10cSrcweir};
188cdf0e10cSrcweirString STR_CONTENT_TYPE_FRAME
189cdf0e10cSrcweir{
190cdf0e10cSrcweir    Text [ en-US ] = "Text frames" ;
191cdf0e10cSrcweir};
192cdf0e10cSrcweirString STR_CONTENT_TYPE_GRAPHIC
193cdf0e10cSrcweir{
194cdf0e10cSrcweir    Text [ en-US ] = "Graphics" ;
195cdf0e10cSrcweir};
196cdf0e10cSrcweirString STR_CONTENT_TYPE_OLE
197cdf0e10cSrcweir{
198cdf0e10cSrcweir    Text [ en-US ] = "OLE objects" ;
199cdf0e10cSrcweir};
200cdf0e10cSrcweirString STR_CONTENT_TYPE_BOOKMARK
201cdf0e10cSrcweir{
202cdf0e10cSrcweir    Text [ en-US ] = "Bookmarks" ;
203cdf0e10cSrcweir};
204cdf0e10cSrcweirString STR_CONTENT_TYPE_REGION
205cdf0e10cSrcweir{
206cdf0e10cSrcweir    Text [ en-US ] = "Sections" ;
207cdf0e10cSrcweir};
208cdf0e10cSrcweirString STR_CONTENT_TYPE_URLFIELD
209cdf0e10cSrcweir{
210cdf0e10cSrcweir    Text [ en-US ] = "Hyperlinks" ;
211cdf0e10cSrcweir};
212cdf0e10cSrcweirString STR_CONTENT_TYPE_REFERENCE
213cdf0e10cSrcweir{
214cdf0e10cSrcweir    Text [ en-US ] = "References" ;
215cdf0e10cSrcweir};
216cdf0e10cSrcweirString STR_CONTENT_TYPE_INDEX
217cdf0e10cSrcweir{
218cdf0e10cSrcweir    Text [ en-US ] = "Indexes" ;
219cdf0e10cSrcweir};
220cdf0e10cSrcweirString STR_CONTENT_TYPE_DRAWOBJECT
221cdf0e10cSrcweir{
222cdf0e10cSrcweir    Text [ en-US ] = "Draw objects" ;
223cdf0e10cSrcweir};
224cdf0e10cSrcweirString STR_CONTENT_TYPE_POSTIT
225cdf0e10cSrcweir{
226cdf0e10cSrcweir    Text [ en-US ] = "Comments" ;
227cdf0e10cSrcweir};
228cdf0e10cSrcweirString STR_CONTENT_TYPE_SINGLE_OUTLINE
229cdf0e10cSrcweir{
230cdf0e10cSrcweir    Text [ en-US ] = "Heading" ;
231cdf0e10cSrcweir};
232cdf0e10cSrcweirString STR_CONTENT_TYPE_SINGLE_TABLE
233cdf0e10cSrcweir{
234cdf0e10cSrcweir    Text [ en-US ] = "Table" ;
235cdf0e10cSrcweir};
236cdf0e10cSrcweirString STR_CONTENT_TYPE_SINGLE_FRAME
237cdf0e10cSrcweir{
238cdf0e10cSrcweir    Text [ en-US ] = "Text frame" ;
239cdf0e10cSrcweir};
240cdf0e10cSrcweirString STR_CONTENT_TYPE_SINGLE_GRAPHIC
241cdf0e10cSrcweir{
242cdf0e10cSrcweir    Text [ en-US ] = "Graphics" ;
243cdf0e10cSrcweir};
244cdf0e10cSrcweirString STR_CONTENT_TYPE_SINGLE_OLE
245cdf0e10cSrcweir{
246cdf0e10cSrcweir    Text [ en-US ] = "OLE object" ;
247cdf0e10cSrcweir};
248cdf0e10cSrcweirString STR_CONTENT_TYPE_SINGLE_BOOKMARK
249cdf0e10cSrcweir{
250cdf0e10cSrcweir    Text [ en-US ] = "Bookmark" ;
251cdf0e10cSrcweir};
252cdf0e10cSrcweirString STR_CONTENT_TYPE_SINGLE_REGION
253cdf0e10cSrcweir{
254cdf0e10cSrcweir    Text [ en-US ] = "Section" ;
255cdf0e10cSrcweir};
256cdf0e10cSrcweirString STR_CONTENT_TYPE_SINGLE_URLFIELD
257cdf0e10cSrcweir{
258cdf0e10cSrcweir    Text [ en-US ] = "Hyperlink" ;
259cdf0e10cSrcweir};
260cdf0e10cSrcweirString STR_CONTENT_TYPE_SINGLE_REFERENCE
261cdf0e10cSrcweir{
262cdf0e10cSrcweir    Text [ en-US ] = "Reference" ;
263cdf0e10cSrcweir};
264cdf0e10cSrcweirString STR_CONTENT_TYPE_SINGLE_INDEX
265cdf0e10cSrcweir{
266cdf0e10cSrcweir    Text [ en-US ] = "Index" ;
267cdf0e10cSrcweir};
268cdf0e10cSrcweirString STR_CONTENT_TYPE_SINGLE_POSTIT
269cdf0e10cSrcweir{
270cdf0e10cSrcweir    Text [ en-US ] = "Comment" ;
271cdf0e10cSrcweir};
272cdf0e10cSrcweirString STR_CONTENT_TYPE_SINGLE_DRAWOBJECT
273cdf0e10cSrcweir{
274cdf0e10cSrcweir    Text [ en-US ] = "Draw object" ;
275cdf0e10cSrcweir};
276cdf0e10cSrcweirString STR_DEFINE_NUMBERFORMAT
277cdf0e10cSrcweir{
278cdf0e10cSrcweir    Text [ en-US ] = "Additional formats..." ;
279cdf0e10cSrcweir};
280cdf0e10cSrcweirString RID_STR_SYSTEM
281cdf0e10cSrcweir{
282cdf0e10cSrcweir    Text [ en-US ] = "[System]";
283cdf0e10cSrcweir};
284cdf0e10cSrcweirString STR_MULT_INTERACT_SPELL_WARN
285cdf0e10cSrcweir{
286cdf0e10cSrcweir    Text [ en-US ] = "The interactive spellcheck is already active\nin a different document";
287cdf0e10cSrcweir};
288cdf0e10cSrcweirString STR_MULT_INTERACT_HYPH_WARN
289cdf0e10cSrcweir{
290cdf0e10cSrcweir    Text [ en-US ] = "The interactive hyphenation is already active\nin a different document";
291cdf0e10cSrcweir};
292cdf0e10cSrcweirString STR_SPELL_TITLE
293cdf0e10cSrcweir{
294cdf0e10cSrcweir    Text [ en-US ] = "Spellcheck";
295cdf0e10cSrcweir};
296cdf0e10cSrcweirString STR_HYPH_TITLE
297cdf0e10cSrcweir{
298cdf0e10cSrcweir    Text [ en-US ] = "Hyphenation";
299cdf0e10cSrcweir};
300cdf0e10cSrcweir
301cdf0e10cSrcweir#define IMGLIST_IDS\
302cdf0e10cSrcweir    IdList = \
303cdf0e10cSrcweir    { \
304cdf0e10cSrcweir        IMG_COLLAPSE;\
305cdf0e10cSrcweir        IMG_EXPAND  ;\
306cdf0e10cSrcweir        IMG_DB      ;\
307cdf0e10cSrcweir        IMG_DBTABLE ;\
308cdf0e10cSrcweir        IMG_DBQUERY ;\
309cdf0e10cSrcweir    }; \
310cdf0e10cSrcweir    IdCount = 5
311cdf0e10cSrcweir
312cdf0e10cSrcweirImageList ILIST_DB_DLG
313cdf0e10cSrcweir{
314cdf0e10cSrcweir    Prefix = "sx";
315cdf0e10cSrcweir    MaskColor = IMAGE_MASK_COLOR;
316cdf0e10cSrcweir    IMGLIST_IDS;
317cdf0e10cSrcweir};
318cdf0e10cSrcweir
319cdf0e10cSrcweirImageList ILIST_DB_DLG_HC
320cdf0e10cSrcweir{
321cdf0e10cSrcweir    Prefix = "sxh";
322cdf0e10cSrcweir    MaskColor = IMAGE_MASK_COLOR ;
323cdf0e10cSrcweir    IMGLIST_IDS;
324cdf0e10cSrcweir};
325cdf0e10cSrcweir
326cdf0e10cSrcweirImage IMG_ONE_LEFT_HC
327cdf0e10cSrcweir{
328cdf0e10cSrcweir    ImageBitmap = Bitmap
329cdf0e10cSrcweir    {
330cdf0e10cSrcweir        File = "one_left_h.bmp" ;
331cdf0e10cSrcweir    };
332cdf0e10cSrcweir    MaskColor = IMAGE_MASK_COLOR ;
333cdf0e10cSrcweir};
334cdf0e10cSrcweir
335cdf0e10cSrcweirImage IMG_ONE_RIGHT_HC
336cdf0e10cSrcweir{
337cdf0e10cSrcweir    ImageBitmap = Bitmap
338cdf0e10cSrcweir    {
339cdf0e10cSrcweir        File = "one_right_h.bmp" ;
340cdf0e10cSrcweir    };
341cdf0e10cSrcweir    MaskColor = IMAGE_MASK_COLOR ;
342cdf0e10cSrcweir};
343cdf0e10cSrcweir
344cdf0e10cSrcweirImage IMG_ALL_LEFT_HC
345cdf0e10cSrcweir{
346cdf0e10cSrcweir    ImageBitmap = Bitmap
347cdf0e10cSrcweir    {
348cdf0e10cSrcweir        File = "all_left_h.bmp" ;
349cdf0e10cSrcweir    };
350cdf0e10cSrcweir    MaskColor = IMAGE_MASK_COLOR ;
351cdf0e10cSrcweir};
352cdf0e10cSrcweir
353cdf0e10cSrcweirImage IMG_ALL_RIGHT_HC
354cdf0e10cSrcweir{
355cdf0e10cSrcweir    ImageBitmap = Bitmap
356cdf0e10cSrcweir    {
357cdf0e10cSrcweir        File = "all_right_h.bmp" ;
358cdf0e10cSrcweir    };
359cdf0e10cSrcweir    MaskColor = IMAGE_MASK_COLOR ;
360cdf0e10cSrcweir};
361cdf0e10cSrcweir
362cdf0e10cSrcweir
363cdf0e10cSrcweirImage IMG_VIEWLAYOUT_AUTOMATIC
364cdf0e10cSrcweir{
365cdf0e10cSrcweir    ImageBitmap = Bitmap
366cdf0e10cSrcweir    {
367cdf0e10cSrcweir        File = "twopages_11x25.png" ;
368cdf0e10cSrcweir    };
369cdf0e10cSrcweir    MaskColor = IMAGE_MASK_COLOR;
370cdf0e10cSrcweir};
371cdf0e10cSrcweirImage IMG_VIEWLAYOUT_AUTOMATIC_ACTIVE
372cdf0e10cSrcweir{
373cdf0e10cSrcweir    ImageBitmap = Bitmap
374cdf0e10cSrcweir    {
375cdf0e10cSrcweir        File = "twopages_a_11x25.png" ;
376cdf0e10cSrcweir    };
377cdf0e10cSrcweir    MaskColor = IMAGE_MASK_COLOR;
378cdf0e10cSrcweir};
379cdf0e10cSrcweir
380cdf0e10cSrcweirImage IMG_VIEWLAYOUT_BOOKMODE
381cdf0e10cSrcweir{
382cdf0e10cSrcweir    ImageBitmap = Bitmap
383cdf0e10cSrcweir    {
384cdf0e10cSrcweir        File = "doublepage_11x23.png" ;
385cdf0e10cSrcweir    };
386cdf0e10cSrcweir    MaskColor = IMAGE_MASK_COLOR;
387cdf0e10cSrcweir};
388cdf0e10cSrcweirImage IMG_VIEWLAYOUT_BOOKMODE_ACTIVE
389cdf0e10cSrcweir{
390cdf0e10cSrcweir    ImageBitmap = Bitmap
391cdf0e10cSrcweir    {
392cdf0e10cSrcweir        File = "doublepage_a_11x23.png" ;
393cdf0e10cSrcweir    };
394cdf0e10cSrcweir    MaskColor = IMAGE_MASK_COLOR;
395cdf0e10cSrcweir};
396cdf0e10cSrcweir
397cdf0e10cSrcweirImage IMG_VIEWLAYOUT_SINGLECOLUMN
398cdf0e10cSrcweir{
399cdf0e10cSrcweir    ImageBitmap = Bitmap
400cdf0e10cSrcweir    {
401cdf0e10cSrcweir        File = "emptypage_11x15.png" ;
402cdf0e10cSrcweir    };
403cdf0e10cSrcweir    MaskColor = IMAGE_MASK_COLOR;
404cdf0e10cSrcweir};
405cdf0e10cSrcweirImage IMG_VIEWLAYOUT_SINGLECOLUMN_ACTIVE
406cdf0e10cSrcweir{
407cdf0e10cSrcweir    ImageBitmap = Bitmap
408cdf0e10cSrcweir    {
409cdf0e10cSrcweir        File = "emptypage_a_11x15.png" ;
410cdf0e10cSrcweir    };
411cdf0e10cSrcweir    MaskColor = IMAGE_MASK_COLOR;
412cdf0e10cSrcweir};
413cdf0e10cSrcweir
414cdf0e10cSrcweirImage IMG_VIEWLAYOUT_AUTOMATIC_HC
415cdf0e10cSrcweir{
416cdf0e10cSrcweir    ImageBitmap = Bitmap
417cdf0e10cSrcweir    {
418cdf0e10cSrcweir        File = "twopages_11x25_h.png" ;
419cdf0e10cSrcweir    };
420cdf0e10cSrcweir    MaskColor = IMAGE_MASK_COLOR;
421cdf0e10cSrcweir};
422cdf0e10cSrcweirImage IMG_VIEWLAYOUT_AUTOMATIC_ACTIVE_HC
423cdf0e10cSrcweir{
424cdf0e10cSrcweir    ImageBitmap = Bitmap
425cdf0e10cSrcweir    {
426cdf0e10cSrcweir        File = "twopages_a_11x25_h.png" ;
427cdf0e10cSrcweir    };
428cdf0e10cSrcweir    MaskColor = IMAGE_MASK_COLOR;
429cdf0e10cSrcweir};
430cdf0e10cSrcweir
431cdf0e10cSrcweirImage IMG_VIEWLAYOUT_BOOKMODE_HC
432cdf0e10cSrcweir{
433cdf0e10cSrcweir    ImageBitmap = Bitmap
434cdf0e10cSrcweir    {
435cdf0e10cSrcweir        File = "doublepage_11x23_h.png" ;
436cdf0e10cSrcweir    };
437cdf0e10cSrcweir    MaskColor = IMAGE_MASK_COLOR;
438cdf0e10cSrcweir};
439cdf0e10cSrcweirImage IMG_VIEWLAYOUT_BOOKMODE_ACTIVE_HC
440cdf0e10cSrcweir{
441cdf0e10cSrcweir    ImageBitmap = Bitmap
442cdf0e10cSrcweir    {
443cdf0e10cSrcweir        File = "doublepage_a_11x23_h.png" ;
444cdf0e10cSrcweir    };
445cdf0e10cSrcweir    MaskColor = IMAGE_MASK_COLOR;
446cdf0e10cSrcweir};
447cdf0e10cSrcweirImage IMG_VIEWLAYOUT_SINGLECOLUMN_HC
448cdf0e10cSrcweir{
449cdf0e10cSrcweir    ImageBitmap = Bitmap
450cdf0e10cSrcweir    {
451cdf0e10cSrcweir        File = "emptypage_11x15_h.png" ;
452cdf0e10cSrcweir    };
453cdf0e10cSrcweir    MaskColor = IMAGE_MASK_COLOR;
454cdf0e10cSrcweir};
455cdf0e10cSrcweirImage IMG_VIEWLAYOUT_SINGLECOLUMN_ACTIVE_HC
456cdf0e10cSrcweir{
457cdf0e10cSrcweir    ImageBitmap = Bitmap
458cdf0e10cSrcweir    {
459cdf0e10cSrcweir        File = "emptypage_a_11x15_h.png" ;
460cdf0e10cSrcweir    };
461cdf0e10cSrcweir    MaskColor = IMAGE_MASK_COLOR;
462cdf0e10cSrcweir};
463cdf0e10cSrcweir
464cdf0e10cSrcweir
465cdf0e10cSrcweir
466cdf0e10cSrcweirString STR_HYPERCTRL_SEL
467cdf0e10cSrcweir{
468cdf0e10cSrcweir    Text [ en-US ] = "SEL";
469cdf0e10cSrcweir};
470cdf0e10cSrcweirString STR_HYPERCTRL_HYP
471cdf0e10cSrcweir{
472cdf0e10cSrcweir    Text [ en-US ] = "HYP";
473cdf0e10cSrcweir};
474cdf0e10cSrcweir
475