C# 클래스 Poderosa.Sessions.OpenSessionDialog

Open-Session dialog
상속: System.Windows.Forms.Form, IInterruptableConnectorClient
파일 보기 프로젝트 열기: poderosaproject/poderosa 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
_cancelButton System.Windows.Forms.Button
_loginButton System.Windows.Forms.Button

공개 메소드들

메소드 설명
ConnectionFailed ( string message ) : void
OpenSessionDialog ( ) : System

Default constructor for UI designer

OpenSessionDialog ( IPoderosaMainWindow mainWindow ) : System

Constructor

SuccessfullyExit ( ITerminalConnection result ) : void

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Clean up any resources being used.

ProcessDialogKey ( Keys key ) : bool

비공개 메소드들

메소드 설명
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

Interrupt ( ) : void
Localize ( ) : void
OpenSessionDialog_FormClosing ( object sender, FormClosingEventArgs e ) : void
OpenSessionDialog_Load ( object sender, EventArgs e ) : void
OpenSessionDialog_Shown ( object sender, EventArgs e ) : void
ResumeFromOpeningSession ( ) : void
SetupOpenSessionTabs ( ) : void
UpdateFocus ( ) : void
_cancelButton_Click ( object sender, EventArgs e ) : void
_loginButton_Click ( object sender, EventArgs e ) : void
_sessionTypeTab_SelectedIndexChanged ( object sender, EventArgs e ) : void

메소드 상세

ConnectionFailed() 공개 메소드

public ConnectionFailed ( string message ) : void
message string
리턴 void

Dispose() 보호된 메소드

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
리턴 void

OpenSessionDialog() 공개 메소드

Default constructor for UI designer
public OpenSessionDialog ( ) : System
리턴 System

OpenSessionDialog() 공개 메소드

Constructor
public OpenSessionDialog ( IPoderosaMainWindow mainWindow ) : System
mainWindow IPoderosaMainWindow main window
리턴 System

ProcessDialogKey() 보호된 메소드

protected ProcessDialogKey ( Keys key ) : bool
key Keys
리턴 bool

SuccessfullyExit() 공개 메소드

public SuccessfullyExit ( ITerminalConnection result ) : void
result ITerminalConnection
리턴 void

프로퍼티 상세

_cancelButton 보호되어 있는 프로퍼티

protected System.Windows.Forms.Button _cancelButton
리턴 System.Windows.Forms.Button

_loginButton 보호되어 있는 프로퍼티

protected System.Windows.Forms.Button _loginButton
리턴 System.Windows.Forms.Button