C# Class SuperPutty.dlgEditSession

Inheritance: System.Windows.Forms.Form
ファイルを表示 Open project: sepich/superputty Class Usage Examples

Public Methods

Method Description
GetDefaultPort ( ConnectionProtocol protocol ) : int
dlgEditSession ( SessionData session, ImageList iconList ) : System

Protected Methods

Method Description
OnLoad ( EventArgs e ) : void

Private Methods

Method 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 method

public static GetDefaultPort ( ConnectionProtocol protocol ) : int
protocol ConnectionProtocol
return int

OnLoad() protected method

protected OnLoad ( EventArgs e ) : void
e System.EventArgs
return void

dlgEditSession() public method

public dlgEditSession ( SessionData session, ImageList iconList ) : System
session SessionData
iconList System.Windows.Forms.ImageList
return System