new String[] {"Height", "Label", "PositionX", "PositionY", "Step", "TabIndex", "Width"},
new Object[] {UIConsts.INTEGERS[8], sArrangementHeader[_formindex], new Integer(97), YPos, IControlStep, new Short(curtabindex++), new Integer(207)}
);
int nypos = SOBASEIMAGEYPOSITION + 12+ _formindex * SOIMAGELISTHEIGHT;
ilLayouts = new ImageList();
ilLayouts.setPos(new Size( 107,nypos));
ilLayouts.setImageSize(new Size(26,26));
ilLayouts.setCols(4);
ilLayouts.setRows(1);
ilLayouts.name = "ImageList_" + formindex;