xref: /trunk/main/dbaccess/source/ui/dlg/dlgattr.src (revision 66b843ff8f1eedd2e69941f1ea52fa080f01ec28)
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
24#ifndef _SVX_DIALOGS_HRC
25#include <svx/dialogs.hrc>
26#endif
27#ifndef _DBA_DBACCESS_HELPID_HRC_
28#include "dbaccess_helpid.hrc"
29#endif
30#ifndef _DBU_DLG_HRC_
31#include "dbu_dlg.hrc"
32#endif
33#ifndef DBAUI_SBATTRDLG_HRC
34#include "dlgattr.hrc"
35#endif
36 //================================================
37 // Attribute dialog:
38TabDialog DLG_ATTR
39{
40    Moveable = TRUE ;
41    Closeable = TRUE ;
42    OutputSize = TRUE ;
43    SVLook = TRUE ;
44    Text [ en-US ] = "Field Format" ;
45    TabControl 1
46    {
47        OutputSize = TRUE ;
48    };
49    OKButton 1
50    {
51        Size = MAP_APPFONT ( 40, 12 ) ;
52        TabStop = TRUE ;
53        DefButton = TRUE ;
54    };
55    CancelButton 1
56    {
57        Size = MAP_APPFONT ( 40, 12 ) ;
58        TabStop = TRUE ;
59    };
60    HelpButton 1
61    {
62        Size = MAP_APPFONT ( 40, 12 ) ;
63        TabStop = TRUE ;
64    };
65    PushButton 1
66    {
67        TabStop = TRUE ;
68        Size = MAP_APPFONT ( 40, 12 ) ;
69        Text [ en-US ] = "Bac~k" ;
70    };
71    String TP_ATTR_CHAR
72    {
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// ********************************************************************** EOF
90