xref: /trunk/main/cui/source/options/optctl.src (revision db2d270d)
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements.  See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership.  The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance
9 * with the License.  You may obtain a copy of the License at
10 *
11 *   http://www.apache.org/licenses/LICENSE-2.0
12 *
13 * Unless required by applicable law or agreed to in writing,
14 * software distributed under the License is distributed on an
15 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16 * KIND, either express or implied.  See the License for the
17 * specific language governing permissions and limitations
18 * under the License.
19 *
20 *************************************************************/
21
22
23
24#include "optctl.hrc"
25#include "helpid.hrc"
26#include <cuires.hrc>
27
28#include <sfx2/sfx.hrc>
29
30TabPage RID_SVXPAGE_OPTIONS_CTL
31{
32	HelpId = HID_OPTIONS_CTL ;
33	OutputSize = TRUE ;
34	Size = MAP_APPFONT ( 260, 185 ) ;
35	SVLook = TRUE ;
36	Hide = TRUE ;
37	Text [ en-US ] = "Complex Text Layout" ;
38	FixedLine FL_SEQUENCECHECKING
39	{
40		Pos = MAP_APPFONT ( 6, ROW_0 ) ;
41		Size = MAP_APPFONT ( 248, RSC_CD_FIXEDLINE_HEIGHT ) ;
42		Text [ en-US ] = "Sequence checking" ;
43	};
44	CheckBox CB_SEQUENCECHECKING
45	{
46		HelpID = "cui:CheckBox:RID_SVXPAGE_OPTIONS_CTL:CB_SEQUENCECHECKING" ;
47		Pos = MAP_APPFONT ( 12, ROW_1 ) ;
48		Size = MAP_APPFONT ( 236, RSC_CD_CHECKBOX_HEIGHT ) ;
49		Text [ en-US ] = "Use se~quence checking" ;
50	};
51	CheckBox CB_RESTRICTED
52	{
53		HelpID = "cui:CheckBox:RID_SVXPAGE_OPTIONS_CTL:CB_RESTRICTED" ;
54		Pos = MAP_APPFONT ( 18, ROW_2 ) ;
55		Size = MAP_APPFONT ( 236, RSC_CD_CHECKBOX_HEIGHT );
56		Text [ en-US ] = "Restricted" ;
57	};
58	CheckBox CB_TYPE_REPLACE
59	{
60		HelpID = "cui:CheckBox:RID_SVXPAGE_OPTIONS_CTL:CB_TYPE_REPLACE" ;
61		Pos = MAP_APPFONT ( 18, ROW_2 + RSC_CD_CHECKBOX_HEIGHT + RSC_SP_FLGR_SPACE_Y ) ;
62		Size = MAP_APPFONT ( 236, RSC_CD_CHECKBOX_HEIGHT ) ;
63		Text [ en-US ] = "~Type and replace" ;
64	};
65	FixedLine FL_CURSORCONTROL
66	{
67		Pos = MAP_APPFONT ( 6, ROW_3 ) ;
68		Size = MAP_APPFONT ( 248, RSC_CD_FIXEDLINE_HEIGHT ) ;
69		Text [ en-US ] = "Cursor control" ;
70	};
71	FixedText FT_MOVEMENT
72	{
73		Pos = MAP_APPFONT ( 12, ROW_5 ) ;
74		Size = MAP_APPFONT ( 90, RSC_CD_FIXEDTEXT_HEIGHT ) ;
75		Text [ en-US ] = "Movement" ;
76	};
77	RadioButton RB_MOVEMENT_LOGICAL
78	{
79		HelpID = "cui:RadioButton:RID_SVXPAGE_OPTIONS_CTL:RB_MOVEMENT_LOGICAL" ;
80		Pos = MAP_APPFONT ( 105, ROW_4 ) ;
81		Size = MAP_APPFONT ( 69, RSC_CD_RADIOBUTTON_HEIGHT ) ;
82		Text [ en-US ] = "Lo~gical" ;
83	};
84	RadioButton RB_MOVEMENT_VISUAL
85	{
86		HelpID = "cui:RadioButton:RID_SVXPAGE_OPTIONS_CTL:RB_MOVEMENT_VISUAL" ;
87		Pos = MAP_APPFONT ( 177, ROW_4 ) ;
88		Size = MAP_APPFONT ( 69, RSC_CD_RADIOBUTTON_HEIGHT ) ;
89		Text [ en-US ] = "~Visual" ;
90	};
91	FixedLine FL_GENERAL
92	{
93		Pos = MAP_APPFONT ( 6, ROW_6 ) ;
94		Size = MAP_APPFONT ( 248, RSC_CD_FIXEDLINE_HEIGHT ) ;
95		Text [ en-US ] = "General options" ;
96	};
97	FixedText FT_NUMERALS
98	{
99		Pos = MAP_APPFONT ( 12, ROW_8 ) ;
100		Size = MAP_APPFONT ( 90, RSC_CD_FIXEDTEXT_HEIGHT ) ;
101		Text [ en-US ] = "~Numerals" ;
102	};
103	ListBox LB_NUMERALS
104	{
105		HelpID = "cui:ListBox:RID_SVXPAGE_OPTIONS_CTL:LB_NUMERALS" ;
106		Pos = MAP_APPFONT ( 105, ROW_7 ) ;
107		Size = MAP_APPFONT ( 69, 3 * RSC_CD_DROPDOWN_HEIGHT ) ;
108		DropDown = TRUE ;
109		Border = TRUE ;
110		StringList [ en-US ] =
111		{
112			< "Arabic" ;	> ;
113			< "Hindi" ;		> ;
114			< "System" ;	> ;
115			< "Context" ;	> ;
116		};
117	};
118};
119
120// ********************************************************************** EOF
121