xref: /trunk/main/dbaccess/source/ui/dlg/dlgattr.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#ifndef _SVX_DIALOGS_HRC
28#include <svx/dialogs.hrc>
29#endif
30#ifndef _DBA_DBACCESS_HELPID_HRC_
31#include "dbaccess_helpid.hrc"
32#endif
33#ifndef _DBU_DLG_HRC_
34#include "dbu_dlg.hrc"
35#endif
36#ifndef DBAUI_SBATTRDLG_HRC
37#include "dlgattr.hrc"
38#endif
39 //================================================
40 // Der Attributdialog:
41TabDialog DLG_ATTR
42{
43	Moveable = TRUE ;
44	Closeable = TRUE ;
45	OutputSize = TRUE ;
46	SVLook = TRUE ;
47	Text [ en-US ] = "Field Format" ;
48	TabControl 1
49	{
50		OutputSize = TRUE ;
51	};
52	OKButton 1
53	{
54		Size = MAP_APPFONT ( 40 , 12 ) ;
55		TabStop = TRUE ;
56		DefButton = TRUE;
57	};
58	CancelButton 1
59	{
60		Size = MAP_APPFONT ( 40 , 12 ) ;
61		TabStop = TRUE ;
62	};
63	HelpButton 1
64	{
65		Size = MAP_APPFONT ( 40 , 12 ) ;
66		TabStop = TRUE ;
67	};
68	PushButton 1
69	{
70		TabStop = TRUE ;
71		Size = MAP_APPFONT ( 40 , 12 ) ;
72		Text [ en-US ] = "Bac~k" ;
73	};
74	String TP_ATTR_CHAR
75	{
76		/* ### ACHTUNG: Neuer Text in Resource? Schrift : Zeichen */
77		Text [ en-US ] = "Font" ;
78	};
79	String TP_ATTR_NUMBER
80	{
81		Text [ en-US ] = "Format" ;
82	};
83	String TP_ATTR_ALIGN
84	{
85		Text [ en-US ] = "Alignment" ;
86	};
87	String ST_ROW
88	{
89		Text [ en-US ] = "Table Format" ;
90	};
91};
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123