aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.Common/Properties/Settings.Designer.cs
blob: 8408dc8c8d6723f19b814767725d30f84cad6bfb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
//------------------------------------------------------------------------------
// <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 Tango.MachineStudio.Common.Properties
{
    
    
    [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
    [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "11.0.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;
            }
        }
    }
}
0 0" IsChecked="{Binding Config.CreateEnvironmentGroup}" >Create Environment Group</CheckBox> <CheckBox Margin="0 5 0 0" IsChecked="{Binding Config.AddEnvironmentGroupAdminUser}" >Add Creation User To Environment Group</CheckBox> <CheckBox Margin="0 5 0 0" IsChecked="{Binding Config.CreateDeploymentSlot}" >Create Deployment Slot</CheckBox> <CheckBox Margin="0 5 0 0" IsChecked="{Binding Config.CreateDatabase}" >Create Database</CheckBox> <CheckBox Margin="0 5 0 0" IsChecked="{Binding Config.AddDatabasePermissionsForEnvironmentGroup}" >Add Database Permissions for Environment Group</CheckBox> <CheckBox Margin="0 5 0 0" IsChecked="{Binding Config.CreateDatabaseBackupUser}" >Create Database Backup User</CheckBox> <CheckBox Margin="0 5 0 0" IsChecked="{Binding Config.CreateDatabaseTangoWebApplicationUser}" >Create Database Tango WebApp User</CheckBox> <CheckBox Margin="0 5 0 0" IsChecked="{Binding Config.SynchronizeDatabaseSchema}">Synchronize Database Schema</CheckBox> <CheckBox Margin="0 5 0 0" IsChecked="{Binding Config.SynchronizeDatabaseData}">Synchronize Database Static Collections</CheckBox> <CheckBox Margin="0 5 0 0" IsChecked="{Binding Config.CreateStorageContainers}">Create MS and PPC Storage Containers</CheckBox> <CheckBox Margin="0 5 0 0" IsChecked="{Binding Config.CopyStorageBlobs}">Copy Machine Studio and PPC Latest Version Blobs</CheckBox> <CheckBox Margin="0 5 0 0" IsChecked="{Binding Config.ConfigureMachineServiceLogging}">Configure Machine Service Logging</CheckBox> <CheckBox Margin="0 5 0 0" IsChecked="{Binding Config.ConfigureCloudBackup}">Configure Cloud Backup</CheckBox> <CheckBox Margin="0 5 0 0" IsChecked="{Binding Config.CopyMachineServiceFiles}">Copy Machine Service Website Files</CheckBox> </StackPanel> </GroupBox> <StackPanel> <GroupBox HorizontalAlignment="Left" Margin="50 10 10 10" Header="Environment Name" Padding="10 10 90 10"> <StackPanel HorizontalAlignment="Center" VerticalAlignment="Center" MinWidth="300"> <TextBlock FontSize="10">Environment Name (e.g DEV)</TextBlock> <TextBox Margin="0 2 0 0" Text="{Binding SlotName}"></TextBox> </StackPanel> </GroupBox> <Button HorizontalAlignment="Left" Width="410" Margin="50 20 0 0" Padding="20" Command="{Binding CreateEnvironmentCommand}">CREATE ENVIRONMENT</Button> </StackPanel> </DockPanel> </Grid> </Grid> </UserControl>