Windows-powershell / PowerShell-master /src /Microsoft.Management.UI.Internal /ShowCommand /ShowCommandSettings.Designer.cs
| // Copyright (c) Microsoft Corporation. | |
| // Licensed under the MIT License. | |
| //------------------------------------------------------------------------------ | |
| // <auto-generated> | |
| // This code was generated by a tool. | |
| // Runtime Version:4.0.30319.16808 | |
| // | |
| // Changes to this file may cause incorrect behavior and will be lost if | |
| // the code is regenerated. | |
| // </auto-generated> | |
| //------------------------------------------------------------------------------ | |
| namespace Microsoft.Management.UI.Internal.ShowCommand { | |
| [] | |
| [] | |
| internal sealed partial class ShowCommandSettings : global::System.Configuration.ApplicationSettingsBase { | |
| private static ShowCommandSettings defaultInstance = ((ShowCommandSettings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new ShowCommandSettings()))); | |
| public static ShowCommandSettings Default { | |
| get { | |
| return defaultInstance; | |
| } | |
| } | |
| [] | |
| [] | |
| [] | |
| public double ShowOneCommandTop { | |
| get { | |
| return ((double)(this["ShowOneCommandTop"])); | |
| } | |
| set { | |
| this["ShowOneCommandTop"] = value; | |
| } | |
| } | |
| [] | |
| [] | |
| [] | |
| public double ShowOneCommandLeft { | |
| get { | |
| return ((double)(this["ShowOneCommandLeft"])); | |
| } | |
| set { | |
| this["ShowOneCommandLeft"] = value; | |
| } | |
| } | |
| [] | |
| [] | |
| [] | |
| public double ShowOneCommandWidth { | |
| get { | |
| return ((double)(this["ShowOneCommandWidth"])); | |
| } | |
| set { | |
| this["ShowOneCommandWidth"] = value; | |
| } | |
| } | |
| [] | |
| [] | |
| [] | |
| public double ShowOneCommandHeight { | |
| get { | |
| return ((double)(this["ShowOneCommandHeight"])); | |
| } | |
| set { | |
| this["ShowOneCommandHeight"] = value; | |
| } | |
| } | |
| [] | |
| [] | |
| [] | |
| public double ShowCommandsTop { | |
| get { | |
| return ((double)(this["ShowCommandsTop"])); | |
| } | |
| set { | |
| this["ShowCommandsTop"] = value; | |
| } | |
| } | |
| [] | |
| [] | |
| [] | |
| public double ShowCommandsLeft { | |
| get { | |
| return ((double)(this["ShowCommandsLeft"])); | |
| } | |
| set { | |
| this["ShowCommandsLeft"] = value; | |
| } | |
| } | |
| [] | |
| [] | |
| [] | |
| public double ShowCommandsWidth { | |
| get { | |
| return ((double)(this["ShowCommandsWidth"])); | |
| } | |
| set { | |
| this["ShowCommandsWidth"] = value; | |
| } | |
| } | |
| [] | |
| [] | |
| [] | |
| public double ShowCommandsHeight { | |
| get { | |
| return ((double)(this["ShowCommandsHeight"])); | |
| } | |
| set { | |
| this["ShowCommandsHeight"] = value; | |
| } | |
| } | |
| [] | |
| [] | |
| [] | |
| public bool ShowCommandsWindowMaximized { | |
| get { | |
| return ((bool)(this["ShowCommandsWindowMaximized"])); | |
| } | |
| set { | |
| this["ShowCommandsWindowMaximized"] = value; | |
| } | |
| } | |
| [] | |
| [] | |
| [] | |
| public bool ShowOneCommandWindowMaximized { | |
| get { | |
| return ((bool)(this["ShowOneCommandWindowMaximized"])); | |
| } | |
| set { | |
| this["ShowOneCommandWindowMaximized"] = value; | |
| } | |
| } | |
| } | |
| } | |