xref: /AOO41X/main/dbaccess/source/ui/dlg/dlgattr.src (revision 81d089ae0b6b164818efbaaff21440338527721c)
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements.  See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership.  The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance
9 * with the License.  You may obtain a copy of the License at
10 *
11 *   http://www.apache.org/licenses/LICENSE-2.0
12 *
13 * Unless required by applicable law or agreed to in writing,
14 * software distributed under the License is distributed on an
15 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16 * KIND, either express or implied.  See the License for the
17 * specific language governing permissions and limitations
18 * under the License.
19 *
20 *************************************************************/
21
22
23#ifndef _SVX_DIALOGS_HRC
24#include <svx/dialogs.hrc>
25#endif
26#ifndef _DBA_DBACCESS_HELPID_HRC_
27#include "dbaccess_helpid.hrc"
28#endif
29#ifndef _DBU_DLG_HRC_
30#include "dbu_dlg.hrc"
31#endif
32#ifndef DBAUI_SBATTRDLG_HRC
33#include "dlgattr.hrc"
34#endif
35 //================================================
36 // Der Attributdialog:
37TabDialog DLG_ATTR
38{
39    Moveable = TRUE ;
40    Closeable = TRUE ;
41    OutputSize = TRUE ;
42    SVLook = TRUE ;
43    Text [ en-US ] = "Field Format" ;
44    TabControl 1
45    {
46        OutputSize = TRUE ;
47    };
48    OKButton 1
49    {
50        Size = MAP_APPFONT ( 40 , 12 ) ;
51        TabStop = TRUE ;
52        DefButton = TRUE;
53    };
54    CancelButton 1
55    {
56        Size = MAP_APPFONT ( 40 , 12 ) ;
57        TabStop = TRUE ;
58    };
59    HelpButton 1
60    {
61        Size = MAP_APPFONT ( 40 , 12 ) ;
62        TabStop = TRUE ;
63    };
64    PushButton 1
65    {
66        TabStop = TRUE ;
67        Size = MAP_APPFONT ( 40 , 12 ) ;
68        Text [ en-US ] = "Bac~k" ;
69    };
70    String TP_ATTR_CHAR
71    {
72        /* ### ACHTUNG: Neuer Text in Resource? Schrift : Zeichen */
73        Text [ en-US ] = "Font" ;
74    };
75    String TP_ATTR_NUMBER
76    {
77        Text [ en-US ] = "Format" ;
78    };
79    String TP_ATTR_ALIGN
80    {
81        Text [ en-US ] = "Alignment" ;
82    };
83    String ST_ROW
84    {
85        Text [ en-US ] = "Table Format" ;
86    };
87};
88
89
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