PanelExportConfiguration._EXPORT_DATA_RELATED_MODULES, Boolean.TRUE, ComponentFactory._CHECKBOX,
"", DcResources.getText("lblExportModuleItemsSub"), false, false));
group.add(new Setting(DcRepository.ValueTypes._STRING, PanelExportConfiguration._PATH, null, ComponentFactory._DIRECTORYFIELD,
"", DcResources.getText("lblExportModulePath"), true, true));
settingsPanel = new SettingsPanel(group, true);
settingsPanel.setVisible(true);
settingsPanel.initializeSettings();
add(settingsPanel, Layout.getGBC(0, 0, 1, 1, 1.0, 1.0
,GridBagConstraints.NORTHWEST, GridBagConstraints.BOTH,