Method | Description | |
---|---|---|
ImportSettingsForm ( |
Initializes a new ImportSettingsForm2.
|
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Verwendete Ressourcen bereinigen.
|
Method | Description | |
---|---|---|
DisplaySettings ( |
Displays the given Settings.
|
|
ImportSettingsForm_FormClosed ( object sender, FormClosedEventArgs e ) : void |
Gets called when the dialog is closed. Stores all settings.
|
|
ImportSettingsForm_KeyDown ( object sender, KeyEventArgs e ) : void |
Gets called when a key is pressed while the dialog is opened. Closes the dialog if the key is escape.
|
|
InitializeComponent ( ) : void |
Erforderliche Methode für die Designerunterstützung. Der Inhalt der Methode darf nicht mit dem Code-Editor geändert werden.
|
|
LocalizeComponents ( ) : void |
Displays the text for the current culture.
|
|
StoreSettings ( |
Stores the displayed settings to settings
|
|
chkCreateAssociations_CheckedChanged ( object sender, EventArgs e ) : void |
Gets called when the CreateAggregations-checkbox is (un)checked. Updates the user interface.
|
|
chkCreateRelationships_CheckedChanged ( object sender, EventArgs e ) : void |
Gets called when the CreateRelationships-checkbox is (un)checked. Updates the user interface.
|
|
cmdDeleteTemplate_Click ( object sender, EventArgs e ) : void |
Gets called when the DeleteTemplate-button is clicked. Deletes the actual template.
|
|
cmdLoadTemplate_Click ( object sender, EventArgs e ) : void |
Gets called when the LoadTemplate-button is clicked. Displays the settings belonging to the actual template.
|
|
cmdOK_Click ( object sender, EventArgs e ) : void |
Gets called when the OK-button is clicked. Closes the dialog.
|
|
cmdStoreTemplate_Click ( object sender, EventArgs e ) : void |
Gets called when the StoreTemplate-button is clicked. Stores the settings to a template.
|
|
dgvFilter_CellValueChanged ( object sender, DataGridViewCellEventArgs e ) : void |
Gets called when the data displayed at the filter list changed.
|
|
dgvFilter_CurrentCellDirtyStateChanged ( object sender, EventArgs e ) : void |
Gets called when the dirty state of a cell changed.
|
protected Dispose ( bool disposing ) : void | ||
disposing | bool | True, wenn verwaltete Ressourcen gelöscht werden sollen; andernfalls False. |
return | void |
public ImportSettingsForm ( |
||
settings | The |
|
return | System |