C# Class Poderosa.Sessions.OpenSessionDialog

Open-Session dialog
Inheritance: System.Windows.Forms.Form, IInterruptableConnectorClient
ファイルを表示 Open project: poderosaproject/poderosa Class Usage Examples

Protected Properties

Property Type Description
_cancelButton System.Windows.Forms.Button
_loginButton System.Windows.Forms.Button

Public Methods

Method Description
ConnectionFailed ( string message ) : void
OpenSessionDialog ( ) : System

Default constructor for UI designer

OpenSessionDialog ( IPoderosaMainWindow mainWindow ) : System

Constructor

SuccessfullyExit ( ITerminalConnection result ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

ProcessDialogKey ( Keys key ) : bool

Private Methods

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

Method Details

ConnectionFailed() public method

public ConnectionFailed ( string message ) : void
message string
return void

Dispose() protected method

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

OpenSessionDialog() public method

Default constructor for UI designer
public OpenSessionDialog ( ) : System
return System

OpenSessionDialog() public method

Constructor
public OpenSessionDialog ( IPoderosaMainWindow mainWindow ) : System
mainWindow IPoderosaMainWindow main window
return System

ProcessDialogKey() protected method

protected ProcessDialogKey ( Keys key ) : bool
key Keys
return bool

SuccessfullyExit() public method

public SuccessfullyExit ( ITerminalConnection result ) : void
result ITerminalConnection
return void

Property Details

_cancelButton protected_oe property

protected System.Windows.Forms.Button _cancelButton
return System.Windows.Forms.Button

_loginButton protected_oe property

protected System.Windows.Forms.Button _loginButton
return System.Windows.Forms.Button