mirror of
https://github.com/xcp-ng/xenadmin.git
synced 2024-11-23 12:30:50 +01:00
b56e07f5eb
Removed EOL notice and added future Mantainership notice.
947 lines
42 KiB
C#
947 lines
42 KiB
C#
//------------------------------------------------------------------------------
|
|
// <auto-generated>
|
|
// This code was generated by a tool.
|
|
// Runtime Version:4.0.30319.42000
|
|
//
|
|
// Changes to this file may cause incorrect behavior and will be lost if
|
|
// the code is regenerated.
|
|
// </auto-generated>
|
|
//------------------------------------------------------------------------------
|
|
|
|
namespace XenAdmin.Properties {
|
|
|
|
|
|
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "17.8.0.0")]
|
|
internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase {
|
|
|
|
private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings())));
|
|
|
|
public static Settings Default {
|
|
get {
|
|
return defaultInstance;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("True")]
|
|
[global::System.Configuration.SettingsManageabilityAttribute(global::System.Configuration.SettingsManageability.Roaming)]
|
|
public bool ToolbarsEnabled {
|
|
get {
|
|
return ((bool)(this["ToolbarsEnabled"]));
|
|
}
|
|
set {
|
|
this["ToolbarsEnabled"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.SettingsManageabilityAttribute(global::System.Configuration.SettingsManageability.Roaming)]
|
|
public string[] ServerHistory {
|
|
get {
|
|
return ((string[])(this["ServerHistory"]));
|
|
}
|
|
set {
|
|
this["ServerHistory"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("True")]
|
|
[global::System.Configuration.SettingsManageabilityAttribute(global::System.Configuration.SettingsManageability.Roaming)]
|
|
public bool SaveSession {
|
|
get {
|
|
return ((bool)(this["SaveSession"]));
|
|
}
|
|
set {
|
|
this["SaveSession"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("True")]
|
|
[global::System.Configuration.SettingsManageabilityAttribute(global::System.Configuration.SettingsManageability.Roaming)]
|
|
public bool LocalSRsVisible {
|
|
get {
|
|
return ((bool)(this["LocalSRsVisible"]));
|
|
}
|
|
set {
|
|
this["LocalSRsVisible"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("False")]
|
|
[global::System.Configuration.SettingsManageabilityAttribute(global::System.Configuration.SettingsManageability.Roaming)]
|
|
public bool DefaultTemplatesVisible {
|
|
get {
|
|
return ((bool)(this["DefaultTemplatesVisible"]));
|
|
}
|
|
set {
|
|
this["DefaultTemplatesVisible"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("True")]
|
|
[global::System.Configuration.SettingsManageabilityAttribute(global::System.Configuration.SettingsManageability.Roaming)]
|
|
public bool UserTemplatesVisible {
|
|
get {
|
|
return ((bool)(this["UserTemplatesVisible"]));
|
|
}
|
|
set {
|
|
this["UserTemplatesVisible"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("1024, 769")]
|
|
[global::System.Configuration.SettingsManageabilityAttribute(global::System.Configuration.SettingsManageability.Roaming)]
|
|
public global::System.Drawing.Size WindowSize {
|
|
get {
|
|
return ((global::System.Drawing.Size)(this["WindowSize"]));
|
|
}
|
|
set {
|
|
this["WindowSize"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("150, 20")]
|
|
[global::System.Configuration.SettingsManageabilityAttribute(global::System.Configuration.SettingsManageability.Roaming)]
|
|
public global::System.Drawing.Point WindowLocation {
|
|
get {
|
|
return ((global::System.Drawing.Point)(this["WindowLocation"]));
|
|
}
|
|
set {
|
|
this["WindowLocation"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("False")]
|
|
[global::System.Configuration.SettingsManageabilityAttribute(global::System.Configuration.SettingsManageability.Roaming)]
|
|
public bool RequirePass {
|
|
get {
|
|
return ((bool)(this["RequirePass"]));
|
|
}
|
|
set {
|
|
this["RequirePass"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("True")]
|
|
[global::System.Configuration.SettingsManageabilityAttribute(global::System.Configuration.SettingsManageability.Roaming)]
|
|
public bool DoUpgrade {
|
|
get {
|
|
return ((bool)(this["DoUpgrade"]));
|
|
}
|
|
set {
|
|
this["DoUpgrade"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("3")]
|
|
[global::System.Configuration.SettingsManageabilityAttribute(global::System.Configuration.SettingsManageability.Roaming)]
|
|
public int FullScreenShortcutKey {
|
|
get {
|
|
return ((int)(this["FullScreenShortcutKey"]));
|
|
}
|
|
set {
|
|
this["FullScreenShortcutKey"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("True")]
|
|
[global::System.Configuration.SettingsManageabilityAttribute(global::System.Configuration.SettingsManageability.Roaming)]
|
|
public bool WindowsShortcuts {
|
|
get {
|
|
return ((bool)(this["WindowsShortcuts"]));
|
|
}
|
|
set {
|
|
this["WindowsShortcuts"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("True")]
|
|
[global::System.Configuration.SettingsManageabilityAttribute(global::System.Configuration.SettingsManageability.Roaming)]
|
|
public bool ReceiveSoundFromRDP {
|
|
get {
|
|
return ((bool)(this["ReceiveSoundFromRDP"]));
|
|
}
|
|
set {
|
|
this["ReceiveSoundFromRDP"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("True")]
|
|
[global::System.Configuration.SettingsManageabilityAttribute(global::System.Configuration.SettingsManageability.Roaming)]
|
|
public bool AutoSwitchToRDP {
|
|
get {
|
|
return ((bool)(this["AutoSwitchToRDP"]));
|
|
}
|
|
set {
|
|
this["AutoSwitchToRDP"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("True")]
|
|
[global::System.Configuration.SettingsManageabilityAttribute(global::System.Configuration.SettingsManageability.Roaming)]
|
|
public bool PreserveScaleWhenUndocked {
|
|
get {
|
|
return ((bool)(this["PreserveScaleWhenUndocked"]));
|
|
}
|
|
set {
|
|
this["PreserveScaleWhenUndocked"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("0")]
|
|
[global::System.Configuration.SettingsManageabilityAttribute(global::System.Configuration.SettingsManageability.Roaming)]
|
|
public int ProxySetting {
|
|
get {
|
|
return ((int)(this["ProxySetting"]));
|
|
}
|
|
set {
|
|
this["ProxySetting"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("")]
|
|
[global::System.Configuration.SettingsManageabilityAttribute(global::System.Configuration.SettingsManageability.Roaming)]
|
|
public string ProxyAddress {
|
|
get {
|
|
return ((string)(this["ProxyAddress"]));
|
|
}
|
|
set {
|
|
this["ProxyAddress"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("80")]
|
|
[global::System.Configuration.SettingsManageabilityAttribute(global::System.Configuration.SettingsManageability.Roaming)]
|
|
public int ProxyPort {
|
|
get {
|
|
return ((int)(this["ProxyPort"]));
|
|
}
|
|
set {
|
|
this["ProxyPort"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("True")]
|
|
[global::System.Configuration.SettingsManageabilityAttribute(global::System.Configuration.SettingsManageability.Roaming)]
|
|
public bool PreserveScaleWhenSwitchBackToVNC {
|
|
get {
|
|
return ((bool)(this["PreserveScaleWhenSwitchBackToVNC"]));
|
|
}
|
|
set {
|
|
this["PreserveScaleWhenSwitchBackToVNC"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("20000")]
|
|
[global::System.Configuration.SettingsManageabilityAttribute(global::System.Configuration.SettingsManageability.Roaming)]
|
|
public int ConnectionTimeout {
|
|
get {
|
|
return ((int)(this["ConnectionTimeout"]));
|
|
}
|
|
set {
|
|
this["ConnectionTimeout"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("40000")]
|
|
[global::System.Configuration.SettingsManageabilityAttribute(global::System.Configuration.SettingsManageability.Roaming)]
|
|
public int HttpTimeout {
|
|
get {
|
|
return ((int)(this["HttpTimeout"]));
|
|
}
|
|
set {
|
|
this["HttpTimeout"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("False")]
|
|
[global::System.Configuration.SettingsManageabilityAttribute(global::System.Configuration.SettingsManageability.Roaming)]
|
|
public bool ShowHiddenVMs {
|
|
get {
|
|
return ((bool)(this["ShowHiddenVMs"]));
|
|
}
|
|
set {
|
|
this["ShowHiddenVMs"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("True")]
|
|
[global::System.Configuration.SettingsManageabilityAttribute(global::System.Configuration.SettingsManageability.Roaming)]
|
|
public bool ClipboardAndPrinterRedirection {
|
|
get {
|
|
return ((bool)(this["ClipboardAndPrinterRedirection"]));
|
|
}
|
|
set {
|
|
this["ClipboardAndPrinterRedirection"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("1")]
|
|
[global::System.Configuration.SettingsManageabilityAttribute(global::System.Configuration.SettingsManageability.Roaming)]
|
|
public int DockShortcutKey {
|
|
get {
|
|
return ((int)(this["DockShortcutKey"]));
|
|
}
|
|
set {
|
|
this["DockShortcutKey"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.SettingsManageabilityAttribute(global::System.Configuration.SettingsManageability.Roaming)]
|
|
public string[] ServerAddressList {
|
|
get {
|
|
return ((string[])(this["ServerAddressList"]));
|
|
}
|
|
set {
|
|
this["ServerAddressList"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("True")]
|
|
[global::System.Configuration.SettingsManageabilityAttribute(global::System.Configuration.SettingsManageability.Roaming)]
|
|
public bool ConnectToServerConsole {
|
|
get {
|
|
return ((bool)(this["ConnectToServerConsole"]));
|
|
}
|
|
set {
|
|
this["ConnectToServerConsole"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("False")]
|
|
[global::System.Configuration.SettingsManageabilityAttribute(global::System.Configuration.SettingsManageability.Roaming)]
|
|
public bool WarnUnrecognizedCertificate {
|
|
get {
|
|
return ((bool)(this["WarnUnrecognizedCertificate"]));
|
|
}
|
|
set {
|
|
this["WarnUnrecognizedCertificate"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.SettingsManageabilityAttribute(global::System.Configuration.SettingsManageability.Roaming)]
|
|
public string[] KnownServers {
|
|
get {
|
|
return ((string[])(this["KnownServers"]));
|
|
}
|
|
set {
|
|
this["KnownServers"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("True")]
|
|
[global::System.Configuration.SettingsManageabilityAttribute(global::System.Configuration.SettingsManageability.Roaming)]
|
|
public bool WarnChangedCertificate {
|
|
get {
|
|
return ((bool)(this["WarnChangedCertificate"]));
|
|
}
|
|
set {
|
|
this["WarnChangedCertificate"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("True")]
|
|
[global::System.Configuration.SettingsManageabilityAttribute(global::System.Configuration.SettingsManageability.Roaming)]
|
|
public bool AllowXenCenterUpdates {
|
|
get {
|
|
return ((bool)(this["AllowXenCenterUpdates"]));
|
|
}
|
|
set {
|
|
this["AllowXenCenterUpdates"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("False")]
|
|
[global::System.Configuration.SettingsManageabilityAttribute(global::System.Configuration.SettingsManageability.Roaming)]
|
|
public bool SeenAllowUpdatesDialog {
|
|
get {
|
|
return ((bool)(this["SeenAllowUpdatesDialog"]));
|
|
}
|
|
set {
|
|
this["SeenAllowUpdatesDialog"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("False")]
|
|
[global::System.Configuration.SettingsManageabilityAttribute(global::System.Configuration.SettingsManageability.Roaming)]
|
|
public bool FillAreaUnderGraphs {
|
|
get {
|
|
return ((bool)(this["FillAreaUnderGraphs"]));
|
|
}
|
|
set {
|
|
this["FillAreaUnderGraphs"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("null")]
|
|
[global::System.Configuration.SettingsManageabilityAttribute(global::System.Configuration.SettingsManageability.Roaming)]
|
|
public string DefaultSearch {
|
|
get {
|
|
return ((string)(this["DefaultSearch"]));
|
|
}
|
|
set {
|
|
this["DefaultSearch"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("True")]
|
|
[global::System.Configuration.SettingsManageabilityAttribute(global::System.Configuration.SettingsManageability.Roaming)]
|
|
public bool LoadPlugins {
|
|
get {
|
|
return ((bool)(this["LoadPlugins"]));
|
|
}
|
|
set {
|
|
this["LoadPlugins"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.SettingsManageabilityAttribute(global::System.Configuration.SettingsManageability.Roaming)]
|
|
public string[] CslgCredentials {
|
|
get {
|
|
return ((string[])(this["CslgCredentials"]));
|
|
}
|
|
set {
|
|
this["CslgCredentials"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("")]
|
|
[global::System.Configuration.SettingsManageabilityAttribute(global::System.Configuration.SettingsManageability.Roaming)]
|
|
public string ServerStatusPath {
|
|
get {
|
|
return ((string)(this["ServerStatusPath"]));
|
|
}
|
|
set {
|
|
this["ServerStatusPath"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("False")]
|
|
[global::System.Configuration.SettingsManageabilityAttribute(global::System.Configuration.SettingsManageability.Roaming)]
|
|
public bool RollingUpgradeWizardShowFirstPage {
|
|
get {
|
|
return ((bool)(this["RollingUpgradeWizardShowFirstPage"]));
|
|
}
|
|
set {
|
|
this["RollingUpgradeWizardShowFirstPage"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("")]
|
|
[global::System.Configuration.SettingsManageabilityAttribute(global::System.Configuration.SettingsManageability.Roaming)]
|
|
public string ApplicationVersion {
|
|
get {
|
|
return ((string)(this["ApplicationVersion"]));
|
|
}
|
|
set {
|
|
this["ApplicationVersion"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("0")]
|
|
[global::System.Configuration.SettingsManageabilityAttribute(global::System.Configuration.SettingsManageability.Roaming)]
|
|
public int UncaptureShortcutKey {
|
|
get {
|
|
return ((int)(this["UncaptureShortcutKey"]));
|
|
}
|
|
set {
|
|
this["UncaptureShortcutKey"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("True")]
|
|
[global::System.Configuration.SettingsManageabilityAttribute(global::System.Configuration.SettingsManageability.Roaming)]
|
|
public bool DRFailoverWizardShowFirstPage {
|
|
get {
|
|
return ((bool)(this["DRFailoverWizardShowFirstPage"]));
|
|
}
|
|
set {
|
|
this["DRFailoverWizardShowFirstPage"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("True")]
|
|
[global::System.Configuration.SettingsManageabilityAttribute(global::System.Configuration.SettingsManageability.Roaming)]
|
|
public bool PinConnectionBar {
|
|
get {
|
|
return ((bool)(this["PinConnectionBar"]));
|
|
}
|
|
set {
|
|
this["PinConnectionBar"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("True")]
|
|
[global::System.Configuration.SettingsManageabilityAttribute(global::System.Configuration.SettingsManageability.Roaming)]
|
|
public bool ShowAboutDialog {
|
|
get {
|
|
return ((bool)(this["ShowAboutDialog"]));
|
|
}
|
|
set {
|
|
this["ShowAboutDialog"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("False")]
|
|
[global::System.Configuration.SettingsManageabilityAttribute(global::System.Configuration.SettingsManageability.Roaming)]
|
|
public bool ProvideProxyAuthentication {
|
|
get {
|
|
return ((bool)(this["ProvideProxyAuthentication"]));
|
|
}
|
|
set {
|
|
this["ProvideProxyAuthentication"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("")]
|
|
[global::System.Configuration.SettingsManageabilityAttribute(global::System.Configuration.SettingsManageability.Roaming)]
|
|
public string ProxyUsername {
|
|
get {
|
|
return ((string)(this["ProxyUsername"]));
|
|
}
|
|
set {
|
|
this["ProxyUsername"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("")]
|
|
[global::System.Configuration.SettingsManageabilityAttribute(global::System.Configuration.SettingsManageability.Roaming)]
|
|
public string ProxyPassword {
|
|
get {
|
|
return ((string)(this["ProxyPassword"]));
|
|
}
|
|
set {
|
|
this["ProxyPassword"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("False")]
|
|
[global::System.Configuration.SettingsManageabilityAttribute(global::System.Configuration.SettingsManageability.Roaming)]
|
|
public bool BypassProxyForServers {
|
|
get {
|
|
return ((bool)(this["BypassProxyForServers"]));
|
|
}
|
|
set {
|
|
this["BypassProxyForServers"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("1")]
|
|
[global::System.Configuration.SettingsManageabilityAttribute(global::System.Configuration.SettingsManageability.Roaming)]
|
|
public int ProxyAuthenticationMethod {
|
|
get {
|
|
return ((int)(this["ProxyAuthenticationMethod"]));
|
|
}
|
|
set {
|
|
this["ProxyAuthenticationMethod"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("False")]
|
|
[global::System.Configuration.SettingsManageabilityAttribute(global::System.Configuration.SettingsManageability.Roaming)]
|
|
public bool DoNotConfirmDismissAlerts {
|
|
get {
|
|
return ((bool)(this["DoNotConfirmDismissAlerts"]));
|
|
}
|
|
set {
|
|
this["DoNotConfirmDismissAlerts"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("False")]
|
|
[global::System.Configuration.SettingsManageabilityAttribute(global::System.Configuration.SettingsManageability.Roaming)]
|
|
public bool DoNotConfirmDismissEvents {
|
|
get {
|
|
return ((bool)(this["DoNotConfirmDismissEvents"]));
|
|
}
|
|
set {
|
|
this["DoNotConfirmDismissEvents"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("False")]
|
|
[global::System.Configuration.SettingsManageabilityAttribute(global::System.Configuration.SettingsManageability.Roaming)]
|
|
public bool DoNotConfirmDismissUpdates {
|
|
get {
|
|
return ((bool)(this["DoNotConfirmDismissUpdates"]));
|
|
}
|
|
set {
|
|
this["DoNotConfirmDismissUpdates"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("")]
|
|
[global::System.Configuration.SettingsManageabilityAttribute(global::System.Configuration.SettingsManageability.Roaming)]
|
|
public string HelpLastUsed {
|
|
get {
|
|
return ((string)(this["HelpLastUsed"]));
|
|
}
|
|
set {
|
|
this["HelpLastUsed"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("False")]
|
|
[global::System.Configuration.SettingsManageabilityAttribute(global::System.Configuration.SettingsManageability.Roaming)]
|
|
public bool EjectSharedIsoOnUpdate {
|
|
get {
|
|
return ((bool)(this["EjectSharedIsoOnUpdate"]));
|
|
}
|
|
set {
|
|
this["EjectSharedIsoOnUpdate"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("False")]
|
|
[global::System.Configuration.SettingsManageabilityAttribute(global::System.Configuration.SettingsManageability.Roaming)]
|
|
public bool ShowUpdatesByServer {
|
|
get {
|
|
return ((bool)(this["ShowUpdatesByServer"]));
|
|
}
|
|
set {
|
|
this["ShowUpdatesByServer"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("True")]
|
|
[global::System.Configuration.SettingsManageabilityAttribute(global::System.Configuration.SettingsManageability.Roaming)]
|
|
public bool RememberLastSelectedTab {
|
|
get {
|
|
return ((bool)(this["RememberLastSelectedTab"]));
|
|
}
|
|
set {
|
|
this["RememberLastSelectedTab"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.SettingsManageabilityAttribute(global::System.Configuration.SettingsManageability.Roaming)]
|
|
public global::System.Windows.Forms.AutoCompleteStringCollection VMwareServerHistory {
|
|
get {
|
|
return ((global::System.Windows.Forms.AutoCompleteStringCollection)(this["VMwareServerHistory"]));
|
|
}
|
|
set {
|
|
this["VMwareServerHistory"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("True")]
|
|
[global::System.Configuration.SettingsManageabilityAttribute(global::System.Configuration.SettingsManageability.Roaming)]
|
|
public bool ConversionClientUseSsl {
|
|
get {
|
|
return ((bool)(this["ConversionClientUseSsl"]));
|
|
}
|
|
set {
|
|
this["ConversionClientUseSsl"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("False")]
|
|
[global::System.Configuration.SettingsManageabilityAttribute(global::System.Configuration.SettingsManageability.Roaming)]
|
|
public bool IgnoreOvfValidationWarnings {
|
|
get {
|
|
return ((bool)(this["IgnoreOvfValidationWarnings"]));
|
|
}
|
|
set {
|
|
this["IgnoreOvfValidationWarnings"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("True")]
|
|
[global::System.Configuration.SettingsManageabilityAttribute(global::System.Configuration.SettingsManageability.Roaming)]
|
|
public bool RemindChangePassword {
|
|
get {
|
|
return ((bool)(this["RemindChangePassword"]));
|
|
}
|
|
set {
|
|
this["RemindChangePassword"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("None")]
|
|
[global::System.Configuration.SettingsManageabilityAttribute(global::System.Configuration.SettingsManageability.Roaming)]
|
|
public global::XenAdmin.SshConsole CustomSshConsole {
|
|
get {
|
|
return ((global::XenAdmin.SshConsole)(this["CustomSshConsole"]));
|
|
}
|
|
set {
|
|
this["CustomSshConsole"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("")]
|
|
[global::System.Configuration.SettingsManageabilityAttribute(global::System.Configuration.SettingsManageability.Roaming)]
|
|
public string PuttyLocation {
|
|
get {
|
|
return ((string)(this["PuttyLocation"]));
|
|
}
|
|
set {
|
|
this["PuttyLocation"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("")]
|
|
[global::System.Configuration.SettingsManageabilityAttribute(global::System.Configuration.SettingsManageability.Roaming)]
|
|
public string OpenSSHLocation {
|
|
get {
|
|
return ((string)(this["OpenSSHLocation"]));
|
|
}
|
|
set {
|
|
this["OpenSSHLocation"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("<?xml version=\"1.0\" encoding=\"utf-16\"?>\r\n<ArrayOfString xmlns:xsd=\"http://www.w3." +
|
|
"org/2001/XMLSchema\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" />")]
|
|
[global::System.Configuration.SettingsManageabilityAttribute(global::System.Configuration.SettingsManageability.Roaming)]
|
|
public string[] ServerList {
|
|
get {
|
|
return ((string[])(this["ServerList"]));
|
|
}
|
|
set {
|
|
this["ServerList"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("<?xml version=\"1.0\" encoding=\"utf-16\"?>\r\n<ArrayOfString xmlns:xsd=\"http://www.w3." +
|
|
"org/2001/XMLSchema\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" />")]
|
|
[global::System.Configuration.SettingsManageabilityAttribute(global::System.Configuration.SettingsManageability.Roaming)]
|
|
public string[] DisabledPlugins {
|
|
get {
|
|
return ((string[])(this["DisabledPlugins"]));
|
|
}
|
|
set {
|
|
this["DisabledPlugins"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("<?xml version=\"1.0\" encoding=\"utf-16\"?>\r\n<ArrayOfString xmlns:xsd=\"http://www.w3." +
|
|
"org/2001/XMLSchema\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" />")]
|
|
[global::System.Configuration.SettingsManageabilityAttribute(global::System.Configuration.SettingsManageability.Roaming)]
|
|
public string[] IgnoreFirstRunWizards {
|
|
get {
|
|
return ((string[])(this["IgnoreFirstRunWizards"]));
|
|
}
|
|
set {
|
|
this["IgnoreFirstRunWizards"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("True")]
|
|
[global::System.Configuration.SettingsManageabilityAttribute(global::System.Configuration.SettingsManageability.Roaming)]
|
|
public bool ShowTimestampsInUpdatesLog {
|
|
get {
|
|
return ((bool)(this["ShowTimestampsInUpdatesLog"]));
|
|
}
|
|
set {
|
|
this["ShowTimestampsInUpdatesLog"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("")]
|
|
[global::System.Configuration.SettingsManageabilityAttribute(global::System.Configuration.SettingsManageability.Roaming)]
|
|
public string FileServiceUsername {
|
|
get {
|
|
return ((string)(this["FileServiceUsername"]));
|
|
}
|
|
set {
|
|
this["FileServiceUsername"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("")]
|
|
[global::System.Configuration.SettingsManageabilityAttribute(global::System.Configuration.SettingsManageability.Roaming)]
|
|
public string FileServiceClientId {
|
|
get {
|
|
return ((string)(this["FileServiceClientId"]));
|
|
}
|
|
set {
|
|
this["FileServiceClientId"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("False")]
|
|
[global::System.Configuration.SettingsManageabilityAttribute(global::System.Configuration.SettingsManageability.Roaming)]
|
|
public bool AllowXenServerUpdates {
|
|
get {
|
|
return ((bool)(this["AllowXenServerUpdates"]));
|
|
}
|
|
set {
|
|
this["AllowXenServerUpdates"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("False")]
|
|
[global::System.Configuration.SettingsManageabilityAttribute(global::System.Configuration.SettingsManageability.Roaming)]
|
|
public bool AllowPatchesUpdates {
|
|
get {
|
|
return ((bool)(this["AllowPatchesUpdates"]));
|
|
}
|
|
set {
|
|
this["AllowPatchesUpdates"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("False")]
|
|
[global::System.Configuration.SettingsManageabilityAttribute(global::System.Configuration.SettingsManageability.Roaming)]
|
|
public bool SeenAllowCfuUpdatesDialog {
|
|
get {
|
|
return ((bool)(this["SeenAllowCfuUpdatesDialog"]));
|
|
}
|
|
set {
|
|
this["SeenAllowCfuUpdatesDialog"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("Normal")]
|
|
public string WindowState {
|
|
get {
|
|
return ((string)(this["WindowState"]));
|
|
}
|
|
set {
|
|
this["WindowState"] = value;
|
|
}
|
|
}
|
|
}
|
|
}
|