merged tag ooo/OOO330_m14
[LibreOffice.git] / extensions / source / propctrlr / selectlabeldialog.src
blobaf536befb3bf1c1db96f36bb7a727ceec5e409f1
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_PROPRESID_HRC
29 #include "formresid.hrc"
30 #endif
32 ModalDialog RID_DLG_SELECTLABELCONTROL
34     OutputSize = TRUE;
35     Size = MAP_APPFONT( 200, 151 );
36     Moveable = TRUE;
37     Closeable = TRUE;
38     FixedText 1
39     {
40         Pos = MAP_APPFONT( 6, 6 );
41         Size = MAP_APPFONT( 188, 20 );
42         WordBreak = TRUE;
43         Text [ en-US ] = "These are control fields that can be used as label fields for the $control_class$ $control_name$.";
44     };
45     Control 1
46     {
47         Pos = MAP_APPFONT( 6, 29 );
48         Size = MAP_APPFONT( 188, 83 );
49         TabStop = TRUE;
50         Border  = TRUE ;
51     };
52     CheckBox 1
53     {
54         Pos = MAP_APPFONT( 6, 115 );
55         Size = MAP_APPFONT( 188, 8 );
56         Text [ en-US ] = "~No assignment";
57     };
58     FixedLine 1
59     {
60         Pos = MAP_APPFONT( 3, 126 );
61         Size = MAP_APPFONT( 194, 2 );
62     };
63     OKButton 1
64     {
65         Pos = MAP_APPFONT ( 91 , 131 ) ;
66         Size = MAP_APPFONT ( 50 , 14 ) ;
67         TabStop = TRUE ;
68         DefButton = TRUE ;
69     };
70     CancelButton 1
71     {
72         Pos = MAP_APPFONT ( 144 , 131 ) ;
73         Size = MAP_APPFONT ( 50 , 14 ) ;
74         TabStop = TRUE ;
75     };
76     Text [ en-US ] = "Label Field Selection";
79 String RID_STR_FORMS
81     Text [ en-US ] = "Forms" ;