10e2af6afSAndrew Rist/************************************************************** 2*383ed5e2Smseidel * 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 10*383ed5e2Smseidel * 110e2af6afSAndrew Rist * http://www.apache.org/licenses/LICENSE-2.0 12*383ed5e2Smseidel * 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. 19*383ed5e2Smseidel * 200e2af6afSAndrew Rist *************************************************************/ 210e2af6afSAndrew Rist 220e2af6afSAndrew Rist 23*383ed5e2Smseidel 24*383ed5e2Smseidel// include --------------------------------------------------------------- 25cdf0e10cSrcweir#include "helpid.hrc" 26cdf0e10cSrcweir#include <cuires.hrc> 27cdf0e10cSrcweir#include "tabstpge.hrc" 28cdf0e10cSrcweir#include <svx/dialogs.hrc> 29cdf0e10cSrcweir 30*383ed5e2Smseidel// RID_SVXPAGE_TABULATOR ------------------------------------------------- 31cdf0e10cSrcweirTabPage RID_SVXPAGE_TABULATOR 32cdf0e10cSrcweir{ 33cdf0e10cSrcweir HelpId = HID_TABULATOR ; 34cdf0e10cSrcweir Hide = TRUE ; 35cdf0e10cSrcweir Text [ en-US ] = "Tabs" ; 36*383ed5e2Smseidel Size = MAP_APPFONT ( 260, 185 ) ; 37cdf0e10cSrcweir FixedLine FL_TABPOS 38cdf0e10cSrcweir { 39*383ed5e2Smseidel Pos = MAP_APPFONT ( 6, 3 ) ; 40*383ed5e2Smseidel Size = MAP_APPFONT ( 48, 8 ) ; 41cdf0e10cSrcweir Text [ en-US ] = "Position" ; 42cdf0e10cSrcweir }; 43cdf0e10cSrcweir MetricBox ED_TABPOS 44cdf0e10cSrcweir { 45*383ed5e2Smseidel HelpID = "cui:MetricBox:RID_SVXPAGE_TABULATOR:ED_TABPOS" ; 46*383ed5e2Smseidel Pos = MAP_APPFONT ( 12, 14 ) ; 47*383ed5e2Smseidel Size = MAP_APPFONT ( 39, 165 ) ; 48cdf0e10cSrcweir Minimum = -5600 ; 49cdf0e10cSrcweir Maximum = 5600 ; 50cdf0e10cSrcweir DecimalDigits = 2 ; 51cdf0e10cSrcweir Unit = FUNIT_CM ; 52cdf0e10cSrcweir }; 53cdf0e10cSrcweir FixedLine FL_TABPOS_VERT 54cdf0e10cSrcweir { 55*383ed5e2Smseidel Pos = MAP_APPFONT ( 55, 14 ) ; 56*383ed5e2Smseidel Size = MAP_APPFONT ( 4, 165 ) ; 57*383ed5e2Smseidel Vert = TRUE ; 58cdf0e10cSrcweir }; 59cdf0e10cSrcweir FixedLine FL_TABTYPE 60cdf0e10cSrcweir { 61*383ed5e2Smseidel Pos = MAP_APPFONT ( 60, 3 ) ; 62*383ed5e2Smseidel Size = MAP_APPFONT ( 138, 8 ) ; 63cdf0e10cSrcweir Text [ en-US ] = "Type" ; 64cdf0e10cSrcweir }; 65cdf0e10cSrcweir RadioButton BTN_TABTYPE_LEFT 66cdf0e10cSrcweir { 67*383ed5e2Smseidel HelpID = "cui:RadioButton:RID_SVXPAGE_TABULATOR:BTN_TABTYPE_LEFT" ; 68*383ed5e2Smseidel Pos = MAP_APPFONT ( 66, 14 ) ; 69*383ed5e2Smseidel Size = MAP_APPFONT ( 89, 10 ) ; 70cdf0e10cSrcweir Text [ en-US ] = "~Left" ; 71cdf0e10cSrcweir Check = TRUE ; 72cdf0e10cSrcweir }; 73cdf0e10cSrcweir Window WIN_TABLEFT 74cdf0e10cSrcweir { 75*383ed5e2Smseidel Pos = MAP_APPFONT ( 157, 14 ) ; 76*383ed5e2Smseidel Size = MAP_APPFONT ( 7, 10 ) ; 77cdf0e10cSrcweir }; 78cdf0e10cSrcweir RadioButton BTN_TABTYPE_RIGHT 79cdf0e10cSrcweir { 80*383ed5e2Smseidel HelpID = "cui:RadioButton:RID_SVXPAGE_TABULATOR:BTN_TABTYPE_RIGHT" ; 81*383ed5e2Smseidel Pos = MAP_APPFONT ( 66, 28 ) ; 82*383ed5e2Smseidel Size = MAP_APPFONT ( 89, 10 ) ; 83cdf0e10cSrcweir Text [ en-US ] = "Righ~t" ; 84cdf0e10cSrcweir }; 85cdf0e10cSrcweir Window WIN_TABRIGHT 86cdf0e10cSrcweir { 87*383ed5e2Smseidel Pos = MAP_APPFONT ( 157, 28 ) ; 88*383ed5e2Smseidel Size = MAP_APPFONT ( 7, 10 ) ; 89cdf0e10cSrcweir }; 90cdf0e10cSrcweir RadioButton BTN_TABTYPE_CENTER 91cdf0e10cSrcweir { 92*383ed5e2Smseidel HelpID = "cui:RadioButton:RID_SVXPAGE_TABULATOR:BTN_TABTYPE_CENTER" ; 93*383ed5e2Smseidel Pos = MAP_APPFONT ( 66, 42 ) ; 94*383ed5e2Smseidel Size = MAP_APPFONT ( 89, 10 ) ; 95cdf0e10cSrcweir Text [ en-US ] = "C~entered" ; 96cdf0e10cSrcweir }; 97cdf0e10cSrcweir Window WIN_TABCENTER 98cdf0e10cSrcweir { 99*383ed5e2Smseidel Pos = MAP_APPFONT ( 157, 42 ) ; 100*383ed5e2Smseidel Size = MAP_APPFONT ( 7, 10 ) ; 101cdf0e10cSrcweir }; 102cdf0e10cSrcweir RadioButton BTN_TABTYPE_DECIMAL 103cdf0e10cSrcweir { 104*383ed5e2Smseidel HelpID = "cui:RadioButton:RID_SVXPAGE_TABULATOR:BTN_TABTYPE_DECIMAL" ; 105*383ed5e2Smseidel Pos = MAP_APPFONT ( 66, 56 ) ; 106*383ed5e2Smseidel Size = MAP_APPFONT ( 89, 10 ) ; 107cdf0e10cSrcweir Text [ en-US ] = "Deci~mal" ; 108cdf0e10cSrcweir }; 109cdf0e10cSrcweir Window WIN_TABDECIMAL 110cdf0e10cSrcweir { 111*383ed5e2Smseidel Pos = MAP_APPFONT ( 157, 56 ) ; 112*383ed5e2Smseidel Size = MAP_APPFONT ( 7, 10 ) ; 113cdf0e10cSrcweir }; 114cdf0e10cSrcweir FixedText FT_TABTYPE_DECCHAR 115cdf0e10cSrcweir { 116*383ed5e2Smseidel Pos = MAP_APPFONT ( 75, 70 ) ; 117*383ed5e2Smseidel Size = MAP_APPFONT ( 79, 8 ) ; 118cdf0e10cSrcweir Text [ en-US ] = "~Character" ; 119cdf0e10cSrcweir }; 120cdf0e10cSrcweir Edit ED_TABTYPE_DECCHAR 121cdf0e10cSrcweir { 122*383ed5e2Smseidel HelpID = "cui:Edit:RID_SVXPAGE_TABULATOR:ED_TABTYPE_DECCHAR" ; 123cdf0e10cSrcweir Border = TRUE ; 124*383ed5e2Smseidel Pos = MAP_APPFONT ( 156, 68 ) ; 125*383ed5e2Smseidel Size = MAP_APPFONT ( 9, 12 ) ; 126cdf0e10cSrcweir Left = TRUE ; 127cdf0e10cSrcweir }; 128cdf0e10cSrcweir FixedLine FL_FILLCHAR 129cdf0e10cSrcweir { 130*383ed5e2Smseidel Pos = MAP_APPFONT ( 60, 86 ) ; 131*383ed5e2Smseidel Size = MAP_APPFONT ( 138, 8 ) ; 132cdf0e10cSrcweir Text [ en-US ] = "Fill character" ; 133cdf0e10cSrcweir }; 134cdf0e10cSrcweir RadioButton BTN_FILLCHAR_NO 135cdf0e10cSrcweir { 136*383ed5e2Smseidel HelpID = "cui:RadioButton:RID_SVXPAGE_TABULATOR:BTN_FILLCHAR_NO" ; 137*383ed5e2Smseidel Pos = MAP_APPFONT ( 66, 97 ) ; 138*383ed5e2Smseidel Size = MAP_APPFONT ( 89, 10 ) ; 139cdf0e10cSrcweir Text [ en-US ] = "N~one" ; 140cdf0e10cSrcweir Check = TRUE ; 141cdf0e10cSrcweir }; 142cdf0e10cSrcweir RadioButton BTN_FILLCHAR_POINTS 143cdf0e10cSrcweir { 144*383ed5e2Smseidel HelpID = "cui:RadioButton:RID_SVXPAGE_TABULATOR:BTN_FILLCHAR_POINTS" ; 145*383ed5e2Smseidel Pos = MAP_APPFONT ( 66, 111 ) ; 146*383ed5e2Smseidel Size = MAP_APPFONT ( 89, 10 ) ; 147cdf0e10cSrcweir Text = "~........" ; 148cdf0e10cSrcweir }; 149cdf0e10cSrcweir RadioButton BTN_FILLCHAR_DASHLINE 150cdf0e10cSrcweir { 151*383ed5e2Smseidel HelpID = "cui:RadioButton:RID_SVXPAGE_TABULATOR:BTN_FILLCHAR_DASHLINE" ; 152*383ed5e2Smseidel Pos = MAP_APPFONT ( 66, 125 ) ; 153*383ed5e2Smseidel Size = MAP_APPFONT ( 89, 10 ) ; 154cdf0e10cSrcweir Text = "~--------" ; 155cdf0e10cSrcweir }; 156cdf0e10cSrcweir RadioButton BTN_FILLCHAR_UNDERSCORE 157cdf0e10cSrcweir { 158*383ed5e2Smseidel HelpID = "cui:RadioButton:RID_SVXPAGE_TABULATOR:BTN_FILLCHAR_UNDERSCORE" ; 159*383ed5e2Smseidel Pos = MAP_APPFONT ( 66, 139 ) ; 160*383ed5e2Smseidel Size = MAP_APPFONT ( 89, 10 ) ; 161cdf0e10cSrcweir Text = "~_____" ; 162cdf0e10cSrcweir }; 163cdf0e10cSrcweir RadioButton BTN_FILLCHAR_OTHER 164cdf0e10cSrcweir { 165*383ed5e2Smseidel HelpID = "cui:RadioButton:RID_SVXPAGE_TABULATOR:BTN_FILLCHAR_OTHER" ; 166*383ed5e2Smseidel Pos = MAP_APPFONT ( 66, 153 ) ; 167*383ed5e2Smseidel Size = MAP_APPFONT ( 89, 10 ) ; 168cdf0e10cSrcweir Text [ en-US ] = "Character" ; 169cdf0e10cSrcweir }; 170cdf0e10cSrcweir Edit ED_FILLCHAR_OTHER 171cdf0e10cSrcweir { 172*383ed5e2Smseidel HelpID = "cui:Edit:RID_SVXPAGE_TABULATOR:ED_FILLCHAR_OTHER" ; 173cdf0e10cSrcweir Border = TRUE ; 174*383ed5e2Smseidel Pos = MAP_APPFONT ( 156, 151 ) ; 175*383ed5e2Smseidel Size = MAP_APPFONT ( 9, 12 ) ; 176cdf0e10cSrcweir Left = TRUE ; 177cdf0e10cSrcweir }; 178cdf0e10cSrcweir PushButton BTN_NEW 179cdf0e10cSrcweir { 180*383ed5e2Smseidel HelpID = "cui:PushButton:RID_SVXPAGE_TABULATOR:BTN_NEW" ; 181*383ed5e2Smseidel Pos = MAP_APPFONT ( 204, 6 ) ; 182*383ed5e2Smseidel Size = MAP_APPFONT ( 50, 14 ) ; 183cdf0e10cSrcweir Text [ en-US ] = "~New" ; 184cdf0e10cSrcweir }; 185cdf0e10cSrcweir PushButton BTN_DELALL 186cdf0e10cSrcweir { 187*383ed5e2Smseidel HelpID = "cui:PushButton:RID_SVXPAGE_TABULATOR:BTN_DELALL" ; 188*383ed5e2Smseidel Pos = MAP_APPFONT ( 204, 23 ) ; 189*383ed5e2Smseidel Size = MAP_APPFONT ( 50, 14 ) ; 190cdf0e10cSrcweir Text [ en-US ] = "Delete ~All" ; 191cdf0e10cSrcweir }; 192cdf0e10cSrcweir PushButton BTN_DEL 193cdf0e10cSrcweir { 194*383ed5e2Smseidel HelpID = "cui:PushButton:RID_SVXPAGE_TABULATOR:BTN_DEL" ; 195*383ed5e2Smseidel Pos = MAP_APPFONT ( 204, 40 ) ; 196*383ed5e2Smseidel Size = MAP_APPFONT ( 50, 14 ) ; 197cdf0e10cSrcweir Text [ en-US ] = "~Delete" ; 198cdf0e10cSrcweir }; 199cdf0e10cSrcweir String ST_LEFTTAB_ASIAN 200cdf0e10cSrcweir { 201cdf0e10cSrcweir Text [ en-US ] = "~Left/Top" ; 202cdf0e10cSrcweir }; 203cdf0e10cSrcweir String ST_RIGHTTAB_ASIAN 204cdf0e10cSrcweir { 205cdf0e10cSrcweir Text [ en-US ] = "Righ~t/Bottom" ; 206cdf0e10cSrcweir }; 207cdf0e10cSrcweir String ST_FILLCHAR_OTHER 208cdf0e10cSrcweir { 209cdf0e10cSrcweir Text [ en-US ] = "Character" ; 210cdf0e10cSrcweir }; 211cdf0e10cSrcweir}; 212cdf0e10cSrcweir 213*383ed5e2Smseidel// ******************************************************************* EOF 214