/************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite * * This file is part of OpenOffice.org. * * OpenOffice.org is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License version 3 * only, as published by the Free Software Foundation. * * OpenOffice.org is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License version 3 for more details * (a copy is included in the LICENSE file that accompanied this code). * * You should have received a copy of the GNU Lesser General Public License * version 3 along with OpenOffice.org. If not, see * * for a copy of the LGPLv3 License. * ************************************************************************/ /* StarView ressource file */ #ifndef _SFX_HRC #include #endif #ifndef _SVX_DIALOGS_HRC #include #endif #include "globals.hrc" #include "config.hrc" #include "optdlg.hrc" #include "helpid.h" /**************************************************************************/ /* */ /* TabPage Ansicht/Inhalt */ /* */ /**************************************************************************/ TabPage TP_CONTENT_OPT { HelpID = HID_CONTENT_OPT ; SVLook = TRUE ; Size = MAP_APPFONT ( 260 , 185 ) ; Hide = TRUE ; FixedLine FL_LINE { Pos = MAP_APPFONT ( 6 , 3 ) ; Size = MAP_APPFONT ( 118 , 8 ) ; Group = TRUE ; Text [ en-US ] = "Guides"; }; CheckBox CB_CROSS { Pos = MAP_APPFONT ( 12 , 14 ) ; Size = MAP_APPFONT ( 118 , 10 ) ; Text [ en-US ] = "Guides ~while moving"; }; CheckBox CB_HANDLE { Pos = MAP_APPFONT ( 12 , 27 ) ; Size = MAP_APPFONT ( 118 , 10 ) ; Text [ en-US ] = "Sim~ple handles"; }; CheckBox CB_BIGHANDLE { Pos = MAP_APPFONT ( 12 , 40 ) ; Size = MAP_APPFONT ( 118 , 10 ) ; Text [ en-US ] = "Large handles"; }; FixedLine FL_WINDOW { Pos = MAP_APPFONT ( 130 , 3 ) ; Size = MAP_APPFONT ( 124 , 8 ) ; Group = TRUE ; Text [ en-US ] = "View"; }; CheckBox CB_HSCROLL { Pos = MAP_APPFONT ( 136 , 14 ) ; Size = MAP_APPFONT ( 108 , 10 ) ; Text [ en-US ] = "H~orizontal scrollbar" ; }; CheckBox CB_VSCROLL { Pos = MAP_APPFONT ( 136 , 27 ) ; Size = MAP_APPFONT ( 108 , 10 ) ; Text [ en-US ] = "~Vertical scrollbar" ; }; CheckBox CB_ANY_RULER { Pos = MAP_APPFONT ( 136 , 40 ) ; Size = MAP_APPFONT ( 65 , 10 ) ; Text [ en-US ] = "R~uler" ; }; CheckBox CB_HRULER { Pos = MAP_APPFONT ( 142 , 53 ) ; Size = MAP_APPFONT ( 62 , 10 ) ; Text [ en-US ] = "Hori~zontal ruler" ; }; ListBox LB_HMETRIC { Pos = MAP_APPFONT ( 206 , 51 ) ; Size = MAP_APPFONT ( 45 , 60 ) ; DropDown = TRUE; }; CheckBox CB_VRULER { Pos = MAP_APPFONT ( 142 , 66 ) ; Size = MAP_APPFONT ( 62 , 10 ) ; Text [ en-US ] = "Verti~cal ruler" ; }; CheckBox CB_VRULER_RIGHT { Pos = MAP_APPFONT ( 148 , 79 ) ; Size = MAP_APPFONT ( 100 , 10 ) ; Text [ en-US ] = "Right-aligned"; }; ListBox LB_VMETRIC { Pos = MAP_APPFONT ( 206 , 64 ) ; Size = MAP_APPFONT ( 45 , 60 ) ; DropDown = TRUE; }; CheckBox CB_SMOOTH_SCROLL { Pos = MAP_APPFONT ( 136 , 79 ) ; Size = MAP_APPFONT ( 108 , 10 ) ; Text [ en-US ] = "S~mooth scroll" ; }; FixedLine FL_DISP { Pos = MAP_APPFONT ( 6 , 56 ) ; Size = MAP_APPFONT ( 118 , 8 ) ; Text [ en-US ] = "Display" ; Group = TRUE ; }; CheckBox CB_GRF { Pos = MAP_APPFONT ( 12 , 67 ) ; Size = MAP_APPFONT ( 108 , 10 ) ; Text [ en-US ] = "~Graphics and objects" ; TabStop = TRUE ; Group = TRUE ; }; CheckBox CB_TBL { Pos = MAP_APPFONT ( 12 , 80 ) ; Size = MAP_APPFONT ( 108 , 10 ) ; Text [ en-US ] = "~Tables " ; }; CheckBox CB_DRWFAST { Pos = MAP_APPFONT ( 12 , 93 ) ; Size = MAP_APPFONT ( 108 , 10 ) ; Text [ en-US ] = "Dra~wings and controls" ; }; CheckBox CB_FIELD { Pos = MAP_APPFONT ( 12 , 106 ) ; Size = MAP_APPFONT ( 108 , 10 ) ; Text [ en-US ] = "~Field codes" ; }; CheckBox CB_POSTIT { Pos = MAP_APPFONT ( 12 , 119 ) ; Size = MAP_APPFONT ( 108 , 10 ) ; Text [ en-US ] = "~Comments" ; }; FixedLine FL_SETTINGS { Pos = MAP_APPFONT ( 130 , 122 ) ; Size = MAP_APPFONT ( 124 , 8 ) ; Text [ en-US ] = "Settings"; Hide = TRUE; }; FixedText FT_METRIC { Pos = MAP_APPFONT ( 136 , 135 ) ; Size = MAP_APPFONT ( 60 , 8 ) ; Text [ en-US ] = "Measurement unit"; Hide = TRUE; }; ListBox LB_METRIC { Pos = MAP_APPFONT ( 199, 133 ) ; Size = MAP_APPFONT ( 50 , 50 ) ; Border = TRUE ; DropDown = TRUE ; Hide = TRUE; }; }; /**************************************************************************/ /* */ /* */ /* */ /**************************************************************************/ TabPage TP_OPTPRINT_PAGE { HelpID = HID_OPTPRINT_PAGE ; Size = MAP_APPFONT ( 260 , 185 ) ; Hide = TRUE ; FixedLine FL_1 { Pos = MAP_APPFONT ( 6 , 3 ) ; Size = MAP_APPFONT ( 78 , 8 ) ; Text [ en-US ] = "Contents" ; Group = TRUE ; }; CheckBox CB_PGRF /*functionally merged with CB_PDRAW*/ { Pos = MAP_APPFONT ( 12 , 14 ) ; Size = MAP_APPFONT ( 70 , 10 ) ; Text [ en-US ] = "~Pictures and objects" ; TabStop = TRUE ; Group = TRUE ; }; /* removed, tables now always get printed CheckBox CB_PTAB { Pos = MAP_APPFONT ( 12 , 27 ) ; Size = MAP_APPFONT ( 70 , 10 ) ; Text [ en-US ] = "~Tables" ; }; */ /* functionally merged with CB_PGRF (pictures and graphics) CheckBox CB_PDRAW { Pos = MAP_APPFONT ( 12 , 40 ) ; Size = MAP_APPFONT ( 70 , 10 ) ; Text [ en-US ] = "Dra~wings" ; }; */ CheckBox CB_CTRLFLD { Pos = MAP_APPFONT ( 12 , 27 ) ; Size = MAP_APPFONT ( 70 , 10 ) ; Text [ en-US ] = "Form control~s" ; }; CheckBox CB_BACKGROUND { Pos = MAP_APPFONT ( 12 , 40 ) ; Size = MAP_APPFONT ( 70 , 10 ) ; Text [ en-US ] = "Page ba~ckground" ; }; CheckBox CB_BLACK_FONT { Pos = MAP_APPFONT ( 12 , 53 ) ; Size = MAP_APPFONT ( 70 , 10 ) ; Text [ en-US ] = "Print text in blac~k" ; }; CheckBox CB_HIDDEN_TEXT { Pos = MAP_APPFONT ( 12 , 66 ) ; Size = MAP_APPFONT ( 70 , 10 ) ; Text [ en-US ] = "Hidden te~xt" ; }; CheckBox CB_TEXT_PLACEHOLDER { Pos = MAP_APPFONT ( 12 , 79 ) ; Size = MAP_APPFONT ( 70 , 10 ) ; Text [ en-US ] = "Text ~placeholder" ; }; FixedLine FL_SEP_PRT_LEFT { Pos = MAP_APPFONT ( 85 , 14 ) ; Size = MAP_APPFONT ( 4 , 78 ) ; Vert = TRUE; }; FixedLine FL_2 { Pos = MAP_APPFONT ( 90 , 3 ) ; Size = MAP_APPFONT ( 78 , 8 ) ; Text [ en-US ] = "Pages" ; Group = TRUE ; }; CheckBox CB_LEFTP { Pos = MAP_APPFONT ( 96 , 14 ) ; Size = MAP_APPFONT ( 70 , 10 ) ; Text [ en-US ] = "~Left pages" ; TabStop = TRUE ; Group = TRUE ; }; CheckBox CB_RIGHTP { Pos = MAP_APPFONT ( 96 , 27 ) ; Size = MAP_APPFONT ( 70 , 10 ) ; Text [ en-US ] = "~Right pages" ; }; /* removed, noe handled by the new print dialog (i.e. vcl) itself CheckBox CB_REVERSE { Pos = MAP_APPFONT ( 96 , 40 ) ; Size = MAP_APPFONT ( 70 , 10 ) ; Text [ en-US ] = "Re~versed" ; }; */ CheckBox CB_PROSPECT { Pos = MAP_APPFONT ( 96 , 40 ) ; Size = MAP_APPFONT ( 70 , 10 ) ; Text [ en-US ] = "Broch~ure" ; }; CheckBox CB_PROSPECT_RTL { Pos = MAP_APPFONT ( 103 , 53 ) ; Size = MAP_APPFONT ( 70 , 10 ) ; Text [ en-US ] = "Right to Left" ; Text [ x-comment ] = " "; }; RadioButton RB_NO { Pos = MAP_APPFONT ( 180 , 14 ) ; Size = MAP_APPFONT ( 74 , 10 ) ; Text [ en-US ] = "~None" ; TabStop = TRUE ; Group = TRUE ; }; RadioButton RB_ONLY { Pos = MAP_APPFONT ( 180 , 27 ) ; Size = MAP_APPFONT ( 74 , 10 ) ; Text [ en-US ] = "Comments ~only" ; }; RadioButton RB_END { Pos = MAP_APPFONT ( 180 , 40 ) ; Size = MAP_APPFONT ( 74 , 10 ) ; Text [ en-US ] = "End of docu~ment" ; }; RadioButton RB_PAGEEND { Pos = MAP_APPFONT ( 180 , 53 ) ; Size = MAP_APPFONT ( 74 , 10 ) ; Text [ en-US ] = "~End of page" ; }; FixedLine FL_SEP_PRT_RIGHT { Pos = MAP_APPFONT ( 169 , 14 ) ; Size = MAP_APPFONT ( 4 , 78 ) ; Vert = TRUE; }; FixedLine FL_3 { Pos = MAP_APPFONT ( 174 , 3 ) ; Size = MAP_APPFONT ( 80 , 8 ) ; Text [ en-US ] = "Comments" ; Group = TRUE ; }; FixedLine FL_4 { Pos = MAP_APPFONT ( 6 , 95 ) ; Size = MAP_APPFONT ( 248 , 8 ) ; Group = TRUE ; Text [ en-US ] = "Other"; }; CheckBox CB_PRINTEMPTYPAGES { Pos = MAP_APPFONT ( 12 , 106 ) ; Size = MAP_APPFONT ( 200 , 10 ) ; TabStop = TRUE ; Text [ en-US ] = "Print ~automatically inserted blank pages"; }; /* CheckBox CB_SINGLEJOBS { Pos = MAP_APPFONT ( 12 , 119 ) ; Size = MAP_APPFONT ( 200 , 10 ) ; TabStop = TRUE ; Text [ en-US ] = "Create s~ingle print jobs" ; }; */ CheckBox CB_PAPERFROMSETUP { Pos = MAP_APPFONT ( 12 , 119 ) ; Size = MAP_APPFONT ( 200 , 10 ) ; TabStop = TRUE ; Text [ en-US ] = "~Paper tray from printer settings"; }; FixedText FT_FAX { Pos = MAP_APPFONT ( 12 , 134 ) ; Size = MAP_APPFONT ( 50 , 8 ) ; Group = TRUE ; Text [ en-US ] = "~Fax"; }; ListBox LB_FAX { Border = TRUE ; Pos = MAP_APPFONT ( 70 , 132 ) ; Size = MAP_APPFONT ( 184 , 70 ) ; TabStop = TRUE ; DropDown = TRUE ; Group = TRUE ; }; String ST_NONE { Text [ en-US ] = ""; }; }; /**************************************************************************/ /* */ /* */ /* */ /**************************************************************************/ TabPage TP_STD_FONT { HelpID = HID_STD_FONT ; Size = MAP_APPFONT ( 260 , 185 ) ; Hide = TRUE ; FixedLine FL_STDCHR { Pos = MAP_APPFONT ( 6 , 3 ) ; Size = MAP_APPFONT ( 248 , 8 ) ; Text [ en-US ] = "Basic fonts (%1)"; }; FixedText FT_TYPE { Pos = MAP_APPFONT ( 63 , 14 ) ; Size = MAP_APPFONT ( 100 , 8 ) ; Text [ en-US ] = "Font"; }; FixedText FT_SIZE { Pos = MAP_APPFONT ( 204 , 14 ) ; Size = MAP_APPFONT ( 30 , 8 ) ; Text [ en-US ] = "Size"; }; MetricBox LB_STANDARD_SIZE { Pos = MAP_APPFONT ( 204 , 25 ) ; Size = MAP_APPFONT ( 30 , 60 ) ; Border = TRUE ; DropDown = TRUE; }; MetricBox LB_TITLE_SIZE { Pos = MAP_APPFONT ( 204 , 42 ) ; Size = MAP_APPFONT ( 30 , 60 ) ; Border = TRUE ; DropDown = TRUE; }; MetricBox LB_LIST_SIZE { Pos = MAP_APPFONT ( 204 , 59 ) ; Size = MAP_APPFONT ( 30 , 60 ) ; Border = TRUE ; DropDown = TRUE; }; MetricBox LB_LABEL_SIZE { Pos = MAP_APPFONT ( 204 , 76 ) ; Size = MAP_APPFONT ( 30 , 60 ) ; Border = TRUE ; DropDown = TRUE; }; MetricBox LB_INDEX_SIZE { Pos = MAP_APPFONT ( 204 , 93 ) ; Size = MAP_APPFONT ( 30 , 60 ) ; Border = TRUE ; DropDown = TRUE; }; FixedText FT_STANDARD { Pos = MAP_APPFONT ( 12 , 26 ) ; Size = MAP_APPFONT ( 48 , 10 ) ; Left = TRUE ; Text [ en-US ] = "De~fault" ; }; FixedText FT_TITLE { Pos = MAP_APPFONT ( 12 , 43 ) ; Size = MAP_APPFONT ( 48 , 10 ) ; Text [ en-US ] = "Headin~g" ; Left = TRUE ; }; FixedText FT_LIST { Pos = MAP_APPFONT ( 12 , 60 ) ; Size = MAP_APPFONT ( 48 , 10 ) ; Text [ en-US ] = "~List" ; Left = TRUE ; }; FixedText FT_LABEL { Pos = MAP_APPFONT ( 12 , 77 ) ; Size = MAP_APPFONT ( 48 , 10 ) ; Text [ en-US ] = "C~aption" ; Left = TRUE ; }; FixedText FT_IDX { Pos = MAP_APPFONT ( 12 , 94 ) ; Size = MAP_APPFONT ( 48 , 10 ) ; Text [ en-US ] = "~Index" ; Left = TRUE ; }; ComboBox LB_STANDARD { Pos = MAP_APPFONT ( 63 , 25 ) ; Size = MAP_APPFONT ( 135 , 73 ) ; TabStop = TRUE ; DropDown = TRUE ; Sort = TRUE ; }; ComboBox LB_TITLE { Pos = MAP_APPFONT ( 63 , 42 ) ; Size = MAP_APPFONT ( 135, 73 ) ; TabStop = TRUE ; DropDown = TRUE ; Sort = TRUE ; }; ComboBox LB_LIST { Pos = MAP_APPFONT ( 63 , 59 ) ; Size = MAP_APPFONT ( 135 , 73 ) ; TabStop = TRUE ; DropDown = TRUE ; Sort = TRUE ; }; ComboBox LB_LABEL { Pos = MAP_APPFONT ( 63 , 76 ) ; Size = MAP_APPFONT ( 135 , 73 ) ; TabStop = TRUE ; DropDown = TRUE ; Sort = TRUE ; }; ComboBox LB_IDX { Pos = MAP_APPFONT ( 63 , 94 ) ; Size = MAP_APPFONT ( 135, 73 ) ; TabStop = TRUE ; DropDown = TRUE ; Sort = TRUE ; }; CheckBox CB_DOCONLY { Pos = MAP_APPFONT ( 12 , 111 ) ; Size = MAP_APPFONT ( 147 , 10 ) ; Text [ en-US ] = "C~urrent document only" ; }; PushButton PB_STANDARD { Pos = MAP_APPFONT ( 204 , 165 ) ; Size = MAP_APPFONT ( 50 , 14 ) ; Text [ en-US ] = "~Default" ; }; String ST_SCRIPT_ASIAN { Text [ en-US ] = "Asian"; }; String ST_SCRIPT_CTL { Text [ en-US ] = "CTL"; }; String ST_SCRIPT_WESTERN { Text [ en-US ] = "Western"; }; }; /**************************************************************************/ /* */ /* */ /* */ /**************************************************************************/ TabPage TP_OPTTABLE_PAGE { HelpID = HID_OPTTABLE_PAGE ; Size = MAP_APPFONT ( 260 , 185 ) ; Hide = TRUE ; FixedLine FL_TABLE { Pos = MAP_APPFONT ( 6 , 3 ) ; Size = MAP_APPFONT ( 113 , 8 ) ; Text [ en-US ] = "Default"; }; CheckBox CB_HEADER { Pos = MAP_APPFONT ( 12 , 14 ) ; Size = MAP_APPFONT ( 107 , 10 ) ; TabStop = TRUE ; Text [ en-US ] = "H~eading"; }; CheckBox CB_REPEAT_HEADER { Pos = MAP_APPFONT ( 21 , 27 ) ; Size = MAP_APPFONT ( 99 , 10 ) ; TabStop = TRUE ; Text [ en-US ] = "Re~peat on each page"; }; CheckBox CB_DONT_SPLIT { Pos = MAP_APPFONT ( 12 , 40 ) ; Size = MAP_APPFONT ( 107 , 10 ) ; TabStop = TRUE ; Text [ en-US ] = "Do not split"; }; CheckBox CB_BORDER { Pos = MAP_APPFONT ( 12 , 53 ) ; Size = MAP_APPFONT ( 107 , 10 ) ; TabStop = TRUE ; Text [ en-US ] = "B~order"; }; FixedLine FL_TABLE_SEPARATOR { Pos = MAP_APPFONT ( 120 , 14 ) ; Size = MAP_APPFONT ( 4 , 52 ) ; Vert = TRUE; }; FixedLine FL_TABLE_INSERT { Pos = MAP_APPFONT ( 125 , 3 ) ; Size = MAP_APPFONT ( 129 , 8 ) ; Text [ en-US ] = "Input in tables"; }; CheckBox CB_NUMFORMATTING { Pos = MAP_APPFONT ( 131 , 14 ) ; Size = MAP_APPFONT ( 118 , 10 ) ; TabStop = TRUE ; Text [ en-US ] = "Number recognition"; }; CheckBox CB_NUMFMT_FORMATTING { Pos = MAP_APPFONT ( 140 , 27 ) ; Size = MAP_APPFONT ( 114 , 10 ) ; TabStop = TRUE ; Text [ en-US ] = "Number format recognition"; }; CheckBox CB_NUMALIGNMENT { Pos = MAP_APPFONT ( 140 , 40 ) ; Size = MAP_APPFONT ( 114 , 10 ) ; TabStop = TRUE ; Text [ en-US ] = "Alignment"; }; FixedLine FL_MOVE { Pos = MAP_APPFONT ( 6 , 69 ) ; Size = MAP_APPFONT ( 248 , 8 ) ; Text [ en-US ] = "Keyboard handling"; }; FixedText FT_MOVE { Pos = MAP_APPFONT ( 12 , 80) ; Size = MAP_APPFONT ( 100 , 8 ) ; Text [ en-US ] = "Move cells"; }; FixedText FT_ROWMOVE { Pos = MAP_APPFONT ( 21 , 93 ) ; Size = MAP_APPFONT ( 51 , 8 ) ; Text [ en-US ] = "~Row" ; }; MetricField MF_ROWMOVE { Border = TRUE ; Pos = MAP_APPFONT ( 83 , 91 ) ; Size = MAP_APPFONT ( 40 , 12 ) ; Left = TRUE ; Repeat = TRUE ; Spin = TRUE ; DecimalDigits = 2 ; Unit = FUNIT_CM ; SpinSize = 10 ; Minimum = 25 ; Maximum = 999 ; First = 25 ; Last = 2000 ; }; FixedText FT_COLMOVE { Pos = MAP_APPFONT ( 21 , 108 ) ; Size = MAP_APPFONT ( 51 , 8 ) ; Text [ en-US ] = "~Column" ; }; MetricField MF_COLMOVE { Border = TRUE ; Pos = MAP_APPFONT ( 83 , 106 ) ; Size = MAP_APPFONT ( 40 , 12 ) ; Left = TRUE ; Repeat = TRUE ; Spin = TRUE ; DecimalDigits = 2 ; Unit = FUNIT_CM ; SpinSize = 10 ; Minimum = 25 ; Maximum = 999 ; First = 25 ; Last = 2000 ; }; FixedText FT_INSERT { Pos = MAP_APPFONT ( 136 , 80 ) ; Size = MAP_APPFONT ( 110 , 8 ) ; Text [ en-US ] = "Insert cell"; }; FixedText FT_ROWINSERT { Pos = MAP_APPFONT ( 145 , 93 ) ; Size = MAP_APPFONT ( 51 , 8 ) ; Text [ en-US ] = "Ro~w" ; }; MetricField MF_ROWINSERT { Border = TRUE ; Pos = MAP_APPFONT ( 211 , 91 ) ; Size = MAP_APPFONT ( 40 , 12 ) ; Left = TRUE ; Repeat = TRUE ; Spin = TRUE ; DecimalDigits = 2 ; Unit = FUNIT_CM ; SpinSize = 10 ; Minimum = 25 ; Maximum = 999 ; First = 25 ; Last = 2000 ; }; FixedText FT_COLINSERT { Pos = MAP_APPFONT ( 145 , 108 ) ; Size = MAP_APPFONT ( 51 , 10 ) ; Text [ en-US ] = "Colu~mn" ; }; MetricField MF_COLINSERT { Border = TRUE ; Pos = MAP_APPFONT ( 211 , 106 ) ; Size = MAP_APPFONT ( 40 , 12 ) ; Left = TRUE ; Repeat = TRUE ; Spin = TRUE ; DecimalDigits = 2 ; Unit = FUNIT_CM ; SpinSize = 10 ; Minimum = 25 ; Maximum = 999 ; First = 25 ; Last = 2000 ; }; FixedText FT_HANDLING { Pos = MAP_APPFONT ( 12 , 122 ) ; Size = MAP_APPFONT ( 230 , 8 ) ; Text [ en-US ] = "Behavior of rows/columns"; }; RadioButton RB_FIX { Pos = MAP_APPFONT ( 21 , 133 ) ; Size = MAP_APPFONT ( 70 , 10 ) ; Text [ en-US ] = "~Fixed" ; }; FixedText FT_FIX { Pos = MAP_APPFONT ( 93 , 133 ) ; Size = MAP_APPFONT ( 155 , 16 ) ; WordBreak = TRUE ; Text [ en-US ] = "Changes affect the adjacent area only"; }; RadioButton RB_FIXPROP { Pos = MAP_APPFONT ( 21 , 151 ) ; Size = MAP_APPFONT ( 70 , 10 ) ; Text [ en-US ] = "Fi~xed, proportional" ; }; FixedText FT_FIXPROP { Pos = MAP_APPFONT ( 93 , 151 ) ; Size = MAP_APPFONT ( 155 , 16 ) ; WordBreak = TRUE ; Text [ en-US ] = "Changes affect the entire table"; }; RadioButton RB_VAR { Pos = MAP_APPFONT ( 21 , 169 ) ; Size = MAP_APPFONT ( 70 , 10 ) ; Text [ en-US ] = "~Variable" ; }; FixedText FT_VAR { Pos = MAP_APPFONT ( 93 , 169 ) ; Size = MAP_APPFONT ( 155 , 16 ) ; WordBreak = TRUE ; Text [ en-US ] = "Changes affect the table size"; }; }; /**************************************************************************/ /* */ /* TabPage ShadowCursor */ /* */ /**************************************************************************/ TabPage TP_OPTSHDWCRSR { HelpID = HID_OPTSHDWCRSR ; SVLook = TRUE ; Size = MAP_APPFONT ( 260 , 185 ) ; Hide = TRUE ; //_---------------------------- FixedLine FL_NOPRINT { Pos = MAP_APPFONT ( 6 , 3 ) ; Size = MAP_APPFONT ( 118 , 8 ) ; Group = TRUE ; Text [ en-US ] = "Display of"; }; CheckBox CB_PARA { Pos = MAP_APPFONT ( 12 , 14 ) ; Size = MAP_APPFONT ( 108 , 10 ) ; Text [ en-US ] = "Pa~ragraph end" ; TabStop = TRUE ; Group = TRUE ; }; CheckBox CB_SHYPH { Pos = MAP_APPFONT ( 12 , 27 ) ; Size = MAP_APPFONT ( 108 , 10 ) ; Text [ en-US ] = "Custom h~yphens" ; }; CheckBox CB_SPACE { Pos = MAP_APPFONT ( 12 , 40 ) ; Size = MAP_APPFONT ( 108 , 10 ) ; Text [ en-US ] = "Spac~es" ; }; CheckBox CB_HSPACE { Pos = MAP_APPFONT ( 12 , 53 ) ; Size = MAP_APPFONT ( 108 , 10 ) ; Text [ en-US ] = "Non-breaking s~paces" ; }; CheckBox CB_TAB { Pos = MAP_APPFONT ( 12 , 66 ) ; Size = MAP_APPFONT ( 108 , 10 ) ; Text [ en-US ] = "Ta~bs" ; }; CheckBox CB_BREAK { Pos = MAP_APPFONT ( 12 , 79 ) ; Size = MAP_APPFONT ( 108 , 10 ) ; Text [ en-US ] = "Brea~ks" ; }; CheckBox CB_CHAR_HIDDEN { Pos = MAP_APPFONT ( 12 , 92 ) ; Size = MAP_APPFONT ( 108 , 10 ) ; Text [ en-US ] = "Hidden text" ; }; CheckBox CB_FLD_HIDDEN { Pos = MAP_APPFONT ( 12 , 105 ) ; Size = MAP_APPFONT ( 108 , 10 ) ; Text [ en-US ] = "Fields: Hidden te~xt" ; }; CheckBox CB_FLD_HIDDEN_PARA { Pos = MAP_APPFONT ( 12 , 118 ) ; Size = MAP_APPFONT ( 108 , 10 ) ; Text [ en-US ] = "Fields: Hidden p~aragraphs" ; }; FixedLine FL_SEPARATOR_SHDW { Pos = MAP_APPFONT ( 125 , 14 ) ; Size = MAP_APPFONT ( 4 , 79 ) ; Vert = TRUE; }; FixedLine FL_SHDWCRSFLAG { Pos = MAP_APPFONT ( 130 , 3 ) ; Size = MAP_APPFONT ( 124 , 8 ) ; Text [ en-US ] = "Direct cursor" ; }; CheckBox CB_SHDWCRSONOFF { Pos = MAP_APPFONT ( 136 , 14 ) ; Size = MAP_APPFONT ( 100 , 10 ) ; TabStop = TRUE ; Group = TRUE ; Text [ en-US ] = "~Direct cursor" ; }; FixedText FT_SHDWCRSFILLMODE { Pos = MAP_APPFONT ( 136 , 27 ) ; Size = MAP_APPFONT ( 48 , 8 ) ; Left = TRUE ; Text [ en-US ] = "Insert" ; }; RadioButton RB_SHDWCRSFILLMARGIN { Pos = MAP_APPFONT ( 145 , 39 ) ; Size = MAP_APPFONT ( 100 , 10 ) ; TabStop = TRUE ; Group = TRUE ; Text [ en-US ] = "Para~graph alignment" ; }; RadioButton RB_SHDWCRSFILLINDENT { Pos = MAP_APPFONT ( 145 , 52 ) ; Size = MAP_APPFONT ( 100 , 10 ) ; Text [ en-US ] = "~Left paragraph margin" ; }; RadioButton RB_SHDWCRSFILLTAB { Pos = MAP_APPFONT ( 145 , 66 ) ; Size = MAP_APPFONT ( 100 , 10 ) ; Text [ en-US ] = "~Tabs" ; }; RadioButton RB_SHDWCRSFILLSPACE { Pos = MAP_APPFONT ( 145 , 79 ) ; Size = MAP_APPFONT ( 100 , 10 ) ; Text [ en-US ] = "Tabs a~nd spaces" ; }; FixedLine FL_CRSR_OPT { Pos = MAP_APPFONT ( 130 , 96 ) ; Size = MAP_APPFONT ( 124 , 8 ) ; Text [ en-US ] = "Cursor in protected areas"; }; CheckBox CB_ALLOW_IN_PROT { Pos = MAP_APPFONT ( 136 , 107 ) ; Size = MAP_APPFONT ( 100 , 10 ) ; TabStop = TRUE ; Group = TRUE ; Text [ en-US ] = "Enable"; }; }; StringArray STR_PRINTOPTUI { ItemList [en-US] = { < "%PRODUCTNAME %s"; >; < "Contents"; >; < "Page ba~ckground"; >; < "Specifies whether to include colors and objects that are inserted to the background of the page (Format - Page - Background) in the printed document."; >; < "~Pictures and objects"; >; < "Specifies whether the graphics and drawing or OLE objects of your text document are printed"; >; < "Hidden te~xt"; >; < "Enable this option to print text that is marked as hidden."; >; < "~Text placeholder"; >; < "Enable this option to print text placeholders. Disable this option to leave the text placeholders blank in the printout."; >; < "Form control~s"; >; < "Specifies whether the form control fields of the text document are printed"; >; < "Color"; >; < "Print text in blac~k"; >; < "Specifies whether to always print text in black."; >; < "Pages"; >; < "Print ~automatically inserted blank pages"; >; < "If this option is enabled automatically inserted blank pages are printed. This is best if you are printing double-sided. For example, in a book, a \"chapter\" paragraph style has been set to always start with an odd numbered page. If the previous chapter ends on an odd page, %PRODUCTNAME inserts an even numbered blank page. This option controls whether to print that even numbered page or not"; >; < "~Use only paper tray from printer preferences"; >; < "For printers with multiple trays this option specifies whether the paper tray used is specified by the system settings of the printer."; >; < "Print"; >; < "None (document only)"; >; < "Comments only"; >; < "Place at end of document"; >; < "Place at end of page"; >; < "Specify where to print comments (if any)."; >; < "~Comments"; >; < "Page sides";>; < "All pages"; >; < "Back sides / left pages"; >; < "Front sides / right pages"; >; < "Specify which pages to include in the output"; >; < "Include"; >; < "Broch~ure"; >; < "Select the Brochure option to print the document in brochure format."; >; < "Left-to-right script"; >; < "Right-to-left script"; >; < "Ranges and copies"; >; < "~All pages"; >; < "Print the whole document."; >; < "Pa~ges"; >; < "Print a range of pages of the document."; >; < "~Selection"; >; < "Print only the selected parts of the document"; >; }; };