xref: /trunk/main/cui/source/options/optaccessibility.src (revision cdf0e10c4e3984b49a9502b011690b615761d4a3)
1/*************************************************************************
2 *
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4 *
5 * Copyright 2000, 2010 Oracle and/or its affiliates.
6 *
7 * OpenOffice.org - a multi-platform office productivity suite
8 *
9 * This file is part of OpenOffice.org.
10 *
11 * OpenOffice.org is free software: you can redistribute it and/or modify
12 * it under the terms of the GNU Lesser General Public License version 3
13 * only, as published by the Free Software Foundation.
14 *
15 * OpenOffice.org is distributed in the hope that it will be useful,
16 * but WITHOUT ANY WARRANTY; without even the implied warranty of
17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18 * GNU Lesser General Public License version 3 for more details
19 * (a copy is included in the LICENSE file that accompanied this code).
20 *
21 * You should have received a copy of the GNU Lesser General Public License
22 * version 3 along with OpenOffice.org.  If not, see
23 * <http://www.openoffice.org/license.html>
24 * for a copy of the LGPLv3 License.
25 *
26 ************************************************************************/
27
28#include <optaccessibility.hrc>
29#include <sfx2/sfx.hrc>
30#include "helpid.hrc"
31#include <cuires.hrc>
32
33TabPage RID_SVXPAGE_ACCESSIBILITYCONFIG
34{
35    HelpId = HID_OPTIONS_ACCESSIBILITYCONFIG ;
36    Size = MAP_APPFONT ( 260 , WHOLE_HEIGHT ) ;
37    SVLook = TRUE ;
38    Hide = TRUE ;
39    FixedLine FL_MISCELLANEOUS
40    {
41        Pos = MAP_APPFONT ( COL0, ROWA_0 ) ;
42        Size = MAP_APPFONT ( GB_WIDTH , RSC_CD_FIXEDLINE_HEIGHT ) ;
43        Text [ en-US ] = "Miscellaneous options";
44    };
45    CheckBox CB_ACCESSIBILITY_TOOL
46    {
47        HelpID = "cui:CheckBox:RID_SVXPAGE_ACCESSIBILITYCONFIG:CB_ACCESSIBILITY_TOOL";
48        TabStop = TRUE ;
49        Pos = MAP_APPFONT( COL1, ROWA_1 );
50        Size = MAP_APPFONT( CB_WIDTH, RSC_CD_CHECKBOX_HEIGHT );
51        WordBreak = TRUE;
52        Text [ en-US ] = "Support ~assistive technology tools (program restart required)";
53    };
54    CheckBox CB_TEXTSELECTION
55    {
56        HelpID = "cui:CheckBox:RID_SVXPAGE_ACCESSIBILITYCONFIG:CB_TEXTSELECTION";
57        TabStop = TRUE ;
58        Pos = MAP_APPFONT( COL1, ROWA_2 );
59        Size = MAP_APPFONT( CB_WIDTH, RSC_CD_CHECKBOX_HEIGHT );
60        Text [ en-US ] = "Use te~xt selection cursor in read-only text documents";
61    };
62    CheckBox CB_ANIMATED_GRAPHICS
63    {
64        HelpID = "cui:CheckBox:RID_SVXPAGE_ACCESSIBILITYCONFIG:CB_ANIMATED_GRAPHICS";
65        TabStop = TRUE ;
66        Pos = MAP_APPFONT( COL1, ROWA_3 );
67        Size = MAP_APPFONT( CB_WIDTH, RSC_CD_CHECKBOX_HEIGHT );
68        Text [ en-US ] = "Allow animated ~graphics";
69    };
70    CheckBox CB_ANIMATED_TEXTS
71    {
72        HelpID = "cui:CheckBox:RID_SVXPAGE_ACCESSIBILITYCONFIG:CB_ANIMATED_TEXTS";
73        TabStop = TRUE ;
74        Pos = MAP_APPFONT( COL1, ROWA_4 );
75        Size = MAP_APPFONT( CB_WIDTH, RSC_CD_CHECKBOX_HEIGHT );
76        Text [ en-US ] = "Allow animated ~text";
77    };
78    CheckBox CB_TIPHELP
79    {
80        HelpID = "cui:CheckBox:RID_SVXPAGE_ACCESSIBILITYCONFIG:CB_TIPHELP";
81        TabStop = TRUE ;
82        Pos = MAP_APPFONT( COL1, OFFS_TEXTBOX_FIXEDTEXT( ROWA_5 ) );
83        Size = MAP_APPFONT( DIFF(COL2,COL3), RSC_CD_CHECKBOX_HEIGHT );
84        Text [ en-US ] = "~Help tips disappear after ";
85    };
86    NumericField NF_TIPHELP
87    {
88        HelpID = "cui:NumericField:RID_SVXPAGE_ACCESSIBILITYCONFIG:NF_TIPHELP";
89        TabStop = TRUE ;
90        Border = TRUE ;
91        Pos = MAP_APPFONT( COL3, ROWA_5 );
92        Size = MAP_APPFONT( EDIT_WIDTH, RSC_CD_TEXTBOX_HEIGHT );
93        Minimum = 1;
94        Maximum = 99;
95        First = 1 ;
96        Last = 99 ;
97        Spin = TRUE ;
98        Repeat = TRUE ;
99    };
100    FixedText FT_TIPHELP
101    {
102        Pos = MAP_APPFONT( COL4, OFFS_TEXTBOX_FIXEDTEXT( ROWA_5 ) );
103        Size = MAP_APPFONT( UNIT_WIDTH, RSC_CD_FIXEDTEXT_HEIGHT );
104        Text [ en-US ] = "seconds";
105    };
106    FixedLine FL_HC_OPTIONS
107    {
108        Pos = MAP_APPFONT ( COL0, ROWB_0 ) ;
109        Size = MAP_APPFONT ( GB_WIDTH , RSC_CD_FIXEDLINE_HEIGHT ) ;
110        Text [ en-US ] = "Options for high contrast appearance";
111    };
112    CheckBox CB_AUTO_DETECT_HC
113    {
114        HelpID = "cui:CheckBox:RID_SVXPAGE_ACCESSIBILITYCONFIG:CB_AUTO_DETECT_HC";
115        TabStop = TRUE ;
116        Pos = MAP_APPFONT( COL1, ROWB_1 );
117        Size = MAP_APPFONT( CB_WIDTH, RSC_CD_CHECKBOX_HEIGHT );
118        Text [ en-US ] = "Automatically ~detect high contrast mode of operating system";
119    };
120    CheckBox CB_AUTOMATIC_FONT_COLOR
121    {
122        HelpID = "cui:CheckBox:RID_SVXPAGE_ACCESSIBILITYCONFIG:CB_AUTOMATIC_FONT_COLOR";
123        TabStop = TRUE ;
124        Pos = MAP_APPFONT( COL1, ROWB_2 );
125        Size = MAP_APPFONT( CB_WIDTH, RSC_CD_CHECKBOX_HEIGHT );
126        Text [ en-US ] = "Use automatic font ~color for screen display";
127    };
128    CheckBox CB_PAGE_PREVIEWS
129    {
130        HelpID = "cui:CheckBox:RID_SVXPAGE_ACCESSIBILITYCONFIG:CB_PAGE_PREVIEWS";
131        TabStop = TRUE ;
132        Pos = MAP_APPFONT( COL1, ROWB_3 );
133        Size = MAP_APPFONT( CB_WIDTH, RSC_CD_CHECKBOX_HEIGHT );
134        Text [ en-US ] = "~Use system colors for page previews";
135    };
136};
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162