xref: /aoo4110/main/sw/source/ui/dochdl/selglos.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 "selglos.hrc"
25#include "dochdl.hrc"
26#include "cmdid.h"
27#include "helpid.h"
28
29 // #define DLG_SEL_GLOS 256
30ModalDialog DLG_SEL_GLOS
31{
32	HelpID = CMD_FN_EXPAND_GLOSSARY ;
33	OutputSize = TRUE ;
34	SVLook = TRUE ;
35	Size = MAP_APPFONT ( 220 , 100 ) ;
36	/* ### ACHTUNG: Neuer Text in Resource? AutoText einf�gen : AutoText einf�gen */
37	Text [ en-US ] = "Insert AutoText" ;
38	Moveable = TRUE ;
39	OKButton BT_OK
40	{
41		Pos = MAP_APPFONT ( 164 , 6 ) ;
42		Size = MAP_APPFONT ( 50 , 14 ) ;
43		TabStop = TRUE ;
44		DefButton = TRUE ;
45	};
46	CancelButton BT_CANCEL
47	{
48		Pos = MAP_APPFONT ( 164 , 23 ) ;
49		Size = MAP_APPFONT ( 50 , 14 ) ;
50		TabStop = TRUE ;
51	};
52	HelpButton BT_HELP
53	{
54		Pos = MAP_APPFONT ( 164 , 43 ) ;
55		Size = MAP_APPFONT ( 50 , 14 ) ;
56		TabStop = TRUE ;
57	};
58    FixedLine FL_GLOS
59	{
60		Pos = MAP_APPFONT ( 6 , 3 ) ;
61        Size = MAP_APPFONT ( 152 , 8 ) ;
62		/* ### ACHTUNG: Neuer Text in Resource? AutoTexte zum K�rzel  : AutoTexte zum K�rzel  */
63		Text [ en-US ] = "AutoTexts for shortcut " ;
64	};
65	ListBox LB_GLOS
66	{
67	    HelpID = "sw:ListBox:DLG_SEL_GLOS:LB_GLOS";
68		Border = TRUE ;
69		Pos = MAP_APPFONT ( 12 , 14 ) ;
70		Size = MAP_APPFONT ( 140 , 74 ) ;
71		TabStop = TRUE ;
72		AutoHScroll = TRUE ;
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
107
108
109