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 10cdf0e10cSrcweir * 110e2af6afSAndrew Rist * http://www.apache.org/licenses/LICENSE-2.0 12cdf0e10cSrcweir * 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. 19cdf0e10cSrcweir * 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 ; 33cdf0e10cSrcweir Size = MAP_APPFONT ( 260, 185 ) ; 34cdf0e10cSrcweir SVLook = TRUE ; 35cdf0e10cSrcweir Hide = TRUE ; 36cdf0e10cSrcweir FixedLine GB_KERNING 37cdf0e10cSrcweir { 38cdf0e10cSrcweir Pos = MAP_APPFONT ( 6, 3 ) ; 39cdf0e10cSrcweir Size = MAP_APPFONT ( 248, 8 ) ; 40cdf0e10cSrcweir Text [ en-US ] = "Kerning" ; 41cdf0e10cSrcweir }; 42cdf0e10cSrcweir RadioButton RB_CHAR_KERNING 43cdf0e10cSrcweir { 44cdf0e10cSrcweir HelpID = "cui:RadioButton:RID_SVXPAGE_ASIAN_LAYOUT:RB_CHAR_KERNING"; 45cdf0e10cSrcweir Pos = MAP_APPFONT ( 12, 14 ) ; 46cdf0e10cSrcweir Size = MAP_APPFONT ( 200, 10 ) ; 47cdf0e10cSrcweir Text [ en-US ] = "~Western characters only" ; 48cdf0e10cSrcweir }; 49cdf0e10cSrcweir RadioButton RB_CHAR_PUNCT 50cdf0e10cSrcweir { 51cdf0e10cSrcweir HelpID = "cui:RadioButton:RID_SVXPAGE_ASIAN_LAYOUT:RB_CHAR_PUNCT"; 52cdf0e10cSrcweir Pos = MAP_APPFONT ( 12, 27 ) ; 53cdf0e10cSrcweir Size = MAP_APPFONT ( 200, 10 ) ; 54cdf0e10cSrcweir Text [ en-US ] = "Western ~text and Asian punctuation" ; 55cdf0e10cSrcweir }; 56cdf0e10cSrcweir FixedLine GB_CHAR_DIST 57cdf0e10cSrcweir { 58cdf0e10cSrcweir Pos = MAP_APPFONT ( 6, 43 ) ; 59cdf0e10cSrcweir Size = MAP_APPFONT ( 248, 8 ) ; 60cdf0e10cSrcweir Text [ en-US ] = "Character spacing" ; 61cdf0e10cSrcweir }; 62cdf0e10cSrcweir RadioButton RB_NO_COMP 63cdf0e10cSrcweir { 64cdf0e10cSrcweir HelpID = "cui:RadioButton:RID_SVXPAGE_ASIAN_LAYOUT:RB_NO_COMP"; 65cdf0e10cSrcweir Pos = MAP_APPFONT ( 12, 54 ) ; 66cdf0e10cSrcweir Size = MAP_APPFONT ( 200, 10 ) ; 67cdf0e10cSrcweir Text [ en-US ] = "~No compression" ; 68cdf0e10cSrcweir }; 69cdf0e10cSrcweir RadioButton RB_PUNCT_COMP 70cdf0e10cSrcweir { 71cdf0e10cSrcweir HelpID = "cui:RadioButton:RID_SVXPAGE_ASIAN_LAYOUT:RB_PUNCT_COMP"; 72cdf0e10cSrcweir Pos = MAP_APPFONT ( 12, 67) ; 73cdf0e10cSrcweir Size = MAP_APPFONT ( 200, 10 ) ; 74cdf0e10cSrcweir Text [ en-US ] = "~Compress punctuation only" ; 75cdf0e10cSrcweir }; 76cdf0e10cSrcweir RadioButton RB_PUNCT_KANA_COMP 77cdf0e10cSrcweir { 78cdf0e10cSrcweir HelpID = "cui:RadioButton:RID_SVXPAGE_ASIAN_LAYOUT:RB_PUNCT_KANA_COMP"; 79cdf0e10cSrcweir Pos = MAP_APPFONT ( 12, 80 ) ; 80cdf0e10cSrcweir Size = MAP_APPFONT ( 200, 10 ) ; 81cdf0e10cSrcweir Text [ en-US ] = "Compress ~punctuation and Japanese Kana" ; 82cdf0e10cSrcweir }; 83cdf0e10cSrcweir FixedLine GB_START_END 84cdf0e10cSrcweir { 85cdf0e10cSrcweir Pos = MAP_APPFONT ( 6, 96 ) ; 86cdf0e10cSrcweir Size = MAP_APPFONT ( 248, 8 ) ; 87cdf0e10cSrcweir Text [ en-US ] = "First and last characters" ; 88cdf0e10cSrcweir }; 89cdf0e10cSrcweir FixedText FT_LANGUAGE 90cdf0e10cSrcweir { 91cdf0e10cSrcweir Pos = MAP_APPFONT ( 12, 109 ) ; 92cdf0e10cSrcweir Size = MAP_APPFONT ( 80, 8 ) ; 93cdf0e10cSrcweir Text [ en-US ] = "~Language" ; 94cdf0e10cSrcweir }; 95cdf0e10cSrcweir ListBox LB_LANGUAGE 96cdf0e10cSrcweir { 97cdf0e10cSrcweir HelpID = "cui:ListBox:RID_SVXPAGE_ASIAN_LAYOUT:LB_LANGUAGE"; 98cdf0e10cSrcweir Pos = MAP_APPFONT ( 95, 107 ) ; 99cdf0e10cSrcweir Size = MAP_APPFONT ( 80, 48 ) ; 100cdf0e10cSrcweir Border = TRUE ; 101cdf0e10cSrcweir DropDown = TRUE ; 102cdf0e10cSrcweir }; 103cdf0e10cSrcweir CheckBox CB_STANDARD 104cdf0e10cSrcweir { 105cdf0e10cSrcweir HelpID = "cui:CheckBox:RID_SVXPAGE_ASIAN_LAYOUT:CB_STANDARD"; 106cdf0e10cSrcweir Pos = MAP_APPFONT ( 180, 109 ) ; 107cdf0e10cSrcweir Size = MAP_APPFONT ( 74, 10 ) ; 108cdf0e10cSrcweir Text [ en-US ] = "~Default" ; 109cdf0e10cSrcweir }; 110cdf0e10cSrcweir FixedText FT_START 111cdf0e10cSrcweir { 112cdf0e10cSrcweir Pos = MAP_APPFONT ( 12, 125 ) ; 113cdf0e10cSrcweir Size = MAP_APPFONT ( 80, 8 ) ; 114cdf0e10cSrcweir Text [ en-US ] = "Not at start of line:" ; 115cdf0e10cSrcweir }; 116cdf0e10cSrcweir Edit ED_START 117cdf0e10cSrcweir { 118cdf0e10cSrcweir HelpID = "cui:Edit:RID_SVXPAGE_ASIAN_LAYOUT:ED_START"; 119cdf0e10cSrcweir Pos = MAP_APPFONT ( 95, 123 ) ; 120cdf0e10cSrcweir Size = MAP_APPFONT ( 159, 12 ) ; 121cdf0e10cSrcweir Border = TRUE ; 122cdf0e10cSrcweir }; 123cdf0e10cSrcweir FixedText FT_END 124cdf0e10cSrcweir { 125cdf0e10cSrcweir Pos = MAP_APPFONT ( 12, 141 ) ; 126cdf0e10cSrcweir Size = MAP_APPFONT ( 80, 8 ) ; 127cdf0e10cSrcweir Text [ en-US ] = "Not at end of line:" ; 128cdf0e10cSrcweir }; 129cdf0e10cSrcweir Edit ED_END 130cdf0e10cSrcweir { 131cdf0e10cSrcweir HelpID = "cui:Edit:RID_SVXPAGE_ASIAN_LAYOUT:ED_END"; 132cdf0e10cSrcweir Pos = MAP_APPFONT ( 95, 139 ) ; 133cdf0e10cSrcweir Size = MAP_APPFONT ( 159, 12 ) ; 134cdf0e10cSrcweir Border = TRUE ; 135cdf0e10cSrcweir }; 136cdf0e10cSrcweir FixedText FT_HINT 137cdf0e10cSrcweir { 138cdf0e10cSrcweir Pos = MAP_APPFONT ( 12, 155 ) ; 139cdf0e10cSrcweir Size = MAP_APPFONT ( 242, 8 ) ; 140cdf0e10cSrcweir Text [ en-US ] = "Without user-defined line break symbols" ; 141cdf0e10cSrcweir }; 142cdf0e10cSrcweir Text [ en-US ] = "Proxy" ; 143cdf0e10cSrcweir}; 144cdf0e10cSrcweir 145*fa444899SMatthias Seidel// ******************************************************************* EOF 146