xref: /aoo4110/main/cui/source/dialogs/tbxform.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 "fmsearch.hrc"
24
25ModalDialog RID_SVX_DLG_INPUTRECORDNO
26{
27    HelpID = "cui:ModalDialog:RID_SVX_DLG_INPUTRECORDNO";
28	OutputSize = TRUE ;
29	SVLook = TRUE ;
30	Size = MAP_APPFONT ( 130 , 45 ) ;
31	Moveable = TRUE ;
32	Closeable = TRUE ;
33	Text [ en-US ] = "Record Number";
34
35	FixedText 1
36	{
37		Pos = MAP_APPFONT ( 6 , 6 ) ;
38		Size = MAP_APPFONT ( 70 , 12 ) ;
39		Text [ en-US ] = "go to record";
40	};
41	NumericField 1
42	{
43	    HelpID = "cui:NumericField:RID_SVX_DLG_INPUTRECORDNO:1";
44		Border = TRUE ;
45		Pos = MAP_APPFONT ( 79 , 6 ) ;
46		Size = MAP_APPFONT ( 45 , 12 ) ;
47		TabStop = TRUE ;
48	};
49	OKButton 1
50	{
51		Pos = MAP_APPFONT ( 6 , 25 ) ;
52		Size = MAP_APPFONT ( 50 , 14 ) ;
53		TabStop = TRUE ;
54		DefButton = TRUE ;
55	};
56	CancelButton 1
57	{
58		Pos = MAP_APPFONT ( 74 , 25 ) ;
59		Size = MAP_APPFONT ( 50 , 14 ) ;
60		TabStop = TRUE ;
61	};
62};
63