merged tag ooo/OOO330_m14
[LibreOffice.git] / extensions / source / propctrlr / listselectiondlg.src
blob24a1d7f0a8150b54912c06923d9ed9394e815408
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  ************************************************************************/
28 #ifndef _EXTENSIONS_FORMCTRLR_PROPRESID_HRC_
29 #include "formresid.hrc"
30 #endif
31 #include "propctrlr.hrc"
32 #ifndef EXTENSIONS_SOURCE_PROPCTRLR_LISTSELECTIONDLG_HRC
33 #include "listselectiondlg.hrc"
34 #endif
36 ModalDialog RID_DLG_SELECTION
38     OutputSize = TRUE ;
39     Moveable = TRUE ;
40     Closeable = TRUE ;
41     SVLook = TRUE ;
42     Size = MAP_APPFONT ( 150, 120 ) ;
44     FixedText FT_ENTRIES
45     {
46         Pos  = MAP_APPFONT(  6, 6 );
47         Size = MAP_APPFONT( 85, 8 );
48     };
50     ListBox LB_ENTRIES
51     {
52         Pos  = MAP_APPFONT(  6, 17 );
53         Size = MAP_APPFONT( 85, 97 );
55         Border   =  TRUE;
56         DropDown = FALSE;
57     };
59     OKButton PB_OK
60     {
61         Pos  = MAP_APPFONT( 97,  6 );
62         Size = MAP_APPFONT( 50, 14 );
63         TabStop   = TRUE;
64         DefButton = TRUE;
65     };
67     CancelButton PB_CANCEL
68     {
69         Pos  = MAP_APPFONT( 97, 23 );
70         Size = MAP_APPFONT( 50, 14 );
71         TabStop = TRUE;
72     };
74     HelpButton PB_HELP
75     {
76         Pos  = MAP_APPFONT( 97, 43 );
77         Size = MAP_APPFONT( 50, 14 );
78         TabStop = TRUE;
79     };