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