C# 클래스 SuperPutty.dlgEditSession

상속: System.Windows.Forms.Form
파일 보기 프로젝트 열기: sepich/superputty 1 사용 예제들

공개 메소드들

메소드 설명
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