Update ooo320-m1
[ooovba.git] / extensions / source / propctrlr / selectlabeldialog.src
blobfda6e0e2fc52c6a9dbf3b6ff8d71de580ed2540e
1 /*************************************************************************
2  *
3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4  * 
5  * Copyright 2008 by Sun Microsystems, Inc.
6  *
7  * OpenOffice.org - a multi-platform office productivity suite
8  *
9  * $RCSfile: selectlabeldialog.src,v $
10  * $Revision: 1.8 $
11  *
12  * This file is part of OpenOffice.org.
13  *
14  * OpenOffice.org is free software: you can redistribute it and/or modify
15  * it under the terms of the GNU Lesser General Public License version 3
16  * only, as published by the Free Software Foundation.
17  *
18  * OpenOffice.org is distributed in the hope that it will be useful,
19  * but WITHOUT ANY WARRANTY; without even the implied warranty of
20  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
21  * GNU Lesser General Public License version 3 for more details
22  * (a copy is included in the LICENSE file that accompanied this code).
23  *
24  * You should have received a copy of the GNU Lesser General Public License
25  * version 3 along with OpenOffice.org.  If not, see
26  * <http://www.openoffice.org/license.html>
27  * for a copy of the LGPLv3 License.
28  *
29  ************************************************************************/
31 #ifndef EXTENSIONS_PROPRESID_HRC
32 #include "formresid.hrc"
33 #endif
35 ModalDialog RID_DLG_SELECTLABELCONTROL
37     OutputSize = TRUE;
38     Size = MAP_APPFONT( 200, 151 );
39     Moveable = TRUE;
40     Closeable = TRUE;
41     FixedText 1
42     {
43         Pos = MAP_APPFONT( 6, 6 );
44         Size = MAP_APPFONT( 188, 20 );
45         WordBreak = TRUE;
46         Text [ en-US ] = "These are control fields that can be used as label fields for the $control_class$ $control_name$.";
47     };
48     Control 1
49     {
50         Pos = MAP_APPFONT( 6, 29 );
51         Size = MAP_APPFONT( 188, 83 );
52         TabStop = TRUE;
53         Border  = TRUE ;
54     };
55     CheckBox 1
56     {
57         Pos = MAP_APPFONT( 6, 115 );
58         Size = MAP_APPFONT( 188, 8 );
59         Text [ en-US ] = "~No assignment";
60     };
61     FixedLine 1
62     {
63         Pos = MAP_APPFONT( 3, 126 );
64         Size = MAP_APPFONT( 194, 2 );
65     };
66     OKButton 1
67     {
68         Pos = MAP_APPFONT ( 91 , 131 ) ;
69         Size = MAP_APPFONT ( 50 , 14 ) ;
70         TabStop = TRUE ;
71         DefButton = TRUE ;
72     };
73     CancelButton 1
74     {
75         Pos = MAP_APPFONT ( 144 , 131 ) ;
76         Size = MAP_APPFONT ( 50 , 14 ) ;
77         TabStop = TRUE ;
78     };
79     Text [ en-US ] = "Label Field Selection";
82 String RID_STR_FORMS
84     Text [ en-US ] = "Forms" ;