this.operationParametersConfigurationHolder = new EnhancedHLayout();
this.operationParametersConfigurationHolder.setVisible(false);
contentPane.addMember(this.operationParametersConfigurationHolder);
HTMLFlow hr = new HTMLFlow("<hr/>");
contentPane.addMember(hr);
this.triggerEditor = new JobTriggerEditor(isReadOnly());
contentPane.addMember(this.triggerEditor);
hr = new HTMLFlow("<hr/>");
contentPane.addMember(hr);
this.notesForm = new EnhancedDynamicForm(isReadOnly(), isNewRecord());
this.notesForm.setColWidths(FIRST_COLUMN_WIDTH, "50%", "140", "50%");