C# Class mRemoteNG.App.Runtime

显示文件 Open project: mRemoteNG/mRemoteNG

Private Properties

Property Type Description
BuildConnectionWindowContextMenu void
CreateBackupFile void
CreateRenameMenuItem System.Windows.Forms.ToolStripMenuItem
CreateScreensMenuItem System.Windows.Forms.ToolStripMenuItem
GetDefaultStartupConnectionFileName string
GoToUrl void
LoadConnectionsBGd void
PrepareTabControllerSupport void
PruneBackupFiles void
SaveConnectionsBGd void
SetConnectionWindowTitle void
ShowConnectionWindow void
cMenConnectionPanelRename_Click void
cMenConnectionPanelScreen_Click void
cMenConnectionPanelScreens_DropDownOpening void

Public Methods

Method Description
AddPanel ( string title = "", bool noTabber = false ) : Form
CreateQuickConnect ( string connectionString, ProtocolType protocol ) : ConnectionInfo
FontOverride ( Control ctlParent ) : void
GetExtAppByName ( string name ) : ExternalTool
GetStartupConnectionFileName ( ) : string
GoToBugs ( ) : void
GoToDonate ( ) : void
GoToForum ( ) : void
GoToWebsite ( ) : void
LoadConnections ( bool withDialog = false, bool update = false ) : void
LoadConnectionsAsync ( ) : void
NewConnections ( string filename ) : void
SaveConnections ( ) : void
SaveConnectionsAs ( ) : void
SaveConnectionsAsync ( ) : void

Private Methods

Method Description
BuildConnectionWindowContextMenu ( DockContent pnlcForm ) : void
CreateBackupFile ( string fileName ) : void
CreateRenameMenuItem ( DockContent pnlcForm ) : ToolStripMenuItem
CreateScreensMenuItem ( DockContent pnlcForm ) : ToolStripMenuItem
GetDefaultStartupConnectionFileName ( ) : string
GoToUrl ( string url ) : void
LoadConnectionsBGd ( ) : void
PrepareTabControllerSupport ( bool noTabber, ConnectionWindow connectionForm ) : void
PruneBackupFiles ( string baseName ) : void
SaveConnectionsBGd ( ) : void
SetConnectionWindowTitle ( string title, ConnectionWindow connectionForm ) : void
ShowConnectionWindow ( ConnectionWindow connectionForm ) : void
cMenConnectionPanelRename_Click ( object sender, EventArgs e ) : void
cMenConnectionPanelScreen_Click ( object sender, EventArgs e ) : void
cMenConnectionPanelScreens_DropDownOpening ( object sender, EventArgs e ) : void

Method Details

AddPanel() public static method

public static AddPanel ( string title = "", bool noTabber = false ) : Form
title string
noTabber bool
return System.Windows.Forms.Form

CreateQuickConnect() public static method

public static CreateQuickConnect ( string connectionString, ProtocolType protocol ) : ConnectionInfo
connectionString string
protocol ProtocolType
return ConnectionInfo

FontOverride() public static method

public static FontOverride ( Control ctlParent ) : void
ctlParent System.Windows.Forms.Control
return void

GetExtAppByName() public static method

public static GetExtAppByName ( string name ) : ExternalTool
name string
return mRemoteNG.Tools.ExternalTool

GetStartupConnectionFileName() public static method

public static GetStartupConnectionFileName ( ) : string
return string

GoToBugs() public static method

public static GoToBugs ( ) : void
return void

GoToDonate() public static method

public static GoToDonate ( ) : void
return void

GoToForum() public static method

public static GoToForum ( ) : void
return void

GoToWebsite() public static method

public static GoToWebsite ( ) : void
return void

LoadConnections() public static method

public static LoadConnections ( bool withDialog = false, bool update = false ) : void
withDialog bool
update bool
return void

LoadConnectionsAsync() public static method

public static LoadConnectionsAsync ( ) : void
return void

NewConnections() public static method

public static NewConnections ( string filename ) : void
filename string
return void

SaveConnections() public static method

public static SaveConnections ( ) : void
return void

SaveConnectionsAs() public static method

public static SaveConnectionsAs ( ) : void
return void

SaveConnectionsAsync() public static method

public static SaveConnectionsAsync ( ) : void
return void