Property | Type | Description | |
---|---|---|---|
_cancelButton | System.Windows.Forms.Button | ||
_loginButton | System.Windows.Forms.Button |
Method | Description | |
---|---|---|
ConnectionFailed ( string message ) : void | ||
OpenSessionDialog ( ) : System |
Default constructor for UI designer
|
|
OpenSessionDialog ( IPoderosaMainWindow mainWindow ) : System |
Constructor
|
|
SuccessfullyExit ( ITerminalConnection result ) : void |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
|
ProcessDialogKey ( Keys key ) : bool |
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, |
||
OpenSessionDialog_Load ( object sender, |
||
OpenSessionDialog_Shown ( object sender, |
||
ResumeFromOpeningSession ( ) : void | ||
SetupOpenSessionTabs ( ) : void | ||
UpdateFocus ( ) : void | ||
_cancelButton_Click ( object sender, |
||
_loginButton_Click ( object sender, |
||
_sessionTypeTab_SelectedIndexChanged ( object sender, |
public ConnectionFailed ( string message ) : void | ||
message | string | |
return | void |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
return | void |
public OpenSessionDialog ( IPoderosaMainWindow mainWindow ) : System | ||
mainWindow | IPoderosaMainWindow | main window |
return | System |
protected ProcessDialogKey ( Keys key ) : bool | ||
key | Keys | |
return | bool |
public SuccessfullyExit ( ITerminalConnection result ) : void | ||
result | ITerminalConnection | |
return | void |
protected System.Windows.Forms.Button _cancelButton | ||
return | System.Windows.Forms.Button |