C# Класс SuperPutty.dlgEditSession

Наследование: System.Windows.Forms.Form
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
GetDefaultPort ( ConnectionProtocol protocol ) : int
dlgEditSession ( SessionData session, ImageList iconList ) : System

Защищенные методы

Метод Описание
OnLoad ( EventArgs e ) : void

Приватные методы

Метод Описание
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

Описание методов

GetDefaultPort() публичный статический Метод

public static GetDefaultPort ( ConnectionProtocol protocol ) : int
protocol ConnectionProtocol
Результат int

OnLoad() защищенный Метод

protected OnLoad ( EventArgs e ) : void
e System.EventArgs
Результат void

dlgEditSession() публичный Метод

public dlgEditSession ( SessionData session, ImageList iconList ) : System
session SessionData
iconList System.Windows.Forms.ImageList
Результат System