scriptGroup = new Group(result, SWT.NONE);
scriptGroup.setLayout(new GridLayout(3, false));
scriptGroup.setLayoutData(gd);
scriptGroup.setText(getScriptLabel());
buttonGroup = new SelectionButtonDialogFieldGroup(SWT.RADIO,
new String[] { getProjectChoiceLabel(),
getGlobalChoiceLabel() }, 2);
buttonGroup.setLabelText(getButtonGroupLabel());
buttonGroup.doFillIntoGrid(scriptGroup, 3);
buttonGroup