Méthode | Description | |
---|---|---|
DisableForCredentialsOnly ( ) : void |
Allows disabling all controls except for the ones to put in the credentials. This is useful when Trados Studio receives a credential exception (i.e. when we throw it from the Factory class if there are no credentials configured), because any changes in the form to other settings cannot be saved in this case, so the user could be confused. This converts the settings form into a form that just takes the credentials.
|
|
MtProviderConfDialog ( |
||
MtProviderConfDialog ( |
Méthode | Description | |
---|---|---|
BrowseEditFile ( ) : string | ||
LoadResources ( ) : void |
Loads strings to the form from our resources file....defaults have been set in the designer so this can be called in a try block
|
|
ShowCredBox ( ) : void | ||
UpdateDialog ( ) : void | ||
ValidateForm ( ) : bool | ||
btnBrowsePostEditFile_Click ( object sender, |
||
btnBrowsePreEdit_Click ( object sender, |
||
btnDeleteSavedGoogleKey_Click ( object sender, |
||
btnDeleteSavedMicrosoftCreds_Click ( object sender, |
||
btn_Cancel_Click ( object sender, |
||
btn_OK_Click ( object sender, |
||
chkCatId_CheckedChanged ( object sender, |
||
chkUsePostEdit_CheckedChanged ( object sender, |
||
chkUsePreEdit_CheckedChanged ( object sender, |
||
comboProvider_SelectedIndexChanged ( object sender, |
||
editControlsSetEnabled ( |
Enables or disables a set of controls based on whether the given checkbox is checked or unchecked.
|
public DisableForCredentialsOnly ( ) : void | ||
Résultat | void |
public MtProviderConfDialog ( |
||
options | ||
credentialStore | ITranslationProviderCredentialStore | |
Résultat | System |
public MtProviderConfDialog ( |
||
options | ||
caption | string | |
credentialStore | ITranslationProviderCredentialStore | |
Résultat | System |