Update ooo320-m1
[ooovba.git] / svx / source / options / optctl.src
blob7841b17b16cd7376c0f8cd3ea91941f44c4f6311
1 /*************************************************************************
2  *
3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4  * 
5  * Copyright 2008 by Sun Microsystems, Inc.
6  *
7  * OpenOffice.org - a multi-platform office productivity suite
8  *
9  * $RCSfile: optctl.src,v $
10  * $Revision: 1.20.254.1 $
11  *
12  * This file is part of OpenOffice.org.
13  *
14  * OpenOffice.org is free software: you can redistribute it and/or modify
15  * it under the terms of the GNU Lesser General Public License version 3
16  * only, as published by the Free Software Foundation.
17  *
18  * OpenOffice.org is distributed in the hope that it will be useful,
19  * but WITHOUT ANY WARRANTY; without even the implied warranty of
20  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
21  * GNU Lesser General Public License version 3 for more details
22  * (a copy is included in the LICENSE file that accompanied this code).
23  *
24  * You should have received a copy of the GNU Lesser General Public License
25  * version 3 along with OpenOffice.org.  If not, see
26  * <http://www.openoffice.org/license.html>
27  * for a copy of the LGPLv3 License.
28  *
29  ************************************************************************/
31 #include "optctl.hrc"
32 #include "helpid.hrc"
33 #include <svx/dialogs.hrc>
35 #include <sfx2/sfx.hrc>
37 TabPage RID_SVXPAGE_OPTIONS_CTL
39     HelpId = HID_OPTIONS_CTL ;
40     OutputSize = TRUE ;
41     Size = MAP_APPFONT ( 260 , 185 ) ;
42     SVLook = TRUE ;
43     Hide = TRUE ;
44        Text [ en-US ] = "Complex Text Layout" ;
45     FixedLine FL_SEQUENCECHECKING
46     {
47         Pos = MAP_APPFONT ( 6, ROW_0 ) ;
48         Size = MAP_APPFONT ( 248 , RSC_CD_FIXEDLINE_HEIGHT ) ;
49         Text [ en-US ] = "Sequence checking";
50     };
51     CheckBox CB_SEQUENCECHECKING
52     {
53         Pos = MAP_APPFONT ( 12, ROW_1 ) ;
54         Size = MAP_APPFONT ( 236 , RSC_CD_CHECKBOX_HEIGHT ) ;
55         Text [ en-US ] = "Use se~quence checking";
56     };
57     CheckBox CB_RESTRICTED
58     {
59         Pos = MAP_APPFONT ( 18, ROW_2 );
60         Size = MAP_APPFONT ( 236, RSC_CD_CHECKBOX_HEIGHT );
61         Text[ en-US ] = "Restricted";
62     };
63     CheckBox CB_TYPE_REPLACE
64     {
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         Pos = MAP_APPFONT ( 105, ROW_4 ) ;
84         Size = MAP_APPFONT ( 69 , RSC_CD_RADIOBUTTON_HEIGHT ) ;
85         Text [ en-US ] = "Lo~gical";
86     };
87     RadioButton RB_MOVEMENT_VISUAL
88     {
89         Pos = MAP_APPFONT ( 177, ROW_4 ) ;
90         Size = MAP_APPFONT ( 69 , RSC_CD_RADIOBUTTON_HEIGHT ) ;
91         Text [ en-US ] = "~Visual";
92     };
93     FixedLine FL_GENERAL
94     {
95         Pos = MAP_APPFONT ( 6, ROW_6 ) ;
96         Size = MAP_APPFONT ( 248 , RSC_CD_FIXEDLINE_HEIGHT ) ;
97         Text [ en-US ] = "General options";
98     };
99     FixedText FT_NUMERALS
100     {
101         Pos = MAP_APPFONT ( 12, ROW_8 ) ;
102         Size = MAP_APPFONT ( 90 , RSC_CD_FIXEDTEXT_HEIGHT ) ;
103         Text [ en-US ] = "~Numerals";
104     };
105     ListBox LB_NUMERALS
106     {
107         Pos = MAP_APPFONT ( 105, ROW_7 ) ;
108         Size = MAP_APPFONT ( 69 , 3*RSC_CD_DROPDOWN_HEIGHT ) ;
109         DropDown = TRUE ;
110         Border = TRUE ;
111         StringList [ en-US ]=
112         {
113             < "Arabic" ; > ;
114             < "Hindi" ; > ;
115             < "System" ; > ;
116             < "Context" ; > ;
117         };
118     };