oid_text.setLayoutData( new GridData( SWT.FILL, 0, true, false, 2, 1 ) );
// DESCRIPTION Field
toolkit.createLabel( client_general_information, Messages
.getString( "AttributeTypeFormEditorOverviewPage.Description" ) ); //$NON-NLS-1$
description_text = toolkit.createText( client_general_information, "", SWT.MULTI | SWT.V_SCROLL ); //$NON-NLS-1$
description_text.setLayoutData( new GridData( SWT.FILL, SWT.FILL, true, true, 2, 1 ) );
// SUP Combo
sup_label = toolkit.createHyperlink( client_general_information, Messages
.getString( "AttributeTypeFormEditorOverviewPage.Superior_type" ), SWT.WRAP ); //$NON-NLS-1$