workctrl.src (8660f102) workctrl.src (e0ab90c9)
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#ifndef _SVXIDS_HRC
25#include <svx/svxids.hrc>
26#endif
27#ifndef _GLOBLMN_HRC

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

42 Text [ en-US ] = "Date" ;
43 };
44 MenuItem
45 {
46 Identifier = FN_INSERT_FLD_TIME ;
47 HelpId = CMD_FN_INSERT_FLD_TIME ;
48 Text [ en-US ] = "Time" ;
49 };
20 *************************************************************/
21
22
23
24#ifndef _SVXIDS_HRC
25#include <svx/svxids.hrc>
26#endif
27#ifndef _GLOBLMN_HRC

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

42 Text [ en-US ] = "Date" ;
43 };
44 MenuItem
45 {
46 Identifier = FN_INSERT_FLD_TIME ;
47 HelpId = CMD_FN_INSERT_FLD_TIME ;
48 Text [ en-US ] = "Time" ;
49 };
50 //#ifndef MN_SW_WEB
50 //#ifndef MN_SW_WEB
51 MenuItem
52 {
53 Identifier = FN_INSERT_FLD_PGNUMBER ;
54 HelpId = CMD_FN_INSERT_FLD_PGNUMBER ;
55 Text [ en-US ] = "Page Number" ;
56 };
57 MenuItem
58 {

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

67 Text [ en-US ] = "Subject" ;
68 };
69 MenuItem
70 {
71 Identifier = FN_INSERT_FLD_TITLE ;
72 HelpId = CMD_FN_INSERT_FLD_TITLE ;
73 Text [ en-US ] = "Title" ;
74 };
51 MenuItem
52 {
53 Identifier = FN_INSERT_FLD_PGNUMBER ;
54 HelpId = CMD_FN_INSERT_FLD_PGNUMBER ;
55 Text [ en-US ] = "Page Number" ;
56 };
57 MenuItem
58 {

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

67 Text [ en-US ] = "Subject" ;
68 };
69 MenuItem
70 {
71 Identifier = FN_INSERT_FLD_TITLE ;
72 HelpId = CMD_FN_INSERT_FLD_TITLE ;
73 Text [ en-US ] = "Title" ;
74 };
75 //#endif
75 //#endif
76 MenuItem
77 {
78 Identifier = FN_INSERT_FLD_AUTHOR ;
79 HelpId = CMD_FN_INSERT_FLD_AUTHOR ;
80 Text [ en-US ] = "Author" ;
81 };
82 MenuItem
83 {
84 Separator = TRUE ;
85 };
86 MenuItem
87 {
88 Identifier = FN_INSERT_FIELD ;
89 HelpId = CMD_FN_INSERT_FIELD ;
90 Text [ en-US ] = "Other..." ;
91 };
92 };
93};
76 MenuItem
77 {
78 Identifier = FN_INSERT_FLD_AUTHOR ;
79 HelpId = CMD_FN_INSERT_FLD_AUTHOR ;
80 Text [ en-US ] = "Author" ;
81 };
82 MenuItem
83 {
84 Separator = TRUE ;
85 };
86 MenuItem
87 {
88 Identifier = FN_INSERT_FIELD ;
89 HelpId = CMD_FN_INSERT_FIELD ;
90 Text [ en-US ] = "Other..." ;
91 };
92 };
93};
94#define SCROLL_IMAGE_IDLIST \
95 IdList = \
96 { \
97 NID_NEXT ; \
98 NID_PREV ; \
99 NID_TBL ; \
100 NID_FRM ; \
101 NID_PGE ; \
102 NID_DRW ; \
103 NID_CTRL ; \
104 NID_REG ; \
105 NID_BKM ; \
106 NID_GRF ; \
107 NID_OLE ; \
108 NID_OUTL ; \
109 NID_SEL ; \
110 NID_FTN ; \
111 NID_MARK ; \
112 NID_POSTIT ; \
113 NID_SRCH_REP ; \
114 NID_INDEX_ENTRY; \
115 NID_TABLE_FORMULA; \
116 NID_TABLE_FORMULA_ERROR; \
117 }; \
94#define SCROLL_IMAGE_IDLIST \
95 IdList = \
96 { \
97 NID_NEXT ; \
98 NID_PREV ; \
99 NID_TBL ; \
100 NID_FRM ; \
101 NID_PGE ; \
102 NID_DRW ; \
103 NID_CTRL ; \
104 NID_REG ; \
105 NID_BKM ; \
106 NID_GRF ; \
107 NID_OLE ; \
108 NID_OUTL ; \
109 NID_SEL ; \
110 NID_FTN ; \
111 NID_MARK ; \
112 NID_POSTIT ; \
113 NID_SRCH_REP ; \
114 NID_INDEX_ENTRY ; \
115 NID_TABLE_FORMULA ; \
116 NID_TABLE_FORMULA_ERROR ; \
117 }; \
118 IdCount = { 20 ; };
119
120FloatingWindow RID_SCROLL_NAVIGATION_WIN
121{
122 Moveable = TRUE ;
123 Closeable = TRUE ;
124 Hide = TRUE ;
125 SVLook = TRUE ;
126 HelpID = HID_INSERT_CTRL ;
127 ImageList IL_VALUES
128 {
118 IdCount = { 20 ; };
119
120FloatingWindow RID_SCROLL_NAVIGATION_WIN
121{
122 Moveable = TRUE ;
123 Closeable = TRUE ;
124 Hide = TRUE ;
125 SVLook = TRUE ;
126 HelpID = HID_INSERT_CTRL ;
127 ImageList IL_VALUES
128 {
129 Prefix = "sr";
130 MaskColor = IMAGE_MASK_COLOR ;
131 SCROLL_IMAGE_IDLIST
132 };
133 ImageList ILH_VALUES
129 Prefix = "sr" ;
130 MaskColor = IMAGE_MASK_COLOR ;
131 SCROLL_IMAGE_IDLIST
132 };
133 ImageList ILH_VALUES
134 {
134 {
135 Prefix = "srh";
136 MaskColor = IMAGE_MASK_COLOR ;
137 SCROLL_IMAGE_IDLIST
138 };
139 FixedLine FL_SEP
140 {
141 //no position, no text
142 Size = MAP_APPFONT ( 20 , 4 ) ;
143 };
144 FixedText FI_INFO
145 {
146 //no position, no text
147 Size = MAP_APPFONT ( 20 , 8 ) ;
148 Center = TRUE;
149 };
135 Prefix = "srh" ;
136 MaskColor = IMAGE_MASK_COLOR ;
137 SCROLL_IMAGE_IDLIST
138 };
139 FixedLine FL_SEP
140 {
141 //no position, no text
142 Size = MAP_APPFONT ( 20, 4 ) ;
143 };
144 FixedText FI_INFO
145 {
146 //no position, no text
147 Size = MAP_APPFONT ( 20, 8 ) ;
148 Center = TRUE ;
149 };
150 String ST_TBL
151 {
152 Text [ en-US ] = "Table" ;
153 };
154 String ST_FRM
155 {
156 Text [ en-US ] = "Text Frame" ;
157 };

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

180 Text [ en-US ] = "Graphics" ;
181 };
182 String ST_OLE
183 {
184 Text [ en-US ] = "OLE object" ;
185 };
186 String ST_OUTL
187 {
150 String ST_TBL
151 {
152 Text [ en-US ] = "Table" ;
153 };
154 String ST_FRM
155 {
156 Text [ en-US ] = "Text Frame" ;
157 };

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

180 Text [ en-US ] = "Graphics" ;
181 };
182 String ST_OLE
183 {
184 Text [ en-US ] = "OLE object" ;
185 };
186 String ST_OUTL
187 {
188 /* ### ACHTUNG: Neuer Text in Resource? �berschrift : �berschrift */
189 Text [ en-US ] = "Headings" ;
190 };
191 String ST_SEL
192 {
193 Text [ en-US ] = "Selection" ;
194 };
195 String ST_FTN
196 {
188 Text [ en-US ] = "Headings" ;
189 };
190 String ST_SEL
191 {
192 Text [ en-US ] = "Selection" ;
193 };
194 String ST_FTN
195 {
197 /* ### ACHTUNG: Neuer Text in Resource? Fu�note : Fu�note */
198 Text [ en-US ] = "Footnote" ;
199 };
200 String ST_MARK
201 {
202 Text [ en-US ] = "Reminder" ;
203 };
204 String ST_POSTIT
205 {
206 Text [ en-US ] = "Note" ;
207 };
208 String ST_SRCH_REP
209 {
210 Text [ en-US ] = "Repeat search" ;
211 };
212 String ST_INDEX_ENTRY
213 {
196 Text [ en-US ] = "Footnote" ;
197 };
198 String ST_MARK
199 {
200 Text [ en-US ] = "Reminder" ;
201 };
202 String ST_POSTIT
203 {
204 Text [ en-US ] = "Note" ;
205 };
206 String ST_SRCH_REP
207 {
208 Text [ en-US ] = "Repeat search" ;
209 };
210 String ST_INDEX_ENTRY
211 {
214 Text [ en-US ] = "Index entry";
212 Text [ en-US ] = "Index entry" ;
215 };
216 String ST_TABLE_FORMULA
217 {
213 };
214 String ST_TABLE_FORMULA
215 {
218 Text [ en-US ] = "Table formula";
216 Text [ en-US ] = "Table formula" ;
219 };
220 String ST_TABLE_FORMULA_ERROR
221 {
217 };
218 String ST_TABLE_FORMULA_ERROR
219 {
222 Text [ en-US ] = "Wrong table formula";
220 Text [ en-US ] = "Wrong table formula" ;
223 };
224 Text [ en-US ] = "Navigation" ;
225};
226/*
227Noch ein paar Reserven
228 ToolBoxItem
229 {
221 };
222 Text [ en-US ] = "Navigation" ;
223};
224/*
225Noch ein paar Reserven
226 ToolBoxItem
227 {
230 Identifier = NID_NEXT;
228 Identifier = NID_NEXT;
231 Text = "Vorw�rts" ;
232 };
233 ToolBoxItem
234 {
229 Text = "Vorw�rts" ;
230 };
231 ToolBoxItem
232 {
235 Identifier = NID_PREV;
233 Identifier = NID_PREV;
236 Text = "R�ckw�rts" ;
237 };
238 ToolBoxItem
239 {
234 Text = "R�ckw�rts" ;
235 };
236 ToolBoxItem
237 {
240 Identifier = NID_CTRL;
238 Identifier = NID_CTRL;
241 Text = "Control" ;
242 };
243 ToolBoxItem
244 {
239 Text = "Control" ;
240 };
241 ToolBoxItem
242 {
245 Identifier = NID_DRW;
243 Identifier = NID_DRW;
246 Text = "Zeichenobjekt" ;
247 };
248
249
250*/
251/***************************************************************
252 Strings fuer die Quickhelp der View-PgUp/Down-Buttons
253***************************************************************/
254String STR_IMGBTN_NEXT_DOWN
255{
256 Text = "" ;
257};
258String STR_IMGBTN_PREV_DOWN
259{
260 Text = "" ;
261};
262String STR_IMGBTN_TBL_DOWN
263{
244 Text = "Zeichenobjekt" ;
245 };
246
247
248*/
249/***************************************************************
250 Strings fuer die Quickhelp der View-PgUp/Down-Buttons
251***************************************************************/
252String STR_IMGBTN_NEXT_DOWN
253{
254 Text = "" ;
255};
256String STR_IMGBTN_PREV_DOWN
257{
258 Text = "" ;
259};
260String STR_IMGBTN_TBL_DOWN
261{
264 /* ### ACHTUNG: Neuer Text in Resource? N�chste Tabelle : N�chste Tabelle */
265 Text [ en-US ] = "Next table" ;
266};
267String STR_IMGBTN_FRM_DOWN
268{
262 Text [ en-US ] = "Next table" ;
263};
264String STR_IMGBTN_FRM_DOWN
265{
269 /* ### ACHTUNG: Neuer Text in Resource? N�chster Textrahmen : N�chster Textrahmen */
270 Text [ en-US ] = "Next text frame" ;
271};
272String STR_IMGBTN_PGE_DOWN
273{
266 Text [ en-US ] = "Next text frame" ;
267};
268String STR_IMGBTN_PGE_DOWN
269{
274 /* ### ACHTUNG: Neuer Text in Resource? N�chste Seite : N�chste Seite */
275 Text [ en-US ] = "Next page" ;
276};
277String STR_IMGBTN_DRW_DOWN
278{
270 Text [ en-US ] = "Next page" ;
271};
272String STR_IMGBTN_DRW_DOWN
273{
279 /* ### ACHTUNG: Neuer Text in Resource? N�chstes Zeichenobjekt : N�chstes Zeichenobjekt */
280 Text [ en-US ] = "Next drawing" ;
281};
282String STR_IMGBTN_CTRL_DOWN
283{
274 Text [ en-US ] = "Next drawing" ;
275};
276String STR_IMGBTN_CTRL_DOWN
277{
284 /* ### ACHTUNG: Neuer Text in Resource? N�chstes Kontrollfeld : N�chstes Kontrollfeld */
285 Text [ en-US ] = "Next control" ;
286};
287String STR_IMGBTN_REG_DOWN
288{
278 Text [ en-US ] = "Next control" ;
279};
280String STR_IMGBTN_REG_DOWN
281{
289 /* ### ACHTUNG: Neuer Text in Resource? N�chster Bereich : N�chster Bereich */
290 Text [ en-US ] = "Next section" ;
291};
292String STR_IMGBTN_BKM_DOWN
293{
282 Text [ en-US ] = "Next section" ;
283};
284String STR_IMGBTN_BKM_DOWN
285{
294 /* ### ACHTUNG: Neuer Text in Resource? N�chste Textmarke : N�chste Textmarke */
295 Text [ en-US ] = "Next bookmark" ;
296};
297String STR_IMGBTN_GRF_DOWN
298{
286 Text [ en-US ] = "Next bookmark" ;
287};
288String STR_IMGBTN_GRF_DOWN
289{
299 /* ### ACHTUNG: Neuer Text in Resource? N�chste Grafik : N�chste Grafik */
300 Text [ en-US ] = "Next graphic" ;
301};
302String STR_IMGBTN_OLE_DOWN
303{
290 Text [ en-US ] = "Next graphic" ;
291};
292String STR_IMGBTN_OLE_DOWN
293{
304 /* ### ACHTUNG: Neuer Text in Resource? N�chstes OLE-Objekt : N�chstes OLE object */
305 /* ### ACHTUNG: Neuer Text in Resource? N�chstes OLE-Objekt : N�chstes OLE-Objekt */
306 Text [ en-US ] = "Next OLE object" ;
307};
308String STR_IMGBTN_OUTL_DOWN
309{
294 Text [ en-US ] = "Next OLE object" ;
295};
296String STR_IMGBTN_OUTL_DOWN
297{
310 /* ### ACHTUNG: Neuer Text in Resource? N�chste �berschrift : N�chste �berschrift */
311 Text [ en-US ] = "Next heading" ;
312};
313String STR_IMGBTN_SEL_DOWN
314{
298 Text [ en-US ] = "Next heading" ;
299};
300String STR_IMGBTN_SEL_DOWN
301{
315 /* ### ACHTUNG: Neuer Text in Resource? N�chste Markierung : N�chste Markierung */
316 Text [ en-US ] = "Next selection" ;
317};
318String STR_IMGBTN_FTN_DOWN
319{
302 Text [ en-US ] = "Next selection" ;
303};
304String STR_IMGBTN_FTN_DOWN
305{
320 /* ### ACHTUNG: Neuer Text in Resource? N�chste Fu�note : N�chste Fu�note */
321 Text [ en-US ] = "Next footnote" ;
322};
323String STR_IMGBTN_MARK_DOWN
324{
306 Text [ en-US ] = "Next footnote" ;
307};
308String STR_IMGBTN_MARK_DOWN
309{
325 /* ### ACHTUNG: Neuer Text in Resource? N�chster Merker : N�chster Merker */
326 Text [ en-US ] = "Next Reminder" ;
327};
328String STR_IMGBTN_POSTIT_DOWN
329{
310 Text [ en-US ] = "Next Reminder" ;
311};
312String STR_IMGBTN_POSTIT_DOWN
313{
330 /* ### ACHTUNG: Neuer Text in Resource? N�chste Notiz : N�chste Notiz */
331 Text [ en-US ] = "Next Note" ;
332};
333String STR_IMGBTN_SRCH_REP_DOWN
334{
335 Text [ en-US ] = "Continue search forward" ;
336};
337String STR_IMGBTN_INDEX_ENTRY_DOWN
338{
314 Text [ en-US ] = "Next Note" ;
315};
316String STR_IMGBTN_SRCH_REP_DOWN
317{
318 Text [ en-US ] = "Continue search forward" ;
319};
320String STR_IMGBTN_INDEX_ENTRY_DOWN
321{
339 Text [ en-US ] = "Next index entry";
322 Text [ en-US ] = "Next index entry" ;
340};
341String STR_IMGBTN_NEXT_UP
342{
343 Text = "" ;
344};
345String STR_IMGBTN_PREV_UP
346{
347 Text = "" ;

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

375 Text [ en-US ] = "Previous bookmark" ;
376};
377String STR_IMGBTN_GRF_UP
378{
379 Text [ en-US ] = "Previous graphic" ;
380};
381String STR_IMGBTN_OLE_UP
382{
323};
324String STR_IMGBTN_NEXT_UP
325{
326 Text = "" ;
327};
328String STR_IMGBTN_PREV_UP
329{
330 Text = "" ;

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

358 Text [ en-US ] = "Previous bookmark" ;
359};
360String STR_IMGBTN_GRF_UP
361{
362 Text [ en-US ] = "Previous graphic" ;
363};
364String STR_IMGBTN_OLE_UP
365{
383 /* ### ACHTUNG: Neuer Text in Resource? Voriges OLE-Objekt : Voriges OLE object */
384 Text [ en-US ] = "Previous OLE object" ;
385};
386String STR_IMGBTN_OUTL_UP
387{
366 Text [ en-US ] = "Previous OLE object" ;
367};
368String STR_IMGBTN_OUTL_UP
369{
388 /* ### ACHTUNG: Neuer Text in Resource? Vorige �berschrift : Vorige �berschrift */
389 Text [ en-US ] = "Previous heading" ;
390};
391String STR_IMGBTN_SEL_UP
392{
393 Text [ en-US ] = "Previous selection" ;
394};
395String STR_IMGBTN_FTN_UP
396{
370 Text [ en-US ] = "Previous heading" ;
371};
372String STR_IMGBTN_SEL_UP
373{
374 Text [ en-US ] = "Previous selection" ;
375};
376String STR_IMGBTN_FTN_UP
377{
397 /* ### ACHTUNG: Neuer Text in Resource? Vorige Fu�note : Vorige Fu�note */
398 Text [ en-US ] = "Previous footnote" ;
399};
400String STR_IMGBTN_MARK_UP
401{
402 Text [ en-US ] = "Previous Reminder" ;
403};
404String STR_IMGBTN_POSTIT_UP
405{
406 Text [ en-US ] = "Previous Note" ;
407};
408String STR_IMGBTN_SRCH_REP_UP
409{
410 Text [ en-US ] = "Continue search backwards" ;
411};
412String STR_IMGBTN_INDEX_ENTRY_UP
413{
378 Text [ en-US ] = "Previous footnote" ;
379};
380String STR_IMGBTN_MARK_UP
381{
382 Text [ en-US ] = "Previous Reminder" ;
383};
384String STR_IMGBTN_POSTIT_UP
385{
386 Text [ en-US ] = "Previous Note" ;
387};
388String STR_IMGBTN_SRCH_REP_UP
389{
390 Text [ en-US ] = "Continue search backwards" ;
391};
392String STR_IMGBTN_INDEX_ENTRY_UP
393{
414 Text [ en-US ] = "Previous index entry";
394 Text [ en-US ] = "Previous index entry" ;
415};
416String STR_IMGBTN_TBLFML_UP
417{
395};
396String STR_IMGBTN_TBLFML_UP
397{
418 Text [ en-US ] = "Previous table formula";
398 Text [ en-US ] = "Previous table formula" ;
419};
420String STR_IMGBTN_TBLFML_DOWN
421{
399};
400String STR_IMGBTN_TBLFML_DOWN
401{
422 Text [ en-US ] = "Next table formula";
402 Text [ en-US ] = "Next table formula" ;
423};
424String STR_IMGBTN_TBLFML_ERR_UP
425{
403};
404String STR_IMGBTN_TBLFML_ERR_UP
405{
426 Text [ en-US ] = "Previous faulty table formula";
406 Text [ en-US ] = "Previous faulty table formula" ;
427};
428String STR_IMGBTN_TBLFML_ERR_DOWN
429{
407};
408String STR_IMGBTN_TBLFML_ERR_DOWN
409{
430 Text [ en-US ] = "Next faulty table formula";
410 Text [ en-US ] = "Next faulty table formula" ;
431};
432ImageButton BTN_NAVI
433{
434 HelpID = HID_NAVIGATION_IMGBTN ;
435 SVLOOK = TRUE ;
436 HIDE = TRUE ;
437 RectStyle = TRUE ;
438 SmallStyle = TRUE ;
439 Image IMG_BTN
440 {
411};
412ImageButton BTN_NAVI
413{
414 HelpID = HID_NAVIGATION_IMGBTN ;
415 SVLOOK = TRUE ;
416 HIDE = TRUE ;
417 RectStyle = TRUE ;
418 SmallStyle = TRUE ;
419 Image IMG_BTN
420 {
441 ImageBitmap = Bitmap { File = "punkt.bmp" ; };
442 MaskColor = IMAGE_MASK_COLOR ;
443 };
444 Image IMG_BTN_H
421 ImageBitmap = Bitmap { File = "point.png" ; } ;
422 };
423 Image IMG_BTN_H
445 {
424 {
446 ImageBitmap = Bitmap { File = "punkt_h.bmp" ; };
447 MaskColor = IMAGE_MASK_COLOR ;
448 };
449 String ST_QUICK
425 ImageBitmap = Bitmap { File = "point_h.png" ; } ;
426 };
427 String ST_QUICK
450 {
451 Text [ en-US ] = "Navigation" ;
452 };
453};
454ComboBox RID_PVIEW_ZOOM_LB
455{
428 {
429 Text [ en-US ] = "Navigation" ;
430 };
431};
432ComboBox RID_PVIEW_ZOOM_LB
433{
456 HelpId = HID_PVIEW_ZOOM_LB;
457 Size = MAP_APPFONT ( 30 , 86 ) ;
458 DropDown = TRUE ;
459 AutoHScroll = TRUE ;
460 DDExtraWidth = TRUE ;
461 Border = TRUE ;
462 Hide = TRUE ;
434 HelpId = HID_PVIEW_ZOOM_LB ;
435 Size = MAP_APPFONT ( 30, 86 ) ;
436 DropDown = TRUE ;
437 AutoHScroll = TRUE ;
438 DDExtraWidth = TRUE ;
439 Border = TRUE ;
440 Hide = TRUE ;
463};
441};
442
443// ********************************************************************** EOF