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 --------------------------------------------------------------- 25#include "helpid.hrc" 26#include <cuires.hrc> 27#include "srchxtra.hrc" 28#include <svx/dialogs.hrc> 29 30// RID_SVXDLG_SEARCHFORMAT ----------------------------------------------- 31TabDialog RID_SVXDLG_SEARCHFORMAT 32{ 33 OutputSize = TRUE ; 34 SvLook = TRUE ; 35 Text [ en-US ] = "Text Format" ; 36 Moveable = TRUE ; 37 TabControl 1 38 { 39 OutputSize = TRUE ; 40 PageList = 41 { 42 PageItem 43 { 44 Identifier = RID_SVXPAGE_CHAR_NAME ; 45 Text [ en-US ] = "Font" ; 46 }; 47 PageItem 48 { 49 Identifier = RID_SVXPAGE_CHAR_EFFECTS ; 50 Text [ en-US ] = "Font Effects" ; 51 }; 52 PageItem 53 { 54 Identifier = RID_SVXPAGE_CHAR_POSITION ; 55 Text [ en-US ] = "Position" ; 56 }; 57 PageItem 58 { 59 Identifier = RID_SVXPAGE_CHAR_TWOLINES ; 60 Text [ en-US ] = "Asian Layout" ; 61 }; 62 PageItem 63 { 64 Identifier = RID_SVXPAGE_STD_PARAGRAPH ; 65 Text [ en-US ] = "Indents & Spacing" ; 66 }; 67 PageItem 68 { 69 Identifier = RID_SVXPAGE_ALIGN_PARAGRAPH ; 70 Text [ en-US ] = "Alignment" ; 71 }; 72 PageItem 73 { 74 Identifier = RID_SVXPAGE_EXT_PARAGRAPH ; 75 Text [ en-US ] = "Text Flow" ; 76 }; 77 PageItem 78 { 79 Identifier = RID_SVXPAGE_PARA_ASIAN ; 80 Text [ en-US ] = "Asian Typography" ; 81 }; 82 PageItem 83 { 84 Identifier = RID_SVXPAGE_BACKGROUND ; 85 Text [ en-US ] = "Background" ; 86 }; 87 }; 88 }; 89}; 90// RID_SVXDLG_SEARCHATTRIBUTE -------------------------------------------- 91ModalDialog RID_SVXDLG_SEARCHATTR 92{ 93 HelpId = HID_SEARCHATTR ; 94 OutputSize = TRUE ; 95 SVLook = TRUE ; 96 Size = MAP_APPFONT ( 194, 128 ) ; 97 Text [ en-US ] = "Attributes" ; 98 Moveable = TRUE ; 99 Control LB_ATTR 100 { 101 HelpId = HID_SEARCHATTR_CTL_ATTR ; 102 ClipChildren = TRUE ; 103 Border = TRUE ; 104 TabStop = TRUE ; 105 Pos = MAP_APPFONT ( 6, 14 ) ; 106 Size = MAP_APPFONT ( 120, 108 ) ; 107 }; 108 FixedText FL_ATTR 109 { 110 Pos = MAP_APPFONT ( 6, 3 ) ; 111 Size = MAP_APPFONT ( 124, 8 ) ; 112 Text [ en-US ] = "~Options" ; 113 }; 114 OKButton BTN_ATTR_OK 115 { 116 Pos = MAP_APPFONT ( 136, 6 ) ; 117 Size = MAP_APPFONT ( 50, 14 ) ; 118 DefButton = TRUE ; 119 }; 120 CancelButton BTN_ATTR_CANCEL 121 { 122 Pos = MAP_APPFONT ( 136, 23 ) ; 123 Size = MAP_APPFONT ( 50, 14 ) ; 124 }; 125 HelpButton BTN_ATTR_HELP 126 { 127 Pos = MAP_APPFONT ( 136, 43 ) ; 128 Size = MAP_APPFONT ( 50, 14 ) ; 129 }; 130}; 131// RID_SVXDLG_SEARCHSIMILARITY ------------------------------------------- 132ModalDialog RID_SVXDLG_SEARCHSIMILARITY 133{ 134 HelpId = HID_SEARCHSIMILARITY ; 135 OutputSize = TRUE ; 136 SVLook = TRUE ; 137 Size = MAP_APPFONT ( 178, 76 ) ; 138 Text [ en-US ] = "Similarity Search" ; 139 Moveable = TRUE ; 140 FixedText FT_OTHER 141 { 142 Pos = MAP_APPFONT ( 12, 16 ) ; 143 Size = MAP_APPFONT ( 70, 8 ) ; 144 Text [ en-US ] = "~Exchange characters" ; 145 }; 146 NumericField NF_OTHER 147 { 148 HelpID = "cui:NumericField:RID_SVXDLG_SEARCHSIMILARITY:NF_OTHER" ; 149 Pos = MAP_APPFONT ( 86, 14 ) ; 150 Size = MAP_APPFONT ( 24, 12 ) ; 151 Border = TRUE ; 152 Left = TRUE ; 153 Repeat = TRUE ; 154 Spin = TRUE ; 155 Minimum = 0 ; 156 First = 1 ; 157 Maximum = 30 ; 158 Last = 30 ; 159 Value = 1 ; 160 TabStop = TRUE ; 161 }; 162 FixedText FT_LONGER 163 { 164 Pos = MAP_APPFONT ( 12, 30 ) ; 165 Size = MAP_APPFONT ( 70, 8 ) ; 166 Text [ en-US ] = "~Add characters" ; 167 }; 168 NumericField NF_LONGER 169 { 170 HelpID = "cui:NumericField:RID_SVXDLG_SEARCHSIMILARITY:NF_LONGER" ; 171 Pos = MAP_APPFONT ( 86, 28 ) ; 172 Size = MAP_APPFONT ( 24, 12 ) ; 173 Border = TRUE ; 174 Left = TRUE ; 175 Repeat = TRUE ; 176 Spin = TRUE ; 177 Minimum = 0 ; 178 First = 1 ; 179 Maximum = 30 ; 180 Last = 30 ; 181 Value = 1 ; 182 TabStop = TRUE ; 183 }; 184 FixedText FT_SHORTER 185 { 186 Pos = MAP_APPFONT ( 12, 46 ) ; 187 Size = MAP_APPFONT ( 70, 8 ) ; 188 Text [ en-US ] = "~Remove characters" ; 189 }; 190 NumericField NF_SHORTER 191 { 192 HelpID = "cui:NumericField:RID_SVXDLG_SEARCHSIMILARITY:NF_SHORTER" ; 193 Pos = MAP_APPFONT ( 86, 44 ) ; 194 Size = MAP_APPFONT ( 24, 12 ) ; 195 Border = TRUE ; 196 Left = TRUE ; 197 Repeat = TRUE ; 198 Spin = TRUE ; 199 Minimum = 0 ; 200 First = 1 ; 201 Maximum = 30 ; 202 Last = 30 ; 203 Value = 1 ; 204 TabStop = TRUE ; 205 }; 206 CheckBox CB_RELAX 207 { 208 HelpID = "cui:CheckBox:RID_SVXDLG_SEARCHSIMILARITY:CB_RELAX" ; 209 Pos = MAP_APPFONT ( 12, 60 ) ; 210 Size = MAP_APPFONT ( 98, 10 ) ; 211 Text [ en-US ] = "~Combine" ; 212 TabStop = TRUE ; 213 }; 214 FixedLine FL_SIMILARITY 215 { 216 Pos = MAP_APPFONT ( 6, 3 ) ; 217 Size = MAP_APPFONT ( 110, 8 ) ; 218 Text [ en-US ] = "Settings" ; 219 }; 220 OKButton BTN_ATTR_OK 221 { 222 Pos = MAP_APPFONT ( 122, 6 ) ; 223 Size = MAP_APPFONT ( 50, 14 ) ; 224 DefButton = TRUE ; 225 }; 226 CancelButton BTN_ATTR_CANCEL 227 { 228 Pos = MAP_APPFONT ( 122, 23 ) ; 229 Size = MAP_APPFONT ( 50, 14 ) ; 230 TabStop = TRUE ; 231 }; 232 HelpButton BTN_ATTR_HELP 233 { 234 Pos = MAP_APPFONT ( 122, 43 ) ; 235 Size = MAP_APPFONT ( 50, 14 ) ; 236 TabStop = TRUE ; 237 }; 238}; 239 240// ********************************************************************** EOF 241