Group parentGroup = createParentInformationGroup(subform);
GridData parentInfoLayoutData = new GridData(GridData.FILL_HORIZONTAL);
parentInfoLayoutData.horizontalSpan = 2;
parentGroup.setLayoutData(parentInfoLayoutData);
txtName = factory.createText(subform, "Itemname:", "name");
txtName.setLayoutData(new GridData(GridData.FILL_HORIZONTAL));
Combo itemTypeCombo = factory.createCombo(subform, "Type:", "type");
_chkItemList = factory.createCheckBox(subform, "List:", "Enabled", "list");
_lblInitialValues = new Label(subform, SWT.NONE);