xref: /AOO42X/main/dbaccess/source/ui/dlg/dlgattr.src (revision 11f42e0a25627e4727784ddcdcee3298be414648)
181d089aeSAndrew Rist/**************************************************************
2cdf0e10cSrcweir *
381d089aeSAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one
481d089aeSAndrew Rist * or more contributor license agreements.  See the NOTICE file
581d089aeSAndrew Rist * distributed with this work for additional information
681d089aeSAndrew Rist * regarding copyright ownership.  The ASF licenses this file
781d089aeSAndrew Rist * to you under the Apache License, Version 2.0 (the
881d089aeSAndrew Rist * "License"); you may not use this file except in compliance
981d089aeSAndrew Rist * with the License.  You may obtain a copy of the License at
10cdf0e10cSrcweir *
1181d089aeSAndrew Rist *   http://www.apache.org/licenses/LICENSE-2.0
12cdf0e10cSrcweir *
1381d089aeSAndrew Rist * Unless required by applicable law or agreed to in writing,
1481d089aeSAndrew Rist * software distributed under the License is distributed on an
1581d089aeSAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
1681d089aeSAndrew Rist * KIND, either express or implied.  See the License for the
1781d089aeSAndrew Rist * specific language governing permissions and limitations
1881d089aeSAndrew Rist * under the License.
19cdf0e10cSrcweir *
2081d089aeSAndrew Rist *************************************************************/
2181d089aeSAndrew Rist
2281d089aeSAndrew Rist
23*11f42e0aSmseidel
24cdf0e10cSrcweir#ifndef _SVX_DIALOGS_HRC
25cdf0e10cSrcweir#include <svx/dialogs.hrc>
26cdf0e10cSrcweir#endif
27cdf0e10cSrcweir#ifndef _DBA_DBACCESS_HELPID_HRC_
28cdf0e10cSrcweir#include "dbaccess_helpid.hrc"
29cdf0e10cSrcweir#endif
30cdf0e10cSrcweir#ifndef _DBU_DLG_HRC_
31cdf0e10cSrcweir#include "dbu_dlg.hrc"
32cdf0e10cSrcweir#endif
33cdf0e10cSrcweir#ifndef DBAUI_SBATTRDLG_HRC
34cdf0e10cSrcweir#include "dlgattr.hrc"
35cdf0e10cSrcweir#endif
36cdf0e10cSrcweir //================================================
37*11f42e0aSmseidel // Attribute dialog:
38cdf0e10cSrcweirTabDialog DLG_ATTR
39cdf0e10cSrcweir{
40cdf0e10cSrcweir    Moveable = TRUE ;
41cdf0e10cSrcweir    Closeable = TRUE ;
42cdf0e10cSrcweir    OutputSize = TRUE ;
43cdf0e10cSrcweir    SVLook = TRUE ;
44cdf0e10cSrcweir    Text [ en-US ] = "Field Format" ;
45cdf0e10cSrcweir    TabControl 1
46cdf0e10cSrcweir    {
47cdf0e10cSrcweir        OutputSize = TRUE ;
48cdf0e10cSrcweir    };
49cdf0e10cSrcweir    OKButton 1
50cdf0e10cSrcweir    {
51cdf0e10cSrcweir        Size = MAP_APPFONT ( 40, 12 ) ;
52cdf0e10cSrcweir        TabStop = TRUE ;
53cdf0e10cSrcweir        DefButton = TRUE ;
54cdf0e10cSrcweir    };
55cdf0e10cSrcweir    CancelButton 1
56cdf0e10cSrcweir    {
57cdf0e10cSrcweir        Size = MAP_APPFONT ( 40, 12 ) ;
58cdf0e10cSrcweir        TabStop = TRUE ;
59cdf0e10cSrcweir    };
60cdf0e10cSrcweir    HelpButton 1
61cdf0e10cSrcweir    {
62cdf0e10cSrcweir        Size = MAP_APPFONT ( 40, 12 ) ;
63cdf0e10cSrcweir        TabStop = TRUE ;
64cdf0e10cSrcweir    };
65cdf0e10cSrcweir    PushButton 1
66cdf0e10cSrcweir    {
67cdf0e10cSrcweir        TabStop = TRUE ;
68cdf0e10cSrcweir        Size = MAP_APPFONT ( 40, 12 ) ;
69cdf0e10cSrcweir        Text [ en-US ] = "Bac~k" ;
70cdf0e10cSrcweir    };
71cdf0e10cSrcweir    String TP_ATTR_CHAR
72cdf0e10cSrcweir    {
73cdf0e10cSrcweir        Text [ en-US ] = "Font" ;
74cdf0e10cSrcweir    };
75cdf0e10cSrcweir    String TP_ATTR_NUMBER
76cdf0e10cSrcweir    {
77cdf0e10cSrcweir        Text [ en-US ] = "Format" ;
78cdf0e10cSrcweir    };
79cdf0e10cSrcweir    String TP_ATTR_ALIGN
80cdf0e10cSrcweir    {
81cdf0e10cSrcweir        Text [ en-US ] = "Alignment" ;
82cdf0e10cSrcweir    };
83cdf0e10cSrcweir    String ST_ROW
84cdf0e10cSrcweir    {
85cdf0e10cSrcweir        Text [ en-US ] = "Table Format" ;
86cdf0e10cSrcweir    };
87cdf0e10cSrcweir};
88cdf0e10cSrcweir
89*11f42e0aSmseidel// ********************************************************************** EOF
90