xref: /aoo4110/main/sw/source/ui/utlui/gloslst.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
24#include "globals.hrc"
25#include "utlui.hrc"
26#include "helpid.h"
27#include "gloslst.hrc"
28
29ModalDialog DLG_GLOSSARY_DECIDE_DLG
30{
31	HelpID = HID_DLG_GLOSS_DECIDE ;
32	OutputSize = TRUE ;
33	SVLook = TRUE ;
34	Size = MAP_APPFONT ( 161 , 67 ) ;
35	Text [ en-US ] = "Select AutoText:" ;
36	Moveable = TRUE ;
37    FixedLine FL_GLOSS
38	{
39		Pos = MAP_APPFONT ( 6 , 3 ) ;
40        Size = MAP_APPFONT ( 93 , 8 ) ;
41		Text [ en-US ] = "AutoText - Group" ;
42	};
43	OKButton PB_OK
44	{
45		Pos = MAP_APPFONT ( 105 , 6 ) ;
46		Size = MAP_APPFONT ( 50 , 14 ) ;
47		TabStop = TRUE ;
48		Group = TRUE ;
49		DefButton = TRUE ;
50	};
51	CancelButton PB_CANCEL
52	{
53		Pos = MAP_APPFONT ( 105 , 23 ) ;
54		Size = MAP_APPFONT ( 50 , 14 ) ;
55		TabStop = TRUE ;
56		Group = TRUE ;
57	};
58	HelpButton PB_HELP
59	{
60		Pos = MAP_APPFONT ( 105 , 43 ) ;
61		Size = MAP_APPFONT ( 50 , 14 ) ;
62		TabStop = TRUE ;
63		Group = TRUE ;
64	};
65	ListBox LB_LIST
66	{
67	    HelpID = "sw:ListBox:DLG_GLOSSARY_DECIDE_DLG:LB_LIST";
68		Pos = MAP_APPFONT ( 12 , 15 ) ;
69		Size = MAP_APPFONT ( 81 , 40 ) ;
70		TabStop = TRUE ;
71		Border = TRUE ;
72	};
73};
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106