xref: /AOO41X/main/cui/source/options/optasian.src (revision 54628ca40d27d15cc98fe861da7fff7e60c2f7d6)
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 <optasian.hrc>
25#include <sfx2/sfx.hrc>
26#include "helpid.hrc"
27#include <cuires.hrc>
28
29TabPage RID_SVXPAGE_ASIAN_LAYOUT
30{
31    HelpId = HID_OPTIONS_ASIAN_LAYOUT ;
32    OutputSize = TRUE ;
33    Size = MAP_APPFONT ( 260 , 185 ) ;
34    SVLook = TRUE ;
35    Hide = TRUE ;
36    FixedLine GB_KERNING
37    {
38        Pos = MAP_APPFONT ( 6, 3 ) ;
39        Size = MAP_APPFONT ( 248 , 8 ) ;
40        Text [ en-US ] = "Kerning";
41    };
42    RadioButton RB_CHAR_KERNING
43    {
44        HelpID = "cui:RadioButton:RID_SVXPAGE_ASIAN_LAYOUT:RB_CHAR_KERNING";
45        Pos = MAP_APPFONT ( 12, 14 ) ;
46        Size = MAP_APPFONT ( 200 , 10 ) ;
47        Text [ en-US ] = "~Western characters only";
48    };
49    RadioButton RB_CHAR_PUNCT
50    {
51        HelpID = "cui:RadioButton:RID_SVXPAGE_ASIAN_LAYOUT:RB_CHAR_PUNCT";
52        Pos = MAP_APPFONT ( 12, 27 ) ;
53        Size = MAP_APPFONT ( 200 , 10 ) ;
54        Text [ en-US ] = "Western ~text and Asian punctuation";
55    };
56    FixedLine GB_CHAR_DIST
57    {
58        Pos = MAP_APPFONT ( 6, 43 ) ;
59        Size = MAP_APPFONT ( 248 , 8 ) ;
60        Text [ en-US ] = "Character spacing";
61    };
62    RadioButton RB_NO_COMP
63    {
64        HelpID = "cui:RadioButton:RID_SVXPAGE_ASIAN_LAYOUT:RB_NO_COMP";
65        Pos = MAP_APPFONT ( 12, 54 ) ;
66        Size = MAP_APPFONT ( 200 , 10 ) ;
67        Text [ en-US ] = "~No compression";
68    };
69    RadioButton RB_PUNCT_COMP
70    {
71        HelpID = "cui:RadioButton:RID_SVXPAGE_ASIAN_LAYOUT:RB_PUNCT_COMP";
72        Pos = MAP_APPFONT ( 12, 67) ;
73        Size = MAP_APPFONT ( 200 , 10 ) ;
74        Text [ en-US ] = "~Compress punctuation only";
75    };
76    RadioButton RB_PUNCT_KANA_COMP
77    {
78        HelpID = "cui:RadioButton:RID_SVXPAGE_ASIAN_LAYOUT:RB_PUNCT_KANA_COMP";
79        Pos = MAP_APPFONT ( 12, 80 ) ;
80        Size = MAP_APPFONT ( 200 , 10 ) ;
81        Text [ en-US ] = "Compress ~punctuation and Japanese Kana";
82    };
83    FixedLine GB_START_END
84    {
85        Pos = MAP_APPFONT ( 6, 96 ) ;
86        Size = MAP_APPFONT ( 248 , 8 ) ;
87        Text [ en-US ] = "First and last characters";
88    };
89    FixedText FT_LANGUAGE
90    {
91        Pos = MAP_APPFONT ( 12 , 109 ) ;
92        Size = MAP_APPFONT ( 80 , 8 ) ;
93        Text [ en-US ] = "~Language";
94    };
95    ListBox LB_LANGUAGE
96    {
97        HelpID = "cui:ListBox:RID_SVXPAGE_ASIAN_LAYOUT:LB_LANGUAGE";
98        Pos = MAP_APPFONT ( 95 , 107 ) ;
99        Size = MAP_APPFONT ( 80 , 48 ) ;
100        Border = TRUE ;
101        DropDown = TRUE ;
102    };
103    CheckBox CB_STANDARD
104    {
105        HelpID = "cui:CheckBox:RID_SVXPAGE_ASIAN_LAYOUT:CB_STANDARD";
106        Pos = MAP_APPFONT ( 180, 109 ) ;
107        Size = MAP_APPFONT ( 74 , 10 ) ;
108        Text [ en-US ] = "~Default";
109    };
110    FixedText FT_START
111    {
112        Pos = MAP_APPFONT ( 12 , 125 ) ;
113        Size = MAP_APPFONT ( 80 , 8 ) ;
114        Text [ en-US ] = "Not at start of line:";
115    };
116    Edit ED_START
117    {
118        HelpID = "cui:Edit:RID_SVXPAGE_ASIAN_LAYOUT:ED_START";
119        Pos = MAP_APPFONT ( 95 , 123 ) ;
120        Size = MAP_APPFONT ( 159 , 12 ) ;
121        Border = TRUE ;
122    };
123    FixedText FT_END
124    {
125        Pos = MAP_APPFONT ( 12 , 141 ) ;
126        Size = MAP_APPFONT ( 80 , 8 ) ;
127        Text [ en-US ] = "Not at end of line:";
128    };
129    Edit ED_END
130    {
131        HelpID = "cui:Edit:RID_SVXPAGE_ASIAN_LAYOUT:ED_END";
132        Pos = MAP_APPFONT ( 95 , 139 ) ;
133        Size = MAP_APPFONT ( 159 , 12 ) ;
134        Border = TRUE ;
135    };
136    FixedText FT_HINT
137    {
138        Pos = MAP_APPFONT ( 12 , 155 ) ;
139        Size = MAP_APPFONT ( 242 , 8 ) ;
140        Text [ en-US ] = "Without user-defined line break symbols";
141    };
142    Text [ en-US ] = "Proxy";
143};
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180