tabline.src (7ea7a1cc) tabline.src (b50163a3)
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 // include ------------------------------------------------------------------
23
24// include ------------------------------------------------------------------
24#include <cuires.hrc>
25#include "helpid.hrc"
26#include "tabline.hrc"
27#include <svx/dialogs.hrc>
28
29// Selecting LineStyle / Color / Width --------------------
30
25#include <cuires.hrc>
26#include "helpid.hrc"
27#include "tabline.hrc"
28#include <svx/dialogs.hrc>
29
30// Selecting LineStyle / Color / Width --------------------
31
31#define MASKCOLOR MaskColor = Color{ Red = 0xFFFF ; Green = 0x0000 ; Blue = 0xFFFF ; };
32
33
34TabPage RID_SVXPAGE_LINE
35{
32TabPage RID_SVXPAGE_LINE
33{
36 Size = MAP_APPFONT ( 260 , 185 );
34 Size = MAP_APPFONT ( 260, 185 ) ;
37 HelpId = HID_LINE_LINE ;
38 Hide = TRUE ;
39 Text [ en-US ] = "Lines" ;
40 FixedLine FL_LINE
41 {
35 HelpId = HID_LINE_LINE ;
36 Hide = TRUE ;
37 Text [ en-US ] = "Lines" ;
38 FixedLine FL_LINE
39 {
42 Pos = MAP_APPFONT ( 6 , 3 ) ;
43 Size = MAP_APPFONT ( 112 , 8 ) ;
40 Pos = MAP_APPFONT ( 6, 3 ) ;
41 Size = MAP_APPFONT ( 112, 8 ) ;
44 Text [ en-US ] = "Line properties" ;
45 };
46 FixedText FT_LINE_STYLE
47 {
42 Text [ en-US ] = "Line properties" ;
43 };
44 FixedText FT_LINE_STYLE
45 {
48 Pos = MAP_APPFONT ( 12 , 14 ) ;
49 Size = MAP_APPFONT ( 100 , 8 ) ;
46 Pos = MAP_APPFONT ( 12, 14 ) ;
47 Size = MAP_APPFONT ( 100, 8 ) ;
50 Text [ en-US ] = "~Style" ;
51 };
52 ListBox LB_LINE_STYLE
53 {
48 Text [ en-US ] = "~Style" ;
49 };
50 ListBox LB_LINE_STYLE
51 {
54 HelpID = "cui:ListBox:RID_SVXPAGE_LINE:LB_LINE_STYLE";
52 HelpID = "cui:ListBox:RID_SVXPAGE_LINE:LB_LINE_STYLE" ;
55 Border = TRUE ;
53 Border = TRUE ;
56 Pos = MAP_APPFONT ( 12 , 25 ) ;
57 Size = MAP_APPFONT ( 100 , 100 ) ;
54 Pos = MAP_APPFONT ( 12, 25 ) ;
55 Size = MAP_APPFONT ( 100, 100 ) ;
58 TabStop = TRUE ;
59 DropDown = TRUE ;
60 DDExtraWidth = TRUE ;
61 };
62 FixedText FT_COLOR
63 {
56 TabStop = TRUE ;
57 DropDown = TRUE ;
58 DDExtraWidth = TRUE ;
59 };
60 FixedText FT_COLOR
61 {
64 Pos = MAP_APPFONT ( 12 , 41 ) ;
65 Size = MAP_APPFONT ( 100 , 8 ) ;
62 Pos = MAP_APPFONT ( 12, 41 ) ;
63 Size = MAP_APPFONT ( 100, 8 ) ;
66 Text [ en-US ] = "Colo~r" ;
67 };
68 ListBox LB_COLOR
69 {
64 Text [ en-US ] = "Colo~r" ;
65 };
66 ListBox LB_COLOR
67 {
70 HelpID = "cui:ListBox:RID_SVXPAGE_LINE:LB_COLOR";
68 HelpID = "cui:ListBox:RID_SVXPAGE_LINE:LB_COLOR" ;
71 Border = TRUE ;
69 Border = TRUE ;
72 Pos = MAP_APPFONT ( 12 , 52 ) ;
73 Size = MAP_APPFONT ( 100 , 100 ) ;
70 Pos = MAP_APPFONT ( 12, 52 ) ;
71 Size = MAP_APPFONT ( 100, 100 ) ;
74 TabStop = TRUE ;
75 DropDown = TRUE ;
76 DDExtraWidth = TRUE ;
77 };
78 FixedText FT_LINE_WIDTH
79 {
72 TabStop = TRUE ;
73 DropDown = TRUE ;
74 DDExtraWidth = TRUE ;
75 };
76 FixedText FT_LINE_WIDTH
77 {
80 Pos = MAP_APPFONT ( 12 , 68 ) ;
81 Size = MAP_APPFONT ( 100 , 8 ) ;
78 Pos = MAP_APPFONT ( 12, 68 ) ;
79 Size = MAP_APPFONT ( 100, 8 ) ;
82 Text [ en-US ] = "~Width" ;
83 };
84 MetricField MTR_FLD_LINE_WIDTH
85 {
80 Text [ en-US ] = "~Width" ;
81 };
82 MetricField MTR_FLD_LINE_WIDTH
83 {
86 HelpID = "cui:MetricField:RID_SVXPAGE_LINE:MTR_FLD_LINE_WIDTH";
84 HelpID = "cui:MetricField:RID_SVXPAGE_LINE:MTR_FLD_LINE_WIDTH" ;
87 Border = TRUE ;
85 Border = TRUE ;
88 Pos = MAP_APPFONT ( 12 , 79 ) ;
89 Size = MAP_APPFONT ( 50 , 12 ) ;
86 Pos = MAP_APPFONT ( 12, 79 ) ;
87 Size = MAP_APPFONT ( 50, 12 ) ;
90 TabStop = TRUE ;
91 Right = TRUE ;
92 Repeat = TRUE ;
93 Spin = TRUE ;
94 Maximum = 5000 ;
95 StrictFormat = TRUE ;
96 DecimalDigits = 2 ;
97 Value = 1 ;
98 Unit = FUNIT_MM ;
99 Last = 5000 ;
100 SpinSize = 10 ;
101 };
102 FixedText FT_TRANSPARENT
103 {
88 TabStop = TRUE ;
89 Right = TRUE ;
90 Repeat = TRUE ;
91 Spin = TRUE ;
92 Maximum = 5000 ;
93 StrictFormat = TRUE ;
94 DecimalDigits = 2 ;
95 Value = 1 ;
96 Unit = FUNIT_MM ;
97 Last = 5000 ;
98 SpinSize = 10 ;
99 };
100 FixedText FT_TRANSPARENT
101 {
104 Pos = MAP_APPFONT ( 12 , 95 ) ;
105 Size = MAP_APPFONT ( 100 , 8 ) ;
102 Pos = MAP_APPFONT ( 12, 95 ) ;
103 Size = MAP_APPFONT ( 100, 8 ) ;
106 Text [ en-US ] = "~Transparency" ;
107 };
108 MetricField MTR_LINE_TRANSPARENT
109 {
104 Text [ en-US ] = "~Transparency" ;
105 };
106 MetricField MTR_LINE_TRANSPARENT
107 {
110 HelpID = "cui:MetricField:RID_SVXPAGE_LINE:MTR_LINE_TRANSPARENT";
108 HelpID = "cui:MetricField:RID_SVXPAGE_LINE:MTR_LINE_TRANSPARENT" ;
111 Border = TRUE ;
109 Border = TRUE ;
112 Pos = MAP_APPFONT ( 12 , 106 ) ;
113 Size = MAP_APPFONT ( 50 , 12 ) ;
110 Pos = MAP_APPFONT ( 12, 106 ) ;
111 Size = MAP_APPFONT ( 50, 12 ) ;
114 TabStop = TRUE ;
115 Repeat = TRUE ;
116 Spin = TRUE ;
117 Maximum = 100 ;
118 StrictFormat = TRUE ;
119 Unit = FUNIT_PERCENT ;
120 Last = 100 ;
121 SpinSize = 5 ;
122 };
112 TabStop = TRUE ;
113 Repeat = TRUE ;
114 Spin = TRUE ;
115 Maximum = 100 ;
116 StrictFormat = TRUE ;
117 Unit = FUNIT_PERCENT ;
118 Last = 100 ;
119 SpinSize = 5 ;
120 };
123 FixedLine FL_SEPARATOR
124 {
125 Pos = MAP_APPFONT ( 118 , 14 ) ;
126 Size = MAP_APPFONT ( 6 , 111 ) ;
127 Vert = TRUE;
128 };
121 FixedLine FL_SEPARATOR
122 {
123 Pos = MAP_APPFONT ( 118, 14 ) ;
124 Size = MAP_APPFONT ( 6, 111 ) ;
125 Vert = TRUE;
126 };
129 FixedLine FL_LINE_ENDS
130 {
127 FixedLine FL_LINE_ENDS
128 {
131 Pos = MAP_APPFONT ( 124 , 3 ) ;
132 Size = MAP_APPFONT ( 130 , 8 ) ;
129 Pos = MAP_APPFONT ( 124, 3 ) ;
130 Size = MAP_APPFONT ( 130, 8 ) ;
133 Text [ en-US ] = "Arrow styles" ;
134 };
135 FixedText FT_LINE_ENDS_STYLE
136 {
131 Text [ en-US ] = "Arrow styles" ;
132 };
133 FixedText FT_LINE_ENDS_STYLE
134 {
137 Pos = MAP_APPFONT ( 130 , 14 ) ;
138 Size = MAP_APPFONT ( 118 , 8 ) ;
135 Pos = MAP_APPFONT ( 130, 14 ) ;
136 Size = MAP_APPFONT ( 118, 8 ) ;
139 Text [ en-US ] = "St~yle" ;
140 };
141 ListBox LB_START_STYLE
142 {
137 Text [ en-US ] = "St~yle" ;
138 };
139 ListBox LB_START_STYLE
140 {
143 HelpID = "cui:ListBox:RID_SVXPAGE_LINE:LB_START_STYLE";
141 HelpID = "cui:ListBox:RID_SVXPAGE_LINE:LB_START_STYLE" ;
144 Border = TRUE ;
142 Border = TRUE ;
145 Pos = MAP_APPFONT ( 130 , 25 ) ;
146 Size = MAP_APPFONT ( 57 , 99 ) ;
143 Pos = MAP_APPFONT ( 130, 25 ) ;
144 Size = MAP_APPFONT ( 57, 99 ) ;
147 TabStop = TRUE ;
148 DropDown = TRUE ;
149 DDExtraWidth = TRUE ;
150 };
151 ListBox LB_END_STYLE
152 {
145 TabStop = TRUE ;
146 DropDown = TRUE ;
147 DDExtraWidth = TRUE ;
148 };
149 ListBox LB_END_STYLE
150 {
153 HelpID = "cui:ListBox:RID_SVXPAGE_LINE:LB_END_STYLE";
151 HelpID = "cui:ListBox:RID_SVXPAGE_LINE:LB_END_STYLE" ;
154 Border = TRUE ;
152 Border = TRUE ;
155 Pos = MAP_APPFONT ( 191 , 25 ) ;
156 Size = MAP_APPFONT ( 57 , 100 ) ;
153 Pos = MAP_APPFONT ( 191, 25 ) ;
154 Size = MAP_APPFONT ( 57, 100 ) ;
157 TabStop = TRUE ;
158 DropDown = TRUE ;
159 DDExtraWidth = TRUE ;
160 };
161 FixedText FT_LINE_ENDS_WIDTH
162 {
155 TabStop = TRUE ;
156 DropDown = TRUE ;
157 DDExtraWidth = TRUE ;
158 };
159 FixedText FT_LINE_ENDS_WIDTH
160 {
163 Pos = MAP_APPFONT ( 130 , 41 ) ;
164 Size = MAP_APPFONT ( 118 , 8 ) ;
161 Pos = MAP_APPFONT ( 130, 41 ) ;
162 Size = MAP_APPFONT ( 118, 8 ) ;
165 Text [ en-US ] = "Wi~dth" ;
166 };
167 MetricField MTR_FLD_START_WIDTH
168 {
163 Text [ en-US ] = "Wi~dth" ;
164 };
165 MetricField MTR_FLD_START_WIDTH
166 {
169 HelpID = "cui:MetricField:RID_SVXPAGE_LINE:MTR_FLD_START_WIDTH";
167 HelpID = "cui:MetricField:RID_SVXPAGE_LINE:MTR_FLD_START_WIDTH" ;
170 Border = TRUE ;
168 Border = TRUE ;
171 Pos = MAP_APPFONT ( 130 , 52 ) ;
172 Size = MAP_APPFONT ( 45 , 12 ) ;
169 Pos = MAP_APPFONT ( 130, 52 ) ;
170 Size = MAP_APPFONT ( 45, 12 ) ;
173 TabStop = TRUE ;
174 Right = TRUE ;
175 Repeat = TRUE ;
176 Spin = TRUE ;
177 Maximum = 5000 ;
178 StrictFormat = TRUE ;
179 DecimalDigits = 2 ;
180 Value = 1 ;
181 Unit = FUNIT_MM ;
182 Last = 5000 ;
183 SpinSize = 10 ;
184 };
185 MetricField MTR_FLD_END_WIDTH
186 {
171 TabStop = TRUE ;
172 Right = TRUE ;
173 Repeat = TRUE ;
174 Spin = TRUE ;
175 Maximum = 5000 ;
176 StrictFormat = TRUE ;
177 DecimalDigits = 2 ;
178 Value = 1 ;
179 Unit = FUNIT_MM ;
180 Last = 5000 ;
181 SpinSize = 10 ;
182 };
183 MetricField MTR_FLD_END_WIDTH
184 {
187 HelpID = "cui:MetricField:RID_SVXPAGE_LINE:MTR_FLD_END_WIDTH";
185 HelpID = "cui:MetricField:RID_SVXPAGE_LINE:MTR_FLD_END_WIDTH" ;
188 Border = TRUE ;
186 Border = TRUE ;
189 Pos = MAP_APPFONT ( 191 , 52 ) ;
190 Size = MAP_APPFONT ( 45 , 12 ) ;
187 Pos = MAP_APPFONT ( 191, 52 ) ;
188 Size = MAP_APPFONT ( 45, 12 ) ;
191 TabStop = TRUE ;
192 Right = TRUE ;
193 Repeat = TRUE ;
194 Spin = TRUE ;
195 Maximum = 5000 ;
196 StrictFormat = TRUE ;
197 DecimalDigits = 2 ;
198 Value = 1 ;
199 Unit = FUNIT_MM ;
200 Last = 5000 ;
201 SpinSize = 10 ;
202 };
203 TriStateBox TSB_CENTER_START
204 {
189 TabStop = TRUE ;
190 Right = TRUE ;
191 Repeat = TRUE ;
192 Spin = TRUE ;
193 Maximum = 5000 ;
194 StrictFormat = TRUE ;
195 DecimalDigits = 2 ;
196 Value = 1 ;
197 Unit = FUNIT_MM ;
198 Last = 5000 ;
199 SpinSize = 10 ;
200 };
201 TriStateBox TSB_CENTER_START
202 {
205 HelpID = "cui:TriStateBox:RID_SVXPAGE_LINE:TSB_CENTER_START";
206 Pos = MAP_APPFONT ( 130 , 68 ) ;
207 Size = MAP_APPFONT ( 57 , 10 ) ;
203 HelpID = "cui:TriStateBox:RID_SVXPAGE_LINE:TSB_CENTER_START" ;
204 Pos = MAP_APPFONT ( 130, 68 ) ;
205 Size = MAP_APPFONT ( 57, 10 ) ;
208 Text [ en-US ] = "Ce~nter" ;
209 TabStop = TRUE ;
210 };
211 TriStateBox TSB_CENTER_END
212 {
206 Text [ en-US ] = "Ce~nter" ;
207 TabStop = TRUE ;
208 };
209 TriStateBox TSB_CENTER_END
210 {
213 HelpID = "cui:TriStateBox:RID_SVXPAGE_LINE:TSB_CENTER_END";
214 Pos = MAP_APPFONT ( 191 , 68 ) ;
215 Size = MAP_APPFONT ( 57 , 10 ) ;
211 HelpID = "cui:TriStateBox:RID_SVXPAGE_LINE:TSB_CENTER_END" ;
212 Pos = MAP_APPFONT ( 191, 68 ) ;
213 Size = MAP_APPFONT ( 57, 10 ) ;
216 Text [ en-US ] = "C~enter" ;
217 TabStop = TRUE ;
218 };
219 CheckBox CBX_SYNCHRONIZE
220 {
214 Text [ en-US ] = "C~enter" ;
215 TabStop = TRUE ;
216 };
217 CheckBox CBX_SYNCHRONIZE
218 {
221 HelpID = "cui:CheckBox:RID_SVXPAGE_LINE:CBX_SYNCHRONIZE";
219 HelpID = "cui:CheckBox:RID_SVXPAGE_LINE:CBX_SYNCHRONIZE" ;
222 // #116827#
220 // #116827#
223 // Pos = MAP_APPFONT ( 130 , 107 ) ;
224 Pos = MAP_APPFONT ( 130 , 68 + (16 - 4) ) ;
225 Size = MAP_APPFONT ( 118 , 10 ) ;
221 // Pos = MAP_APPFONT ( 130, 107 ) ;
222 Pos = MAP_APPFONT ( 130, 68 + ( 16 - 4 ) ) ;
223 Size = MAP_APPFONT ( 118, 10 ) ;
226 Text [ en-US ] = "Synchroni~ze ends" ;
227 TabStop = TRUE ;
228 };
229
230 //////////////////////////////////////////////////////////////////////////////
231 // #116827#
232
233 FixedLine FL_EDGE_STYLE
234 {
224 Text [ en-US ] = "Synchroni~ze ends" ;
225 TabStop = TRUE ;
226 };
227
228 //////////////////////////////////////////////////////////////////////////////
229 // #116827#
230
231 FixedLine FL_EDGE_STYLE
232 {
235 Pos = MAP_APPFONT ( 124 , 3 + (16 * 6) - 4 ) ;
236 Size = MAP_APPFONT ( 130 , 8 ) ;
233 Pos = MAP_APPFONT ( 124, 3 + ( 16 * 6 ) - 4 ) ;
234 Size = MAP_APPFONT ( 130, 8 ) ;
237 Text [ en-US ] = "Corner and cap styles" ;
238 };
239 FixedText FT_EDGE_STYLE
240 {
235 Text [ en-US ] = "Corner and cap styles" ;
236 };
237 FixedText FT_EDGE_STYLE
238 {
241 Pos = MAP_APPFONT ( 130 , 14 + (16 * 6) - 4 ) ;
242 Size = MAP_APPFONT ( 118 , 8 ) ;
239 Pos = MAP_APPFONT ( 130, 14 + ( 16 * 6) - 4 ) ;
240 Size = MAP_APPFONT ( 118, 8 ) ;
243 Text [ en-US ] = "~Corner style" ;
244 };
245 ListBox LB_EDGE_STYLE
246 {
241 Text [ en-US ] = "~Corner style" ;
242 };
243 ListBox LB_EDGE_STYLE
244 {
247 HelpID = "cui:ListBox:RID_SVXPAGE_LINE:LB_EDGE_STYLE";
245 HelpID = "cui:ListBox:RID_SVXPAGE_LINE:LB_EDGE_STYLE" ;
248 Border = TRUE ;
246 Border = TRUE ;
249 Pos = MAP_APPFONT ( 130 , 25 + (16 * 6) - 4 ) ;
250 Size = MAP_APPFONT ( 57 , 99 ) ;
247 Pos = MAP_APPFONT ( 130, 25 + ( 16 * 6 ) - 4 ) ;
248 Size = MAP_APPFONT ( 57, 99 ) ;
251 TabStop = TRUE ;
252 DropDown = TRUE ;
253 StringList [ en-US ] =
254 {
249 TabStop = TRUE ;
250 DropDown = TRUE ;
251 StringList [ en-US ] =
252 {
255 < "Rounded" ; Default ; > ;
256 < "- none -" ; > ;
257 < "Mitered" ; > ;
258 < "Beveled" ; > ;
253 < "Rounded" ; Default ; > ;
254 < "- none -" ; > ;
255 < "Mitered" ; > ;
256 < "Beveled" ; > ;
259 };
260 };
257 };
258 };
261 FixedText FT_CAP_STYLE
262 {
263 Pos = MAP_APPFONT ( 191 , 14 + (16 * 6) - 4 ) ;
264 Size = MAP_APPFONT ( 118 , 8 ) ;
265 Text [ en-US ] = "Ca~p style" ;
266 };
267 ListBox LB_CAP_STYLE
268 {
269 HelpID = "cui:ListBox:RID_SVXPAGE_LINE:LB_CAP_STYLE";
270 Border = TRUE ;
271 Pos = MAP_APPFONT ( 191 , 25 + (16 * 6) - 4 ) ;
272 Size = MAP_APPFONT ( 57 , 99 ) ;
273 TabStop = TRUE ;
274 DropDown = TRUE ;
275 StringList [ en-US ] =
276 {
277 < "Flat" ; Default ; > ; // Same string as in Excel
278 < "Round" ; > ;
279 < "Square" ; > ;
280 };
281 };
259 FixedText FT_CAP_STYLE
260 {
261 Pos = MAP_APPFONT ( 191, 14 + ( 16 * 6 ) - 4 ) ;
262 Size = MAP_APPFONT ( 118, 8 ) ;
263 Text [ en-US ] = "Ca~p style" ;
264 };
265 ListBox LB_CAP_STYLE
266 {
267 HelpID = "cui:ListBox:RID_SVXPAGE_LINE:LB_CAP_STYLE" ;
268 Border = TRUE ;
269 Pos = MAP_APPFONT ( 191, 25 + ( 16 * 6 ) - 4 ) ;
270 Size = MAP_APPFONT ( 57, 99 ) ;
271 TabStop = TRUE ;
272 DropDown = TRUE ;
273 StringList [ en-US ] =
274 {
275 < "Flat" ; Default ; > ; // Same string as in Excel
276 < "Round" ; > ;
277 < "Square" ; > ;
278 };
279 };
282
283 //////////////////////////////////////////////////////////////////////////////
284
285 Control CTL_PREVIEW
286 {
287 Border = TRUE ;
280
281 //////////////////////////////////////////////////////////////////////////////
282
283 Control CTL_PREVIEW
284 {
285 Border = TRUE ;
288 Pos = MAP_APPFONT ( 6 , 135 ) ;
289 Size = MAP_APPFONT ( 248 , 40 ) ;
286 Pos = MAP_APPFONT ( 6, 135 ) ;
287 Size = MAP_APPFONT ( 248, 40 ) ;
290 };
291
288 };
289
292 //#58425# Symbole auf einer Linie (z.B. StarChart) ->
290 // #58425# Symbols on straight line (e.g. Chart)
293 FixedLine FL_SYMBOL_FORMAT
294 {
295 Hide = TRUE ;
296
291 FixedLine FL_SYMBOL_FORMAT
292 {
293 Hide = TRUE ;
294
297 Pos = MAP_APPFONT ( 124 , 3 ) ;
298 Size = MAP_APPFONT ( 130 , 8 ) ;
299 Text [ en-US ] = "Icon";
295 Pos = MAP_APPFONT ( 124, 3 ) ;
296 Size = MAP_APPFONT ( 130, 8 ) ;
297 Text [ en-US ] = "Icon" ;
300 };
301
302 MenuButton MB_SYMBOL_BITMAP
303 {
298 };
299
300 MenuButton MB_SYMBOL_BITMAP
301 {
304 HelpID = "cui:MenuButton:RID_SVXPAGE_LINE:MB_SYMBOL_BITMAP";
302 HelpID = "cui:MenuButton:RID_SVXPAGE_LINE:MB_SYMBOL_BITMAP" ;
305 Hide = TRUE ;
303 Hide = TRUE ;
306 Pos = MAP_APPFONT ( 130 , 14 ) ;
307 Size = MAP_APPFONT ( 50 , 14 ) ;
304 Pos = MAP_APPFONT ( 130, 14 ) ;
305 Size = MAP_APPFONT ( 50, 14 ) ;
308 TabStop = TRUE ;
309 ButtonMenu = Menu
310 {
311 ItemList =
312 {
313 MenuItem
314 {
306 TabStop = TRUE ;
307 ButtonMenu = Menu
308 {
309 ItemList =
310 {
311 MenuItem
312 {
315 Identifier = MN_SYMBOLS_NONE;
316 Text [ en-US ] = "No Symbol";
313 Identifier = MN_SYMBOLS_NONE ;
314 Text [ en-US ] = "No Symbol" ;
317 };
318 MenuItem
319 {
315 };
316 MenuItem
317 {
320 Identifier = MN_SYMBOLS_AUTO;
321 Text [ en-US ] = "Automatic";
318 Identifier = MN_SYMBOLS_AUTO ;
319 Text [ en-US ] = "Automatic" ;
322 };
323 MenuItem
324 {
325 Identifier = MN_GRAPHIC_DLG ;
326 Text [ en-US ] = "From file..." ;
327 };
328 MenuItem
329 {
330 Identifier = MN_GALLERY ;
320 };
321 MenuItem
322 {
323 Identifier = MN_GRAPHIC_DLG ;
324 Text [ en-US ] = "From file..." ;
325 };
326 MenuItem
327 {
328 Identifier = MN_GALLERY ;
331 Text [ en-US ] = "Gallery";
329 Text [ en-US ] = "Gallery" ;
332 };
333 MenuItem
334 {
330 };
331 MenuItem
332 {
335 Identifier = MN_SYMBOLS;
336 Text [ en-US ] = "Symbols";
333 Identifier = MN_SYMBOLS ;
334 Text [ en-US ] = "Symbols" ;
337 };
338 };
339 };
340 Text [ en-US ] = "Select..." ;
341 };
342 FixedText FT_SYMBOL_WIDTH
343 {
344 Hide = TRUE ;
335 };
336 };
337 };
338 Text [ en-US ] = "Select..." ;
339 };
340 FixedText FT_SYMBOL_WIDTH
341 {
342 Hide = TRUE ;
345 Pos = MAP_APPFONT ( 130 , 32 ) ;
346 Size = MAP_APPFONT ( 57 , 8 ) ;
343 Pos = MAP_APPFONT ( 130, 32 ) ;
344 Size = MAP_APPFONT ( 57, 8 ) ;
347 Text [ en-US ] = "Width" ;
348 };
349 MetricField MF_SYMBOL_WIDTH
350 {
345 Text [ en-US ] = "Width" ;
346 };
347 MetricField MF_SYMBOL_WIDTH
348 {
351 HelpID = "cui:MetricField:RID_SVXPAGE_LINE:MF_SYMBOL_WIDTH";
352 Pos = MAP_APPFONT ( 191 , 30 );
353 Size = MAP_APPFONT ( 57 , 12 ) ;
349 HelpID = "cui:MetricField:RID_SVXPAGE_LINE:MF_SYMBOL_WIDTH" ;
350 Pos = MAP_APPFONT ( 191, 30 ) ;
351 Size = MAP_APPFONT ( 57, 12 ) ;
354 Border = TRUE ;
355 TabStop = TRUE ;
356 Left = TRUE ;
357 Repeat = TRUE ;
358 Spin = TRUE ;
359 Minimum = 0 ;
360 Maximum = 1999 ;
361 DecimalDigits = 2 ;
362 Value = 0 ;
363 Unit = FUNIT_CM ;
364 First = 0 ;
365 Last = 1999 ;
366 SpinSize = 5 ;
367 Hide = TRUE ;
368 };
369 FixedText FT_SYMBOL_HEIGHT
370 {
371 Hide = TRUE ;
352 Border = TRUE ;
353 TabStop = TRUE ;
354 Left = TRUE ;
355 Repeat = TRUE ;
356 Spin = TRUE ;
357 Minimum = 0 ;
358 Maximum = 1999 ;
359 DecimalDigits = 2 ;
360 Value = 0 ;
361 Unit = FUNIT_CM ;
362 First = 0 ;
363 Last = 1999 ;
364 SpinSize = 5 ;
365 Hide = TRUE ;
366 };
367 FixedText FT_SYMBOL_HEIGHT
368 {
369 Hide = TRUE ;
372 Pos = MAP_APPFONT ( 130 , 48 ) ;
373 Size = MAP_APPFONT ( 57 , 8 ) ;
370 Pos = MAP_APPFONT ( 130, 48 ) ;
371 Size = MAP_APPFONT ( 57, 8 ) ;
374 Text [ en-US ] = "Height" ;
375 };
376 MetricField MF_SYMBOL_HEIGHT
377 {
372 Text [ en-US ] = "Height" ;
373 };
374 MetricField MF_SYMBOL_HEIGHT
375 {
378 HelpID = "cui:MetricField:RID_SVXPAGE_LINE:MF_SYMBOL_HEIGHT";
379 Pos = MAP_APPFONT ( 191 , 46 );
380 Size = MAP_APPFONT ( 57 , 12 ) ;
376 HelpID = "cui:MetricField:RID_SVXPAGE_LINE:MF_SYMBOL_HEIGHT" ;
377 Pos = MAP_APPFONT ( 191, 46 ) ;
378 Size = MAP_APPFONT ( 57, 12 ) ;
381 Border = TRUE ;
382 TabStop = TRUE ;
383 Left = TRUE ;
384 Repeat = TRUE ;
385 Spin = TRUE ;
386 Minimum = 0 ;
387 Maximum = 1999 ;
388 DecimalDigits = 2 ;
389 Value = 0 ;
390 Unit = FUNIT_CM ;
391 First = 0 ;
392 Last = 1999 ;
393 SpinSize = 5 ;
394 Hide = TRUE ;
395 };
396 CheckBox CB_SYMBOL_RATIO
397 {
379 Border = TRUE ;
380 TabStop = TRUE ;
381 Left = TRUE ;
382 Repeat = TRUE ;
383 Spin = TRUE ;
384 Minimum = 0 ;
385 Maximum = 1999 ;
386 DecimalDigits = 2 ;
387 Value = 0 ;
388 Unit = FUNIT_CM ;
389 First = 0 ;
390 Last = 1999 ;
391 SpinSize = 5 ;
392 Hide = TRUE ;
393 };
394 CheckBox CB_SYMBOL_RATIO
395 {
398 HelpID = "cui:CheckBox:RID_SVXPAGE_LINE:CB_SYMBOL_RATIO";
396 HelpID = "cui:CheckBox:RID_SVXPAGE_LINE:CB_SYMBOL_RATIO" ;
399 Hide = TRUE ;
397 Hide = TRUE ;
400 Pos = MAP_APPFONT ( 130 , 62 );
401 Size = MAP_APPFONT ( 118 , 10 ) ;
398 Pos = MAP_APPFONT ( 130, 62 ) ;
399 Size = MAP_APPFONT ( 118, 10 ) ;
402 Text [ en-US ] = "Keep ratio" ;
403 };
404 String STR_STYLE
400 Text [ en-US ] = "Keep ratio" ;
401 };
402 String STR_STYLE
405 {
403 {
406 Text [ en-US ] = "Style" ;
404 Text [ en-US ] = "Style" ;
407 };
408 String STR_LB_START_STYLE
409 {
405 };
406 String STR_LB_START_STYLE
407 {
410 Text [ en-US ] = "Start style" ;
408 Text [ en-US ] = "Start style" ;
411 };
412 String STR_LB_END_STYLE
413 {
409 };
410 String STR_LB_END_STYLE
411 {
414 Text [ en-US ] = "End style" ;
412 Text [ en-US ] = "End style" ;
415 };
416 String STR_MTR_FLD_START_WIDTH
417 {
413 };
414 String STR_MTR_FLD_START_WIDTH
415 {
418 Text [ en-US ] = "Start width" ;
416 Text [ en-US ] = "Start width" ;
419 };
420 String STR_MTR_FLD_END_WIDTH
421 {
417 };
418 String STR_MTR_FLD_END_WIDTH
419 {
422 Text [ en-US ] = "End width" ;
420 Text [ en-US ] = "End width" ;
423 };
424 String STR_CENTER_START
425 {
421 };
422 String STR_CENTER_START
423 {
426 Text [ en-US ] = "Start with center" ;
424 Text [ en-US ] = "Start with center" ;
427 };
428 String STR_CENTER_END
429 {
425 };
426 String STR_CENTER_END
427 {
430 Text [ en-US ] = "End with center" ;
428 Text [ en-US ] = "End with center" ;
431 };
429 };
432};
433
434// Defining LineStyles --------------------
435
436TabPage RID_SVXPAGE_LINE_DEF
437{
430};
431
432// Defining LineStyles --------------------
433
434TabPage RID_SVXPAGE_LINE_DEF
435{
438 Size = MAP_APPFONT ( 260 , 185 ) ;
436 Size = MAP_APPFONT ( 260, 185 ) ;
439 HelpId = HID_LINE_DEF ;
440 Hide = TRUE ;
441 Text [ en-US ] = "Define line styles" ;
442
443 FixedLine FL_DEFINITION
444 {
437 HelpId = HID_LINE_DEF ;
438 Hide = TRUE ;
439 Text [ en-US ] = "Define line styles" ;
440
441 FixedLine FL_DEFINITION
442 {
445 Pos = MAP_APPFONT ( 6 , 3 ) ;
446 Size = MAP_APPFONT ( 248 , 8 ) ;
443 Pos = MAP_APPFONT ( 6, 3 ) ;
444 Size = MAP_APPFONT ( 248, 8 ) ;
447 Text [ en-US ] = "Properties" ;
448 };
449 FixedText FT_TYPE
450 {
445 Text [ en-US ] = "Properties" ;
446 };
447 FixedText FT_TYPE
448 {
451 Pos = MAP_APPFONT ( 12 , 34 ) ;
452 Size = MAP_APPFONT ( 52 , 8 ) ;
449 Pos = MAP_APPFONT ( 12, 34 ) ;
450 Size = MAP_APPFONT ( 52, 8 ) ;
453 Text [ en-US ] = "~Type" ;
454 };
455 ListBox LB_TYPE_1
456 {
451 Text [ en-US ] = "~Type" ;
452 };
453 ListBox LB_TYPE_1
454 {
457 HelpID = "cui:ListBox:RID_SVXPAGE_LINE_DEF:LB_TYPE_1";
455 HelpID = "cui:ListBox:RID_SVXPAGE_LINE_DEF:LB_TYPE_1" ;
458 Border = TRUE ;
456 Border = TRUE ;
459 Pos = MAP_APPFONT ( 66 , 32 ) ;
460 Size = MAP_APPFONT ( 43 , 49 ) ;
457 Pos = MAP_APPFONT ( 66, 32 ) ;
458 Size = MAP_APPFONT ( 43, 49 ) ;
461 TabStop = TRUE ;
462 DropDown = TRUE ;
463 StringList [ en-US ] =
464 {
459 TabStop = TRUE ;
460 DropDown = TRUE ;
461 StringList [ en-US ] =
462 {
465 < "Dot" ; Default ; > ;
466 < "Dash" ; Default ; > ;
463 < "Dot" ; Default ; > ;
464 < "Dash" ; Default ; > ;
467 };
468 };
469 ListBox LB_TYPE_2
470 {
465 };
466 };
467 ListBox LB_TYPE_2
468 {
471 HelpID = "cui:ListBox:RID_SVXPAGE_LINE_DEF:LB_TYPE_2";
469 HelpID = "cui:ListBox:RID_SVXPAGE_LINE_DEF:LB_TYPE_2" ;
472 Border = TRUE ;
470 Border = TRUE ;
473 Pos = MAP_APPFONT ( 113 , 32 ) ;
474 Size = MAP_APPFONT ( 43 , 49 ) ;
471 Pos = MAP_APPFONT ( 113, 32 ) ;
472 Size = MAP_APPFONT ( 43, 49 ) ;
475 TabStop = TRUE ;
476 DropDown = TRUE ;
477 StringList [ en-US ] =
478 {
473 TabStop = TRUE ;
474 DropDown = TRUE ;
475 StringList [ en-US ] =
476 {
479 < "Dot" ; Default ; > ;
480 < "Dash" ; Default ; > ;
477 < "Dot" ; Default ; > ;
478 < "Dash" ; Default ; > ;
481 };
482 };
483 FixedText FT_NUMBER
484 {
479 };
480 };
481 FixedText FT_NUMBER
482 {
485 Pos = MAP_APPFONT ( 12 , 50 ) ;
486 Size = MAP_APPFONT ( 52 , 8 ) ;
483 Pos = MAP_APPFONT ( 12, 50 ) ;
484 Size = MAP_APPFONT ( 52, 8 ) ;
487 Text [ en-US ] = "~Number" ;
488 };
489 NumericField NUM_FLD_1
490 {
485 Text [ en-US ] = "~Number" ;
486 };
487 NumericField NUM_FLD_1
488 {
491 HelpID = "cui:NumericField:RID_SVXPAGE_LINE_DEF:NUM_FLD_1";
489 HelpID = "cui:NumericField:RID_SVXPAGE_LINE_DEF:NUM_FLD_1" ;
492 Border = TRUE ;
490 Border = TRUE ;
493 Pos = MAP_APPFONT ( 66 , 48 ) ;
494 Size = MAP_APPFONT ( 43 , 12 ) ;
491 Pos = MAP_APPFONT ( 66, 48 ) ;
492 Size = MAP_APPFONT ( 43, 12 ) ;
495 TabStop = TRUE ;
496 Right = TRUE ;
497 Repeat = TRUE ;
498 Spin = TRUE ;
499 Maximum = 99 ;
500 StrictFormat = TRUE ;
501 Last = 99 ;
502 SpinSize = 1 ;
503 };
504 NumericField NUM_FLD_2
505 {
493 TabStop = TRUE ;
494 Right = TRUE ;
495 Repeat = TRUE ;
496 Spin = TRUE ;
497 Maximum = 99 ;
498 StrictFormat = TRUE ;
499 Last = 99 ;
500 SpinSize = 1 ;
501 };
502 NumericField NUM_FLD_2
503 {
506 HelpID = "cui:NumericField:RID_SVXPAGE_LINE_DEF:NUM_FLD_2";
504 HelpID = "cui:NumericField:RID_SVXPAGE_LINE_DEF:NUM_FLD_2" ;
507 Border = TRUE ;
505 Border = TRUE ;
508 Pos = MAP_APPFONT ( 113 , 48 ) ;
509 Size = MAP_APPFONT ( 43 , 12 ) ;
506 Pos = MAP_APPFONT ( 113, 48 ) ;
507 Size = MAP_APPFONT ( 43, 12 ) ;
510 TabStop = TRUE ;
511 Right = TRUE ;
512 Repeat = TRUE ;
513 Spin = TRUE ;
514 Maximum = 99 ;
515 StrictFormat = TRUE ;
516 Last = 99 ;
517 SpinSize = 1 ;
518 };
519 FixedText FT_LENGTH
520 {
508 TabStop = TRUE ;
509 Right = TRUE ;
510 Repeat = TRUE ;
511 Spin = TRUE ;
512 Maximum = 99 ;
513 StrictFormat = TRUE ;
514 Last = 99 ;
515 SpinSize = 1 ;
516 };
517 FixedText FT_LENGTH
518 {
521 Pos = MAP_APPFONT ( 12 , 66 ) ;
522 Size = MAP_APPFONT ( 52 , 8 ) ;
519 Pos = MAP_APPFONT ( 12, 66 ) ;
520 Size = MAP_APPFONT ( 52, 8 ) ;
523 Text [ en-US ] = "~Length" ;
524 };
525 MetricField MTR_FLD_LENGTH_1
526 {
521 Text [ en-US ] = "~Length" ;
522 };
523 MetricField MTR_FLD_LENGTH_1
524 {
527 HelpID = "cui:MetricField:RID_SVXPAGE_LINE_DEF:MTR_FLD_LENGTH_1";
525 HelpID = "cui:MetricField:RID_SVXPAGE_LINE_DEF:MTR_FLD_LENGTH_1" ;
528 Border = TRUE ;
526 Border = TRUE ;
529 Pos = MAP_APPFONT ( 66 , 64 ) ;
530 Size = MAP_APPFONT ( 43 , 12 ) ;
527 Pos = MAP_APPFONT ( 66, 64 ) ;
528 Size = MAP_APPFONT ( 43, 12 ) ;
531 TabStop = TRUE ;
532 Right = TRUE ;
533 Repeat = TRUE ;
534 Spin = TRUE ;
535 Minimum = 1 ;
536 First = 1 ;
537 Maximum = 5000 ;
538 Last = 5000 ;
539 StrictFormat = TRUE ;
540 DecimalDigits = 2 ;
541 Value = 1 ;
542 Unit = FUNIT_MM ;
543 SpinSize = 10 ;
544 };
545 MetricField MTR_FLD_LENGTH_2
546 {
529 TabStop = TRUE ;
530 Right = TRUE ;
531 Repeat = TRUE ;
532 Spin = TRUE ;
533 Minimum = 1 ;
534 First = 1 ;
535 Maximum = 5000 ;
536 Last = 5000 ;
537 StrictFormat = TRUE ;
538 DecimalDigits = 2 ;
539 Value = 1 ;
540 Unit = FUNIT_MM ;
541 SpinSize = 10 ;
542 };
543 MetricField MTR_FLD_LENGTH_2
544 {
547 HelpID = "cui:MetricField:RID_SVXPAGE_LINE_DEF:MTR_FLD_LENGTH_2";
545 HelpID = "cui:MetricField:RID_SVXPAGE_LINE_DEF:MTR_FLD_LENGTH_2" ;
548 Border = TRUE ;
546 Border = TRUE ;
549 Pos = MAP_APPFONT ( 113 , 64 ) ;
550 Size = MAP_APPFONT ( 43 , 12 ) ;
547 Pos = MAP_APPFONT ( 113, 64 ) ;
548 Size = MAP_APPFONT ( 43, 12 ) ;
551 TabStop = TRUE ;
552 Right = TRUE ;
553 Repeat = TRUE ;
554 Spin = TRUE ;
555 Minimum = 1 ;
556 First = 1 ;
557 Maximum = 5000 ;
558 Last = 5000 ;
559 StrictFormat = TRUE ;
560 DecimalDigits = 2 ;
561 Value = 1 ;
562 Unit = FUNIT_MM ;
563 SpinSize = 10 ;
564 };
565 FixedText FT_DISTANCE
566 {
549 TabStop = TRUE ;
550 Right = TRUE ;
551 Repeat = TRUE ;
552 Spin = TRUE ;
553 Minimum = 1 ;
554 First = 1 ;
555 Maximum = 5000 ;
556 Last = 5000 ;
557 StrictFormat = TRUE ;
558 DecimalDigits = 2 ;
559 Value = 1 ;
560 Unit = FUNIT_MM ;
561 SpinSize = 10 ;
562 };
563 FixedText FT_DISTANCE
564 {
567 Pos = MAP_APPFONT ( 12 , 81 ) ;
568 Size = MAP_APPFONT ( 52 , 8 ) ;
565 Pos = MAP_APPFONT ( 12, 81 ) ;
566 Size = MAP_APPFONT ( 52, 8 ) ;
569 Text [ en-US ] = "~Spacing" ;
570 };
571 MetricField MTR_FLD_DISTANCE
572 {
567 Text [ en-US ] = "~Spacing" ;
568 };
569 MetricField MTR_FLD_DISTANCE
570 {
573 HelpID = "cui:MetricField:RID_SVXPAGE_LINE_DEF:MTR_FLD_DISTANCE";
571 HelpID = "cui:MetricField:RID_SVXPAGE_LINE_DEF:MTR_FLD_DISTANCE" ;
574 Border = TRUE ;
572 Border = TRUE ;
575 Pos = MAP_APPFONT ( 66 , 79 ) ;
576 Size = MAP_APPFONT ( 43 , 12 ) ;
573 Pos = MAP_APPFONT ( 66, 79 ) ;
574 Size = MAP_APPFONT ( 43, 12 ) ;
577 TabStop = TRUE ;
578 Right = TRUE ;
579 Repeat = TRUE ;
580 Spin = TRUE ;
581 Maximum = 5000 ;
582 StrictFormat = TRUE ;
583 DecimalDigits = 2 ;
584 Value = 1 ;
585 Unit = FUNIT_MM ;
586 Last = 5000 ;
587 SpinSize = 10 ;
588 };
589 CheckBox CBX_SYNCHRONIZE
590 {
575 TabStop = TRUE ;
576 Right = TRUE ;
577 Repeat = TRUE ;
578 Spin = TRUE ;
579 Maximum = 5000 ;
580 StrictFormat = TRUE ;
581 DecimalDigits = 2 ;
582 Value = 1 ;
583 Unit = FUNIT_MM ;
584 Last = 5000 ;
585 SpinSize = 10 ;
586 };
587 CheckBox CBX_SYNCHRONIZE
588 {
591 HelpID = "cui:CheckBox:RID_SVXPAGE_LINE_DEF:CBX_SYNCHRONIZE";
592 Pos = MAP_APPFONT ( 12 , 95 ) ;
593 Size = MAP_APPFONT ( 174 , 10 ) ;
589 HelpID = "cui:CheckBox:RID_SVXPAGE_LINE_DEF:CBX_SYNCHRONIZE" ;
590 Pos = MAP_APPFONT ( 12, 95 ) ;
591 Size = MAP_APPFONT ( 174, 10 ) ;
594 Text [ en-US ] = "~Fit to line width" ;
595 TabStop = TRUE ;
596 };
597
598 // ----------------------------------------
599
600 FixedText FT_LINESTYLE
601 {
592 Text [ en-US ] = "~Fit to line width" ;
593 TabStop = TRUE ;
594 };
595
596 // ----------------------------------------
597
598 FixedText FT_LINESTYLE
599 {
602 Pos = MAP_APPFONT ( 12 , 16 ) ;
603 Size = MAP_APPFONT ( 52 , 8 ) ;
604 Text [ en-US ] = "Line style" ;
600 Pos = MAP_APPFONT ( 12, 16 ) ;
601 Size = MAP_APPFONT ( 52, 8 ) ;
602 Text [ en-US ] = "Line style" ;
605 };
606 ListBox LB_LINESTYLES
607 {
603 };
604 ListBox LB_LINESTYLES
605 {
608 HelpID = "cui:ListBox:RID_SVXPAGE_LINE_DEF:LB_LINESTYLES";
606 HelpID = "cui:ListBox:RID_SVXPAGE_LINE_DEF:LB_LINESTYLES" ;
609 Border = TRUE ;
607 Border = TRUE ;
610 Pos = MAP_APPFONT ( 66 , 14 ) ;
611 Size = MAP_APPFONT ( 120 , 80 ) ;
608 Pos = MAP_APPFONT ( 66, 14 ) ;
609 Size = MAP_APPFONT ( 120, 80 ) ;
612 TabStop = TRUE ;
613 DropDown = TRUE ;
614 DDExtraWidth = TRUE ;
615 };
616 PushButton BTN_ADD
617 {
610 TabStop = TRUE ;
611 DropDown = TRUE ;
612 DDExtraWidth = TRUE ;
613 };
614 PushButton BTN_ADD
615 {
618 HelpID = "cui:PushButton:RID_SVXPAGE_LINE_DEF:BTN_ADD";
619 Pos = MAP_APPFONT ( 198 , 14 ) ;
620 Size = MAP_APPFONT ( 50 , 14 ) ;
616 HelpID = "cui:PushButton:RID_SVXPAGE_LINE_DEF:BTN_ADD" ;
617 Pos = MAP_APPFONT ( 198, 14 ) ;
618 Size = MAP_APPFONT ( 50, 14 ) ;
621 Text [ en-US ] = "~Add..." ;
622 TabStop = TRUE ;
623 };
624 PushButton BTN_MODIFY
625 {
619 Text [ en-US ] = "~Add..." ;
620 TabStop = TRUE ;
621 };
622 PushButton BTN_MODIFY
623 {
626 HelpID = "cui:PushButton:RID_SVXPAGE_LINE_DEF:BTN_MODIFY";
627 Pos = MAP_APPFONT ( 198 , 34 ) ;
628 Size = MAP_APPFONT ( 50 , 14 ) ;
624 HelpID = "cui:PushButton:RID_SVXPAGE_LINE_DEF:BTN_MODIFY" ;
625 Pos = MAP_APPFONT ( 198, 34 ) ;
626 Size = MAP_APPFONT ( 50, 14 ) ;
629 Text [ en-US ] = "~Modify..." ;
630 TabStop = TRUE ;
631 };
632 PushButton BTN_DELETE
633 {
627 Text [ en-US ] = "~Modify..." ;
628 TabStop = TRUE ;
629 };
630 PushButton BTN_DELETE
631 {
634 HelpID = "cui:PushButton:RID_SVXPAGE_LINE_DEF:BTN_DELETE";
635 Pos = MAP_APPFONT ( 198 , 54 ) ;
636 Size = MAP_APPFONT ( 50 , 14 ) ;
632 HelpID = "cui:PushButton:RID_SVXPAGE_LINE_DEF:BTN_DELETE" ;
633 Pos = MAP_APPFONT ( 198, 54 ) ;
634 Size = MAP_APPFONT ( 50, 14 ) ;
637 Text [ en-US ] = "~Delete..." ;
638 TabStop = TRUE ;
639 };
640 ImageButton BTN_LOAD
641 {
635 Text [ en-US ] = "~Delete..." ;
636 TabStop = TRUE ;
637 };
638 ImageButton BTN_LOAD
639 {
642 HelpID = "cui:ImageButton:RID_SVXPAGE_LINE_DEF:BTN_LOAD";
643 Pos = MAP_APPFONT ( 198 , 74 ) ;
644 Size = MAP_APPFONT ( 16 , 16 ) ;
640 HelpID = "cui:ImageButton:RID_SVXPAGE_LINE_DEF:BTN_LOAD" ;
641 Pos = MAP_APPFONT ( 198, 74 ) ;
642 Size = MAP_APPFONT ( 16, 16 ) ;
645 TabStop = TRUE ;
646 QuickHelpText [ en-US ] = "Load Line Styles" ;
647 ButtonImage = Image
648 {
649 ImageBitmap = Bitmap
650 {
643 TabStop = TRUE ;
644 QuickHelpText [ en-US ] = "Load Line Styles" ;
645 ButtonImage = Image
646 {
647 ImageBitmap = Bitmap
648 {
651 File = "sc05501.bmp" ;
649 File = "sc05501.png" ;
652 };
650 };
653 MASKCOLOR
654 };
655 };
656 ImageButton BTN_SAVE
657 {
651 };
652 };
653 ImageButton BTN_SAVE
654 {
658 HelpID = "cui:ImageButton:RID_SVXPAGE_LINE_DEF:BTN_SAVE";
659 Pos = MAP_APPFONT ( 198 , 96 ) ;
660 Size = MAP_APPFONT ( 16 , 16 ) ;
655 HelpID = "cui:ImageButton:RID_SVXPAGE_LINE_DEF:BTN_SAVE" ;
656 Pos = MAP_APPFONT ( 198, 96 ) ;
657 Size = MAP_APPFONT ( 16, 16 ) ;
661 TabStop = TRUE ;
662 QuickHelpText [ en-US ] = "Save Line Styles" ;
663 ButtonImage = Image
664 {
665 ImageBitmap = Bitmap
666 {
658 TabStop = TRUE ;
659 QuickHelpText [ en-US ] = "Save Line Styles" ;
660 ButtonImage = Image
661 {
662 ImageBitmap = Bitmap
663 {
667 File = "sc05502.bmp" ;
664 File = "sc05502.png" ;
668 };
665 };
669 MASKCOLOR
670 };
671 };
672 Control CTL_PREVIEW
673 {
674 Border = TRUE ;
666 };
667 };
668 Control CTL_PREVIEW
669 {
670 Border = TRUE ;
675 Pos = MAP_APPFONT ( 6 , 135 ) ;
676 Size = MAP_APPFONT ( 248 , 40 ) ;
671 Pos = MAP_APPFONT ( 6, 135 ) ;
672 Size = MAP_APPFONT ( 248, 40 ) ;
677 };
678
673 };
674
679 String STR_START_TYPE
680 {
675 String STR_START_TYPE
676 {
681 Text [ en-US ] = "Start type" ;
677 Text [ en-US ] = "Start type" ;
682 };
683 String STR_END_TYPE
684 {
678 };
679 String STR_END_TYPE
680 {
685 Text [ en-US ] = "End type" ;
681 Text [ en-US ] = "End type" ;
686 };
687 String STR_START_NUM
688 {
682 };
683 String STR_START_NUM
684 {
689 Text [ en-US ] = "Start number" ;
685 Text [ en-US ] = "Start number" ;
690 };
691 String STR_END_NUM
692 {
686 };
687 String STR_END_NUM
688 {
693 Text [ en-US ] = "End number" ;
689 Text [ en-US ] = "End number" ;
694 };
695 String STR_START_LENGTH
696 {
690 };
691 String STR_START_LENGTH
692 {
697 Text [ en-US ] = "Start length" ;
693 Text [ en-US ] = "Start length" ;
698 };
699 String STR_END_LENGTH
700 {
694 };
695 String STR_END_LENGTH
696 {
701 Text [ en-US ] = "End length" ;
697 Text [ en-US ] = "End length" ;
702 };
698 };
703};
704
705// Defining LineEnds --------------------
706
707TabPage RID_SVXPAGE_LINEEND_DEF
708{
699};
700
701// Defining LineEnds --------------------
702
703TabPage RID_SVXPAGE_LINEEND_DEF
704{
709 Size = MAP_APPFONT ( 260 , 185 ) ;
705 Size = MAP_APPFONT ( 260, 185 ) ;
710 HelpId = HID_LINE_ENDDEF ;
711 Hide = TRUE ;
712 Text [ en-US ] = "Arrowheads" ;
713
714 FixedLine FL_TIP
715 {
706 HelpId = HID_LINE_ENDDEF ;
707 Hide = TRUE ;
708 Text [ en-US ] = "Arrowheads" ;
709
710 FixedLine FL_TIP
711 {
716 Pos = MAP_APPFONT ( 6 , 3 ) ;
717 Size = MAP_APPFONT ( 248 , 8 ) ;
712 Pos = MAP_APPFONT ( 6, 3 ) ;
713 Size = MAP_APPFONT ( 248, 8 ) ;
718 Text [ en-US ] = "Organize arrow styles" ;
719 };
720 FixedText FI_TIP
721 {
714 Text [ en-US ] = "Organize arrow styles" ;
715 };
716 FixedText FI_TIP
717 {
722 Pos = MAP_APPFONT ( 6 , 123 ) ;
723 Size = MAP_APPFONT ( 252 , 8 ) ;
724 Text [ en-US ] = "Add a selected object to create new arrow styles." ;
718 Pos = MAP_APPFONT ( 6, 123 ) ;
719 Size = MAP_APPFONT ( 252, 8 ) ;
720 Text [ en-US ] = "Add a selected object to create new arrow styles." ;
725 WordBreak = TRUE ;
726 };
727
728 FixedText FT_LINE_END_STYLE
729 {
721 WordBreak = TRUE ;
722 };
723
724 FixedText FT_LINE_END_STYLE
725 {
730 Pos = MAP_APPFONT ( 12 , 32 ) ;
731 Size = MAP_APPFONT ( 84 , 8 ) ;
732 Text [ en-US ] = "Arrow style" ;
726 Pos = MAP_APPFONT ( 12, 32 ) ;
727 Size = MAP_APPFONT ( 84, 8 ) ;
728 Text [ en-US ] = "Arrow style" ;
733 };
734 Edit EDT_NAME
735 {
729 };
730 Edit EDT_NAME
731 {
736 HelpID = "cui:Edit:RID_SVXPAGE_LINEEND_DEF:EDT_NAME";
732 HelpID = "cui:Edit:RID_SVXPAGE_LINEEND_DEF:EDT_NAME" ;
737 Border = TRUE ;
733 Border = TRUE ;
738 Pos = MAP_APPFONT ( 98 , 14 ) ;
739 Size = MAP_APPFONT ( 87 , 12 ) ;
734 Pos = MAP_APPFONT ( 98, 14 ) ;
735 Size = MAP_APPFONT ( 87, 12 ) ;
740 TabStop = TRUE ;
741 };
742 FixedText FT_TITLE
743 {
736 TabStop = TRUE ;
737 };
738 FixedText FT_TITLE
739 {
744 Pos = MAP_APPFONT ( 12 , 16 ) ;
745 Size = MAP_APPFONT ( 84 , 8 ) ;
740 Pos = MAP_APPFONT ( 12, 16 ) ;
741 Size = MAP_APPFONT ( 84, 8 ) ;
746 Text [ en-US ] = "~Title" ;
747 };
748 ListBox LB_LINEENDS
749 {
742 Text [ en-US ] = "~Title" ;
743 };
744 ListBox LB_LINEENDS
745 {
750 HelpID = "cui:ListBox:RID_SVXPAGE_LINEEND_DEF:LB_LINEENDS";
746 HelpID = "cui:ListBox:RID_SVXPAGE_LINEEND_DEF:LB_LINEENDS" ;
751 Border = TRUE ;
747 Border = TRUE ;
752 Pos = MAP_APPFONT ( 98 , 30 ) ;
753 Size = MAP_APPFONT ( 87 , 80 ) ;
748 Pos = MAP_APPFONT ( 98, 30 ) ;
749 Size = MAP_APPFONT ( 87, 80 ) ;
754 TabStop = TRUE ;
755 DropDown = TRUE ;
756 DDExtraWidth = TRUE ;
757 };
758 PushButton BTN_ADD
759 {
750 TabStop = TRUE ;
751 DropDown = TRUE ;
752 DDExtraWidth = TRUE ;
753 };
754 PushButton BTN_ADD
755 {
760 HelpID = "cui:PushButton:RID_SVXPAGE_LINEEND_DEF:BTN_ADD";
761 Pos = MAP_APPFONT ( 198 , 14 ) ;
762 Size = MAP_APPFONT ( 50 , 14 ) ;
756 HelpID = "cui:PushButton:RID_SVXPAGE_LINEEND_DEF:BTN_ADD" ;
757 Pos = MAP_APPFONT ( 198, 14 ) ;
758 Size = MAP_APPFONT ( 50, 14 ) ;
763 Text [ en-US ] = "~Add..." ;
764 TabStop = TRUE ;
765 };
766 PushButton BTN_MODIFY
767 {
759 Text [ en-US ] = "~Add..." ;
760 TabStop = TRUE ;
761 };
762 PushButton BTN_MODIFY
763 {
768 HelpID = "cui:PushButton:RID_SVXPAGE_LINEEND_DEF:BTN_MODIFY";
769 Pos = MAP_APPFONT ( 198 , 34 ) ;
770 Size = MAP_APPFONT ( 50 , 14 ) ;
764 HelpID = "cui:PushButton:RID_SVXPAGE_LINEEND_DEF:BTN_MODIFY" ;
765 Pos = MAP_APPFONT ( 198, 34 ) ;
766 Size = MAP_APPFONT ( 50, 14 ) ;
771 Text [ en-US ] = "~Modify..." ;
772 TabStop = TRUE ;
773 };
774 PushButton BTN_DELETE
775 {
767 Text [ en-US ] = "~Modify..." ;
768 TabStop = TRUE ;
769 };
770 PushButton BTN_DELETE
771 {
776 HelpID = "cui:PushButton:RID_SVXPAGE_LINEEND_DEF:BTN_DELETE";
777 Pos = MAP_APPFONT ( 198 , 54 ) ;
778 Size = MAP_APPFONT ( 50 , 14 ) ;
772 HelpID = "cui:PushButton:RID_SVXPAGE_LINEEND_DEF:BTN_DELETE" ;
773 Pos = MAP_APPFONT ( 198, 54 ) ;
774 Size = MAP_APPFONT ( 50, 14 ) ;
779 Text [ en-US ] = "~Delete..." ;
780 TabStop = TRUE ;
781 };
782 ImageButton BTN_LOAD
783 {
775 Text [ en-US ] = "~Delete..." ;
776 TabStop = TRUE ;
777 };
778 ImageButton BTN_LOAD
779 {
784 HelpID = "cui:ImageButton:RID_SVXPAGE_LINEEND_DEF:BTN_LOAD";
785 Pos = MAP_APPFONT ( 198 , 74 ) ;
786 Size = MAP_APPFONT ( 16 , 16 ) ;
780 HelpID = "cui:ImageButton:RID_SVXPAGE_LINEEND_DEF:BTN_LOAD" ;
781 Pos = MAP_APPFONT ( 198, 74 ) ;
782 Size = MAP_APPFONT ( 16, 16 ) ;
787 TabStop = TRUE ;
788 QuickHelpText [ en-US ] = "Load Arrow Styles" ;
789 ButtonImage = Image
790 {
791 ImageBitmap = Bitmap
792 {
783 TabStop = TRUE ;
784 QuickHelpText [ en-US ] = "Load Arrow Styles" ;
785 ButtonImage = Image
786 {
787 ImageBitmap = Bitmap
788 {
793 File = "sc05501.bmp" ;
789 File = "sc05501.png" ;
794 };
790 };
795 MASKCOLOR
796 };
797 };
798 ImageButton BTN_SAVE
799 {
791 };
792 };
793 ImageButton BTN_SAVE
794 {
800 HelpID = "cui:ImageButton:RID_SVXPAGE_LINEEND_DEF:BTN_SAVE";
801 Pos = MAP_APPFONT ( 198 , 96 ) ;
802 Size = MAP_APPFONT ( 16 , 16 ) ;
795 HelpID = "cui:ImageButton:RID_SVXPAGE_LINEEND_DEF:BTN_SAVE" ;
796 Pos = MAP_APPFONT ( 198, 96 ) ;
797 Size = MAP_APPFONT ( 16, 16 ) ;
803 TabStop = TRUE ;
804 QuickHelpText [ en-US ] = "Save Arrow Styles" ;
805 ButtonImage = Image
806 {
807 ImageBitmap = Bitmap
808 {
798 TabStop = TRUE ;
799 QuickHelpText [ en-US ] = "Save Arrow Styles" ;
800 ButtonImage = Image
801 {
802 ImageBitmap = Bitmap
803 {
809 File = "sc05502.bmp" ;
804 File = "sc05502.png" ;
810 };
805 };
811 MASKCOLOR
812 };
813 };
814
815 Control CTL_PREVIEW
816 {
817 Border = TRUE ;
806 };
807 };
808
809 Control CTL_PREVIEW
810 {
811 Border = TRUE ;
818 Pos = MAP_APPFONT ( 6 , 135 ) ;
819 Size = MAP_APPFONT ( 248 , 40 ) ;
812 Pos = MAP_APPFONT ( 6, 135 ) ;
813 Size = MAP_APPFONT ( 248, 40 ) ;
820 };
821
822};
814 };
815
816};
823 // RID_SVXDLG_LINE ----------------------------------------------------------
817// RID_SVXDLG_LINE ----------------------------------------------------------
824TabDialog RID_SVXDLG_LINE
825{
826 OutputSize = TRUE ;
827 SvLook = TRUE ;
818TabDialog RID_SVXDLG_LINE
819{
820 OutputSize = TRUE ;
821 SvLook = TRUE ;
828 Size = MAP_APPFONT ( 289 , 176 ) ;
822 Size = MAP_APPFONT ( 289, 176 ) ;
829 Text [ en-US ] = "Line" ;
830 Moveable = TRUE ;
831 TabControl TAB_CONTROL
832 {
833 OutputSize = TRUE ;
823 Text [ en-US ] = "Line" ;
824 Moveable = TRUE ;
825 TabControl TAB_CONTROL
826 {
827 OutputSize = TRUE ;
834 Pos = MAP_APPFONT ( 3 , 3 ) ;
835 Size = MAP_APPFONT ( 260 , 135 ) ;
828 Pos = MAP_APPFONT ( 3, 3 ) ;
829 Size = MAP_APPFONT ( 260, 135 ) ;
836 PageList =
837 {
838 PageItem
839 {
840 Identifier = RID_SVXPAGE_LINE ;
841 Text [ en-US ] = "Line" ;
842 PageResID = RID_SVXPAGE_LINE ;
843 };
844 PageItem
845 {
846 Identifier = RID_SVXPAGE_SHADOW ;
847 PageResID = RID_SVXPAGE_SHADOW ;
848 Text [ en-US ] = "Shadow" ;
830 PageList =
831 {
832 PageItem
833 {
834 Identifier = RID_SVXPAGE_LINE ;
835 Text [ en-US ] = "Line" ;
836 PageResID = RID_SVXPAGE_LINE ;
837 };
838 PageItem
839 {
840 Identifier = RID_SVXPAGE_SHADOW ;
841 PageResID = RID_SVXPAGE_SHADOW ;
842 Text [ en-US ] = "Shadow" ;
849 };
843 };
850 PageItem
851 {
852 Identifier = RID_SVXPAGE_LINE_DEF ;
853 Text [ en-US ] = "Line Styles" ;
854 PageResID = RID_SVXPAGE_LINE_DEF ;
855 };
856 PageItem
857 {

--- 8 unchanged lines hidden (view full) ---

866 Text [ en-US ] = "Colors" ;
867 PageResID = RID_SVXPAGE_COLOR ;
868 };
869*/
870 };
871 };
872};
873
844 PageItem
845 {
846 Identifier = RID_SVXPAGE_LINE_DEF ;
847 Text [ en-US ] = "Line Styles" ;
848 PageResID = RID_SVXPAGE_LINE_DEF ;
849 };
850 PageItem
851 {

--- 8 unchanged lines hidden (view full) ---

860 Text [ en-US ] = "Colors" ;
861 PageResID = RID_SVXPAGE_COLOR ;
862 };
863*/
864 };
865 };
866};
867
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
868// ******************************************************************* EOF