/************************************************************** * * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you may not use this file except in compliance * with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, * software distributed under the License is distributed on an * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY * KIND, either express or implied. See the License for the * specific language governing permissions and limitations * under the License. * *************************************************************/ /* StarView ressource file */ #ifndef _SFX_HRC #include #endif #ifndef _SVX_DIALOGS_HRC #include #endif #include "globals.hrc" #include "config.hrc" #include "redlopt.hrc" #include "helpid.h" /**************************************************************************/ /* */ /**************************************************************************/ TabPage TP_REDLINE_OPT { HelpID = HID_REDLINE_OPT ; SVLook = TRUE ; Hide = TRUE ; Size = MAP_APPFONT ( 260 , 185 ) ; FixedLine FL_TE { Pos = MAP_APPFONT ( 6 , 3 ) ; Size = MAP_APPFONT ( 248 , 8 ) ; Text [ en-US ] = "Text display" ; }; FixedText FT_CHG_INSERT { Pos = MAP_APPFONT ( 12 , 14 ) ; Size = MAP_APPFONT ( 70 , 8 ) ; Text [ en-US ] = "Insertions"; }; FixedText FT_INS_ATTR { Pos = MAP_APPFONT ( 18 , 25 ) ; Size = MAP_APPFONT ( 70 , 8 ) ; Text [ en-US ] = "Attributes"; }; ListBox LB_INS_ATTR { HelpID = "sw:ListBox:TP_REDLINE_OPT:LB_INS_ATTR"; Pos = MAP_APPFONT ( 90 , 25 ) ; Size = MAP_APPFONT ( 80 , 80 ) ; TabStop = TRUE ; DropDown = TRUE ; StringList [ en-US ] = { < "[None]" ; > ; < "Bold" ; > ; < "Italic" ; > ; < "Underlined" ; > ; < "Underlined: double" ; > ; < "Strikethrough" ; > ; < "Uppercase" ; > ; < "Lowercase" ; > ; < "Small caps" ; > ; < "Title font" ; > ; < "Background color" ; > ; }; }; FixedText FT_INS_COL { Pos = MAP_APPFONT ( 18 , 42 ) ; Size = MAP_APPFONT ( 70 , 8 ) ; Text [ en-US ] = "Color" ; }; ListBox LB_INS_COL { HelpID = "sw:ListBox:TP_REDLINE_OPT:LB_INS_COL"; Pos = MAP_APPFONT ( 90 , 40 ) ; Size = MAP_APPFONT ( 80 , 80 ) ; TabStop = TRUE ; DropDown = TRUE ; }; Window WIN_INS { Border = TRUE ; Pos = MAP_APPFONT ( 178 , 25 ) ; Size = MAP_APPFONT ( 70 , 27 ) ; Text [ en-US ] = "Insert"; }; FixedText FT_CHG_DELETE { Pos = MAP_APPFONT ( 12 , 58 ) ; Size = MAP_APPFONT ( 70 , 8 ) ; Text [ en-US ] = "Deletions"; }; FixedText FT_DEL_ATTR { Pos = MAP_APPFONT ( 18 , 69 ) ; Size = MAP_APPFONT ( 70 , 8 ) ; Text [ en-US ] = "Attributes"; }; ListBox LB_DEL_ATTR { HelpID = "sw:ListBox:TP_REDLINE_OPT:LB_DEL_ATTR"; Pos = MAP_APPFONT ( 90 , 67 ) ; Size = MAP_APPFONT ( 80 , 80 ) ; TabStop = TRUE ; DropDown = TRUE ; }; FixedText FT_DEL_COL { Pos = MAP_APPFONT ( 18 , 84 ) ; Size = MAP_APPFONT ( 70 , 8 ) ; Text [ en-US ] = "Color"; }; ListBox LB_DEL_COL { HelpID = "sw:ListBox:TP_REDLINE_OPT:LB_DEL_COL"; Pos = MAP_APPFONT ( 90 , 82 ) ; Size = MAP_APPFONT ( 80 , 80 ) ; TabStop = TRUE ; DropDown = TRUE ; }; Window WIN_DEL { Border = TRUE ; Pos = MAP_APPFONT ( 178 , 67 ) ; Size = MAP_APPFONT ( 70 , 27 ) ; Text [ en-US ] = "Delete"; }; FixedText FT_CHG_CHANGE { Pos = MAP_APPFONT ( 12 , 100 ) ; Size = MAP_APPFONT ( 70 , 8 ) ; Text [ en-US ] = "Changed attributes"; }; FixedText FT_CHG_ATTR { Pos = MAP_APPFONT ( 18 , 113 ) ; Size = MAP_APPFONT ( 70 , 8 ) ; Text [ en-US ] = "Attributes"; }; ListBox LB_CHG_ATTR { HelpID = "sw:ListBox:TP_REDLINE_OPT:LB_CHG_ATTR"; Pos = MAP_APPFONT ( 90 , 111 ) ; Size = MAP_APPFONT ( 80 , 80 ) ; TabStop = TRUE ; DropDown = TRUE ; }; FixedText FT_CHG_COL { Pos = MAP_APPFONT ( 18 , 128 ) ; Size = MAP_APPFONT ( 70 , 8 ) ; Text [ en-US ] = "Color"; }; ListBox LB_CHG_COL { HelpID = "sw:ListBox:TP_REDLINE_OPT:LB_CHG_COL"; Pos = MAP_APPFONT ( 90 , 126 ) ; Size = MAP_APPFONT ( 80 , 80 ) ; TabStop = TRUE ; DropDown = TRUE ; }; Window WIN_CHG { Border = TRUE ; Pos = MAP_APPFONT ( 178 , 111 ) ; Size = MAP_APPFONT ( 70 , 27 ) ; Text [ en-US ] = "Attributes"; }; FixedLine FL_LC { Pos = MAP_APPFONT ( 6 , 144 ) ; Size = MAP_APPFONT ( 248 , 8 ) ; Text [ en-US ] = "Lines changed" ; }; FixedText FT_MARKPOS { Pos = MAP_APPFONT ( 12 , 157 ) ; Size = MAP_APPFONT ( 70 , 8 ) ; Text [ en-US ] = "Mar~k" ; }; ListBox LB_MARKPOS { HelpID = "sw:ListBox:TP_REDLINE_OPT:LB_MARKPOS"; Pos = MAP_APPFONT ( 90 , 155 ) ; Size = MAP_APPFONT ( 80 , 80 ) ; TabStop = TRUE ; DropDown = TRUE ; StringList [ en-US ] = { < "[None]" ; > ; < "Left margin" ; > ; < "Right margin" ; > ; < "Outer margin" ; > ; < "Inner margin" ; > ; }; }; FixedText FT_LC_COL { Pos = MAP_APPFONT ( 12 , 172 ) ; Size = MAP_APPFONT ( 70 , 8 ) ; Text [ en-US ] = "~Color" ; }; ListBox LB_LC_COL { HelpID = "sw:ListBox:TP_REDLINE_OPT:LB_LC_COL"; Pos = MAP_APPFONT ( 90 , 170 ) ; Size = MAP_APPFONT ( 80 , 80 ) ; TabStop = TRUE ; DropDown = TRUE ; }; Window WIN_MARK { Pos = MAP_APPFONT ( 178 , 155 ) ; Size = MAP_APPFONT ( 70 , 27 ) ; }; String STR_AUTHOR { Text [ en-US ] = "By author" ; }; String STR_NOTHING { Text [ en-US ] = "[None]" ; }; };