Update ooo320-m1
[ooovba.git] / dbaccess / source / ui / dlg / dlgattr.src
blob76d93642571ff52504ebbc2b796b07537dc7f2dc
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: dlgattr.src,v $
10  * $Revision: 1.33 $
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  ************************************************************************/
30 #ifndef _SVX_DIALOGS_HRC
31 #include <svx/dialogs.hrc>
32 #endif
33 #ifndef _DBA_DBACCESS_HELPID_HRC_
34 #include "dbaccess_helpid.hrc"
35 #endif
36 #ifndef _DBU_DLG_HRC_
37 #include "dbu_dlg.hrc"
38 #endif
39 #ifndef DBAUI_SBATTRDLG_HRC
40 #include "dlgattr.hrc"
41 #endif
42  //================================================
43  // Der Attributdialog:
44 TabDialog DLG_ATTR
46     Moveable = TRUE ;
47     Closeable = TRUE ;
48     OutputSize = TRUE ;
49     SVLook = TRUE ;
50     Text [ en-US ] = "Field Format" ;
51     TabControl 1
52     {
53         OutputSize = TRUE ;
54     };
55     OKButton 1
56     {
57         Size = MAP_APPFONT ( 40 , 12 ) ;
58         TabStop = TRUE ;
59         DefButton = TRUE;
60     };
61     CancelButton 1
62     {
63         Size = MAP_APPFONT ( 40 , 12 ) ;
64         TabStop = TRUE ;
65     };
66     HelpButton 1
67     {
68         Size = MAP_APPFONT ( 40 , 12 ) ;
69         TabStop = TRUE ;
70     };
71     PushButton 1
72     {
73         TabStop = TRUE ;
74         Size = MAP_APPFONT ( 40 , 12 ) ;
75         Text [ en-US ] = "Bac~k" ;
76     };
77     String TP_ATTR_CHAR
78     {
79         /* ### ACHTUNG: Neuer Text in Resource? Schrift : Zeichen */
80         Text [ en-US ] = "Font" ;
81     };
82     String TP_ATTR_NUMBER
83     {
84         Text [ en-US ] = "Format" ;
85     };
86     String TP_ATTR_ALIGN
87     {
88         Text [ en-US ] = "Alignment" ;
89     };
90     String ST_ROW
91     {
92         Text [ en-US ] = "Table Format" ;
93     };