C# Class SuperPutty.dlgEditSession

Inheritance: System.Windows.Forms.Form
Afficher le fichier Open project: sepich/superputty Class Usage Examples

Méthodes publiques

Méthode Description
GetDefaultPort ( ConnectionProtocol protocol ) : int
dlgEditSession ( SessionData session, ImageList iconList ) : System

Méthodes protégées

Méthode Description
OnLoad ( EventArgs e ) : void

Private Methods

Méthode Description
EnableDisableSaveButton ( ) : void
OnItemClicked ( object sender, SuperPutty.Gui.ImageListPopupEventArgs e ) : void
PopulatePuttySettings ( ) : void
SetError ( Control control, string error ) : void
buttonCancel_Click ( object sender, EventArgs e ) : void
buttonImageSelect_Click ( object sender, EventArgs e ) : void
buttonSave_Click ( object sender, EventArgs e ) : void
comboBoxPuttyProfile_SelectedIndexChanged ( object sender, EventArgs e ) : void
comboBoxPuttyProfile_Validating ( object sender, CancelEventArgs e ) : void
radioButtonCygterm_CheckedChanged ( object sender, EventArgs e ) : void

Special UI handling for cygterm or mintty sessions

radioButtonRaw_CheckedChanged ( object sender, EventArgs e ) : void
radioButtonRlogin_CheckedChanged ( object sender, EventArgs e ) : void
radioButtonSSH_CheckedChanged ( object sender, EventArgs e ) : void
radioButtonTelnet_CheckedChanged ( object sender, EventArgs e ) : void
textBoxHostname_Validating ( object sender, CancelEventArgs e ) : void
textBoxPort_Validated ( object sender, EventArgs e ) : void
textBoxPort_Validating ( object sender, CancelEventArgs e ) : void
textBoxSessionName_Validated ( object sender, EventArgs e ) : void
textBoxSessionName_Validating ( object sender, CancelEventArgs e ) : void

Method Details

GetDefaultPort() public static méthode

public static GetDefaultPort ( ConnectionProtocol protocol ) : int
protocol ConnectionProtocol
Résultat int

OnLoad() protected méthode

protected OnLoad ( EventArgs e ) : void
e System.EventArgs
Résultat void

dlgEditSession() public méthode

public dlgEditSession ( SessionData session, ImageList iconList ) : System
session SessionData
iconList System.Windows.Forms.ImageList
Résultat System