xref: /trunk/main/cui/source/options/optasian.src (revision fa444899)
10e2af6afSAndrew Rist/**************************************************************
2cdf0e10cSrcweir *
30e2af6afSAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one
40e2af6afSAndrew Rist * or more contributor license agreements.  See the NOTICE file
50e2af6afSAndrew Rist * distributed with this work for additional information
60e2af6afSAndrew Rist * regarding copyright ownership.  The ASF licenses this file
70e2af6afSAndrew Rist * to you under the Apache License, Version 2.0 (the
80e2af6afSAndrew Rist * "License"); you may not use this file except in compliance
90e2af6afSAndrew Rist * with the License.  You may obtain a copy of the License at
100e2af6afSAndrew Rist *
110e2af6afSAndrew Rist *   http://www.apache.org/licenses/LICENSE-2.0
120e2af6afSAndrew Rist *
130e2af6afSAndrew Rist * Unless required by applicable law or agreed to in writing,
140e2af6afSAndrew Rist * software distributed under the License is distributed on an
150e2af6afSAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
160e2af6afSAndrew Rist * KIND, either express or implied.  See the License for the
170e2af6afSAndrew Rist * specific language governing permissions and limitations
180e2af6afSAndrew Rist * under the License.
190e2af6afSAndrew Rist *
200e2af6afSAndrew Rist *************************************************************/
210e2af6afSAndrew Rist
220e2af6afSAndrew Rist
23cdf0e10cSrcweir
24036294fdSdamjan#include "optasian.hrc"
25cdf0e10cSrcweir#include <sfx2/sfx.hrc>
26cdf0e10cSrcweir#include "helpid.hrc"
27cdf0e10cSrcweir#include <cuires.hrc>
28cdf0e10cSrcweir
29cdf0e10cSrcweirTabPage RID_SVXPAGE_ASIAN_LAYOUT
30cdf0e10cSrcweir{
31cdf0e10cSrcweir	HelpId = HID_OPTIONS_ASIAN_LAYOUT ;
32cdf0e10cSrcweir	OutputSize = TRUE ;
33*fa444899SMatthias Seidel	Size = MAP_APPFONT ( 260, 185 ) ;
34cdf0e10cSrcweir	SVLook = TRUE ;
35cdf0e10cSrcweir	Hide = TRUE ;
36*fa444899SMatthias Seidel	FixedLine GB_KERNING
37cdf0e10cSrcweir	{
38cdf0e10cSrcweir		Pos = MAP_APPFONT ( 6, 3 ) ;
39*fa444899SMatthias Seidel		Size = MAP_APPFONT ( 248, 8 ) ;
40*fa444899SMatthias Seidel		Text [ en-US ] = "Kerning" ;
41cdf0e10cSrcweir	};
42cdf0e10cSrcweir	RadioButton RB_CHAR_KERNING
43cdf0e10cSrcweir	{
44*fa444899SMatthias Seidel		HelpID = "cui:RadioButton:RID_SVXPAGE_ASIAN_LAYOUT:RB_CHAR_KERNING";
45cdf0e10cSrcweir		Pos = MAP_APPFONT ( 12, 14 ) ;
46*fa444899SMatthias Seidel		Size = MAP_APPFONT ( 200, 10 ) ;
47*fa444899SMatthias Seidel		Text [ en-US ] = "~Western characters only" ;
48cdf0e10cSrcweir	};
49cdf0e10cSrcweir	RadioButton RB_CHAR_PUNCT
50cdf0e10cSrcweir	{
51*fa444899SMatthias Seidel		HelpID = "cui:RadioButton:RID_SVXPAGE_ASIAN_LAYOUT:RB_CHAR_PUNCT";
52*fa444899SMatthias Seidel		Pos = MAP_APPFONT ( 12, 27 ) ;
53*fa444899SMatthias Seidel		Size = MAP_APPFONT ( 200, 10 ) ;
54*fa444899SMatthias Seidel		Text [ en-US ] = "Western ~text and Asian punctuation" ;
55cdf0e10cSrcweir	};
56*fa444899SMatthias Seidel	FixedLine GB_CHAR_DIST
57cdf0e10cSrcweir	{
58*fa444899SMatthias Seidel		Pos = MAP_APPFONT ( 6, 43 ) ;
59*fa444899SMatthias Seidel		Size = MAP_APPFONT ( 248, 8 ) ;
60*fa444899SMatthias Seidel		Text [ en-US ] = "Character spacing" ;
61cdf0e10cSrcweir	};
62cdf0e10cSrcweir	RadioButton RB_NO_COMP
63cdf0e10cSrcweir	{
64*fa444899SMatthias Seidel		HelpID = "cui:RadioButton:RID_SVXPAGE_ASIAN_LAYOUT:RB_NO_COMP";
65*fa444899SMatthias Seidel		Pos = MAP_APPFONT ( 12, 54 ) ;
66*fa444899SMatthias Seidel		Size = MAP_APPFONT ( 200, 10 ) ;
67*fa444899SMatthias Seidel		Text [ en-US ] = "~No compression" ;
68cdf0e10cSrcweir	};
69cdf0e10cSrcweir	RadioButton RB_PUNCT_COMP
70cdf0e10cSrcweir	{
71*fa444899SMatthias Seidel		HelpID = "cui:RadioButton:RID_SVXPAGE_ASIAN_LAYOUT:RB_PUNCT_COMP";
72*fa444899SMatthias Seidel		Pos = MAP_APPFONT ( 12, 67) ;
73*fa444899SMatthias Seidel		Size = MAP_APPFONT ( 200, 10 ) ;
74*fa444899SMatthias Seidel		Text [ en-US ] = "~Compress punctuation only" ;
75cdf0e10cSrcweir	};
76cdf0e10cSrcweir	RadioButton RB_PUNCT_KANA_COMP
77cdf0e10cSrcweir	{
78*fa444899SMatthias Seidel		HelpID = "cui:RadioButton:RID_SVXPAGE_ASIAN_LAYOUT:RB_PUNCT_KANA_COMP";
79*fa444899SMatthias Seidel		Pos = MAP_APPFONT ( 12, 80 ) ;
80*fa444899SMatthias Seidel		Size = MAP_APPFONT ( 200, 10 ) ;
81*fa444899SMatthias Seidel		Text [ en-US ] = "Compress ~punctuation and Japanese Kana" ;
82cdf0e10cSrcweir	};
83*fa444899SMatthias Seidel	FixedLine GB_START_END
84cdf0e10cSrcweir	{
85*fa444899SMatthias Seidel		Pos = MAP_APPFONT ( 6, 96 ) ;
86*fa444899SMatthias Seidel		Size = MAP_APPFONT ( 248, 8 ) ;
87*fa444899SMatthias Seidel		Text [ en-US ] = "First and last characters" ;
88cdf0e10cSrcweir	};
89cdf0e10cSrcweir	FixedText FT_LANGUAGE
90cdf0e10cSrcweir	{
91*fa444899SMatthias Seidel		Pos = MAP_APPFONT ( 12, 109 ) ;
92*fa444899SMatthias Seidel		Size = MAP_APPFONT ( 80, 8 ) ;
93*fa444899SMatthias Seidel		Text [ en-US ] = "~Language" ;
94cdf0e10cSrcweir	};
95cdf0e10cSrcweir	ListBox LB_LANGUAGE
96cdf0e10cSrcweir	{
97*fa444899SMatthias Seidel		HelpID = "cui:ListBox:RID_SVXPAGE_ASIAN_LAYOUT:LB_LANGUAGE";
98*fa444899SMatthias Seidel		Pos = MAP_APPFONT ( 95, 107 ) ;
99*fa444899SMatthias Seidel		Size = MAP_APPFONT ( 80, 48 ) ;
100cdf0e10cSrcweir		Border = TRUE ;
101cdf0e10cSrcweir		DropDown = TRUE ;
102cdf0e10cSrcweir	};
103cdf0e10cSrcweir	CheckBox CB_STANDARD
104cdf0e10cSrcweir	{
105*fa444899SMatthias Seidel		HelpID = "cui:CheckBox:RID_SVXPAGE_ASIAN_LAYOUT:CB_STANDARD";
106*fa444899SMatthias Seidel		Pos = MAP_APPFONT ( 180, 109 ) ;
107*fa444899SMatthias Seidel		Size = MAP_APPFONT ( 74, 10 ) ;
108*fa444899SMatthias Seidel		Text [ en-US ] = "~Default" ;
109cdf0e10cSrcweir	};
110cdf0e10cSrcweir	FixedText FT_START
111cdf0e10cSrcweir	{
112*fa444899SMatthias Seidel		Pos = MAP_APPFONT ( 12, 125 ) ;
113*fa444899SMatthias Seidel		Size = MAP_APPFONT ( 80, 8 ) ;
114*fa444899SMatthias Seidel		Text [ en-US ] = "Not at start of line:" ;
115cdf0e10cSrcweir	};
116cdf0e10cSrcweir	Edit ED_START
117cdf0e10cSrcweir	{
118*fa444899SMatthias Seidel		HelpID = "cui:Edit:RID_SVXPAGE_ASIAN_LAYOUT:ED_START";
119*fa444899SMatthias Seidel		Pos = MAP_APPFONT ( 95, 123 ) ;
120*fa444899SMatthias Seidel		Size = MAP_APPFONT ( 159, 12 ) ;
121cdf0e10cSrcweir		Border = TRUE ;
122cdf0e10cSrcweir	};
123cdf0e10cSrcweir	FixedText FT_END
124cdf0e10cSrcweir	{
125*fa444899SMatthias Seidel		Pos = MAP_APPFONT ( 12, 141 ) ;
126*fa444899SMatthias Seidel		Size = MAP_APPFONT ( 80, 8 ) ;
127*fa444899SMatthias Seidel		Text [ en-US ] = "Not at end of line:" ;
128cdf0e10cSrcweir	};
129cdf0e10cSrcweir	Edit ED_END
130cdf0e10cSrcweir	{
131*fa444899SMatthias Seidel		HelpID = "cui:Edit:RID_SVXPAGE_ASIAN_LAYOUT:ED_END";
132*fa444899SMatthias Seidel		Pos = MAP_APPFONT ( 95, 139 ) ;
133*fa444899SMatthias Seidel		Size = MAP_APPFONT ( 159, 12 ) ;
134cdf0e10cSrcweir		Border = TRUE ;
135cdf0e10cSrcweir	};
136cdf0e10cSrcweir	FixedText FT_HINT
137cdf0e10cSrcweir	{
138*fa444899SMatthias Seidel		Pos = MAP_APPFONT ( 12, 155 ) ;
139*fa444899SMatthias Seidel		Size = MAP_APPFONT ( 242, 8 ) ;
140*fa444899SMatthias Seidel		Text [ en-US ] = "Without user-defined line break symbols" ;
141cdf0e10cSrcweir	};
142*fa444899SMatthias Seidel	Text [ en-US ] = "Proxy" ;
143cdf0e10cSrcweir};
144cdf0e10cSrcweir
145*fa444899SMatthias Seidel// ******************************************************************* EOF
146