Property | Type | Description | |
---|---|---|---|
DbMode | DatabaseMode |
Method | Description | |
---|---|---|
DatabaseConfigForm ( DatabaseMode Mode ) : System |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
Method | Description | |
---|---|---|
CancelBtn_Click ( object sender, |
Event fired when the cancel button is clicked
|
|
InitializeComponent ( ) : void |
Required method for Designer support - do not modify the contents of this method with the code editor.
|
|
NextBtn_Click ( object sender, |
Event fired when the next button is clicked
|
|
SaveBtn_Click ( object sender, |
Event fired when the save button is clicked
|
|
SetConfigSettings ( ) : bool |
Sets the current config settings, but does not save the settings to the app.config file
|
|
ShowHideBtn_Click ( object sender, |
Hides or shows the password characters
|
|
TestBtn_Click ( object sender, |
Event fired when the Test button is clicked
|
|
TypeSelect_SelectedIndexChanged ( object sender, |
Event fired when the database type selection has changed
|
public DatabaseConfigForm ( DatabaseMode Mode ) : System | ||
Mode | DatabaseMode | |
return | System |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
return | void |