.getString( "ObjectClassFormEditorOverviewPage.Manage_Aliases" ), SWT.PUSH ); //$NON-NLS-1$
aliases_button.setLayoutData( new GridData( SWT.NONE, SWT.BEGINNING, false, false ) );
// OID Field
toolkit.createLabel( client_general_information, Messages.getString( "ObjectClassFormEditorOverviewPage.OID" ) ); //$NON-NLS-1$
oid_text = toolkit.createText( client_general_information, "" ); //$NON-NLS-1$
oid_text.setLayoutData( new GridData( SWT.FILL, SWT.NONE, true, false ) );
// DESCRIPTION Field
toolkit.createLabel( client_general_information, Messages
.getString( "ObjectClassFormEditorOverviewPage.Description" ) ); //$NON-NLS-1$