tabtempl.src (e3349227) tabtempl.src (94779370)
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
23
24#include "tabtempl.hrc"
25#include <svx/dialogs.hrc>
26TabDialog TAB_TEMPLATE
27{
28 OutputSize = TRUE ;
29 SVLook = TRUE ;
20 *************************************************************/
21
22
23
24#include "tabtempl.hrc"
25#include <svx/dialogs.hrc>
26TabDialog TAB_TEMPLATE
27{
28 OutputSize = TRUE ;
29 SVLook = TRUE ;
30 Size = MAP_APPFONT ( 289 , 176 ) ;
30 Size = MAP_APPFONT ( 289, 176 ) ;
31 Text [ en-US ] = "Graphics Styles" ;
32 Moveable = TRUE ;
31 Text [ en-US ] = "Graphics Styles" ;
32 Moveable = TRUE ;
33 // Closeable = TRUE; // Dieser Dialog hat OK und/oder Cancel Button ! (KH)
33 // Closeable = TRUE ; // This dialog has OK and/or Cancel Button ! (KH)
34 TabControl 1
35 {
36 OutputSize = TRUE ;
34 TabControl 1
35 {
36 OutputSize = TRUE ;
37 Pos = MAP_APPFONT ( 3 , 3 ) ;
38 Size = MAP_APPFONT ( 260 , 135 ) ;
37 Pos = MAP_APPFONT ( 3, 3 ) ;
38 Size = MAP_APPFONT ( 260, 135 ) ;
39 PageList =
40 {
41 PageItem
42 {
43 Identifier = RID_SVXPAGE_LINE ;
44 Text [ en-US ] = "Line" ;
45 PageResID = RID_SVXPAGE_LINE ;
46 };
47 PageItem
48 {
49 Identifier = RID_SVXPAGE_AREA ;
39 PageList =
40 {
41 PageItem
42 {
43 Identifier = RID_SVXPAGE_LINE ;
44 Text [ en-US ] = "Line" ;
45 PageResID = RID_SVXPAGE_LINE ;
46 };
47 PageItem
48 {
49 Identifier = RID_SVXPAGE_AREA ;
50 /* ### ACHTUNG: Neuer Text in Resource? Fl�che : Fl�che */
51 Text [ en-US ] = "Area" ;
52 PageResID = RID_SVXPAGE_AREA ;
53 };
54 PageItem
55 {
56 Identifier = RID_SVXPAGE_SHADOW ;
57 PageResID = RID_SVXPAGE_SHADOW ;
58 Text [ en-US ] = "Shadowing" ;
59 };
60 PageItem
61 {
62 Identifier = RID_SVXPAGE_TRANSPARENCE ;
50 Text [ en-US ] = "Area" ;
51 PageResID = RID_SVXPAGE_AREA ;
52 };
53 PageItem
54 {
55 Identifier = RID_SVXPAGE_SHADOW ;
56 PageResID = RID_SVXPAGE_SHADOW ;
57 Text [ en-US ] = "Shadowing" ;
58 };
59 PageItem
60 {
61 Identifier = RID_SVXPAGE_TRANSPARENCE ;
63 Text [ en-US ] = "Transparency";
62 Text [ en-US ] = "Transparency" ;
64 };
65 PageItem
66 {
63 };
64 PageItem
65 {
67 Identifier = RID_SVXPAGE_CHAR_NAME;
66 Identifier = RID_SVXPAGE_CHAR_NAME ;
68 Text [ en-US ] = "Font" ;
69 PageResID = RID_SVXPAGE_CHAR_NAME ;
70 };
71 PageItem
72 {
73 Identifier = RID_SVXPAGE_CHAR_EFFECTS ;
74 Text [ en-US ] = "Font Effect" ;
75 PageResID = RID_SVXPAGE_CHAR_EFFECTS ;
76 };
77 PageItem
78 {
79 Identifier = RID_SVXPAGE_STD_PARAGRAPH ;
67 Text [ en-US ] = "Font" ;
68 PageResID = RID_SVXPAGE_CHAR_NAME ;
69 };
70 PageItem
71 {
72 Identifier = RID_SVXPAGE_CHAR_EFFECTS ;
73 Text [ en-US ] = "Font Effect" ;
74 PageResID = RID_SVXPAGE_CHAR_EFFECTS ;
75 };
76 PageItem
77 {
78 Identifier = RID_SVXPAGE_STD_PARAGRAPH ;
80 /* ### ACHTUNG: Neuer Text in Resource? Einz�ge und Abst�nde : Einz�ge und Abst�nde */
81 Text [ en-US ] = "Indents & Spacing" ;
82 PageResID = RID_SVXPAGE_STD_PARAGRAPH ;
83 };
84 PageItem
85 {
86 Identifier = RID_SVXPAGE_TEXTATTR ;
87 PageResID = RID_SVXPAGE_TEXTATTR ;
88 Text [ en-US ] = "Text" ;
89 };
90 PageItem
91 {
92 Identifier = RID_SVXPAGE_TEXTANIMATION ;
93 PageResID = RID_SVXPAGE_TEXTANIMATION ;
94 Text [ en-US ] = "Text Animation" ;
95 };
96 PageItem
97 {
98 Identifier = RID_SVXPAGE_MEASURE ;
79 Text [ en-US ] = "Indents & Spacing" ;
80 PageResID = RID_SVXPAGE_STD_PARAGRAPH ;
81 };
82 PageItem
83 {
84 Identifier = RID_SVXPAGE_TEXTATTR ;
85 PageResID = RID_SVXPAGE_TEXTATTR ;
86 Text [ en-US ] = "Text" ;
87 };
88 PageItem
89 {
90 Identifier = RID_SVXPAGE_TEXTANIMATION ;
91 PageResID = RID_SVXPAGE_TEXTANIMATION ;
92 Text [ en-US ] = "Text Animation" ;
93 };
94 PageItem
95 {
96 Identifier = RID_SVXPAGE_MEASURE ;
99 /* ### ACHTUNG: Neuer Text in Resource? Bema�ung : Bema�ung */
100 Text [ en-US ] = "Dimensioning" ;
101 PageResID = RID_SVXPAGE_MEASURE ;
102 };
103 PageItem
104 {
105 Identifier = RID_SVXPAGE_CONNECTION ;
106 Text [ en-US ] = "Connector" ;
107 };
108 PageItem
109 {
110 Identifier = RID_SVXPAGE_ALIGN_PARAGRAPH ;
111 PageResID = RID_SVXPAGE_ALIGN_PARAGRAPH ;
112 Text [ en-US ] = "Alignment" ;
113 };
114 PageItem
115 {
116 Identifier = RID_SVXPAGE_PARA_ASIAN ;
117 PageResID = RID_SVXPAGE_PARA_ASIAN ;
97 Text [ en-US ] = "Dimensioning" ;
98 PageResID = RID_SVXPAGE_MEASURE ;
99 };
100 PageItem
101 {
102 Identifier = RID_SVXPAGE_CONNECTION ;
103 Text [ en-US ] = "Connector" ;
104 };
105 PageItem
106 {
107 Identifier = RID_SVXPAGE_ALIGN_PARAGRAPH ;
108 PageResID = RID_SVXPAGE_ALIGN_PARAGRAPH ;
109 Text [ en-US ] = "Alignment" ;
110 };
111 PageItem
112 {
113 Identifier = RID_SVXPAGE_PARA_ASIAN ;
114 PageResID = RID_SVXPAGE_PARA_ASIAN ;
118 Text[ en-US ] = "Asian Typography";
119 };
115 Text [ en-US ] = "Asian Typography" ;
116 };
120 PageItem
121 {
122 Identifier = RID_SVXPAGE_TABULATOR ;
123 Text [ en-US ] = "Tabs" ;
124 PageResID = RID_SVXPAGE_TABULATOR ;
125 };
126 };
127 };
128 OKButton 1
129 {
117 PageItem
118 {
119 Identifier = RID_SVXPAGE_TABULATOR ;
120 Text [ en-US ] = "Tabs" ;
121 PageResID = RID_SVXPAGE_TABULATOR ;
122 };
123 };
124 };
125 OKButton 1
126 {
130 Pos = MAP_APPFONT ( 6 , 151 ) ;
131 Size = MAP_APPFONT ( 50 , 14 ) ;
127 Pos = MAP_APPFONT ( 6, 151 ) ;
128 Size = MAP_APPFONT ( 50, 14 ) ;
132 TabStop = TRUE ;
133 };
134 CancelButton 1
135 {
129 TabStop = TRUE ;
130 };
131 CancelButton 1
132 {
136 Pos = MAP_APPFONT ( 60 , 151 ) ;
137 Size = MAP_APPFONT ( 50 , 14 ) ;
133 Pos = MAP_APPFONT ( 60, 151 ) ;
134 Size = MAP_APPFONT ( 50, 14 ) ;
138 TabStop = TRUE ;
139 };
140 HelpButton 1
141 {
135 TabStop = TRUE ;
136 };
137 HelpButton 1
138 {
142 Pos = MAP_APPFONT ( 114 , 151 ) ;
143 Size = MAP_APPFONT ( 50 , 14 ) ;
139 Pos = MAP_APPFONT ( 114, 151 ) ;
140 Size = MAP_APPFONT ( 50, 14 ) ;
144 TabStop = TRUE ;
145 };
146 PushButton 1
147 {
141 TabStop = TRUE ;
142 };
143 PushButton 1
144 {
148 Pos = MAP_APPFONT ( 169 , 151 ) ;
149 Size = MAP_APPFONT ( 50 , 14 ) ;
150 /* ### ACHTUNG: Neuer Text in Resource? Zur�ck : Zur�ck */
145 Pos = MAP_APPFONT ( 169, 151 ) ;
146 Size = MAP_APPFONT ( 50, 14 ) ;
151 Text [ en-US ] = "Back" ;
152 TabStop = TRUE ;
153 };
154};
155
147 Text [ en-US ] = "Back" ;
148 TabStop = TRUE ;
149 };
150};
151
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
152// ********************************************************************** EOF