xref: /trunk/main/sw/source/ui/utlui/gloslst.src (revision cdf0e10c)
1/*************************************************************************
2 *
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4 *
5 * Copyright 2000, 2010 Oracle and/or its affiliates.
6 *
7 * OpenOffice.org - a multi-platform office productivity suite
8 *
9 * This file is part of OpenOffice.org.
10 *
11 * OpenOffice.org is free software: you can redistribute it and/or modify
12 * it under the terms of the GNU Lesser General Public License version 3
13 * only, as published by the Free Software Foundation.
14 *
15 * OpenOffice.org is distributed in the hope that it will be useful,
16 * but WITHOUT ANY WARRANTY; without even the implied warranty of
17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18 * GNU Lesser General Public License version 3 for more details
19 * (a copy is included in the LICENSE file that accompanied this code).
20 *
21 * You should have received a copy of the GNU Lesser General Public License
22 * version 3 along with OpenOffice.org.  If not, see
23 * <http://www.openoffice.org/license.html>
24 * for a copy of the LGPLv3 License.
25 *
26 ************************************************************************/
27
28#include "globals.hrc"
29#include "utlui.hrc"
30#include "helpid.h"
31#include "gloslst.hrc"
32
33ModalDialog DLG_GLOSSARY_DECIDE_DLG
34{
35	HelpID = HID_DLG_GLOSS_DECIDE ;
36	OutputSize = TRUE ;
37	SVLook = TRUE ;
38	Size = MAP_APPFONT ( 161 , 67 ) ;
39	Text [ en-US ] = "Select AutoText:" ;
40	Moveable = TRUE ;
41    FixedLine FL_GLOSS
42	{
43		Pos = MAP_APPFONT ( 6 , 3 ) ;
44        Size = MAP_APPFONT ( 93 , 8 ) ;
45		Text [ en-US ] = "AutoText - Group" ;
46	};
47	OKButton PB_OK
48	{
49		Pos = MAP_APPFONT ( 105 , 6 ) ;
50		Size = MAP_APPFONT ( 50 , 14 ) ;
51		TabStop = TRUE ;
52		Group = TRUE ;
53		DefButton = TRUE ;
54	};
55	CancelButton PB_CANCEL
56	{
57		Pos = MAP_APPFONT ( 105 , 23 ) ;
58		Size = MAP_APPFONT ( 50 , 14 ) ;
59		TabStop = TRUE ;
60		Group = TRUE ;
61	};
62	HelpButton PB_HELP
63	{
64		Pos = MAP_APPFONT ( 105 , 43 ) ;
65		Size = MAP_APPFONT ( 50 , 14 ) ;
66		TabStop = TRUE ;
67		Group = TRUE ;
68	};
69	ListBox LB_LIST
70	{
71	    HelpID = "sw:ListBox:DLG_GLOSSARY_DECIDE_DLG:LB_LIST";
72		Pos = MAP_APPFONT ( 12 , 15 ) ;
73		Size = MAP_APPFONT ( 81 , 40 ) ;
74		TabStop = TRUE ;
75		Border = TRUE ;
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
110