1 /**************************************************************
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
10  *
11  *   http://www.apache.org/licenses/LICENSE-2.0
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.
19  *
20  *************************************************************/
21 
22 
23 package com.sun.star.wizards.agenda;
24 
25 import com.sun.star.awt.FontDescriptor;
26 import com.sun.star.awt.XButton;
27 import com.sun.star.awt.XCheckBox;
28 import com.sun.star.awt.XControl;
29 import com.sun.star.awt.XDateField;
30 import com.sun.star.awt.XFixedText;
31 import com.sun.star.awt.XListBox;
32 import com.sun.star.awt.XRadioButton;
33 import com.sun.star.awt.XTextComponent;
34 import com.sun.star.awt.XTimeField;
35 import com.sun.star.lang.XMultiServiceFactory;
36 import com.sun.star.wizards.common.Helper;
37 import com.sun.star.wizards.common.PropertyNames;
38 import com.sun.star.wizards.ui.UIConsts;
39 import com.sun.star.wizards.ui.WizardDialog;
40 
41 /**
42  * This class is generated Automatically....
43  * bla bla bla
44  */
45 public abstract class AgendaWizardDialog  extends WizardDialog implements AgendaWizardDialogConst, UIConsts {
46       //GUI Components as Class members.
47   XFixedText lblTitle1;
48   XCheckBox chkMinutes;
49   XFixedText lblHelp1;
50   XFixedText lblPageDesign;
51   XListBox listPageDesign;
52   //Image Control
53   XControl imgHelp1;
54   XControl imgHelp2;
55   XControl imgHelp3;
56   XControl imgHelp4;
57   XControl imgHelp6;
58   XFixedText lblTitle2;
59   XFixedText lblTime;
60   XFixedText lblTitle;
61   XFixedText lblLocation;
62   XTextComponent cbLocation;
63   XTimeField txtTime;
64   XTextComponent txtTitle;
65   XFixedText lblHelp2;
66   XFixedText lblDate;
67   XDateField txtDate;
68   XFixedText lblTitle3;
69   XCheckBox chkMeetingTitle;
70   XCheckBox chkRead;
71   XCheckBox chkBring;
72   XCheckBox chkNotes;
73   XFixedText lblHelp3;
74   XFixedText lblTitle5;
75   XCheckBox chkConvenedBy;
76   XCheckBox chkPresiding;
77   XCheckBox chkNoteTaker;
78   XCheckBox chkTimekeeper;
79   XCheckBox chkAttendees;
80   XCheckBox chkObservers;
81   XCheckBox chkResourcePersons;
82   XFixedText lblHelp4;
83   XFixedText lblTitle4;
84   XFixedText lblTopic;
85   XFixedText lblResponsible;
86   XFixedText lblDuration;
87   //XFixedText lblHelp5;
88   XTextComponent txtTemplateName;
89   XRadioButton optCreateAgenda;
90   XRadioButton optMakeChanges;
91   XFixedText lblProceed;
92   XFixedText lblTemplateName;
93   XFixedText lblTemplatePath;
94   XFixedText lblTitle6;
95   XTextComponent txtTemplatePath;
96   XButton btnTemplatePath;
97   XFixedText lblHelp6;
98   XFixedText lblHelpPg6;
99   XButton btnInsert;
100   XButton btnRemove;
101   XButton btnUp;
102   XButton btnDown;
103 
104   final private String IMGHELP1_HID = PropertyNames.EMPTY_STRING;
105 
106 
107   //Font Descriptors as Class members.
108   FontDescriptor fontDescriptor1 = new FontDescriptor();
109   FontDescriptor fontDescriptor2 = new FontDescriptor();
110   FontDescriptor fontDescriptor4 = new FontDescriptor();
111 
112   //Resources Object
113   AgendaWizardDialogResources resources;
114 
115   private String[] PROPS_LIST = new String[] {"Dropdown", PropertyNames.PROPERTY_HEIGHT, PropertyNames.PROPERTY_HELPURL, PropertyNames.PROPERTY_POSITION_X, PropertyNames.PROPERTY_POSITION_Y, PropertyNames.PROPERTY_STEP, PropertyNames.PROPERTY_TABINDEX, PropertyNames.PROPERTY_WIDTH};
116   private String[] PROPS_LABEL_B = new String[] {PropertyNames.FONT_DESCRIPTOR, PropertyNames.PROPERTY_HEIGHT, PropertyNames.PROPERTY_LABEL, PropertyNames.PROPERTY_MULTILINE, PropertyNames.PROPERTY_POSITION_X, PropertyNames.PROPERTY_POSITION_Y, PropertyNames.PROPERTY_STEP, PropertyNames.PROPERTY_TABINDEX, PropertyNames.PROPERTY_WIDTH};
117   private String[] PROPS_CHECK = new String[] {PropertyNames.PROPERTY_HEIGHT, PropertyNames.PROPERTY_HELPURL, PropertyNames.PROPERTY_LABEL, PropertyNames.PROPERTY_POSITION_X, PropertyNames.PROPERTY_POSITION_Y, PropertyNames.PROPERTY_STATE, PropertyNames.PROPERTY_STEP, PropertyNames.PROPERTY_TABINDEX, PropertyNames.PROPERTY_WIDTH};
118   private String[] PROPS_BUTTON = new String[] {PropertyNames.PROPERTY_HEIGHT, PropertyNames.PROPERTY_HELPURL, PropertyNames.PROPERTY_LABEL, PropertyNames.PROPERTY_POSITION_X, PropertyNames.PROPERTY_POSITION_Y, PropertyNames.PROPERTY_STEP, PropertyNames.PROPERTY_TABINDEX, PropertyNames.PROPERTY_WIDTH};
119   private String[] PROPS_X = new String[] {PropertyNames.PROPERTY_HEIGHT, PropertyNames.PROPERTY_HELPURL, PropertyNames.PROPERTY_POSITION_X, PropertyNames.PROPERTY_POSITION_Y, PropertyNames.PROPERTY_STEP, PropertyNames.PROPERTY_TABINDEX, PropertyNames.PROPERTY_WIDTH};
120   private String[] PROPS_TEXTAREA = new String[] {PropertyNames.PROPERTY_HEIGHT, PropertyNames.PROPERTY_LABEL, PropertyNames.PROPERTY_MULTILINE, PropertyNames.PROPERTY_POSITION_X, PropertyNames.PROPERTY_POSITION_Y, PropertyNames.PROPERTY_STEP, PropertyNames.PROPERTY_TABINDEX, PropertyNames.PROPERTY_WIDTH};
121   private String[] PROPS_TEXT = new String[] {PropertyNames.PROPERTY_HEIGHT, PropertyNames.PROPERTY_LABEL, PropertyNames.PROPERTY_POSITION_X, PropertyNames.PROPERTY_POSITION_Y, PropertyNames.PROPERTY_STEP, PropertyNames.PROPERTY_TABINDEX, PropertyNames.PROPERTY_WIDTH};
122   private String[] PROPS_IMAGE = new String[] {PropertyNames.PROPERTY_BORDER, PropertyNames.PROPERTY_HEIGHT, PropertyNames.PROPERTY_HELPURL, PropertyNames.PROPERTY_IMAGEURL, PropertyNames.PROPERTY_POSITION_X, PropertyNames.PROPERTY_POSITION_Y, "ScaleImage", PropertyNames.PROPERTY_STEP, PropertyNames.PROPERTY_TABINDEX, PropertyNames.PROPERTY_WIDTH};
123 
124   private static final Short NO_BORDER = new Short((short)0);
125 
AgendaWizardDialog(XMultiServiceFactory xmsf)126   public AgendaWizardDialog(XMultiServiceFactory xmsf) {
127     super(xmsf,HID);
128     //Load Resources
129     resources =  new AgendaWizardDialogResources(xmsf);
130 
131     //set dialog properties...
132     Helper.setUnoPropertyValues(xDialogModel,
133       new String[] { PropertyNames.PROPERTY_CLOSEABLE,PropertyNames.PROPERTY_HEIGHT,PropertyNames.PROPERTY_MOVEABLE,PropertyNames.PROPERTY_POSITION_X,PropertyNames.PROPERTY_POSITION_Y,PropertyNames.PROPERTY_STEP,PropertyNames.PROPERTY_TABINDEX,PropertyNames.PROPERTY_TITLE,PropertyNames.PROPERTY_WIDTH},
134       new Object[] { Boolean.TRUE,210,Boolean.TRUE,200,52,INTEGERS[1],new Short((short)1),resources.resAgendaWizardDialog_title,310}
135     );
136 
137     //Set member- FontDescriptors...
138     fontDescriptor1.Weight = 150;
139     fontDescriptor1.Underline = com.sun.star.awt.FontUnderline.SINGLE;
140     fontDescriptor2.Weight = 100;
141     fontDescriptor4.Weight = 150;
142   }
143 
144   //build components
buildStep1()145   public void buildStep1() {
146     lblTitle1 = insertLabel("lblTitle1",
147       PROPS_LABEL_B,
148       new Object[] { fontDescriptor4,INTEGER_16,resources.reslblTitle1_value,Boolean.TRUE,91,INTEGERS[8],INTEGERS[1],new Short((short)100),212}
149     );
150     lblPageDesign = insertLabel("lblPageDesign",
151       PROPS_TEXT,
152       new Object[] { INTEGERS[8],resources.reslblPageDesign_value,97,32,INTEGERS[1],new Short((short)101),66}
153     );
154     listPageDesign = insertListBox("listPageDesign", null, null,
155       PROPS_LIST,
156       new Object[] { Boolean.TRUE,INTEGER_12,LISTPAGEDESIGN_HID,166,30,INTEGERS[1],new Short((short)102),70}
157     );
158     chkMinutes = insertCheckBox("chkMinutes", null,
159       PROPS_CHECK,
160       new Object[] { INTEGERS[9],CHKMINUTES_HID,resources.reschkMinutes_value,97,50,new Short((short)0),INTEGERS[1],new Short((short)103),203}
161     );
162     imgHelp1 = insertImage("imgHelp1",
163       PROPS_IMAGE,
164       new Object[] { NO_BORDER, INTEGERS[10],IMGHELP1_HID, AgendaWizardDialogConst.INFO_IMAGE_URL, 92,145, Boolean.FALSE, INTEGERS[1], new Short((short)104),INTEGERS[10]}
165     );
166     lblHelp1 = insertLabel("lblHelp1",
167             PROPS_TEXTAREA,
168             new Object[] { 39,resources.reslblHelp1_value,Boolean.TRUE,104,145,INTEGERS[1],new Short((short)105),199}
169           );
170 
171   }
172 
buildStep2()173   public void buildStep2() {
174     lblTitle2 = insertLabel("lblTitle2",
175       PROPS_LABEL_B,
176       new Object[] { fontDescriptor4,INTEGER_16,resources.reslblTitle2_value,Boolean.TRUE,91,INTEGERS[8],INTEGERS[2],new Short((short)200),212}
177     );
178     lblDate = insertLabel("lblDate",
179       PROPS_TEXT,
180       new Object[] { INTEGERS[8],resources.reslblDate_value,97,32,INTEGERS[2],new Short((short)201),66}
181     );
182     txtDate = insertDateField("txtDate", null,
183       PROPS_LIST,
184       new Object[] { Boolean.TRUE,INTEGER_12,TXTDATE_HID,166,30,INTEGERS[2],new Short((short)202),70}
185     );
186     lblTime = insertLabel("lblTime",
187       PROPS_TEXT,
188       new Object[] { INTEGERS[8],resources.reslblTime_value,97,50,INTEGERS[2],new Short((short)203),66}
189     );
190     txtTime = insertTimeField("txtTime", null,
191       new String[] {PropertyNames.PROPERTY_HEIGHT, PropertyNames.PROPERTY_HELPURL, PropertyNames.PROPERTY_POSITION_X, PropertyNames.PROPERTY_POSITION_Y, PropertyNames.PROPERTY_STEP, "StrictFormat", PropertyNames.PROPERTY_TABINDEX, PropertyNames.PROPERTY_WIDTH},
192      new Object[] { INTEGER_12,TXTTIME_HID,166,48,INTEGERS[2],Boolean.TRUE,new Short((short)204),70}
193     );
194 
195     lblTitle = insertLabel("lblTitle",
196       PROPS_TEXT,
197       new Object[] { INTEGERS[8],resources.reslblTitle_value,97,68,INTEGERS[2],new Short((short)205),66}
198     );
199     txtTitle = insertTextField("txtTitle", null,
200       new String[] {PropertyNames.PROPERTY_HEIGHT, PropertyNames.PROPERTY_HELPURL, PropertyNames.PROPERTY_MULTILINE, PropertyNames.PROPERTY_POSITION_X, PropertyNames.PROPERTY_POSITION_Y, PropertyNames.PROPERTY_STEP, PropertyNames.PROPERTY_TABINDEX, PropertyNames.PROPERTY_WIDTH},
201       new Object[] { 26,TXTTITLE_HID,Boolean.TRUE,166,66,INTEGERS[2],new Short((short)206),138}
202     );
203     lblLocation = insertLabel("lblLocation",
204       PROPS_TEXT,
205       new Object[] { INTEGERS[8],resources.reslblLocation_value,97,100,INTEGERS[2],new Short((short)207),66}
206     );
207     cbLocation = insertTextField("cbLocation", null,null,
208       new String[] { PropertyNames.PROPERTY_HEIGHT, PropertyNames.PROPERTY_HELPURL, PropertyNames.PROPERTY_MULTILINE, PropertyNames.PROPERTY_POSITION_X, PropertyNames.PROPERTY_POSITION_Y, PropertyNames.PROPERTY_STEP, PropertyNames.PROPERTY_TABINDEX, PropertyNames.PROPERTY_WIDTH},
209       new Object[] { 34,CBLOCATION_HID,Boolean.TRUE,166,98,INTEGERS[2],new Short((short)208),138}
210     );
211 
212     imgHelp2 = insertImage("imgHelp2",
213       PROPS_IMAGE,
214       new Object[] { NO_BORDER, INTEGERS[10],IMGHELP1_HID,AgendaWizardDialogConst.INFO_IMAGE_URL, 92,145,Boolean.FALSE, INTEGERS[2],new Short((short)209),INTEGERS[10]}
215     );
216     lblHelp2 = insertLabel("lblHelp2",
217       PROPS_TEXTAREA,
218       new Object[] { 39,resources.reslblHelp2_value,Boolean.TRUE,104,145,INTEGERS[2],new Short((short)210),199}
219     );
220 
221   }
222 
buildStep3()223   public void buildStep3() {
224     lblTitle3 = insertLabel("lblTitle3",
225       PROPS_LABEL_B,
226       new Object[] { fontDescriptor4,INTEGER_16,resources.reslblTitle3_value,Boolean.TRUE,91,INTEGERS[8],INTEGERS[3],new Short((short)300),212}
227     );
228     chkMeetingTitle = insertCheckBox("chkMeetingTitle", null,
229       PROPS_CHECK,
230       new Object[] { INTEGERS[8],CHKMEETINGTITLE_HID,resources.reschkMeetingTitle_value,97,32,new Short((short)1),INTEGERS[3],new Short((short)301),69}
231     );
232     chkRead = insertCheckBox("chkRead", null,
233       PROPS_CHECK,
234       new Object[] { INTEGERS[8],CHKREAD_HID,resources.reschkRead_value,97,46,new Short((short)0),INTEGERS[3],new Short((short)302),162}
235     );
236     chkBring = insertCheckBox("chkBring", null,
237       PROPS_CHECK,
238       new Object[] { INTEGERS[8],CHKBRING_HID,resources.reschkBring_value,97,60,new Short((short)0),INTEGERS[3],new Short((short)303),162}
239     );
240     chkNotes = insertCheckBox("chkNotes", null,
241       PROPS_CHECK,
242       new Object[] { INTEGERS[8],CHKNOTES_HID,resources.reschkNotes_value,97,74,new Short((short)1),INTEGERS[3],new Short((short)304),160}
243     );
244     imgHelp3 = insertImage("imgHelp3",
245             PROPS_IMAGE,
246             new Object[] { NO_BORDER, INTEGERS[10],IMGHELP1_HID,AgendaWizardDialogConst.INFO_IMAGE_URL, 92,145,Boolean.FALSE, INTEGERS[3],new Short((short)305),INTEGERS[10]}
247           );
248     lblHelp3 = insertLabel("lblHelp3",
249       PROPS_TEXTAREA,
250       new Object[] { 39,resources.reslblHelp3_value,Boolean.TRUE,104,145,INTEGERS[3],new Short((short)306),199}
251     );
252   }
253 
buildStep4()254   public void buildStep4() {
255     lblTitle5 = insertLabel("lblTitle5",
256       PROPS_LABEL_B,
257       new Object[] { fontDescriptor4,INTEGER_16,resources.reslblTitle5_value,Boolean.TRUE,91,INTEGERS[8],INTEGERS[4],new Short((short)400),212}
258     );
259     chkConvenedBy = insertCheckBox("chkConvenedBy", null,
260       PROPS_CHECK,
261       new Object[] { INTEGERS[8],CHKCONVENEDBY_HID,resources.reschkConvenedBy_value,97,32,new Short((short)1),INTEGERS[4],new Short((short)401),150}
262     );
263     chkPresiding = insertCheckBox("chkPresiding", null,
264       PROPS_CHECK,
265       new Object[] { INTEGERS[8],CHKPRESIDING_HID,resources.reschkPresiding_value,97,46,new Short((short)0),INTEGERS[4],new Short((short)402),150}
266     );
267     chkNoteTaker = insertCheckBox("chkNoteTaker", null,
268       PROPS_CHECK,
269       new Object[] { INTEGERS[8],CHKNOTETAKER_HID,resources.reschkNoteTaker_value,97,60,new Short((short)0),INTEGERS[4],new Short((short)403),150}
270     );
271     chkTimekeeper = insertCheckBox("chkTimekeeper", null,
272       PROPS_CHECK,
273       new Object[] { INTEGERS[8],CHKTIMEKEEPER_HID,resources.reschkTimekeeper_value,97,74,new Short((short)0),INTEGERS[4],new Short((short)404),150}
274     );
275     chkAttendees = insertCheckBox("chkAttendees", null,
276       PROPS_CHECK,
277       new Object[] { INTEGERS[8],CHKATTENDEES_HID,resources.reschkAttendees_value,97,88,new Short((short)1),INTEGERS[4],new Short((short)405),150}
278     );
279     chkObservers = insertCheckBox("chkObservers", null,
280       PROPS_CHECK,
281       new Object[] { INTEGERS[8],CHKOBSERVERS_HID,resources.reschkObservers_value,97,102,new Short((short)0),INTEGERS[4],new Short((short)406),150}
282     );
283     chkResourcePersons = insertCheckBox("chkResourcePersons", null,
284       PROPS_CHECK,
285       new Object[] { INTEGERS[8],CHKRESOURCEPERSONS_HID,resources.reschkResourcePersons_value,97,116,new Short((short)0),INTEGERS[4],new Short((short)407),150}
286     );
287     imgHelp4 = insertImage("imgHelp4",
288             PROPS_IMAGE,
289             new Object[] { NO_BORDER, INTEGERS[10],IMGHELP1_HID,AgendaWizardDialogConst.INFO_IMAGE_URL, 92,145,Boolean.FALSE, INTEGERS[4],new Short((short)408),INTEGERS[10]}
290           );
291     lblHelp4 = insertLabel("lblHelp4",
292       PROPS_TEXTAREA,
293       new Object[] { 39,resources.reslblHelp4_value,Boolean.TRUE,104,145,INTEGERS[4],new Short((short)409),199}
294     );
295   }
296 
buildStep5()297   public void buildStep5() {
298     lblTitle4 = insertLabel("lblTitle4",
299       PROPS_LABEL_B,
300       new Object[] { fontDescriptor4,INTEGER_16,resources.reslblTitle4_value,Boolean.TRUE,91,INTEGERS[8],INTEGERS[5],new Short((short)500),212}
301     );
302     lblTopic = insertLabel("lblTopic",
303       PROPS_TEXT,
304       new Object[] { INTEGERS[8],resources.reslblTopic_value,107,28,INTEGERS[5],new Short((short)71),501}
305     );
306     lblResponsible = insertLabel("lblResponsible",
307       PROPS_TEXT,
308       new Object[] { INTEGERS[8],resources.reslblResponsible_value,195,28,INTEGERS[5],new Short((short)72),502}
309     );
310     lblDuration = insertLabel("lblDuration",
311       PROPS_TEXT,
312       new Object[] { INTEGERS[8],resources.reslblDuration_value,267,28,INTEGERS[5],new Short((short)73),503}
313     );
314 
315 
316 
317 
318 
319     btnInsert = insertButton("btnInsert", BTNINSERT_ACTION_PERFORMED,
320             PROPS_BUTTON,
321             new Object[] { INTEGER_14,BTNINSERT_HID,resources.resButtonInsert,92,136,INTEGERS[5],new Short((short)580),INTEGER_40}
322           );
323     btnRemove = insertButton("btnRemove", BTNREMOVE_ACTION_PERFORMED,
324             PROPS_BUTTON,
325             new Object[] { INTEGER_14,BTNREMOVE_HID,resources.resButtonRemove,134,136,INTEGERS[5],new Short((short)581),INTEGER_40}
326           );
327     btnUp = insertButton("btnUp", BTNUP_ACTION_PERFORMED,
328             PROPS_BUTTON,
329             new Object[] { INTEGER_14,BTNUP_HID,resources.resButtonUp,222,136,INTEGERS[5],new Short((short)582),INTEGER_40}
330           );
331     btnDown = insertButton("btnDown", BTNDOWN_ACTION_PERFORMED,
332             PROPS_BUTTON,
333             new Object[] { INTEGER_14,BTNDOWN_HID,resources.resButtonDown,264,136,INTEGERS[5],new Short((short)583),INTEGER_40}
334           );
335 
336 
337   }
338 
buildStep6()339   public void buildStep6() {
340 
341     lblTitle6 = insertLabel("lblTitle6",
342       PROPS_LABEL_B,
343       new Object[] { fontDescriptor4,INTEGER_16,resources.reslblTitle6_value,Boolean.TRUE,91,INTEGERS[8],INTEGERS[6],new Short((short)600),212}
344     );
345     lblHelpPg6 = insertLabel("lblHelpPg6",
346             PROPS_TEXTAREA,
347             new Object[] { 24,resources.reslblHelpPg6_value,Boolean.TRUE,97,32,INTEGERS[6],new Short((short)601),204}
348           );
349 
350     lblTemplateName = insertLabel("lblTemplateName",
351       PROPS_TEXT,
352       new Object[] { INTEGERS[8],resources.reslblTemplateName_value,97,62,INTEGERS[6],new Short((short)602),101}
353     );
354     txtTemplateName = insertTextField("txtTemplateName", TXTTEMPLATENAME_TEXT_CHANGED,
355       PROPS_X,
356       new Object[] { INTEGER_12,TXTTEMPLATENAME_HID,202,60,INTEGERS[6],new Short((short)603),100}
357     );
358     lblProceed = insertLabel("lblProceed",
359       PROPS_TEXT,
360       new Object[] { INTEGERS[8],resources.reslblProceed_value,97,101,INTEGERS[6],new Short((short)607),204}
361     );
362     optCreateAgenda = insertRadioButton("optCreateAgenda", null,
363       PROPS_CHECK,
364       new Object[] { INTEGERS[8],OPTCREATEAGENDA_HID,resources.resoptCreateAgenda_value,103,113,new Short((short)1),INTEGERS[6],new Short((short)608),198}
365     );
366     optMakeChanges = insertRadioButton("optMakeChanges", null,
367       PROPS_BUTTON,
368       new Object[] { INTEGERS[8],OPTMAKECHANGES_HID,resources.resoptMakeChanges_value,103,125,INTEGERS[6],new Short((short)609),198}
369     );
370     imgHelp6 = insertImage("imgHelp6",
371             PROPS_IMAGE,
372             new Object[] { NO_BORDER, INTEGERS[10],IMGHELP1_HID,AgendaWizardDialogConst.INFO_IMAGE_URL, 92,145,Boolean.FALSE, INTEGERS[6],new Short((short)610),INTEGERS[10]}
373           );
374     lblHelp6 = insertLabel("lblHelp6",
375             PROPS_TEXTAREA,
376             new Object[] { 39,resources.reslblHelp6_value,Boolean.TRUE,104,145,INTEGERS[6],new Short((short)611),199}
377           );
378 
379   }
380 
381 }
382