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 "opredlin.hrc" 25TabPage RID_SCPAGE_OPREDLINE 26{ 27 HelpId = HID_SCPAGE_OPREDLINE ; 28 SVLook = TRUE ; 29 Hide = TRUE ; 30 Pos = MAP_APPFONT ( 0 , 0 ) ; 31 Size = MAP_APPFONT ( 260 , 185 ) ; 32 FixedText FT_CONTENT 33 { 34 HelpID = HID_SCPAGE_OPREDLINBE_FT_CONTENT ; 35 Pos = MAP_APPFONT ( 12 , 15 ) ; 36 Size = MAP_APPFONT ( 70 , 10 ) ; 37 Text [ en-US ] = "Chan~ges" ; 38 }; 39 FixedText FT_REMOVE 40 { 41 Pos = MAP_APPFONT ( 12 , 31 ) ; 42 Size = MAP_APPFONT ( 70 , 10 ) ; 43 Text [ en-US ] = "~Deletions" ; 44 }; 45 FixedText FT_INSERT 46 { 47 Pos = MAP_APPFONT ( 12 , 47 ) ; 48 Size = MAP_APPFONT ( 70 , 10 ) ; 49 Text [ en-US ] = "~Insertions" ; 50 }; 51 FixedText FT_MOVE 52 { 53 Pos = MAP_APPFONT ( 12 , 63 ) ; 54 Size = MAP_APPFONT ( 70 , 10 ) ; 55 Text [ en-US ] = "~Moved entries" ; 56 }; 57 FixedLine GB_COLORCHGS 58 { 59 Pos = MAP_APPFONT ( 6 , 3 ) ; 60 Size = MAP_APPFONT ( 248 , 8 ) ; 61 Text [ en-US ] = "Colors for changes" ; 62 }; 63 ListBox CLB_CONTENT 64 { 65 HelpID = "sc:ListBox:RID_SCPAGE_OPREDLINE:CLB_CONTENT"; 66 Pos = MAP_APPFONT ( 90 , 14 ) ; 67 Size = MAP_APPFONT ( 120 , 86 ) ; 68 TabStop = TRUE ; 69 DropDown = TRUE ; 70 }; 71 ListBox CLB_REMOVE 72 { 73 HelpID = "sc:ListBox:RID_SCPAGE_OPREDLINE:CLB_REMOVE"; 74 Pos = MAP_APPFONT ( 90 , 30 ) ; 75 Size = MAP_APPFONT ( 120 , 86 ) ; 76 TabStop = TRUE ; 77 DropDown = TRUE ; 78 }; 79 ListBox CLB_INSERT 80 { 81 HelpID = "sc:ListBox:RID_SCPAGE_OPREDLINE:CLB_INSERT"; 82 Pos = MAP_APPFONT ( 90 , 46 ) ; 83 Size = MAP_APPFONT ( 120 , 86 ) ; 84 TabStop = TRUE ; 85 DropDown = TRUE ; 86 }; 87 ListBox CLB_MOVE 88 { 89 HelpID = "sc:ListBox:RID_SCPAGE_OPREDLINE:CLB_MOVE"; 90 Pos = MAP_APPFONT ( 90 , 62 ) ; 91 Size = MAP_APPFONT ( 120 , 86 ) ; 92 TabStop = TRUE ; 93 DropDown = TRUE ; 94 }; 95 String STR_AUTHOR 96 { 97 Text [ en-US ] = "By author" ; 98 }; 99}; 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137