xref: /trunk/main/cui/source/options/optctl.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 "optctl.hrc"
29#include "helpid.hrc"
30#include <cuires.hrc>
31
32#include <sfx2/sfx.hrc>
33
34TabPage RID_SVXPAGE_OPTIONS_CTL
35{
36    HelpId = HID_OPTIONS_CTL ;
37    OutputSize = TRUE ;
38    Size = MAP_APPFONT ( 260 , 185 ) ;
39    SVLook = TRUE ;
40    Hide = TRUE ;
41    Text [ en-US ] = "Complex Text Layout" ;
42    FixedLine FL_SEQUENCECHECKING
43    {
44        Pos = MAP_APPFONT ( 6, ROW_0 ) ;
45        Size = MAP_APPFONT ( 248 , RSC_CD_FIXEDLINE_HEIGHT ) ;
46        Text [ en-US ] = "Sequence checking";
47    };
48    CheckBox CB_SEQUENCECHECKING
49    {
50        HelpID = "cui:CheckBox:RID_SVXPAGE_OPTIONS_CTL:CB_SEQUENCECHECKING";
51        Pos = MAP_APPFONT ( 12, ROW_1 ) ;
52        Size = MAP_APPFONT ( 236 , RSC_CD_CHECKBOX_HEIGHT ) ;
53        Text [ en-US ] = "Use se~quence checking";
54    };
55    CheckBox CB_RESTRICTED
56    {
57        HelpID = "cui:CheckBox:RID_SVXPAGE_OPTIONS_CTL:CB_RESTRICTED";
58        Pos = MAP_APPFONT ( 18, ROW_2 );
59        Size = MAP_APPFONT ( 236, RSC_CD_CHECKBOX_HEIGHT );
60        Text[ en-US ] = "Restricted";
61    };
62    CheckBox CB_TYPE_REPLACE
63    {
64        HelpID = "cui:CheckBox:RID_SVXPAGE_OPTIONS_CTL:CB_TYPE_REPLACE";
65        Pos = MAP_APPFONT ( 18, ROW_2+RSC_CD_CHECKBOX_HEIGHT+RSC_SP_FLGR_SPACE_Y );
66        Size = MAP_APPFONT ( 236, RSC_CD_CHECKBOX_HEIGHT );
67        Text[ en-US ] = "~Type and replace";
68    };
69    FixedLine FL_CURSORCONTROL
70    {
71        Pos = MAP_APPFONT ( 6, ROW_3 ) ;
72        Size = MAP_APPFONT ( 248 , RSC_CD_FIXEDLINE_HEIGHT ) ;
73        Text [ en-US ] = "Cursor control";
74    };
75    FixedText FT_MOVEMENT
76    {
77        Pos = MAP_APPFONT ( 12, ROW_5 ) ;
78        Size = MAP_APPFONT ( 90 , RSC_CD_FIXEDTEXT_HEIGHT ) ;
79        Text [ en-US ] = "Movement";
80    };
81    RadioButton RB_MOVEMENT_LOGICAL
82    {
83        HelpID = "cui:RadioButton:RID_SVXPAGE_OPTIONS_CTL:RB_MOVEMENT_LOGICAL";
84        Pos = MAP_APPFONT ( 105, ROW_4 ) ;
85        Size = MAP_APPFONT ( 69 , RSC_CD_RADIOBUTTON_HEIGHT ) ;
86        Text [ en-US ] = "Lo~gical";
87    };
88    RadioButton RB_MOVEMENT_VISUAL
89    {
90        HelpID = "cui:RadioButton:RID_SVXPAGE_OPTIONS_CTL:RB_MOVEMENT_VISUAL";
91        Pos = MAP_APPFONT ( 177, ROW_4 ) ;
92        Size = MAP_APPFONT ( 69 , RSC_CD_RADIOBUTTON_HEIGHT ) ;
93        Text [ en-US ] = "~Visual";
94    };
95    FixedLine FL_GENERAL
96    {
97        Pos = MAP_APPFONT ( 6, ROW_6 ) ;
98        Size = MAP_APPFONT ( 248 , RSC_CD_FIXEDLINE_HEIGHT ) ;
99        Text [ en-US ] = "General options";
100    };
101    FixedText FT_NUMERALS
102    {
103        Pos = MAP_APPFONT ( 12, ROW_8 ) ;
104        Size = MAP_APPFONT ( 90 , RSC_CD_FIXEDTEXT_HEIGHT ) ;
105        Text [ en-US ] = "~Numerals";
106    };
107    ListBox LB_NUMERALS
108    {
109        HelpID = "cui:ListBox:RID_SVXPAGE_OPTIONS_CTL:LB_NUMERALS";
110        Pos = MAP_APPFONT ( 105, ROW_7 ) ;
111        Size = MAP_APPFONT ( 69 , 3*RSC_CD_DROPDOWN_HEIGHT ) ;
112        DropDown = TRUE ;
113        Border = TRUE ;
114        StringList [ en-US ]=
115        {
116            < "Arabic" ; > ;
117            < "Hindi" ; > ;
118            < "System" ; > ;
119            < "Context" ; > ;
120        };
121    };
122};
123