C# Class Poderosa.Sessions.OpenSessionDialog

Open-Session dialog
Inheritance: System.Windows.Forms.Form, IInterruptableConnectorClient
Afficher le fichier Open project: poderosaproject/poderosa Class Usage Examples

Protected Properties

Свойство Type Description
_cancelButton System.Windows.Forms.Button
_loginButton System.Windows.Forms.Button

Méthodes publiques

Méthode Description
ConnectionFailed ( string message ) : void
OpenSessionDialog ( ) : System

Default constructor for UI designer

OpenSessionDialog ( IPoderosaMainWindow mainWindow ) : System

Constructor

SuccessfullyExit ( ITerminalConnection result ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

ProcessDialogKey ( Keys key ) : bool

Private Methods

Méthode 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 méthode

public ConnectionFailed ( string message ) : void
message string
Résultat void

Dispose() protected méthode

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

OpenSessionDialog() public méthode

Default constructor for UI designer
public OpenSessionDialog ( ) : System
Résultat System

OpenSessionDialog() public méthode

Constructor
public OpenSessionDialog ( IPoderosaMainWindow mainWindow ) : System
mainWindow IPoderosaMainWindow main window
Résultat System

ProcessDialogKey() protected méthode

protected ProcessDialogKey ( Keys key ) : bool
key Keys
Résultat bool

SuccessfullyExit() public méthode

public SuccessfullyExit ( ITerminalConnection result ) : void
result ITerminalConnection
Résultat void

Property Details

_cancelButton protected_oe property

protected System.Windows.Forms.Button _cancelButton
Résultat System.Windows.Forms.Button

_loginButton protected_oe property

protected System.Windows.Forms.Button _loginButton
Résultat System.Windows.Forms.Button