dlgattr.src (81d089ae) dlgattr.src (024d3acd)
1/**************************************************************
1/**************************************************************
2 *
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
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 *
10 *
11 * http://www.apache.org/licenses/LICENSE-2.0
11 * http://www.apache.org/licenses/LICENSE-2.0
12 *
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.
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 *
19 *
20 *************************************************************/
21
22
20 *************************************************************/
21
22
23
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 //================================================
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 //================================================
36 // Der Attributdialog:
37 // Attribute dialog:
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 {
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 {
50 Size = MAP_APPFONT ( 40 , 12 ) ;
51 Size = MAP_APPFONT ( 40, 12 ) ;
51 TabStop = TRUE ;
52 TabStop = TRUE ;
52 DefButton = TRUE;
53 DefButton = TRUE ;
53 };
54 CancelButton 1
55 {
54 };
55 CancelButton 1
56 {
56 Size = MAP_APPFONT ( 40 , 12 ) ;
57 Size = MAP_APPFONT ( 40, 12 ) ;
57 TabStop = TRUE ;
58 };
59 HelpButton 1
60 {
58 TabStop = TRUE ;
59 };
60 HelpButton 1
61 {
61 Size = MAP_APPFONT ( 40 , 12 ) ;
62 Size = MAP_APPFONT ( 40, 12 ) ;
62 TabStop = TRUE ;
63 };
64 PushButton 1
65 {
66 TabStop = TRUE ;
63 TabStop = TRUE ;
64 };
65 PushButton 1
66 {
67 TabStop = TRUE ;
67 Size = MAP_APPFONT ( 40 , 12 ) ;
68 Size = MAP_APPFONT ( 40, 12 ) ;
68 Text [ en-US ] = "Bac~k" ;
69 };
70 String TP_ATTR_CHAR
71 {
69 Text [ en-US ] = "Bac~k" ;
70 };
71 String TP_ATTR_CHAR
72 {
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
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
89// ********************************************************************** EOF