C# Class mRemoteNG.Config.Settings.SettingsLoader

Show file Open project: mRemoteNG/mRemoteNG Class Usage Examples

Private Properties

Property Type Description
AddDynamicPanels void
AddStaticPanels void
EnsureSettingsAreSavedInNewestVersion void
LoadExternalAppsFromXml void
LoadPanelsFromXml void
LoadToolbarsFromSettings void
SetAlwaysShowPanelTabs void
SetApplicationWindowPositionAndSize void
SetAutoSave void
SetConDefaultPassword void
SetKioskMode void
SetPuttyPath void
SetShowSystemTrayIcon void
SetSupportedCulture void
SetTheme void
SetToolbarsDefault void
ToolStripPanelFromString System.Windows.Forms.ToolStripPanel
UpgradeSettingsVersion void

Public Methods

Method Description
LoadSettings ( ) : void
SettingsLoader ( frmMain mainForm ) : System

Private Methods

Method Description
AddDynamicPanels ( ) : void
AddStaticPanels ( ) : void
EnsureSettingsAreSavedInNewestVersion ( ) : void
LoadExternalAppsFromXml ( ) : void
LoadPanelsFromXml ( ) : void
LoadToolbarsFromSettings ( ) : void
SetAlwaysShowPanelTabs ( ) : void
SetApplicationWindowPositionAndSize ( ) : void
SetAutoSave ( ) : void
SetConDefaultPassword ( ) : void
SetKioskMode ( ) : void
SetPuttyPath ( ) : void
SetShowSystemTrayIcon ( ) : void
SetSupportedCulture ( ) : void
SetTheme ( ) : void
SetToolbarsDefault ( ) : void
ToolStripPanelFromString ( string Panel ) : ToolStripPanel
UpgradeSettingsVersion ( ) : void

Method Details

LoadSettings() public method

public LoadSettings ( ) : void
return void

SettingsLoader() public method

public SettingsLoader ( frmMain mainForm ) : System
mainForm mRemoteNG.UI.Forms.frmMain
return System